.flexbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
/*reset*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  text-rendering: optimizespeed;
  min-width: 980px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*global*/
div,
ul,
li,
a,
i {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ymaps {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  position: static;
}
html,
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
}
body {
  font-family: 'Prx', sans-serif;
  color: #666;
  font-size: 18px;
}
img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  width: auto\9;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
.thumb,
.thumb > img {
  display: block;
  margin: auto;
}
/*typography*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  color: #333333;
  font-weight: bold;
  margin: 36px 0;
}
h1,
.h1 {
  font-size: 300%;
  margin-left: -2px;
  margin-right: -2px;
}
h2,
.h2 {
  font-size: 250%;
  margin-left: -2px;
  margin-right: -2px;
}
h3,
.h3 {
  font-size: 200%;
  margin-left: -1px;
  margin-right: -1px;
}
h4,
.h4 {
  font-size: 150%;
}
h5,
.h5 {
  font-size: 125%;
}
h6,
.h6 {
  font-size: 100%;
}
p {
  line-height: 1.5;
  margin: 24px 0;
  font-weight: 100;
}
small {
  font-size: 75%;
}
i {
  font-style: normal;
}
hr {
  margin: 48px 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0;
  clear: both;
}
dl {
  margin: 0;
  margin-top: 24px;
  *zoom: 1;
}
dl:before,
dl:after {
  display: table;
  content: '';
  line-height: 0;
  height: 0;
}
dl:after {
  clear: both;
}
dt,
dd {
  line-height: 1;
  display: block;
  padding: 0;
  margin: 0;
}
dt {
  color: #999;
  font-size: 16px;
  margin-top: 24px;
  font-weight: 100;
}
dd {
  color: #333333;
  margin-top: 6px;
}
li {
  position: relative;
}
a {
  color: #ffcc00;
}
a:hover {
  text-decoration: none;
}
.link-dotted {
  text-decoration: none;
  border-bottom: 2px dotted #ffcc00;
}
.link-dotted:hover {
  border-bottom: 2px dotted transparent;
}
.link-invert {
  color: #333333;
  text-decoration: none;
}
.link-invert:hover {
  color: #ffcc00;
}
.t-center {
  text-align: center;
}
.t-uppercase {
  text-transform: uppercase;
}
.t-spacing {
  letter-spacing: 2px;
}
.dl-hrz {
  margin-top: 0;
  font-size: 0;
  display: block;
  position: relative;
}
.dl-hrz dt,
.dl-hrz dd {
  display: inline-block;
  font-size: 18px;
  padding: 0;
  margin: 6px 0;
  vertical-align: top;
}
.dl-hrz dt {
  width: 35%;
}
.dl-hrz dd {
  width: 65%;
  color: #333333;
}
.container {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
}
.container:before,
.container:after {
  display: table;
  content: '';
  line-height: 0;
  height: 0;
}
.container:after {
  clear: both;
}
.container-s {
  max-width: 600px;
}
.container-l {
  max-width: 1600px;
}
.container-fluid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 24px;
}
.vmiddle {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.input-block {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/**GRID**/
.grid {
  *zoom: 1;
  font-size: 0;
}
.grid:before,
.grid:after {
  display: table;
  content: '';
  line-height: 0;
  height: 0;
}
.grid:after {
  clear: both;
}
.grid > [class*="col"] {
  min-height: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.grid-s {
  margin: -6px;
}
.grid-s > [class*="col"] {
  padding: 6px;
}
.grid-m {
  margin: -12px;
}
.grid-m > [class*="col"] {
  padding: 12px;
}
.grid-l {
  margin: -18px;
}
.grid-l > [class*="col"] {
  padding: 18px;
}
.grid-xl {
  margin: -24px;
}
.grid-xl > [class*="col"] {
  padding: 24px;
}
.grid-middle > [class*="col"] {
  vertical-align: middle;
}
.grid-bottom > [class*="col"] {
  vertical-align: bottom;
}
.grid-center {
  text-align: center;
}
.grid-right {
  text-align: right;
}
.grid-left {
  text-align: cleft;
}
.grid > .col-1 {
  width: 8.333333333333332%;
}
.grid > .col-2 {
  width: 16.666666666666664%;
}
.grid > .col-3 {
  width: 24.999999999999996%;
}
.grid > .col-4 {
  width: 33.33333333333333%;
}
.grid > .col-5 {
  width: 41.66666666666666%;
}
.grid > .col-6 {
  width: 49.99999999999999%;
}
.grid > .col-7 {
  width: 58.33333333333333%;
}
.grid > .col-8 {
  width: 66.66666666666666%;
}
.grid > .col-9 {
  width: 74.99999999999998%;
}
.grid > .col-10 {
  width: 83.33333333333331%;
}
.grid > .col-11 {
  width: 91.66666666666666%;
}
.grid > .col-12 {
  width: 99.99999999999998%;
}
.grid > .col-20p {
  width: 20%;
}
.menu__item a {
  display: block;
  text-decoration: none;
}
.menu__item a:hover {
  cursor: pointer;
}
.menu__item .icon,
.menu__item .title {
  vertical-align: middle;
}
.menu__caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333333;
  display: inline-block;
  vertical-align: middle;
}
.menu-xs .menu__item a {
  font-size: 75%;
}
.menu-s .menu__item a {
  font-size: 75%;
}
.menu-l .menu__item a {
  font-size: 125%;
}
.menu-xl .menu__item a {
  font-size: 150%;
}
.menu-icons.menu-xs .menu__item .icon {
  font-size: 250%;
}
.menu-icons {
  text-align: center;
}
.menu-icons .menu__item .icon {
  display: block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.menu-icons .menu__item .icon {
  font-size: 300%;
}
.menu-icons .menu__item .count {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100%;
  color: #666666;
  margin-right: 4px;
  margin-top: 4px;
}
.menu-icons .menu__item a:hover .icon {
  -webkit-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -o-transform: translatey(-6px);
  transform: translatey(-6px);
}
.menu-icons.menu-xs .menu__item a:hover .icon {
  -webkit-transform: translatey(-3px);
  -moz-transform: translatey(-3px);
  -o-transform: translatey(-3px);
  transform: translatey(-3px);
}
.menu-icons.menu-s .menu__item a:hover .icon {
  -webkit-transform: translatey(-4px);
  -moz-transform: translatey(-4px);
  -o-transform: translatey(-4px);
  transform: translatey(-4px);
}
.menu-icons.menu-l .menu__item a:hover .icon {
  -webkit-transform: translatey(-6px);
  -moz-transform: translatey(-6px);
  -o-transform: translatey(-6px);
  transform: translatey(-6px);
}
.menu-icons.menu-xl .menu__item a:hover .icon {
  -webkit-transform: translatey(-8px);
  -moz-transform: translatey(-8px);
  -o-transform: translatey(-8px);
  transform: translatey(-8px);
}
.menu-icons .menu__item .title {
  display: block;
  color: #cccccc;
  margin-top: 12px;
}
.menu-icons.menu-xs .menu__item .title {
  margin-top: 6px;
}
.menu-icons.menu-s .menu__item .title {
  margin-top: 8px;
}
.menu-hrz {
  font-size: 0;
}
.menu-hrz > .menu__item {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}
/*.box > *:first-child {margin-top:0 !important;}

.box > *:last-child {margin-bottom:0 !important;}*/
.box-xs {
  margin: 12px auto;
}
.box-xs > .box__header,
.box-xs > .form > .box__header {
  margin-bottom: 12px;
}
.box-xs > .box__footer,
.box-l > .box__body + .box__body,
.box-xs > .form > .box__footer,
.box-l > .form > .box__body + .box__body {
  margin-top: 12px;
}
.box-s {
  margin: 24px auto;
}
.box-s > .box__header,
.box-s > .box__header {
  margin-bottom: 18px;
}
.box-s > .box__footer,
.box-l > .box__body + .box__body,
.box-s > .form > .box__footer,
.box-l > .form > .box__body + .box__body {
  margin-top: 18px;
}
.box-m {
  margin: 36px auto;
}
.box-m > .box__header,
.box-m > .form > .box__header {
  margin-bottom: 24px;
}
.box-m > .box__footer,
.box-l > .box__body + .box__body,
.box-m > .form > .box__footer,
.box-l > .form > .box__body + .box__body {
  margin-top: 24px;
}
.box-l {
  margin: 48px auto;
}
.box-l > .box__header,
.box-l > .form > .box__header {
  margin-bottom: 36px;
}
.box-l > .box__footer,
.box-l > .box__body + .box__body,
.box-l > .form > .box__footer,
.box-l > .form > .box__body + .box__body {
  margin-top: 36px;
}
.box-xl {
  margin: 60px auto;
}
.box-xl > .box__header,
.box-xl > .form > .box__header {
  margin-bottom: 48px;
}
.box-xl > .box__footer,
.box-l > .box__body + .box__body,
.box-xl > .form > .box__footer,
.box-l > .form > .box__body + .box__body {
  margin-top: 48px;
}
.box-border.box-xs {
  padding: 12px;
}
.box-border.box-s {
  padding: 24px;
}
.box-border.box-m {
  padding: 36px;
}
.box-border.box-l {
  padding: 48px;
}
.box-border.box-xl {
  padding: 60px;
}
.list-controls {
  text-align: center;
  margin: 24px 0;
}
.list-controls .select {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  text-align: left;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.overlay.state-open {
  visibility: visible;
  opacity: 1;
}
.popup-buy {
  width: 640px;
}
.popup-forgot {
  width: 520px;
}
.popup-signin,
.popup-signup,
.popup-callback,
.popup-report {
  width: 480px;
}
.popup__container {
  /*visibility:hidden;*/
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1200;
  text-align: center;
  /*.transform(scale(0.8));*/
  font-size: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 36px 0;
  min-width: 980px;
}
.popup__container.state-open {
  /*visibility:visible;*/
}
.popup__container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.popup {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  box-shadow: 0 30px 30px -30px rgba(0, 0, 0, 0.5);
  z-index: 50;
  font-size: 18px;
  text-align: center;
  /*.transform(scale(0.8)); opacity:0; .transition(all 0.3s ease 0s);*/
}
.popup__container.state-open .popup {
  /*.transform(scale(1)); opacity:1;*/
}
.popup .box {
  margin: 0 !important;
}
.popup__close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  padding: 6px;
}
.popup__close:hover {
  cursor: pointer;
}
.popup__links {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 12px 0;
}
.popup__links a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
  display: inline-block;
}
.popup__region {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}
.page-popup,
.state-popup {
  overflow: hidden;
  margin-right: 16px;
  position: relative;
  height: 100%;
}
.popup .links {
  margin-top: 12px;
  text-align: justify;
}
.popup .links:after {
  display: inline-block;
  width: 100%;
  height: 0;
  content: "";
}
.popup .check-list {
  text-align: left;
}
.popup__container {
  display: none;
}
.popup__container.in {
  -webkit-animation: move-from-top 0.5s ease both;
  animation: move-from-top 0.5s ease both;
  display: block;
}
.popup__container.out {
  -webkit-animation: move-to-bottom 0.5s ease both;
  animation: move-to-bottom 0.5s ease both;
  display: block;
}
.popup__container.state-open {
  display: block;
}
@-webkit-keyframes move-from-top {
  from {
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%);
  }
}
@keyframes move-from-top {
  from {
    -webkit-transform: translatey(-100%);
    -moz-transform: translatey(-100%);
    -o-transform: translatey(-100%);
    transform: translatey(-100%);
  }
}
@-webkit-keyframes move-to-bottom {
  to {
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%);
  }
}
@keyframes move-to-bottom {
  to {
    -webkit-transform: translatey(100%);
    -moz-transform: translatey(100%);
    -o-transform: translatey(100%);
    transform: translatey(100%);
  }
}
.msg {
  border: 2px solid transparent;
  padding: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
.msg > *:first-of-type {
  margin-top: 0;
}
.msg > *:last-of-type {
  margin-bottom: 0;
}
.msg-success,
.msg-warning,
.msg-error,
.msg-info {
  display: block;
}
.msg-success {
  border-color: #6C0;
}
.msg-success .icon {
  color: #6C0;
}
.msg-warning {
  border-color: #F90;
}
.msg-warning .icon {
  color: #F90;
}
.msg-error {
  border-color: #F00;
}
.msg-error .icon {
  color: #F00;
}
.msg-info {
  border-color: #69C;
}
.msg-info .icon {
  color: #69C;
}
.js-form-send .btn,
.js-form-fail {
  margin-top: 36px;
}
/*BUTTONS*/
.btn {
  line-height: 0;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  padding: 24px;
  height: 48px;
  border: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.2) inset;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-weight: bold;
  overflow: hidden;
  background-color: transparent;
}
.btn:hover {
  -webkit-box-shadow: 0 0 0 2px #ffcc00 inset;
  -moz-box-shadow: 0 0 0 2px #ffcc00 inset;
  box-shadow: 0 0 0 2px #ffcc00 inset;
}
.btn-xs {
  font-size: 12px;
  height: 28px;
  padding: 14px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.btn-s {
  font-size: 80%;
  height: 36px;
  padding: 18px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.btn-l {
  font-size: 125%;
  height: 60px;
  padding: 30px;
  letter-spacing: 2px;
}
.btn-xl {
  font-size: 160%;
  height: 72px;
  padding: 36px;
  letter-spacing: 3px;
}
.btn-xs:hover,
.btn-s:hover {
  -webkit-box-shadow: 0 0 0 1px #ffcc00 inset;
  -moz-box-shadow: 0 0 0 1px #ffcc00 inset;
  box-shadow: 0 0 0 1px #ffcc00 inset;
}
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:active,
.btn.disabled:focus,
.btn[disabled] {
  text-shadow: none;
  cursor: not-allowed;
  opacity: 0.75;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  background-color: #ffcc00;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary:hover {
  background-color: #ffd11a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-primary:active {
  background-color: #e6b800;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn [class*="icon"] {
  line-height: 0;
  vertical-align: middle;
  font-size: 120%;
  margin-left: -6px;
}
.icon {
  font-size: 24px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.icon-xs {
  font-size: 16px;
}
.icon-s {
  font-size: 20px;
}
.icon-l {
  font-size: 32px;
}
.icon-xl {
  font-size: 48px;
}
.icon-xxl {
  font-size: 64px;
}
.icon-block {
  display: block;
}
a.icon:hover {
  cursor: pointer;
}
.icon-grey {
  color: #666666;
}
.icon-grey:hover {
  color: #ffcc00;
}
/*FORMS*/
form {
  margin: 0;
  padding: 0;
}
.input,
.select .chosen-single,
.textarea {
  display: block;
  font-family: 'Prx', arial;
  vertical-align: middle;
  cursor: text;
  margin: 0;
  outline: none;
  background-color: #fff;
  color: #333;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.3);
  line-height: 0;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input {
  padding: 0 12px;
  height: 48px;
  font-size: 18px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  background-clip: padding-box;
}
input::-moz-focus-inner,
::-moz-focus-inner {
  outline: none;
}
input:focus,
select:focus,
a:focus {
  outline: none;
}
input::-webkit-input-placeholder {
  line-height: normal;
  font-weight: normal;
}
input:-moz-placeholder {
  font-weight: normal;
}
input::-moz-placeholder {
  font-weight: normal;
}
input:-ms-input-placeholder {
  font-weight: normal;
}
.input:disabled,
.select:disabled,
.textarea:disabled,
.chosen-disabled .chosen-single {
  opacity: 0.5;
  cursor: not-allowed;
}
.input:focus,
.select:focus,
.textarea:focus,
.chosen-container-active .chosen-single {
  border-color: #ffcc00;
}
.textarea {
  line-height: 1.2;
  font-weight: 100;
  font-size: 18px;
  display: block;
  padding: 6px;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.select:hover,
.chosen-single:hover {
  cursor: pointer;
}
.chosen-single div {
  padding: 0 8px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-box-shadow: -10px 0 5px -5px #ffffff;
  -moz-box-shadow: -10px 0 5px -5px #ffffff;
  box-shadow: -10px 0 5px -5px #ffffff;
}
.select .chosen-single span {
  padding: 23px 10px;
  font-weight: bold;
}
.select-s .chosen-single span {
  padding: 17px 8px;
}
.select-l .chosen-single span {
  padding: 29px 12px;
}
.select-xl .chosen-single span {
  padding: 35px 14px;
}
.select-s .chosen-single div {
  width: 18px;
  padding: 0 6px;
}
.select-l .chosen-single div {
  width: 26px;
  padding: 0 10px;
}
.select-xl .chosen-single div {
  width: 30px;
  padding: 0 12px;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ffcc00;
  color: #fff;
}
.input,
.select {
  height: 48px;
}
.input-s,
.select-s {
  height: 36px;
  font-size: 80%;
}
.input-l,
.select-l {
  height: 60px;
  font-size: 120%;
}
.input-xl,
.select-xl {
  height: 72px;
  font-size: 140%;
}
/*.select .chosen-single {padding-left:@margin/2; padding-right:@margin*2;}*/
.state-success .input,
.state-success .select,
.state-success .textarea {
  /*.box-shadow(~"0 0 0 2px #6C0 inset, 0 2px 2px 0 rgba(0,0,0,0.3) inset");*/
  border-color: #6C0;
}
.state-warning .input,
.state-warning .select,
.state-warning .textarea {
  /*.box-shadow(~"0 0 0 2px #C90 inset, 0 2px 2px 0 rgba(0,0,0,0.3) inset");*/
  border-color: #F90;
}
.state-error .input,
.state-error .select,
.state-error .textarea {
  /*.box-shadow(~"0 0 0 2px #F00 inset, 0 2px 2px 0 rgba(0,0,0,0.3) inset");*/
  border-color: #F00;
}
.state-success .alert {
  color: #6C0;
}
.state-warning .alert {
  color: #F90;
}
.state-error .alert {
  color: #F00;
}
.form .form__item {
  margin: 24px 0 0;
}
.form__item .header {
  margin-bottom: 8px;
}
.form__body .col-delete {
  position: absolute;
  height: 100%;
  padding: 0;
}
.form__body .col-delete .icon {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  width: 16px;
}
.form__body .col-delete .icon:hover {
  cursor: pointer;
}
.box__body > .form__item:first-child {
  margin-top: 0;
}
.form-center .input,
.form-center .select,
.form-center .select .chosen-single,
.form-center .textarea {
  text-align: center;
}
.alert {
  position: absolute;
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
}
.help {
  line-height: 1;
  font-size: 14px;
  margin-top: 6px;
  color: rgba(0, 0, 0, 0.5);
}
/**CHECKBOX & RADIO**/
.check-list {
  *zoom: 1;
  margin: -6px 0;
}
.check-list:before,
.check-list:after {
  display: table;
  content: '';
  line-height: 0;
  height: 0;
}
.check-list:after {
  clear: both;
}
.check-list-hrz {
  font-size: 0;
}
.check-list__item {
  margin: 6px 0;
}
.check-list__item label {
  display: inline-block;
  color: #333333;
  cursor: pointer;
  position: relative;
  padding: 12px;
  padding-left: 32px;
}
.check-list__item label:hover {
  cursor: default;
}
.check-list__item label:hover .title {
  color: #ffcc00;
  cursor: pointer;
}
.check-list__item label:hover .btn-check {
  cursor: pointer;
}
.check-list-hrz > .check-list__item {
  display: inline-block;
  font-size: 18px;
}
.btn-check {
  display: block;
  vertical-align: middle;
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.3) inset;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 24px;
  height: 24px;
}
.check-list-l .check-list__item .title {
  font-size: 22px;
  font-weight: normal;
}
.check-list__item .info {
  padding-left: 32px;
  font-size: 16px;
}
.check-list__item input[type="radio"],
.check-list__item input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
  z-index: 5;
  height: auto;
  left: 0;
}
.check-list__item input[type="radio"] + .btn-check {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.check-list__item input[type="radio"]:checked + .btn-check:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/radio.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.check-list__item input[type="checkbox"]:checked + .btn-check:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.check-list__item input[type="radio"]:disabled + .btn-check,
.check-list__item input[type="checkbox"]:disabled + .btn-check {
  opacity: 0.5;
  border-color: rgba(0, 0, 0, 0.2);
  cursor: default !important;
}
.check-list__item input[type="radio"]:disabled + .btn-check + .title,
.check-list__item input[type="checkbox"]:disabled + .btn-check + .title {
  opacity: 0.5;
}
.check-list__item label:hover input[type="radio"]:disabled + .btn-check + .title,
.check-list__item label:hover input[type="checkbox"]:disabled + .btn-check + .title {
  color: #333333;
  cursor: default;
}
/**DROPZONE**/
.dropzone {
  padding: 48px 24px;
  border: 2px dashed #ccc;
}
.dropzone:hover {
  border-color: #ffcc00;
  cursor: pointer;
}
.dropzone__hint {
  text-align: center;
}
.dropzone__hint .title {
  margin: 0;
}
.dropzone__hint .text {
  font-size: 90%;
  font-weight: 100;
  margin-top: 6px;
}
.dropzone__btn {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  margin-top: -24px;
  text-align: center;
}
.gallery-upload {
  margin-top: 24px;
}
.gallery-upload__item .controls {
  background-color: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.gallery-upload__item .border:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.75);
}
.gallery-upload__item:hover .controls {
  display: block;
}
.gallery-upload__item .controls .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.paginator {
  text-align: center;
  font-weight: normal;
  font-size: 0;
  margin-top: 24px;
}
.paginator a {
  text-decoration: none;
  color: #cccccc;
}
.paginator a:hover {
  color: #ffcc00;
}
.paginator__page,
.paginator__arr-left,
.paginator__arr-right {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 12px;
  line-height: 48px;
  margin: 0 6px;
}
a.paginator__page {
  width: 48px;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  -moz-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) inset;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
a.paginator__page:hover {
  -webkit-box-shadow: 0 0 0 2px #336abd inset;
  -moz-box-shadow: 0 0 0 2px #336abd inset;
  box-shadow: 0 0 0 2px #336abd inset;
  color: #333333;
}
.paginator__page.state-active {
  background-color: #ffcc00;
  color: #333333;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset, 0 0 0 1px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset, 0 0 0 1px rgba(0,0,0,0.2) inset;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset, 0 0 0 1px rgba(0,0,0,0.2) inset;
}
.paginator__page.state-active:hover {
  cursor: default;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset, 0 0 0 1px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset, 0 0 0 1px rgba(0,0,0,0.2) inset;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.15) inset, 0 0 0 1px rgba(0,0,0,0.2) inset;
  color: #333333;
}
.paginator__arr-left.state-disable,
.paginator__arr-left.state-disable:hover,
.paginator__arr-right.state-disable,
.paginator__arr-right.state-disable:hover {
  color: #666666;
  cursor: default;
}
.paginator__arr-left:after,
.paginator__arr-right:after {
  display: block;
  content: "\e07a";
  z-index: 3;
  -webkit-transition: all 0.15s ease 0s;
  -moz-transition: all 0.15s ease 0s;
  -o-transition: all 0.15s ease 0s;
  transition: all 0.15s ease 0s;
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 36px;
}
.paginator__arr-right:after {
  content: "\e079";
}
/** SCROLLBAR **/
.scroll-wrapper {
  overflow: hidden !important;
  position: relative !important;
  /* top:@margin; bottom:@margin; left:@margin; right:@margin/2;*/
}
.scroll-wrapper {
  /*position: absolute !important; right:0;*/
}
.scroll-wrapper > .scroll-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  padding-right: 24px;
  margin-right: -24px;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element.scroll-x.scroll-scrollx_visible {
  display: none !important;
}
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scrollbar-macosx {
  max-height: 100%;
}
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}
.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-macosx > .scroll-element .scroll-element_inner {
  display: none;
}
.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  opacity: 0;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 0.7;
}
.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}
.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 6px;
}
/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 6px;
  min-width: 10px;
  top: -9px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  min-height: 10px;
  width: 6px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}
.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}
.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease-in-out;
  -moz-transition: height 0.35s ease-in-out;
  -o-transition: height 0.35s ease-in-out;
  transition: height 0.35s ease-in-out;
}
.panel-title {
  margin: 0;
}
.tabs__header > li {
  display: inline-block;
}
.tabs__header a {
  text-decoration: none;
}
.tabs__body {
  margin-top: 24px;
}
.tabs__item {
  display: none;
}
.tabs__item.active {
  display: block;
}
.columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */

  z-index: 10;
}
.noUi-stacking + .noUi-origin {
  /* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */

  *z-index: -1;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 8px;
}
.noUi-horizontal .noUi-handle {
  width: 32px;
  height: 32px;
  top: 0;
}
.noUi-handle-lower {
  margin-left: -32px;
}
.noUi-handle-upper {
  left: 0;
}
.noUi-horizontal.noUi-extended {
  padding: 0 15px;
}
.noUi-horizontal.noUi-extended .noUi-origin {
  right: -15px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.noUi-vertical.noUi-extended {
  padding: 15px 0;
}
.noUi-vertical.noUi-extended .noUi-origin {
  bottom: -15px;
}
/* Styling;
 */
.noUi-background {
  background: #fff;
}
.noUi-connect {
  background: #FC0;
}
.noUi-origin {
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
.noUi-target {
  /*    border: 1px solid rgba(0,0,0,0.2);
    background-clip: padding-box;*/

  margin: 24px 0 12px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
}
/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}
.noUi-handle:hover {
  cursor: pointer;
}
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin-top: 8px;
}
.noUi-handle-lower:after {
  border-right: 12px solid #333333;
  border-top: 16px solid transparent;
  right: 0;
}
.noUi-handle-upper:after {
  border-left: 12px solid #333333;
  border-top: 16px solid transparent;
  left: 0;
}
@font-face {
  font-family: 'Prx';
  src: url('fonts/proximanova-light.eot?3423212');
  src: url('fonts/proximanova-light.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-light.svg?3412232') format('svg'), url('fonts/proximanova-light.woff?3322142') format('woff'), url('fonts/proximanova-light.ttf?3423212') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Prx';
  src: url('fonts/proximanova-reg.eot?323142');
  src: url('fonts/proximanova-reg.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-reg.svg?342132') format('svg'), url('fonts/proximanova-reg.woff?331242') format('woff'), url('fonts/proximanova-reg.ttf?343122') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Prx';
  src: url('fonts/proximanova-bold.eot?342132');
  src: url('fonts/proximanova-bold.eot?#iefix') format('embedded-opentype'), url('fonts/proximanova-bold.svg?343212') format('svg'), url('fonts/proximanova-bold.woff?323142') format('woff'), url('fonts/proximanova-bold.ttf?342132') format('truetype');
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: 'Prx';
  font-weight: 300;
  background-color: #14152b;
  background-image: url(../run2013/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-width: 1000px;
  color: #fff;
  background-attachment: fixed;
}
.input,
.select,
.textarea,
.btn {
  font-family: 'Prx';
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}
a {
  color: #FC0;
}
.page {
  width: 800px;
  margin: auto;
}
.logo {
  width: 293px;
  margin: 48px auto;
}
.promo-text {
  font-size: 200%;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-top: 48px;
}
.promo-text img {
  display: inline-block;
  vertical-align: middle;
  margin-top: 24px;
}
.tip-text {
  margin: 48px 0;
}
.tip-text p {
  font-size: 140%;
  line-height: 1.25;
  text-align: center;
}
.input,
.select .chosen-single,
.textarea {
  background-color: transparent;
  text-align: center;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}
.input:hover,
.select:hover,
.textarea:hover,
.select .chosen-single:hover {
  border-color: #ffcc00;
  background-color: rgba(0, 0, 0, 0.5);
}
.input:focus,
.select:focus,
.textarea:focus,
.chosen-container-active .chosen-single {
  border-color: #ffcc00;
  background-color: rgba(0, 0, 0, 0.5);
}
.btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5) inset;
  color: #ffcc00;
}
.btn-primary {
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.enter {
  width: 480px;
  margin: 48px auto;
  /* border:10px solid rgba(255,255,255,0.5);*/
  text-align: center;
}
.enter h3.title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 24px;
  color: #fff;
}
.enter .input {
  background-color: transparent;
  border: 12px solid rgba(255, 255, 255, 0.5);
}
.enter .input:hover,
.enter .input:focus {
  border-color: #FC0;
  background-color: rgba(0, 0, 0, 0.5);
}
.enter .btn-primary {
  -webkit-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.5);
  margin-top: 36px;
}
.enter .btn-primary:disabled {
  opacity: 0.5;
}
.enter .btn-primary:disabled:hover {
  background-color: #FFCC00;
}
.enter .box__footer {
  margin-top: 36px;
}
.enter label {
  display: inline-block;
  position: relative;
  padding-left: 36px;
}
.confirm {
  margin: 0 -120px;
}
.confirm .text-shadow {
  background-color: rgba(20, 21, 43, 0.5);
  padding: 0px 8px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.confirm:hover .text-shadow {
  background-color: rgba(20, 21, 43, 0.75);
}
.confirm p {
  line-height: 26px;
  font-weight: normal;
}
.msg {
  text-align: center;
  max-width: 580px;
  margin: auto;
  padding: 12px;
}
.enter .btn-check {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.input-xl {
  height: 144px;
  font-size: 300%;
}
.player {
  margin: 48px 0;
}
.countdown {
  margin: 48px 0;
  text-align: center;
}
.countdown .title {
  text-transform: uppercase;
}
.countdown .time {
  font-size: 400%;
  font-weight: bold;
}
.box__header,
.box__footer {
  text-align: center;
}
.box__header .title {
  text-transform: uppercase;
}
.box__header h2.title {
  letter-spacing: 6px;
}
.box__header h3.title {
  letter-spacing: 4px;
}
.buy-ticket {
  width: 580px;
}
.buy-ticket,
.buy-ticket .input {
  text-align: center;
}
.help {
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
}
.check-list__item .title {
  color: #ffffff;
}
.page__footer {
  margin-top: 72px;
  text-align: center;
  padding: 48px 0;
}
.btn-group > .btn:first-of-type {
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
}
.btn-group > .btn:last-of-type {
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
}
.btn-group .state-active {
  background-color: #ffcc00;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
