/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

a,
input[type=radio],
input[type=checkbox],
select {
  cursor: pointer; }

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
  background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
  width: 13px;
  height: 13px; }

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input {
  vertical-align: middle; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none outside none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear {
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-webkit-input-placeholder {
  /* chrome */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

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 {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
  content: none; }

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

@font-face {
  font-family: 'Ubuntu';
  src: url("../fonts/ubuntu-l-webfont.eot");
  src: url("../fonts/ubuntu-l-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/ubuntu-l-webfont.woff2") format("woff2"), url("../fonts/ubuntu-l-webfont.woff") format("woff"), url("../fonts/ubuntu-l-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.otf") format("opentype"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #fff;
  color: #000;
  font-family: "Ubuntu", Verdana;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px; }
  @media (max-width: 767px) {
    body {
      font-size: 30px;
      line-height: 36px; } }

h1, h2, h3, h4, h5, h6 {
  color: #4c4c4c;
  font-family: "Ubuntu", Verdana;
  margin: 0;
  padding: 0;
  color: #000; }

h1 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700; }

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200; }

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600; }

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300; }

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300; }

h6 {
  font-size: 12px;
  line-height: 1.4; }

p {
  padding: 0 0 24px;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #354fc1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: .8; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.static-content .content__main ul li, .default-list li {
  position: relative;
  padding-left: 10px; }
  .static-content .content__main ul li:before, .default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: pink;
    border-radius: 50%; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

.upper {
  text-transform: uppercase; }

fieldset {
  display: block;
  text-align: center; }

label {
  display: block; }
  label:hover {
    cursor: pointer; }

.form-row {
  margin-left: -22px; }
  .form-row:after {
    content: " ";
    display: block;
    clear: both; }
  .form-row__col {
    float: left;
    width: 50%;
    padding: 0 0 24px 22px;
    position: relative; }
  .form-row--full .form-row__col {
    float: none;
    width: auto; }
  .form-row--action .form-row__col {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .form-row {
      margin-left: 0; }
      .form-row__col {
        float: none;
        width: auto;
        padding: 0 0 24px; } }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
.input {
  background: #fff;
  border: 1px solid #7b9ed2;
  color: #333;
  font-size: 20px;
  line-height: 26px;
  padding: 14px 15px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .input::-webkit-input-placeholder {
    color: #b2b2b2; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  .input::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .input:-ms-input-placeholder {
    color: #b2b2b2; }
  input[type="text"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  .input:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  .input:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  .input:focus:-ms-input-placeholder {
    color: transparent; }
  input[type="text"]:focus::placeholder,
  input[type="password"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  textarea:focus::placeholder,
  select:focus::placeholder,
  .input:focus::placeholder {
    color: transparent; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  select:focus,
  .input:focus {
    border-color: #696969;
    background: #fff; }
  input[type="text"].disabled, input[type="text"][disabled="disabled"], input[type="text"][disabled],
  input[type="password"].disabled,
  input[type="password"][disabled="disabled"],
  input[type="password"][disabled],
  input[type="email"].disabled,
  input[type="email"][disabled="disabled"],
  input[type="email"][disabled],
  input[type="tel"].disabled,
  input[type="tel"][disabled="disabled"],
  input[type="tel"][disabled],
  input[type="search"].disabled,
  input[type="search"][disabled="disabled"],
  input[type="search"][disabled],
  textarea.disabled,
  textarea[disabled="disabled"],
  textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  .input.disabled,
  .input[disabled="disabled"],
  .input[disabled] {
    background-color: #f3f3f3; }

.error-message {
  color: red;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  bottom: 10px; }

textarea {
  height: 123px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: transparent; }
  select:focus {
    background-image: url("");
    background-repeat: no-repeat; }

.ui-front {
  z-index: 9999; }

.ui-selectmenu-button {
  border: 1px solid #939393;
  border-radius: 0;
  background: #f3f3f3;
  color: #282828; }
  .ui-selectmenu-button[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #8e8e8e; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .ui-selectmenu-button span.ui-icon-triangle-1-s {
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #939393;
    background: url("../img/icons/slct-open.png") center center no-repeat;
    margin: 0; }

.ui-selectmenu-menu .ui-widget-content {
  border-radius: 0;
  background: #f3f3f3;
  color: #282828; }
  .ui-selectmenu-menu .ui-widget-content .ui-menu-item {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .ui-selectmenu-menu .ui-widget-content .ui-menu-item.ui-state-focus {
      border: 0;
      margin: 0;
      font-weight: inherit; }

button,
.button {
  text-align: center;
  vertical-align: top;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  padding: 14px 15px;
  background: #6991cc;
  color: #fff;
  border: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  display: block; }
  button:hover, button.active,
  .button:hover,
  .button.active {
    color: #fff;
    background: #90aeda; }
  button:focus,
  .button:focus {
    position: relative;
    top: 1px; }
  button.disabled, button[disabled="disabled"], button[disabled],
  .button.disabled,
  .button[disabled="disabled"],
  .button[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important; }
    input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
      position: absolute;
      content: ''; }
  input[type="checkbox"]:checked + label:after {
    opacity: 1; }

input[type="radio"] {
  position: absolute;
  left: -9999px; }
  input[type="radio"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important; }
    input[type="radio"] + label:before, input[type="radio"] + label:after {
      position: absolute;
      content: ''; }
  input[type="radio"]:checked + label:after {
    opacity: 1; }

.rating-stars:after {
  content: " ";
  display: block;
  clear: both; }

.rating-stars.static {
  pointer-events: none; }

.rating-stars:not(old) {
  display: inline-block;
  vertical-align: top; }
  .rating-stars:not(old) > input[type="radio"] {
    margin-right: -100%;
    opacity: 0;
    display: none; }
  .rating-stars:not(old) > label {
    display: block;
    float: right;
    position: relative;
    margin: 0 1px 0 0;
    padding: 0;
    text-indent: -9999%;
    overflow: hidden;
    top: 0; }
    .rating-stars:not(old) > label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .rating-stars:not(old) > label:before {
      display: none; }

.rating-stars:not(old) > label:hover:after,
.rating-stars:not(old) > label:hover ~ label:after,
.rating-stars:not(:hover) > :checked ~ label:after {
  opacity: 1; }

.rating-stars.static {
  position: relative; }
  .rating-stars.static .inner {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0; }

.ui-datepicker {
  width: 242px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;
  padding: 10px !important;
  display: none; }
  .ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 35px 13px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
      position: absolute;
      font-family: 'mymobstr-pt';
      top: 14px;
      color: #9B9B9B;
      font-size: 24px;
      height: 24px;
      width: 24px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
        background: #fff;
        border: 0;
        text-decoration: none; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev {
      left: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
        content: '\e6fe'; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next {
      right: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-next:before {
        content: '\e6ff'; }
    .ui-datepicker .ui-widget-header .ui-datepicker-title {
      color: #333;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0 -10px;
    padding: 0 10px; }
  .ui-datepicker thead th {
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 6px; }
  .ui-datepicker tbody tr td .ui-state-default {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 5px 8px;
    color: #333;
    border: 0;
    background: #fff;
    display: block;
    text-align: center; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-hover {
      border: 0;
      background: #eee;
      text-decoration: none; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-highlight {
      color: #fff; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-active {
      background: #eee;
      text-decoration: none; }

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

html {
  height: 100%; }

body {
  height: 100%;
  min-width: 320px;
  background: #e5e5e7 url("../img/bg.jpg") left 50% top no-repeat;
  background-size: auto 100%; }
  @media (max-width: 767px) {
    body {
      background: #e5e5e7 url("../img/bg-mobile.jpg") center top no-repeat;
      background-size: cover; } }

.container {
  padding: 0 10px;
  max-width: 1140px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }

.content {
  padding: 0 0 0;
  height: 100%; }
  .content__left, .content__right {
    float: left;
    height: 100%; }
  .content__left {
    width: 47%; }
  .content__right {
    width: 53%; }
  .content .container {
    height: 100%; }

.yaplakal-iphone {
  height: 100%;
  position: relative; }

@media (max-width: 1024px) and (orientation: portrait) {
  .yaplakal-iphone {
    overflow: hidden; } }

.header {
  padding: 60px 0 0;
  height: 130px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0; }
  .header__logo {
    display: block;
    height: 70px;
    position: relative; }
    .header__logo-img {
      max-width: 100%; }
    .header__logo-caption {
      font-size: 20px;
      line-height: 20px;
      color: #5b88c9;
      text-transform: uppercase;
      position: absolute;
      right: -217px;
      top: 9px; }
  @media (max-width: 767px) {
    .header {
      padding: 30px 0 0;
      height: 96px; }
      .header__logo {
        margin-left: 30px; } }

.footer {
  height: 80px;
  font-family: 'MyriadPro';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .footer .container {
    max-width: none;
    padding: 0 75px; }
  .footer__link {
    display: inline-block;
    vertical-align: top;
    color: #333;
    border-bottom: 1px dashed #333; }
  .footer__right {
    float: right;
    text-align: right; }
  .footer__left, .footer__right {
    width: 415px; }
  .footer__left {
    float: left;
    width: 480px; }
  .footer__center {
    overflow: hidden; }
  .footer__cpr {
    display: inline-block;
    vertical-align: top;
    padding-right: 75px; }
  .footer__dev {
    display: inline-block;
    vertical-align: top;
    margin-left: 75px; }
  @media (max-height: 760px) {
    .desktop .footer {
      height: auto; } }
  @media (max-width: 1235px) {
    .footer__left, .footer__right {
      width: 375px; } }
  @media (max-width: 1135px) {
    .footer__left, .footer__right {
      width: 335px; } }
  @media (max-width: 1024px) {
    .footer .container {
      padding: 0 42px; } }

@media (max-width: 1024px) and (orientation: portrait) {
  .footer .container {
    padding: 0 20px; }
  .footer__left {
    width: 295px; }
  .footer__right {
    width: 250px; }
  .footer__center {
    position: relative;
    top: -8px; }
  .footer__cpr {
    padding-right: 25px; }
  .footer__dev {
    margin-left: 25px; } }
  @media (max-width: 767px) {
    .footer {
      background-color: #6991cc;
      -webkit-box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.13);
              box-shadow: inset 0 5px 10px rgba(0, 0, 0, 0.13);
      font-size: 36px;
      line-height: 42px;
      height: auto;
      padding: 20px 0;
      color: #fff; }
      .footer .container {
        padding: 0 20px;
        text-align: center; }
      .footer__link {
        color: #fff;
        border-bottom-color: #fff; }
      .footer__left, .footer__right {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top; }
      .footer__right {
        text-align: left; }
        .footer__right .footer__link {
          display: none; }
      .footer__left {
        overflow: hidden;
        padding: 0;
        margin-left: -20px; }
        .footer__left .footer__link {
          float: right; }
      .footer__dev {
        margin: 10px 0 0 50px;
        float: right; }
        .footer__dev .icon-dev {
          background-image: url(../img/sprite.png);
          background-position: -334px -75px;
          width: 83px;
          height: 25px; }
      .footer__cpr {
        float: left; } }

.icon-dev {
  background-image: url(../img/sprite.png);
  background-position: -422px -75px;
  width: 56px;
  height: 17px; }

.social {
  margin: 0 auto;
  text-align: center; }
  .social__list {
    font-size: 0; }
    .social__list-item {
      padding: 0 7px;
      display: inline-block;
      vertical-align: top; }
  .social__link {
    display: block; }

@media (max-width: 1024px) and (orientation: portrait) {
  .social__list-item {
    padding: 0 1px; } }
  @media (max-width: 767px) {
    .social {
      display: none; } }

.icon-fb {
  background-image: url(../img/sprite.png);
  background-position: -156px -179px;
  width: 44px;
  height: 44px; }

.icon-tg {
  background-image: url(../img/sprite.png);
  background-position: -156px -227px;
  width: 44px;
  height: 44px; }

.icon-tw {
  background-image: url(../img/sprite.png);
  background-position: -205px -179px;
  width: 44px;
  height: 44px; }

.icon-vk {
  background-image: url(../img/sprite.png);
  background-position: -254px -179px;
  width: 44px;
  height: 44px; }

.content__left {
  display: table;
  width: 50%;
  height: 100%; }
  .content__left-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 166px 140px 127px 0; }
    @media (max-height: 760px) {
      .desktop .content__left-inner {
        padding-bottom: 0;
        padding-top: 96px; } }

@media (max-width: 1024px) {
  .content__left-inner {
    padding-right: 80px; } }

@media (max-width: 767px) {
  .content__left {
    width: 100%; }
    .content__left-inner {
      padding: 140px 0 175px; } }

.features__list {
  font-size: 0;
  margin-left: 0; }
  .features__list-item {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    padding: 0 0 54px 10px;
    width: 50%; }
    @media (max-height: 760px) {
      .desktop .features__list-item {
        padding-bottom: 15px; } }

.features__link {
  color: #685d5d;
  text-align: left;
  display: block; }
  .features__link-icon {
    display: block;
    padding: 0 0 14px; }
  .features__link:hover, .features__link--active {
    color: #5b88c9; }
    .features__link:hover .icon-view, .features__link--active .icon-view {
      background-image: url(../img/sprite.png);
      background-position: -540px -119px;
      width: 54px;
      height: 41px; }
    .features__link:hover .icon-message, .features__link--active .icon-message {
      background-image: url(../img/sprite.png);
      background-position: -658px -119px;
      width: 45px;
      height: 40px; }
    .features__link:hover .icon-chat, .features__link--active .icon-chat {
      background-image: url(../img/sprite.png);
      background-position: -350px -179px;
      width: 42px;
      height: 40px; }
    .features__link:hover .icon-filter, .features__link--active .icon-filter {
      background-image: url(../img/sprite.png);
      background-position: -397px -179px;
      width: 37px;
      height: 40px; }

@media (max-width: 1024px) and (orientation: portrait) {
  .features__link {
    font-size: 16px;
    line-height: 22px; } }

@media (max-width: 767px) {
  .features {
    width: 50%;
    padding: 0 0 20px; }
    .features__list {
      margin: 0;
      padding-left: 30px; }
      .features__list-item {
        width: 100%;
        padding: 0 0 30px; }
    .features__link {
      font-size: 30px;
      line-height: 36px; }
      .features__link:hover .icon-view, .features__link--active .icon-view {
        background-image: url(../img/sprite.png);
        background-position: 0px -179px;
        width: 73px;
        height: 56px; }
      .features__link:hover .icon-message, .features__link--active .icon-message {
        background-image: url(../img/sprite.png);
        background-position: -172px -119px;
        width: 61px;
        height: 55px; }
      .features__link:hover .icon-chat, .features__link--active .icon-chat {
        background-image: url(../img/sprite.png);
        background-position: -304px -119px;
        width: 57px;
        height: 54px; }
      .features__link:hover .icon-filter, .features__link--active .icon-filter {
        background-image: url(../img/sprite.png);
        background-position: -428px -119px;
        width: 51px;
        height: 53px; } }

.icon-view {
  background-image: url(../img/sprite.png);
  background-position: -599px -119px;
  width: 54px;
  height: 41px; }
  @media (max-width: 767px) {
    .icon-view {
      background-image: url(../img/sprite.png);
      background-position: -78px -179px;
      width: 73px;
      height: 56px; } }

.icon-message {
  background-image: url(../img/sprite.png);
  background-position: -708px -119px;
  width: 45px;
  height: 40px; }
  @media (max-width: 767px) {
    .icon-message {
      background-image: url(../img/sprite.png);
      background-position: -238px -119px;
      width: 61px;
      height: 55px; } }

.icon-chat {
  background-image: url(../img/sprite.png);
  background-position: -303px -179px;
  width: 42px;
  height: 40px; }
  @media (max-width: 767px) {
    .icon-chat {
      background-image: url(../img/sprite.png);
      background-position: -366px -119px;
      width: 57px;
      height: 54px; } }

.icon-filter {
  background-image: url(../img/sprite.png);
  background-position: -439px -179px;
  width: 37px;
  height: 40px; }
  @media (max-width: 767px) {
    .icon-filter {
      background-image: url(../img/sprite.png);
      background-position: -484px -119px;
      width: 51px;
      height: 53px; } }

.available {
  font-family: 'MyriadPro';
  padding: 0 0 0 13px; }
  .available__title {
    padding: 0 0 34px; }
  .available__link {
    display: block; 
    float: left;}
  @media (max-height: 760px) {
    .desktop .available__title {
      padding-bottom: 15px; } }
  @media (max-width: 767px) {
    .available {
      width: 50%;
      padding-left: 27px; }
      .available__title {
        padding: 0 0 20px; } }

.icon-appstore {
  background-image: url(../img/sprite.png);
  background-position: 0px -119px;
  width: 167px;
  height: 55px; }

.icon-googleplay {
  background-image: url(../img/sprite.png);
  background-position: -540px -179px;
  width: 165px;
  height: 55px; }

.phone {
  position: absolute;
  width: 25.31818%;
  left: 50%;
  top: 0;
  bottom: 0; }
  .phone__inner {
    height: 100%; }
  .phone__display {
    height: 100%;
    position: relative;
    display: none;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in; }
    .phone__display.js-display-active {
      display: block; }
    .phone__display-img {
      height: 100%;
      width: auto;
      display: block; }
      .phone__display-img-mobile {
        display: none; }
    .phone__display-point {
      position: absolute;
      left: -50%;
      top: -50%;
      margin: -46px 0 0 -46px;
      -webkit-transition: 1s ease;
      transition: 1s ease; }
    .phone__display-tooltip {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      position: absolute;
      bottom: 20.98571%;
      left: 50.80323%; }
      .phone__display-tooltip--two {
        bottom: 56.33333%;
        left: 55.64991%; }
        .phone__display-tooltip--three {
        bottom: 16.33333%;
        left: 55.64991%; }
              .phone__display-tooltip--fore {
        bottom: 70.33333%;
        left: 55.64991%; }
              .phone__display-tooltip--five {
        bottom: 56.33333%;
        left: 55.64991%; }
      .phone__display-tooltip.visited .phone__display-tooltip-point {
        background: #286f82;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-animation: none;
                animation: none; }
        .phone__display-tooltip.visited .phone__display-tooltip-point--green {
          background: #315747; }
      .phone__display-tooltip-point {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #00c8ff;
        cursor: pointer;
        -webkit-transition: 1s ease;
        transition: 1s ease;
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 255, 0.7), inset 0 1px 0 #00c8ff;
                box-shadow: 0 0 0 0 rgba(0, 200, 255, 0.7), inset 0 1px 0 #00c8ff;
        -webkit-animation: pulseBlue 1.5s infinite cubic-bezier(0.6, 0, 0, 1);
                animation: pulseBlue 1.5s infinite cubic-bezier(0.6, 0, 0, 1);
        z-index: 9;
        position: relative; }
        .phone__display-tooltip-point--green {
          background: #66cea1;
          -webkit-box-shadow: 0 0 0 0 rgba(102, 206, 161, 0.7), inset 0 1px 0 #66cea1;
                  box-shadow: 0 0 0 0 rgba(102, 206, 161, 0.7), inset 0 1px 0 #66cea1;
          -webkit-animation: pulseGreen 1.5s infinite cubic-bezier(0.6, 0, 0, 1);
                  animation: pulseGreen 1.5s infinite cubic-bezier(0.6, 0, 0, 1); }
      .phone__display-tooltip-content {
        border: 2px solid #fff;
        width: 348px;
        border-radius: 14px;
        font-size: 16px;
        padding: 20px 16px;
        line-height: 20px;
        color: #fff;
        background: #4683a5;
        -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.34);
                box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.34);
        position: fixed;
        cursor: default;
        opacity: 0;
        z-index: -1;
        -webkit-transition: .5s ease .1s;
        transition: .5s ease .1s;
        -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
                transform: translateY(0);
        visibility: hidden; }
        .phone__display-tooltip-content:after {
          position: absolute;
          content: '';
          background-image: url(../img/sprite.png);
          background-position: -481px -179px;
          width: 41px;
          height: 26px;
          left: 50%;
          bottom: -26px;
          margin-left: -20px; }
  @media (max-width: 1024px) {
    .phone {
      overflow: hidden;
      width: auto; } }
  @media (max-width: 767px) {
    .phone {
      width: 477px;
      height: 873px;
      background: url("../img/phone-mobile.png") left top no-repeat;
      top: 7%;
      left: auto;
      right: -88px; }
      .phone__display-img {
        display: none; }
      .phone__display-img-mobile {
        display: block;
        top: 152px;
        left: 86px;
        position: relative; }
      .phone__display-tooltip {
        width: 30px;
        height: 30px;
        display: none; }
        .phone__display-tooltip-content {
          font-size: 24px;
          line-height: 30px; } }

@-webkit-keyframes pulseBlue {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 200, 255, 0), inset 0 1px 0 #00c8ff;
            box-shadow: 0 0 0 15px rgba(0, 200, 255, 0), inset 0 1px 0 #00c8ff; } }

@keyframes pulseBlue {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 200, 255, 0), inset 0 1px 0 #00c8ff;
            box-shadow: 0 0 0 15px rgba(0, 200, 255, 0), inset 0 1px 0 #00c8ff; } }

@-webkit-keyframes pulseGreen {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(102, 206, 161, 0), inset 0 1px 0 #66cea1;
            box-shadow: 0 0 0 15px rgba(102, 206, 161, 0), inset 0 1px 0 #66cea1; } }

@keyframes pulseGreen {
  to {
    -webkit-box-shadow: 0 0 0 15px rgba(102, 206, 161, 0), inset 0 1px 0 #66cea1;
            box-shadow: 0 0 0 15px rgba(102, 206, 161, 0), inset 0 1px 0 #66cea1; } }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.3); }

.fancybox-close {
  background-image: url(../img/sprite.png);
  background-position: 0px -240px;
  width: 31px;
  height: 31px;
  right: 30px;
  top: 25px; }

.fancybox-skin {
  background: #fff;
  padding: 33px 30px !important; }

.popup__title {
  font-family: 'MyriadPro';
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
  color: #7b9ed2;
  text-transform: uppercase;
  padding: 0 0 47px; }

#feedback {
  display: none; }

.feedback {
  max-width: 880px; }
  .feedback__send {
    width: 240px; }

#about {
  display: none; }

.about {
  max-width: 880px; }
  .about__inner {
    max-height: 320px;
    overflow-y: auto; }

.ui-tooltip {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  border: 2px solid #fff;
  width: 348px;
  border-radius: 14px;
  font-size: 16px;
  padding: 20px 16px;
  line-height: 20px;
  color: #fff;
  background: #4683a5;
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.34);
          box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.34);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  z-index: 60; }
  .ui-tooltip:after {
    position: absolute;
    content: '';
    background-image: url(../img/sprite.png);
    background-position: -481px -179px;
    width: 41px;
    height: 26px;
    left: 50%;
    bottom: -26px;
    margin-left: -20px; }
  .ui-tooltip.top {
    -webkit-transform: translateY(-23px);
        -ms-transform: translateY(-23px);
            transform: translateY(-23px); }

.ui-helper-hidden-accessible {
  display: none; }
