@charset "UTF-8";
/* Flexbox shortcuts */
/* Typography mixins */
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

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

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

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

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

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

/**
 * 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] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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


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

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

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

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
table thead,
table tbody,
table tr,
table th,
table td {
  border: 0;
}

td,
th {
  padding: 0;
}

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

.nowrap {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Oswald", sans-serif;
}

h1 {
  font-size: 70px;
  line-height: 1.36em;
  text-transform: uppercase;
}

h2 {
  font-size: 50px;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 600;
}

h3 {
  font-size: 36px;
  line-height: 1.44em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

h4 {
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

h5 {
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

h6 {
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Flexbox shortcuts */
/* Typography mixins */
.loader-shown {
  position: relative;
}

.loader-shown > * {
  opacity: 0.3;
}

.loader-shown > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background-color: #333;
  opacity: 1;
  border-radius: 100%;
  -webkit-animation: loader-scaleout 1s infinite ease-in-out;
  animation: loader-scaleout 1s infinite ease-in-out;
}

@-webkit-keyframes loader-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes loader-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* Page content width */
p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
p:last-child {
  padding: 0;
}

ul {
  list-style: none;
  padding: 0 0 0 16px;
  margin: 0;
}
ul li {
  position: relative;
}
ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -16px;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #FF4B4B;
}
ul li ul li:before {
  background-color: #FF751A;
}

.ul li {
  padding: 0 0 32px;
}
.ul li ul {
  padding: 32px 0 0 16px;
}
@media (min-width: 640px) {
  .ul li ul {
    padding: 32px 0 0 24px;
  }
}
.ul li ul li:last-child {
  padding: 0;
}

ol {
  counter-reset: item;
}
ol li {
  display: block;
}
ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.ol li {
  padding: 0 0 32px;
}
.ol li ol {
  padding: 32px 0 0 10px;
}
@media (min-width: 640px) {
  .ol li ol {
    padding: 32px 0 0 32px;
  }
}
.ol li ol li:last-child {
  padding: 0;
}
.ol .more-info {
  padding: 32px 0 0;
}

.button-holder {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  min-height: 51px;
  padding: 12px;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
  cursor: pointer;
}
.button svg.icon {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  fill: #FFFFFF;
}
.button:hover {
  background-color: rgba(255, 117, 26, 0.8);
}
.button.black {
  background-color: #141414;
}
.button.black:hover {
  background-color: rgba(20, 20, 20, 0.8);
  color: rgba(255, 255, 255, 0.6);
}
.button.orange {
  background-color: #FF751A;
  color: #141414;
}
.button.orange:hover {
  background-color: rgba(255, 117, 26, 0.8);
  color: rgba(20, 20, 20, 0.6);
}
.button.outline {
  background-color: transparent;
  border: 1px solid #FF751A;
}
.button.outline:hover {
  background-color: #FF751A;
  color: #141414;
}

button span {
  padding: 1px 0 0;
}

.social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.social-links a {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0 20px;
  border: none;
}
.social-links a svg {
  width: 40px;
  height: 40px;
}
.social-links a:first-child {
  margin: 0;
}
.social-links a:hover {
  opacity: 0.8;
}

/* Custom select */
.custom-select {
  position: relative;
}

.custom-select select, .select-hide {
  display: none;
}

.select-selected {
  background-color: #333333;
  border: 1px solid #989898;
  font-size: 16px;
  line-height: 1.5em;
  padding: 12px 30px 12px 10px;
  cursor: pointer;
  color: #FFFFFF;
}

.select-selected:hover {
  border: 1px solid #FFFFFF;
}

.select-selected:after, .select-selected:before {
  position: absolute;
  content: "";
  right: 12px;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
}

.select-selected:after {
  top: 17px;
  border-color: #333333 transparent transparent transparent;
}

.select-selected:before {
  top: 22px;
  border-color: #989898 transparent transparent transparent;
}

.select-selected:hover:before {
  border-color: #FFFFFF transparent transparent transparent;
}

.select-selected.select-arrow-active {
  border: 1px solid #FFFFFF;
}

.select-selected.select-arrow-active:before {
  border-color: #FFFFFF transparent transparent transparent;
}

.select-items {
  position: absolute;
  background-color: #141414;
  left: 0;
  right: 0;
  z-index: 99;
  border: 1px solid #989898;
  font-size: 16px;
  line-height: 1.5em;
  color: #FFFFFF;
  box-shadow: 0 0 40px #141414;
}
.select-items.select-top {
  bottom: 100%;
}
.select-items.select-bottom {
  top: 100%;
}
.select-items div {
  padding: 12px 10px;
  cursor: pointer;
}
.select-items div:hover, .select-items div.selected {
  background-color: #FF751A;
  color: #141414;
}

/* custom checkbox*/
/* Customize the label (the container) */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5em;
  line-height: normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-user-select: none;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.custom-checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #333333;
  border: 1px solid #989898;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .custom-checkbox-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .custom-checkbox-checkmark:after {
  left: 5px;
  top: 5px;
  width: 10px;
  height: 10px;
  background: #FF751A;
}

/* Reset */
a,
button,
svg path,
svg rect,
svg circle,
input,
textarea {
  transition: all 0.15s ease;
}

a {
  text-decoration: none;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* Layout */
.page {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  min-height: 100vh;
}
.page .boxed {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .page .boxed {
    max-width: 1170px;
  }
}
.page .main {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}

/* Popups on Mobiles */
@media (max-width: 1023px) {
  body.popup-shown .page {
    display: none;
  }
}

/* Magic starts here */
body {
  font-family: "Montserrat", sans-serif;
  color: #141414;
  font-size: 12px;
  line-height: 1.6em;
  font-weight: 300;
  background-color: #333333;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.important {
  color: #FF751A;
  text-decoration: underline;
}

.noscroll {
  overflow: hidden;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #FFFFFF;
  background: #141414;
  border: 1px solid #989898;
  border-bottom-color: #989898;
  font-family: Montserrat, sans-serif;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px black;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}

/* pika-whole-week*/
.pika-lendar {
  float: left;
  width: 290px;
  margin: 15px;
}

.pika-title {
  position: relative;
  text-align: center;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}

.pika-label {
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  margin: 0 40px;
  line-height: 20px;
  color: #FFFFFF;
  background-color: #141414;
}

.pika-label-month {
  font-weight: 700;
  color: #FFFFFF;
}

.pika-label-year {
  color: #989898;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  border: 1px solid #989898;
  background: #141414;
  width: 50px;
  height: 50px;
  text-indent: 50px;
  outline: none;
  padding: 0;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: center center;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAABHNCSVQICAgIfAhkiAAAAQ5JREFUOE+dlGFVA0EMhGcUgAQcgIO2CnhVAKeAOikooDgABYACihNQMLw5try9dLPXR37e5rvMJrMhTgxJOwDXANYk33gKJ+kewF2VO8yCkm4BPIYCL10wgb4BLFNQ0hLAa6j0C5H7JijpqkDnAVy5Mf52BHaggaQ7O8YElOQKHwAuQqUJNAEL5DtZZh0PJDdxbGPFDvRE0uM4igNo7TfhNIVGqcVKEfosbf/KnGXQ+rchYQ/Arc/BcseW1C78N45E8jPJddqcw4Eku2IREnckh+Y4KtAGMHw5B7csl8G55arKtpybc5ZZr/esbD3LbsJzD7kFe7ar/66O91mwGKTeO/3VEedW9o9/sPHq+AHcontnxlQEiwAAAABJRU5ErkJggg==");
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYCAYAAADKx8xXAAAABHNCSVQICAgIfAhkiAAAAAFzUkdCAK7OHOkAAAAEZ0FNQQAAsY8L/GEFAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAA0klEQVQ4T6WUARHCMAxFCwomAQmTMCmTgJQ5YA5AwhyAAySAg/KTZgfplrRc311ud8v7a6/tGogYY49aUCO/qEFCb9RKXRgijZRTDkOiEV+sf6EZ9KLYQBpZ1zSHT6LYQNoLP1CdKDaQLqxrmsKLtH0gXpOvmKVtA6lD3VnXNIXPR3E8DvL8xd9ffHlOAyj8qZKQPAVN294WNCfWNMXQ3ul5ov4O0Z9jLwaaA2uaYii/BVYGUbagaYX8WwDCLXmKqqsjX5BJWmUg08LQQpQPMBPCB5sxHrYKnyEoAAAAAElFTkSuQmCC");
}

.pika-select {
  display: inline-block;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.2857142857%;
  padding: 0;
}
.pika-table th {
  color: #989898;
  font-size: 12px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
}
.pika-table abbr {
  border-bottom: none;
}

.pika-button {
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  width: 100%;
  padding: 5px 5px;
  color: #FFFFFF;
  text-align: center;
  background: #333333;
  border: 1px solid #141414;
}
.is-today .pika-button {
  color: #FFFFFF;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #141414;
  font-weight: bold;
  background: #FF751A;
  box-shadow: inset 0 1px 3px #FF751A;
}
.is-disabled .pika-button, .is-outside-current-month .pika-button {
  color: #5e5e5e;
  opacity: 0.8;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover {
  color: #141414;
  background: #FF751A;
  box-shadow: none;
}
.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #FFFFFF;
}

.is-inrange .pika-button {
  color: #FFFFFF;
  background: #5e5e5e;
}

.is-startrange .pika-button {
  color: #FFFFFF;
  background: #28C73A;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #FFFFFF;
  background: #FF4B4B;
  box-shadow: none;
  border-radius: 3px;
}

.page {
  /* Flexbox shortcuts */
  /* Typography mixins */
}
.page .popup {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  padding: 40px 20px;
  background-color: #141414;
}
@media (min-width: 640px) {
  .page .popup {
    background-color: rgba(51, 51, 51, 0.9);
  }
}
.page .popup.hidden {
  display: none;
}
.page .popup .close-popup {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 46px;
  height: 46px;
  z-index: 10;
}
@media (min-width: 640px) {
  .page .popup .close-popup {
    top: 24px;
    right: 24px;
  }
}
.page .popup .close-popup svg {
  width: 46px;
  height: 46px;
}
@media (min-width: 640px) {
  .page .popup .close-popup svg {
    width: 60px;
    height: 60px;
  }
}
.page .popup .popup-inner {
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  background-color: #141414;
  height: 100%;
  width: 100%;
}
@media (min-width: 640px) {
  .page .popup .popup-inner {
    height: auto;
    padding: 40px 48px;
  }
}
.page .popup .popup-inner .title {
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  padding: 0 0 32px 0;
  width: 78%;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .title {
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
  }
}
.page .popup .popup-inner .top-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.page .popup .popup-inner .form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.page .popup .popup-inner .form .has-error label {
  color: #FF751A;
}
.page .popup .popup-inner .form input.hidden {
  display: none;
}
.page .popup .popup-inner .form .form-inner-wrap {
  margin: 0 0 32px 0;
}
.page .popup .popup-inner .form .form-inner-wrap:last-child {
  margin: 0;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
}
.page .popup .popup-inner .form .form-inner-wrap label {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  padding: 0 0 8px 0;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap label {
    padding: 0;
  }
}
.page .popup .popup-inner .form .form-inner-wrap input {
  height: 51px;
  width: 100%;
  background-color: #333333;
  border: 1px solid #989898;
  border-radius: 2px;
  padding: 10px 16px;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap input {
    width: 300px;
  }
}
.page .popup .popup-inner .form .form-inner-wrap input:focus {
  background-color: #141414;
  border: 1px solid #FF751A;
  box-shadow: 0 0 8px #FF751A;
  border-radius: 2px;
}
.page .popup .popup-inner .form .form-inner-wrap textarea {
  width: 100%;
  background-color: #333333;
  border: 1px solid #989898;
  border-radius: 2px;
  padding: 10px 16px;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap textarea {
    width: 300px;
  }
}
.page .popup .popup-inner .form .form-inner-wrap textarea:focus {
  background-color: #141414;
  border: 1px solid #FF751A;
  box-shadow: 0 0 8px #FF751A;
  border-radius: 2px;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap a {
    padding: 0;
  }
}
.page .popup .popup-inner .form .form-inner-wrap .button-holder {
  padding: 0 0 32px 0;
  width: 100%;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap .button-holder {
    width: 130px;
    padding: 0;
  }
}
.page .popup .popup-inner .form .form-inner-wrap.buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap.buttons {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-direction: row-reverse;
  }
}
.page .popup .popup-inner .form .form-inner-wrap.buttons .button-holder {
  width: 100%;
  padding: 0 0 20px;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .form .form-inner-wrap.buttons .button-holder {
    padding: 0 10px 0 10px;
    width: 154px;
  }
}
.page .popup .popup-inner .bottom-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: center;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .bottom-bar {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.page .popup .popup-inner .bottom-bar a {
  font-weight: 700;
}
@media (min-width: 640px) {
  .page .popup .popup-inner .bottom-bar a {
    padding: 0 0 0 8px;
  }
}
.page .popup .popup-inner.hidden {
  display: none;
}
@media (min-width: 640px) {
  .page .popup.message-popup .popup-inner {
    width: 550px;
  }
}
.page .popup.message-popup .popup-inner .form-inner-wrap .message-title {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 32px;
  color: #FFFFFF;
}
.page .popup.message-popup .popup-inner .form-inner-wrap .message-title.success {
  color: #28C73A;
}
.page .popup.message-popup .popup-inner .form-inner-wrap .message-title.error {
  color: #FF4B4B;
}
.page .popup.message-popup .popup-inner .form-inner-wrap .message-title.question {
  color: #FFFFFF;
}
.page .popup.message-popup .popup-inner .form-inner-wrap .button-holder {
  padding: 0;
}
@media (min-width: 640px) {
  .page .popup.login-popup .popup-inner {
    width: 495px;
  }
}
.page .popup.login-popup .popup-inner a {
  display: block;
  color: #FF751A;
  text-decoration: underline;
  text-align: center;
  padding: 0 0 32px 0;
}
.page .popup.login-popup .popup-inner .form .form-inner-wrap:last-child {
  margin: 0 0 32px 0;
}
.page .popup.login-popup .popup-inner .form .form-inner-wrap .button-holder {
  padding: 0;
}
@media (min-width: 640px) {
  .page .login-recovery-popup .popup-inner {
    width: 495px;
  }
}
.page .login-recovery-popup .popup-inner.email-sent .form .form-inner-wrap {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0;
  margin: 0;
}
.page .login-recovery-popup .popup-inner.email-sent .form .form-inner-wrap p {
  text-align: center;
  padding: 0 0 32px 0;
}
.page .online-video-popup .popup-inner {
  padding: 20px;
  box-shadow: 0 0 50px #141414;
  text-align: center;
  width: 600px;
}
.page .online-video-popup .popup-inner .video-title {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 20px;
  text-align: center;
}
.page .online-video-popup .popup-inner .video-contract-line {
  background: #FF751A;
  margin-top: 20px;
  padding: 10px;
  color: #141414;
  font-weight: bold;
}
.page .online-video-popup .popup-inner .video-contract-line a, .page .online-video-popup .popup-inner .video-contract-line span {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
.page .online-video-popup .popup-inner .video-contract-line.hidden {
  display: none;
}
.page .online-video-popup .popup-inner iframe {
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
@media (min-width: 640px) {
  .page .popup.promotion-popup .popup-inner {
    width: 650px;
  }
}
.page .popup.promotion-popup .popup-inner a img {
  width: 100%;
}
.page .popup.place-register-popup .popup-inner {
  padding: 0 0 40px;
  box-shadow: 0 0 50px #141414;
  text-align: center;
  width: 400px;
}
.page .popup.place-register-popup .popup-inner .top-image {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: flex-end;
  -moz-align-content: flex-end;
  align-content: flex-end;
  -ms-flex-line-pack: end;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: end;
  position: relative;
  width: 400px;
  height: 240px;
  background-image: url("../img/place_registration.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.page .popup.place-register-popup .popup-inner .top-image h4 {
  text-align: center;
}
.page .popup.place-register-popup .popup-inner .top-image div {
  color: #989898;
}
.page .popup.place-register-popup .popup-inner .place-information {
  margin-top: 30px;
}
.page .popup.place-register-popup .popup-inner .place-information div {
  margin-top: 15px;
}
.page .popup.place-register-popup .popup-inner .place-information span {
  font-weight: 700;
}
.page .popup.place-register-popup .popup-inner .button-holder {
  margin: 0 auto;
  width: 190px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 639px) {
  .page .popup.place-register-popup {
    padding: 0;
  }
  .page .popup.place-register-popup .popup-inner {
    width: 100%;
  }
  .page .popup.place-register-popup .popup-inner .top-image {
    width: 100%;
  }
  .page .popup.place-register-popup .popup-inner .top-image:before {
    content: "\a";
    width: 100%;
    height: 70px;
    background: red;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#000000", GradientType=0 );
  }
}
.page .main {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.page .header {
  text-align: center;
  background: #141414;
  box-shadow: 0 0 40px #141414;
  padding: 15px 0;
  position: relative;
  height: 110px;
  /* Mobile menu */
}
.page .header .site-logo {
  width: 118px;
  height: 58px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page .header .site-logo {
    width: 150px;
    height: 74px;
  }
}
.page .header .site-logo svg {
  width: 118px;
  height: 58px;
}
@media (min-width: 640px) and (max-width: 1023px) {
  .page .header .site-logo svg {
    width: 150px;
    height: 74px;
  }
}
.page .header .login-mobile {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 32px;
  top: 32px;
  display: block;
  cursor: pointer;
}
.page .header .mobile-menu-toggle {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 32px;
  top: 32px;
  display: block;
  cursor: pointer;
}
.page .header .login, .page .header .user, .page .header .file, .page .header .calendar, .page .header .profile {
  display: none;
}
@media (min-width: 1024px) {
  .page .header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    height: 94px;
    padding: 15px 30px;
  }
  .page .header .login {
    margin-left: auto;
  }
  .page .header .login-mobile {
    display: none;
  }
  .page .header .mobile-menu-toggle {
    display: none;
  }
  .page .header .login, .page .header .user, .page .header .file, .page .header .calendar, .page .header .profile {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    margin-top: 0;
  }
  .page .header .login a, .page .header .user a, .page .header .file a, .page .header .calendar a, .page .header .profile a {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .page .header .login .icon, .page .header .user .icon, .page .header .file .icon, .page .header .calendar .icon, .page .header .profile .icon {
    margin: 0 8px 0 0;
    width: 18px;
    height: 18px;
  }
  .page .header .login .icon svg, .page .header .user .icon svg, .page .header .file .icon svg, .page .header .calendar .icon svg, .page .header .profile .icon svg {
    width: 18px;
    height: 18px;
  }
  .page .header .user a {
    text-decoration: none;
  }
  .page .header .file {
    margin-left: 30px;
  }
  .page .header .user {
    margin-left: 30px;
  }
  .page .header .calendar {
    margin-left: auto;
    margin-right: 30px;
  }
}
.page .header nav.mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 50;
  background-color: #141414;
  padding-bottom: 50px;
  width: 100%;
}
.page .header nav.mobile-menu.hidden {
  display: none;
}
@media (min-width: 1024px) {
  .page .header nav.mobile-menu {
    display: none;
  }
}
.page .header nav.mobile-menu .mobile-menu-top {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 0 20px;
}
.page .header nav.mobile-menu .mobile-menu-top .close-mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 20px 0;
  cursor: pointer;
}
.page .header nav.mobile-menu .mobile-menu-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item {
  margin: 0 0 16px;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: 0;
  cursor: pointer;
}
@media (min-width: 1440px) {
  .page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title {
    font-size: 21px;
    line-height: 1.43em;
  }
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video, .page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video-submenu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #FFFFFF;
  letter-spacing: 0;
  cursor: pointer;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video.active, .page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video-submenu.active {
  color: #FF751A;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video.menu-item-title-video-live {
  padding-left: 22px;
  background: no-repeat center left url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAGdJREFUGFeNj8ENRVAURM+8BihFB2KJjU4o4avIRgF0RAUjD7HBj1neOcmdIwCXZUMILZABKTAh9RrHSWc5RPAWqZCrKtL5I2DPcl37sTyOy3/AXj+8OAzeR16aUrdrSgn2TAi/qLkBVCgnZHEhO6MAAAAASUVORK5CYII=");
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video.menu-item-title-video-live.active {
  color: #FF4B4B;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item .menu-item-title-video-submenu {
  font-size: 16px;
  line-height: 1.5em;
  text-decoration: underline;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item:last-child {
  margin: 0;
}
.page .header nav.mobile-menu .mobile-menu-wrap .mobile-menu .menu-item.menu-item-last {
  margin-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 16px;
}
.page .footer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  background: #141414;
  padding: 30px 0;
  width: 100%;
}
.page .footer .footer-main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  flex-shrink: 0;
  -ms-flex-negative: 0;
  width: 100%;
}
.page .footer .footer-main .menu * {
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  color: #FFFFFF;
  text-decoration: underline;
  margin-right: 20px;
  cursor: pointer;
}
.page .footer .footer-main .phone, .page .footer .footer-main .email {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #FFFFFF;
}
.page .footer .footer-main .phone span, .page .footer .footer-main .email span {
  align-self: center;
  padding: 0 10px 0 0;
}
.page .footer .footer-main .phone .phone-number, .page .footer .footer-main .email .phone-number {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.page .footer .footer-main .phone a, .page .footer .footer-main .email a {
  color: #FFFFFF;
}
.page .footer .footer-main .email {
  margin: 24px 0;
}
.page .footer .footer-main .social-links {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 24px;
}
.page .footer .footer-main .social-links a {
  width: 32px;
  height: 32px;
  margin-left: 14px;
}
.page .footer .footer-main .social-links a svg {
  width: 32px;
  height: 32px;
}
.page .footer .footer-main .paying-options {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.page .footer .footer-main .paying-options .paying-options-text {
  font-size: 16px;
  line-height: 1.5em;
  color: #989898;
}
.page .footer .footer-main .paying-options .paying-options-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-left: 10px;
}
.page .footer .footer-main .paying-options .paying-options-logos .visa, .page .footer .footer-main .paying-options .paying-options-logos .mastercard {
  height: 30px;
  width: 44px;
  margin: 0 3px 0 3px;
}
.page .footer .footer-main .paying-options .paying-options-logos .visa svg, .page .footer .footer-main .paying-options .paying-options-logos .mastercard svg {
  height: 30px;
  width: 44px;
}
@media (max-width: 1023px) {
  .page .footer .footer-main .menu {
    text-align: center;
  }
  .page .footer .footer-main .menu a, .page .footer .footer-main .menu div {
    display: block;
    margin-bottom: 15px;
  }
  .page .footer .footer-main .paying-options {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .page .footer .footer-main .paying-options .paying-options-text {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .page .footer .footer-main .paying-options .paying-options-text {
    display: none;
  }
}
@media (min-width: 1024px) {
  .page .footer .footer-main {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    padding: 0 30px;
  }
  .page .footer .footer-main .phone, .page .footer .footer-main .email {
    margin: 0;
  }
  .page .footer .footer-main .social-links {
    margin: 0;
  }
}
.page .footer .footer-privacy {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  width: 100%;
  color: #5e5e5e;
}
.page .footer .footer-privacy .refund-and-privacy {
  color: #5e5e5e;
}
.page .footer .footer-privacy .refund-and-privacy, .page .footer .footer-privacy .copy-text {
  font-size: 16px;
  line-height: 1.5em;
}
.page .footer .footer-privacy .country-currency {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  padding-top: 30px;
}
.page .footer .footer-privacy .country-currency div {
  margin: 0 5px;
}
.page .footer .footer-privacy .country-currency .select-country {
  width: 200px;
}
.page .footer .footer-privacy .country-currency .select-country .select-items {
  max-height: 200px;
  overflow-x: auto;
}
@media (min-width: 1024px) {
  .page .footer .footer-privacy {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-pack: space-evenly;
    -moz-box-pack: space-evenly;
    box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    -o-justify-content: space-evenly;
    justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    padding-top: 30px;
  }
  .page .footer .footer-privacy .country-currency {
    padding-top: 0;
  }
}
.page .footer .footer-address {
  margin-top: 15px;
  text-align: center;
}

.main_page {
  color: #FFFFFF;
  position: relative;
  /* page sections */
}
.main_page .section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  text-align: left;
  padding: 32px 0 65px;
}
.main_page .section .section-delimeter {
  height: 1px;
  background-color: #141414;
  width: 100%;
  margin-top: 33px;
}
.main_page .section .section-inner {
  width: 100%;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 640px) {
  .main_page .section .section-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1024px) {
  .main_page .section .section-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1440px) {
  .main_page .section .section-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.main_page .calendar-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.main_page .calendar-section .section-delimeter:after {
  content: "";
}
.main_page .calendar-section .section-inner .filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.main_page .calendar-section .section-inner .filter .select-label {
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 700;
  margin-right: 16px;
}
.main_page .calendar-section .section-inner .filter .select-place-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .calendar-section .section-inner .filter .select-place-container .select-place {
  width: 200px;
}
.main_page .calendar-section .section-inner .filter .select-type {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.main_page .calendar-section .section-inner .filter .select-type .type {
  font-size: 16px;
  line-height: 1.5em;
  border: 1px solid #989898;
  padding: 12px 20px;
  cursor: pointer;
  color: #FFFFFF;
}
.main_page .calendar-section .section-inner .filter .select-type .type.selected {
  color: #141414;
  background-color: #989898;
}
.main_page .calendar-section .section-inner .filter .select-date-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .calendar-section .section-inner .filter .select-date-container .select-date {
  width: 200px;
  position: relative;
}
@media (max-width: 1023px) {
  .main_page .calendar-section .section-inner .filter {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main_page .calendar-section .section-inner .filter .select-type {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
    -ms-flex-order: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 639px) {
  .main_page .calendar-section .section-inner .filter .select-type {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .main_page .calendar-section .section-inner .filter .type {
    width: 100%;
    text-align: center;
  }
  .main_page .calendar-section .section-inner .filter .select-date-container {
    margin-top: 20px;
  }
  .main_page .calendar-section .section-inner .filter .select-date-container, .main_page .calendar-section .section-inner .filter .select-place-container, .main_page .calendar-section .section-inner .filter .select-place-container .select-place, .main_page .calendar-section .section-inner .filter .select-date-container .select-date {
    width: 100%;
  }
}
.main_page .calendar-section .section-inner .place-title-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 33px 0px;
}
.main_page .calendar-section .section-inner .place-title-container .place-title-name {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.main_page .calendar-section .section-inner .place-title-container .place-title-address {
  font-size: 16px;
  line-height: 1.5em;
}
.main_page .calendar-section .section-inner .place-title-container .place-title-address span {
  font-weight: 700;
}
@media (min-width: 640px) {
  .main_page .calendar-section .section-inner .place-title-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .calendar-section .section-inner .place-title-container .place-title-name {
    margin-bottom: 0px;
  }
}
.main_page .calendar-section .section-inner .calendar-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.main_page .calendar-section .section-inner .calendar-container .row.today {
  border: 2px solid #FF751A;
  box-shadow: 0 0 40px #141414;
}
.main_page .calendar-section .section-inner .calendar-container .row div {
  font-size: 16px;
  line-height: 1.5em;
  line-height: normal;
  text-align: center;
}
.main_page .calendar-section .section-inner .calendar-container .row div.title span {
  text-decoration: underline;
}
.main_page .calendar-section .section-inner .calendar-container .row div.active {
  background: #141414;
  color: #FFFFFF;
  cursor: pointer;
}
.main_page .calendar-section .section-inner .calendar-container .row div.noactive {
  background: #232323;
  color: #989898;
}
.main_page .calendar-section .section-inner .calendar-container .row div.live {
  color: #FF751A;
}
.main_page .calendar-section .section-inner .calendar-container .row .trainer {
  font-size: 14px;
  display: block;
  margin-top: 5px;
  text-transform: uppercase;
  color: #FF751A;
}
.main_page .calendar-section .section-inner .calendar-container.week, .main_page .calendar-section .section-inner .calendar-container.line {
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
}
.main_page .calendar-section .section-inner .calendar-container.week .row, .main_page .calendar-section .section-inner .calendar-container.line .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 12.5%;
}
.main_page .calendar-section .section-inner .calendar-container.week .row div, .main_page .calendar-section .section-inner .calendar-container.line .row div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  border-right: 1px solid #989898;
  border-bottom: 1px solid #989898;
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}
.main_page .calendar-section .section-inner .calendar-container.week .row .mobile-view, .main_page .calendar-section .section-inner .calendar-container.line .row .mobile-view {
  display: none;
}
.main_page .calendar-section .section-inner .calendar-container.week .row div:first-child, .main_page .calendar-section .section-inner .calendar-container.line .row div:first-child {
  border-top: 1px solid #989898;
}
.main_page .calendar-section .section-inner .calendar-container.week .row:first-child, .main_page .calendar-section .section-inner .calendar-container.line .row:first-child {
  border-left: 1px solid #989898;
}
@media (max-width: 1023px) {
  .main_page .calendar-section .section-inner .calendar-container.week, .main_page .calendar-section .section-inner .calendar-container.line {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .main_page .calendar-section .section-inner .calendar-container.week .row, .main_page .calendar-section .section-inner .calendar-container.line .row {
    width: 100%;
  }
  .main_page .calendar-section .section-inner .calendar-container.week .row div, .main_page .calendar-section .section-inner .calendar-container.line .row div {
    border-top: 1px solid #989898;
    border-right: 1px solid #989898;
    border-left: 1px solid #989898;
    border-bottom: 0 solid #989898;
  }
  .main_page .calendar-section .section-inner .calendar-container.week .row .mobile-hidden, .main_page .calendar-section .section-inner .calendar-container.line .row .mobile-hidden {
    display: none;
  }
  .main_page .calendar-section .section-inner .calendar-container.week .row .mobile-view, .main_page .calendar-section .section-inner .calendar-container.line .row .mobile-view {
    display: block;
  }
}
.main_page .calendar-section .section-inner .calendar-container.line .row {
  width: 14%;
}
.main_page .calendar-section .section-inner .calendar-container.line .row div {
  line-height: 40px;
  border: 1px solid #989898;
}
.main_page .calendar-section .section-inner .calendar-container.plan {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  border-bottom: 1px solid #989898;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row .title {
  width: 160px;
  text-decoration: none;
  border-left: 1px solid #989898;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row div {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  height: auto;
  line-height: 50px;
  width: 100%;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row.today {
  border: 2px solid #FF751A;
  box-shadow: 0 0 40px #141414;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row:first-child {
  border-top: 1px solid #989898;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row2 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row3 {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  border-right: 1px solid #989898;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row3 .title {
  text-decoration: none;
}
.main_page .calendar-section .section-inner .calendar-container.plan .row3 div:first-child {
  border-right: 1px solid #989898;
}
@media (max-width: 1023px) {
  .main_page .calendar-section .section-inner .calendar-container.plan .row {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
  .main_page .calendar-section .section-inner .calendar-container.plan .row .title {
    border-right: 1px solid #989898;
  }
  .main_page .calendar-section .section-inner .calendar-container.plan .row .title-date {
    width: 100%;
    border-bottom: 1px solid #989898;
  }
}
.main_page .calendar-section .section-inner .calendar-container.day {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.main_page .calendar-section .section-inner .calendar-container.day .row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.main_page .calendar-section .section-inner .calendar-container.day .row div {
  border: 1px solid #989898;
  height: 80px;
  line-height: 80px;
}
.main_page .calendar-section .section-inner .calendar-container.day .row div:first-child {
  width: 160px;
}
.main_page .calendar-section .section-inner .calendar-container.day .row div:last-child {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main_page .personalarea-message {
  font-size: 21px;
  line-height: 1.43em;
  color: #FF751A;
  text-align: center;
  margin-top: 60px;
}
.main_page .personalarea-message-section {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .personalarea-message-section .section-inner .personalarea-password-form {
  width: 300px;
  margin: 30px auto;
}
.main_page .personalarea-message-section .section-inner .personalarea-password-form input {
  width: 100%;
  margin-bottom: 10px;
}
.main_page .buy-contract-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.main_page .buy-contract-section .buy-contract-form.hidden {
  display: none;
}
.main_page .buy-contract-section .title {
  display: none;
}
.main_page .buy-contract-section .title .progressbar li {
  font-size: 16px;
  line-height: 1.5em;
  list-style-type: none;
  width: 25%;
  float: left;
  position: relative;
  text-align: center;
  color: #989898;
}
.main_page .buy-contract-section .title .progressbar li:before {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
  line-height: 40px;
  border: 1px solid #989898;
  display: block;
  text-align: center;
  margin: 0 auto 15px auto;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #333333;
}
.main_page .buy-contract-section .title .progressbar li:after {
  width: 100%;
  height: 1px;
  content: "";
  position: absolute;
  background-color: #989898;
  top: 15px;
  left: -50%;
  z-index: 0;
}
.main_page .buy-contract-section .title .progressbar li:first-child:after {
  content: none;
}
.main_page .buy-contract-section .title .progressbar li.active {
  color: #FFFFFF;
  font-weight: bold;
}
.main_page .buy-contract-section .title .progressbar li.active:before {
  border-color: #989898;
  background: #333333 no-repeat center center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAABHNCSVQICAgIfAhkiAAAAO5JREFUOE+l00FKw0AYxfH/u0Av46ZrTyEUV9JNcVGhVAJuRJBCN0oXBTfSTe8iggfwFnqBJwkTGZJMk0lnl5lvfryZ+SLOHLYFvAMfkvblx+gRsCNwFZBiNNiBlebjKDCBbSTlJzyFlRGzEvZhWWACe5F0F79qlTAUTyT9dD15WD8A19H6VtK6WV+Db8AFcNlEhyarYdl+Boow8RWjuVh1h7YfgKcoeoUCv0DctGVJ685SR74HNtHiJ/ANzKK5V0nLvt/qv21sr4BtYsNe0qIPa7WN7Vtg19g4GOvswwaahSUb2/YcmEq6GXLMuOYPHrZiA5ayjVMAAAAASUVORK5CYII=");
}
.main_page .buy-contract-section .buy-contract-section-delimeter {
  display: none;
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .title {
    display: block;
  }
  .main_page .buy-contract-section .buy-contract-section-delimeter {
    display: block;
  }
}
.main_page .buy-contract-section .buy-contract-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 25px;
}
.main_page .buy-contract-section .buy-contract-filter .select-place-container, .main_page .buy-contract-section .buy-contract-filter .select-date-container {
  text-align: center;
  margin-bottom: 20px;
}
.main_page .buy-contract-section .buy-contract-filter .select-place, .main_page .buy-contract-section .buy-contract-filter .select-date {
  width: 100%;
  min-width: 200px;
  position: relative;
}
.main_page .buy-contract-section .buy-contract-filter .select-label {
  font-size: 21px;
  line-height: 1.43em;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main_page .buy-contract-section .buy-contract-filter .select-place, .main_page .buy-contract-section .buy-contract-filter .select-date {
    width: 300px;
  }
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-filter {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: end;
    -moz-box-align: end;
    box-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin-top: 65px;
  }
  .main_page .buy-contract-section .buy-contract-filter .select-place-container, .main_page .buy-contract-section .buy-contract-filter .select-date-container {
    margin: 0 40px;
    text-align: left;
  }
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 372px;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-switcher .switch-option {
    width: 186px;
  }
}
.main_page .buy-contract-section .buy-contract-title {
  text-align: center;
  margin-top: 65px;
  margin-bottom: 50px;
}
.main_page .buy-contract-section .buy-contract-obligatory-field {
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 30px;
}
.main_page .buy-contract-section .buy-contract-obligatory-field span {
  color: #FF751A;
}
.main_page .buy-contract-section .buy-contract-contracts-container, .main_page .buy-contract-section .buy-contract-services-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 65px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  background-color: #141414;
  padding: 40px 32px 50px;
  margin: 0 8px 20px 8px;
  border: 1px solid #989898;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-title, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-title {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  margin-bottom: 30px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price .euro, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price .euro {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  line-height: 45px;
  padding-right: 9px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price .number, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price .number {
  font-size: 70px;
  line-height: 1.36em;
  letter-spacing: 0em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 70px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price .decimal, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price .decimal {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  line-height: 45px;
  padding-left: 4px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price .number, .main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price .euro, .main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .price .decimal, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price .number, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price .euro, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .price .decimal {
  display: flex;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-price .month, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-price .month {
  font-size: 21px;
  line-height: 1.43em;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-type, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-type {
  color: #989898;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-description, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-description {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-description p, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-description p {
  margin-bottom: 8px;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-button .subscription-add, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-button .subscription-add {
  display: block;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option .subscription-button .subscription-delete, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option .subscription-button .subscription-delete {
  display: none;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option:hover, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option:hover {
  border: 1px solid #FF751A;
  box-shadow: 0 0 12px #FF751A;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option.hidden, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option.hidden {
  display: none;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option.selected, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option.selected {
  border: 1px solid #FF751A;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option.selected .subscription-button .subscription-add, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option.selected .subscription-button .subscription-add {
  display: none;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option.selected .subscription-button .subscription-delete, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option.selected .subscription-button .subscription-delete {
  display: block;
}
.main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option.selected:before, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option.selected:before {
  top: -20px;
  left: -20px;
  width: 40px;
  height: 40px;
  content: "";
  line-height: 40px;
  display: block;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  background: #FF751A no-repeat center center url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAYAAAAWGF8bAAAABHNCSVQICAgIfAhkiAAAAO5JREFUOE+l00FKw0AYxfH/u0Av46ZrTyEUV9JNcVGhVAJuRJBCN0oXBTfSTe8iggfwFnqBJwkTGZJMk0lnl5lvfryZ+SLOHLYFvAMfkvblx+gRsCNwFZBiNNiBlebjKDCBbSTlJzyFlRGzEvZhWWACe5F0F79qlTAUTyT9dD15WD8A19H6VtK6WV+Db8AFcNlEhyarYdl+Boow8RWjuVh1h7YfgKcoeoUCv0DctGVJ685SR74HNtHiJ/ANzKK5V0nLvt/qv21sr4BtYsNe0qIPa7WN7Vtg19g4GOvswwaahSUb2/YcmEq6GXLMuOYPHrZiA5ayjVMAAAAASUVORK5CYII=");
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-contracts-container, .main_page .buy-contract-section .buy-contract-services-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .buy-contract-section .buy-contract-contracts-container .subscription-service-option, .main_page .buy-contract-section .buy-contract-services-container .subscription-service-option {
    width: 280px;
  }
}
.main_page .buy-contract-section .buy-contract-contracts-container .payment-option, .main_page .buy-contract-section .buy-contract-services-container .payment-option {
  width: 100%;
}
.main_page .buy-contract-section .buy-contract-contracts-container .payment-option .subscription-title, .main_page .buy-contract-section .buy-contract-services-container .payment-option .subscription-title {
  margin-bottom: 0px;
}
.main_page .buy-contract-section .buy-contract-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 65px;
}
.main_page .buy-contract-section .buy-contract-button-container .button {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-button-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .buy-contract-section .buy-contract-button-container .button {
    width: 250px;
    margin: 0 20px;
  }
}
.main_page .buy-contract-section .buy-contract-price-table-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table-information-container {
  width: 100%;
  margin-right: 30px;
  margin-top: 15px;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table-information-container .price-table-information-title {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table-information-container .price-table-information {
  background: #141414;
  padding: 15px;
  font-size: 16px;
  line-height: 1.5em;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table-information-container .price-table-information p {
  font-weight: 700;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  width: 500px;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  font-size: 16px;
  line-height: 1.5em;
  border-bottom: 1px solid #989898;
  padding: 15px 0;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-container .total {
  font-weight: 700;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-promo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 15px;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-promo div:first-child {
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-promo div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-promo input {
  width: 100%;
}
.main_page .buy-contract-section .buy-contract-price-table-container .price-table .price-line-promo .button {
  margin-left: 15px;
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-price-table-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
    margin-top: 50px;
  }
  .main_page .buy-contract-section .buy-contract-price-table-container .price-table-information-container {
    width: 300px;
  }
}
.main_page .buy-contract-section .buy-contract-form-title {
  margin-bottom: 20px;
}
.main_page .buy-contract-section .has-error {
  color: #FF751A;
}
.main_page .buy-contract-section .has-error label {
  color: #FF751A;
}
.main_page .buy-contract-section .buy-contract-client-data {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container {
  width: 100%;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container.buy-contract-field-company-select-container {
  width: 100%;
  margin-top: 50px;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container.hidden {
  display: none;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container label.buy-contract-field-title {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 30px;
  font-weight: 700;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container label.buy-contract-field-title span {
  color: #FF751A;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field {
  margin: 0 30px;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field input {
  width: 100%;
  padding: 0 10px;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field input[type=checkbox] {
  width: auto;
  line-height: 20px;
  height: 20px;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field.buy-contract-field-birthday {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field.buy-contract-field-birthday input:first-child {
  margin-right: 10px;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field.buy-contract-field-birthday input:last-child {
  margin-left: 10px;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field.buy-contract-field-password {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
}
.main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container .buy-contract-field.buy-contract-field-password input:first-child {
  margin-right: 10px;
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-client-data {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .buy-contract-section .buy-contract-client-data .buy-contract-field-container {
    width: 33%;
  }
}
.main_page .buy-contract-section .buy-contract-client-data input.hidden {
  display: none;
}
.main_page .buy-contract-section .buy-contract-payment-data {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 auto;
  max-width: 750px;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container {
  width: 100%;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container.hidden {
  display: none;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container label.buy-contract-field-title {
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 15px;
  margin-left: 30px;
  font-weight: 700;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container label.buy-contract-field-title span {
  color: #FF751A;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container .buy-contract-field {
  margin: 0 30px;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container .buy-contract-field input {
  width: 100%;
  padding: 0 10px;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container .buy-contract-field .field {
  padding-top: 15px;
}
@media (min-width: 640px) {
  .main_page .buy-contract-section .buy-contract-payment-data {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .buy-contract-section .buy-contract-payment-data .buy-contract-field-container {
    width: 50%;
  }
}
.main_page .buy-contract-section .buy-contract-payment-data input.hidden {
  display: none;
}
.main_page .buy-contract-section .buy-contract-payment-data .buy-contract-captcha-field {
  margin: 30px auto 0 auto;
}
.main_page .buy-contract-section .buy-contract-statement-container label {
  margin-top: 30px;
}
.main_page .buy-contract-section .buy-contract-statement-container label.disabled {
  color: #5e5e5e;
}
.main_page .buy-contract-section .buy-contract-statement-container .buy-contract-statement {
  height: 200px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main_page .buy-contract-section .buy-contract-statement-container .buy-contract-statement::-webkit-scrollbar {
  width: 10px;
}
.main_page .buy-contract-section .buy-contract-statement-container .buy-contract-statement::-webkit-scrollbar-track {
  background: #989898;
}
.main_page .buy-contract-section .buy-contract-statement-container .buy-contract-statement::-webkit-scrollbar-thumb {
  background: #5e5e5e;
}
.main_page .buy-contract-section .buy-contract-statement-container .buy-contract-statement::-webkit-scrollbar-thumb:hover {
  background: #5e5e5e;
}
.main_page .profile-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .profile-section .section-inner .contract-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-bottom: 65px;
}
.main_page .profile-section .section-inner .contract-container .contract {
  text-align: center;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-title {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  margin-bottom: 25px;
  text-align: center;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  max-width: 600px;
  padding: 20px 40px;
  background: #141414;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-block h5 {
  font-size: 21px;
  line-height: 1.43em;
  font-weight: 700;
  margin: 10px 0;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-block p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin: 10px 0;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-block p.active {
  color: #28C73A;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-block p.noactive {
  color: #FF751A;
}
.main_page .profile-section .section-inner .contract-container .contract .contract-block .button {
  height: 30px;
  margin: 10px 0;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-switcher {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 425px;
    margin: 0 auto;
  }
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-switcher .switch-option {
    width: 50%;
  }
}
.main_page .profile-section .section-inner .profile-switcher .switch-option .button {
  width: 100%;
}
.main_page .profile-section .section-inner .profile-switcher .switch-option-1 .button {
  border-radius: 2px 2px 0 0;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-switcher .switch-option-1 .button {
    border-radius: 2px 0 0 2px;
  }
}
.main_page .profile-section .section-inner .profile-switcher .switch-option-2 .button {
  border-radius: 0 0 2px 2px;
  border-top-width: 0;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-switcher .switch-option-2 .button {
    border-radius: 0 2px 2px 0;
    border-left-width: 0;
    border-top-width: 1px;
  }
}
.main_page .profile-section .section-inner .profile-switcher .switch-option-3 .button {
  border-radius: 0 0 2px 2px;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-switcher .switch-option-3 .button {
    border-radius: 0 2px 2px 0;
  }
}
.main_page .profile-section .section-inner .profile-contract-title {
  text-align: center;
  margin: 65px 0 20px;
}
.main_page .profile-section .section-inner .profile-title {
  text-align: right;
  margin-bottom: 20px;
}
.main_page .profile-section .section-inner .profile-title span {
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer;
  text-decoration: underline;
}
.main_page .profile-section .section-inner .profile-form-title {
  font-size: 21px;
  line-height: 1.43em;
  margin: 20px 0;
}
.main_page .profile-section .section-inner .profile-form {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 45px;
}
.main_page .profile-section .section-inner .profile-form .profile-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 8px 0;
}
.main_page .profile-section .section-inner .profile-form .profile-form-row label {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 700;
  width: 250px;
  text-align: center;
}
.main_page .profile-section .section-inner .profile-form .profile-form-row div {
  font-size: 16px;
  line-height: 1.5em;
  height: 51px;
  line-height: 51px;
  width: 250px;
}
.main_page .profile-section .section-inner .profile-form .profile-form-row div input {
  width: 100%;
}
@media (min-width: 1024px) {
  .main_page .profile-section .section-inner .profile-form .profile-form-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .profile-section .section-inner .profile-form .profile-form-row label {
    margin-right: 30px;
    text-align: left;
  }
}
.main_page .profile-section .section-inner .profile-contract-container, .main_page .profile-section .section-inner .profile-subscription-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  margin: 0 auto;
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  border-top: 1px solid #707070;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-contract-container .profile-table-row, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row:last-child, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row:last-child {
  border-bottom: 1px solid #707070;
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  padding: 10px;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell span, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell span {
  font-weight: bold;
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell.profile-table-cell-contract-name, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell.profile-table-cell-contract-name {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  box-ordinal-group: -1;
  -webkit-order: -1;
  -moz-order: -1;
  order: -1;
  -ms-flex-order: -1;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  box-flex: 2;
  -webkit-flex: 2;
  -moz-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-weight: bold;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell {
    text-align: center;
    border-left: 1px solid #707070;
    border-right: 0 solid #707070;
  }
  .main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell span, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell span {
    display: none;
  }
  .main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell:last-child, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell:last-child {
    border-right: 1px solid #707070;
  }
  .main_page .profile-section .section-inner .profile-contract-container .profile-table-row .profile-table-cell.profile-table-cell-contract-name, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row .profile-table-cell.profile-table-cell-contract-name {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    box-ordinal-group: 0;
    -webkit-order: 0;
    -moz-order: 0;
    order: 0;
    -ms-flex-order: 0;
    text-align: left;
    font-weight: normal;
  }
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row-header, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row-header {
  display: none;
}
.main_page .profile-section .section-inner .profile-contract-container .profile-table-row-header div, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row-header div {
  background-color: #141414;
  text-align: center;
}
@media (min-width: 640px) {
  .main_page .profile-section .section-inner .profile-contract-container .profile-table-row-header, .main_page .profile-section .section-inner .profile-subscription-container .profile-table-row-header {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.main_page .profile-section .section-inner .profile-contract-container {
  max-width: 850px;
}
.main_page .profile-section .section-inner .profile-subscription-container {
  max-width: 750px;
}
.main_page .profile-section .section-inner .profile-contract-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}
.main_page .profile-section .section-inner .profile-contract-circle.profile-contract-circle-active {
  background-color: #28C73A;
}
.main_page .profile-section .section-inner .profile-contract-circle.profile-contract-circle-noactive {
  background-color: #989898;
}
.main_page .profile-section .section-inner .profile-contract-circle.profile-contract-circle-payment {
  background-color: #FF751A;
}
.main_page .profile-section .section-inner .profile-contract-circle.profile-contract-circle-completed {
  background-color: #FF4B4B;
}
.main_page .profile-section .section-inner .profile-contract-info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.main_page .profile-section .section-inner .profile-contract-info div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  margin: 20px 12px;
}
.main_page .profile-section .section-inner .profile-contract-info div p {
  line-height: 16px;
}
.main_page .profile-section .section-inner .profile-contract-info div p:first-child {
  margin-right: 10px;
}
.main_page .profile-section .section-inner .profile-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .profile-section .section-inner .profile-button-container .button {
  width: 250px;
  margin-top: 30px;
  margin: 30px 10px 0;
}
@media (min-width: 1024px) {
  .main_page .profile-section .section-inner .profile-button-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
}
.main_page .profile-section .section-inner .profile-form-information {
  font-size: 16px;
  line-height: 1.5em;
  margin-top: 65px;
  text-align: center;
}
.main_page .profile-section .section-inner .profile-form-information a {
  font-size: 16px;
  line-height: 1.5em;
  color: #FF751A;
}
.main_page .personalarea-home-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-top: 0px;
}
.main_page .personalarea-home-section .head-title {
  font-size: 36px;
  line-height: 1.44em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 200px;
  height: 200px;
  width: 100%;
  background: #141414;
  text-align: center;
  margin-bottom: 65px;
  background-image: url("../img/personalarea_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main_page .personalarea-home-section .head-title span:last-child {
  color: #FF751A;
}
@media (min-width: 1024px) {
  .main_page .personalarea-home-section .head-title {
    font-size: 70px;
    line-height: 1.36em;
    letter-spacing: 0em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    height: 300px;
    line-height: 200px;
  }
}
.main_page .personalarea-home-section .contract-container-title {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 45px;
}
.main_page .personalarea-home-section .zoom-instruction-container {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 65px;
}
.main_page .personalarea-home-section .zoom-instruction-container span {
  color: #FF751A;
}
.main_page .personalarea-home-section .zoom-instruction-container .button {
  width: 200px;
  margin: 20px auto;
}
.main_page .personalarea-home-section .event-video-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.main_page .personalarea-home-section .event-video-container .event-container, .main_page .personalarea-home-section .event-video-container .video-container {
  width: 100%;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.main_page .personalarea-home-section .event-video-container .event-container .event, .main_page .personalarea-home-section .event-video-container .video-container .video {
  height: 200px;
  padding: 20px;
  background: #141414;
  margin: 20px;
}
.main_page .personalarea-home-section .event-video-container .event-container .event {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-title {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-title a {
  color: #FFFFFF;
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-title .button {
  height: 30px;
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-timer {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-timer span {
  font-size: 21px;
  line-height: 1.43em;
}
@media (min-width: 1024px) {
  .main_page .personalarea-home-section .event-video-container .event-container .event .event-timer {
    font-size: 21px;
    line-height: 1.43em;
  }
  .main_page .personalarea-home-section .event-video-container .event-container .event .event-timer span {
    font-size: 36px;
    line-height: 1.44em;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
  }
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-calendar {
  text-align: center;
}
.main_page .personalarea-home-section .event-video-container .event-container .event .event-calendar a {
  font-size: 16px;
  line-height: 1.5em;
  color: #FF751A;
}
.main_page .personalarea-home-section .event-video-container .video-container .video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.main_page .personalarea-home-section .event-video-container .video-container .video .button {
  height: 30px;
}
@media (min-width: 1024px) {
  .main_page .personalarea-home-section .event-video-container {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .personalarea-home-section .event-video-container .event-container, .main_page .personalarea-home-section .event-video-container .video-container {
    width: 50%;
  }
}
.main_page .personalarea-home-section .contract-history {
  margin-top: 65px;
}
.main_page .personalarea-home-section .contract-history .title {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 40px;
}
.main_page .personalarea-home-section .contract-history .switcher {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .personalarea-home-section .contract-history .switcher div {
  font-size: 16px;
  line-height: 1.5em;
  border: 1px solid #989898;
  padding: 10px 20px;
  cursor: pointer;
}
.main_page .personalarea-home-section .contract-history .switcher div.active {
  background: #989898;
  color: #141414;
}
.main_page .personalarea-video-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding-top: 0;
}
.main_page .personalarea-video-section .video-section-title {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 48px 0;
}
.main_page .personalarea-video-section .head-title {
  font-size: 36px;
  line-height: 1.44em;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  line-height: 150px;
  height: 250px;
  width: 100%;
  background: #141414;
  text-align: center;
  background-image: url("../img/personalarea_header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.main_page .personalarea-video-section .head-title .button-holder {
  margin: 0 auto;
  width: 250px;
}
.main_page .personalarea-video-section .head-title span:last-of-type {
  color: #FF751A;
}
@media (min-width: 1024px) {
  .main_page .personalarea-video-section .head-title {
    font-size: 70px;
    line-height: 1.36em;
    letter-spacing: 0em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    height: 250px;
    line-height: 150px;
  }
}
.main_page .personalarea-video-section .video-section-load-button {
  width: 200px;
  margin: 20px auto 0 auto;
}
.main_page .personalarea-video-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  box-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 21px;
  line-height: 1.43em;
  margin-top: 20px;
}
.main_page .personalarea-video-container .video {
  margin: 12px;
  width: 100%;
  max-width: 260px;
  background: #141414;
}
.main_page .personalarea-video-container .video .video-image {
  display: block;
  width: 100%;
  height: 146px;
  background: no-repeat center center;
  background-size: cover;
  cursor: pointer;
}
.main_page .personalarea-video-container .video .video-info {
  padding: 15px 20px;
}
.main_page .personalarea-video-container .video .video-info .video-category, .main_page .personalarea-video-container .video .video-info .video-date {
  font-size: 16px;
  line-height: 1.5em;
  height: 20px;
  overflow: hidden;
  color: #989898;
}
.main_page .personalarea-video-container .video .video-info .video-title {
  font-size: 16px;
  line-height: 1.5em;
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  height: 20px;
  overflow: hidden;
  font-weight: bold;
  margin: 10px 0;
  cursor: pointer;
}
@media (min-width: 640px) {
  .main_page .personalarea-video-container .video {
    width: 260px;
  }
  .main_page .personalarea-video-container .video .video-image {
    width: 100%;
    height: 146px;
  }
}
.main_page .personalarea-video-container a {
  color: #FF751A;
}
.main_page .video-menu-container {
  display: none;
  width: 100%;
  border-bottom: 1px solid #141414;
}
@media (min-width: 1024px) {
  .main_page .video-menu-container {
    display: block;
  }
}
.main_page .video-menu-container .video-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  height: 83px;
  max-width: 1000px;
  padding: 0 25px;
  margin: 0 auto;
}
.main_page .video-menu-container .video-menu .video-menu-item {
  height: 51px;
  margin-top: 32px;
  position: relative;
}
.main_page .video-menu-container .video-menu .video-menu-item .video-menu-a, .main_page .video-menu-container .video-menu .video-menu-item .video-menu-live {
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: inline-block;
}
.main_page .video-menu-container .video-menu .video-menu-item .video-menu-a {
  padding-right: 22px;
  background: no-repeat center right url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABHNCSVQICAgIfAhkiAAAAQRJREFUGFd1kSFLBUEUhc/hBQWLbjCYjP4Au1nwBYMDwtMmO7s/wKCYRCzm3RkMy9MgrMGgYrb6C4wmg+CaFFaQI/OYJ+sTb7rn3O9cLjMEgLIsT0i+WmuPg/6vvPd7kmattbt0zg0AnEf4MkmSgTHmsxuuqmq6bdszABvR3wrBIYDtMSjpAUA/y7KXeM08yVsAyx1myDjcJ3kIYKQlPQNYi+ANyYXYS9JBlmVHIzCUc64P4ALATLQ+JPVITkX9DmDTWnsd9E8wCO/9kqQ7AIsTD/REcjVN08ex/ysYzKIo5khekVyJZ99LWs/z/K277E8wDOu67jVNcxr6JEl2jDFfk1/0DX6BXJI8U3ZBAAAAAElFTkSuQmCC");
}
.main_page .video-menu-container .video-menu .video-menu-item .video-menu-a.active {
  color: #FF751A;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAICAYAAADJEc7MAAAABHNCSVQICAgIfAhkiAAAARpJREFUGFd1kTtLA0EUhc/ZVwQttDEQ3JDSH2BvLZjCIoUQxUZQs7WFYiViY5moYBUtLLawULFO6y+wlA0EVhArBWcfV2YSY6J4q3tmvu9ehiEAqIZ/QvDVbUXHOv9XScPfy8HpQiva5WcwVyesKw0LEHpxVGcINSrLRmVCTeWXBGp9Ll+jCvw2wPUfUB7dVFV5Hr8YaKs4mzjePcCFISPSpg5J4O+L4BCkyQLpkdmy6cW+I1gykoiQOHCb3SMD6kp3ytXckmuAkwPoA6QNoNAn5N3KueqcRrc6DUVzFZTmlTgPJCpjbxQ8e0yX2Ow9fZ+PiUbeLs8kttwAXBxs6rgZV3gWvY0O+yMauQY7KfoXunfj7iZDZL+/6AuYSmIIlpdaJwAAAABJRU5ErkJggg==");
}
.main_page .video-menu-container .video-menu .video-menu-item .video-menu-live {
  padding-left: 22px;
  background: no-repeat center left url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAABHNCSVQICAgIfAhkiAAAAGdJREFUGFeNj8ENRVAURM+8BihFB2KJjU4o4avIRgF0RAUjD7HBj1neOcmdIwCXZUMILZABKTAh9RrHSWc5RPAWqZCrKtL5I2DPcl37sTyOy3/AXj+8OAzeR16aUrdrSgn2TAi/qLkBVCgnZHEhO6MAAAAASUVORK5CYII=");
}
.main_page .video-menu-container .video-menu .video-menu-item .video-menu-live.active {
  color: #FF4B4B;
}
.main_page .video-menu-container .video-menu .video-menu-item .video-submenu-container {
  display: none;
  background-color: #141414;
  border: 1px solid #989898;
  padding: 20px 24px 20px 24px;
  position: absolute;
  top: -21px;
  left: -25px;
  z-index: 999;
}
.main_page .video-menu-container .video-menu .video-menu-item .video-submenu-container .video-submenu-item {
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 14px;
}
.main_page .video-menu-container .video-menu .video-menu-item .video-submenu-container .video-submenu-item.active {
  color: #FF751A;
}
.main_page .video-menu-container .video-menu .video-menu-item:hover .video-submenu-container {
  display: block;
}
.main_page .personalarea-video-section-video {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.main_page .personalarea-video-section-video .video-section-video {
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  background: #000;
}
.main_page .personalarea-video-section-video .video-section-video .section-inner {
  margin: 0 auto;
  background: no-repeat center center;
  background-size: cover;
  height: 200px;
}
@media (min-width: 640px) {
  .main_page .personalarea-video-section-video .video-section-video .section-inner {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .main_page .personalarea-video-section-video .video-section-video .section-inner {
    height: 640px;
  }
}
@media (min-width: 1280px) {
  .main_page .personalarea-video-section-video .video-section-video .section-inner {
    height: 700px;
  }
}
.main_page .personalarea-video-section-video .video-section-video .section-inner iframe {
  width: 100%;
  height: 200px;
}
@media (min-width: 640px) {
  .main_page .personalarea-video-section-video .video-section-video .section-inner iframe {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .main_page .personalarea-video-section-video .video-section-video .section-inner iframe {
    height: 640px;
  }
}
@media (min-width: 1280px) {
  .main_page .personalarea-video-section-video .video-section-video .section-inner iframe {
    height: 700px;
  }
}
.main_page .personalarea-video-section-video .video-section-video-warning {
  font-size: 16px;
  line-height: 1.5em;
  background: #FF751A;
  text-align: center;
  color: #000;
  font-weight: bold;
}
@media (min-width: 640px) {
  .main_page .personalarea-video-section-video .video-section-video-warning {
    padding: 16px 0;
  }
}
.main_page .personalarea-video-section-video .video-section-video-warning a {
  color: #fff;
}
.main_page .personalarea-video-section-video .video-section-video-info {
  height: 190px;
  margin: 0 auto;
}
.main_page .personalarea-video-section-video .video-section-video-info .category {
  font-size: 16px;
  line-height: 1.5em;
  color: #989898;
  margin-top: 25px;
}
.main_page .personalarea-video-section-video .video-section-video-info .name {
  font-size: 21px;
  line-height: 1.43em;
  font-weight: bold;
  color: #fff;
  margin: 12px 0;
}
.main_page .personalarea-video-section-video .video-section-video-info .date {
  font-size: 16px;
  line-height: 1.5em;
  color: #fff;
}
.main_page .personalarea-file-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .personalarea-file-section .file-section-title {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  text-align: center;
  margin-bottom: 45px;
}
.main_page .personalarea-file-section .file-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 21px;
  line-height: 1.43em;
}
.main_page .personalarea-file-section .file-container .file {
  margin: 0 30px 30px 30px;
  width: 500px;
  min-width: 50px;
  padding: 20px;
  background: #141414;
  text-align: center;
}
.main_page .personalarea-file-section .file-container .file .file-title {
  font-size: 21px;
  line-height: 1.43em;
  text-align: center;
  margin-bottom: 20px;
}
.main_page .personalarea-file-section .file-container a {
  color: #FF751A;
}
.main_page .personalarea-help-section .help-section-title {
  font-size: 30px;
  line-height: 1.33em;
  letter-spacing: -0.01em;
  text-align: center;
}
.main_page .personalarea-help-section .help-container {
  font-size: 16px;
  line-height: 1.5em;
}
.main_page .personalarea-help-section .help-container p {
  margin-top: 30px;
  font-weight: bold;
}
.main_page .personalarea-help-section .help-container a {
  color: #FF751A;
}
.main_page .thankyou-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .thankyou-section .section-inner {
  max-width: 850px;
}
.main_page .thankyou-section .section-inner h2, .main_page .thankyou-section .section-inner h3, .main_page .thankyou-section .section-inner h4, .main_page .thankyou-section .section-inner p {
  text-align: center;
}
.main_page .thankyou-section .section-inner h2 {
  color: #FF751A;
  margin-top: 65px;
  margin-bottom: 32px;
}
.main_page .thankyou-section .section-inner h3 {
  margin-bottom: 96px;
}
.main_page .thankyou-section .section-inner h4 {
  margin-top: 65px;
}
.main_page .thankyou-section .section-inner p {
  font-size: 21px;
  line-height: 1.43em;
  margin-top: 20px;
}
.main_page .thankyou-section .section-inner p a {
  color: #FF751A;
}
.main_page .thankyou-section .section-inner .button {
  margin-top: 25px;
}
.main_page .privacy-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .privacy-section .section-inner {
  max-width: 850px;
}
.main_page .privacy-section .section-inner h2, .main_page .privacy-section .section-inner h3, .main_page .privacy-section .section-inner h4, .main_page .privacy-section .section-inner p {
  text-align: left;
}
.main_page .privacy-section .section-inner h4 {
  margin-top: 65px;
}
.main_page .privacy-section .section-inner p {
  font-size: 21px;
  line-height: 1.43em;
  margin-top: 20px;
}
.main_page .privacy-section .section-inner p a {
  color: #FF751A;
}
.main_page .privacy-section .section-inner p.list {
  padding-left: 50px;
}
.main_page .payment-section {
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
}
.main_page .payment-section .section-inner .payment-title {
  text-align: center;
}
.main_page .payment-section .section-inner .payment-description {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-top: 65px;
}
.main_page .payment-section .section-inner .payment-form {
  margin: 40px 0;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  box-direction: normal;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  margin-bottom: 20px;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row a {
  color: #FF751A;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row input, .main_page .payment-section .section-inner .payment-form .payment-form-row .field, .main_page .payment-section .section-inner .payment-form .payment-form-row .payment-sum {
  width: 100%;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row label {
  font-size: 16px;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date input, .main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date .field {
  width: 100%;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date input:last-child, .main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date .field:last-child {
  margin-left: 0;
}
@media (min-width: 1024px) {
  .main_page .payment-section .section-inner .payment-form .payment-form-row {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-flex-direction: row;
  }
  .main_page .payment-section .section-inner .payment-form .payment-form-row input, .main_page .payment-section .section-inner .payment-form .payment-form-row .field, .main_page .payment-section .section-inner .payment-form .payment-form-row .payment-sum {
    width: 300px;
  }
  .main_page .payment-section .section-inner .payment-form .payment-form-row label {
    width: 200px;
  }
  .main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date input, .main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date .field {
    width: 100px;
  }
  .main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date input:last-child, .main_page .payment-section .section-inner .payment-form .payment-form-row.payment-form-row-date .field:last-child {
    margin-left: 100px;
  }
}
.main_page .payment-section .section-inner .payment-form .payment-form-row .payment-sum {
  font-size: 21px;
  line-height: 1.43em;
  font-weight: 700;
  color: #FF751A;
  text-align: center;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row .field {
  padding-top: 15px;
}
.main_page .payment-section .section-inner .payment-form .payment-form-row.has-error label {
  color: #FF751A;
}
.main_page .payment-section .section-inner .payment-card-errors {
  text-align: center;
  color: #FF4B4B;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
.main_page .payment-section .section-inner .payment-card-success {
  text-align: center;
  color: #28C73A;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5em;
}
.main_page .payment-section .section-inner .payment-button-container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.main_page .payment-section .section-inner .payment-button-container .button {
  width: 250px;
}
.main_page .payment-section .section-inner .payment-button-container .button:disabled {
  background: red;
}
.main_page .payment-section .section-inner .payment-statement-container {
  margin-bottom: 20px;
}
.main_page .payment-section .section-inner .payment-statement-container label {
  width: 100%;
  margin: 30px auto 20px auto;
  max-width: 500px;
}
.main_page .payment-section .section-inner .payment-statement-container label.disabled {
  color: #5e5e5e;
}
.main_page .payment-section .section-inner .payment-statement-container .payment-statement {
  height: 200px;
  overflow: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.main_page .payment-section .section-inner .payment-statement-container .payment-statement::-webkit-scrollbar {
  width: 10px;
}
.main_page .payment-section .section-inner .payment-statement-container .payment-statement::-webkit-scrollbar-track {
  background: #989898;
}
.main_page .payment-section .section-inner .payment-statement-container .payment-statement::-webkit-scrollbar-thumb {
  background: #5e5e5e;
}
.main_page .payment-section .section-inner .payment-statement-container .payment-statement::-webkit-scrollbar-thumb:hover {
  background: #5e5e5e;
}
.main_page .hidden {
  display: none;
}
.main_page input, .main_page .field {
  background-color: #333333;
  border: 1px solid #989898;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0 10px;
  height: 51px;
  line-height: 51px;
  cursor: pointer;
  color: #FFFFFF;
}
.main_page input:hover, .main_page input:focus {
  border: 1px solid #FF751A;
  background-color: #141414;
}

/*# sourceMappingURL=personalarea.css.map */
