@charset "UTF-8";
@font-face {
  font-family: BeryRoman;
  src: url("../fonts/BeryRoman-Normal.ttf"), url("../fonts/BeryRoman-Normal.woff") format("woff2"), url("../fonts/BeryRoman-Normal.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: ApercuPro;
  src: url("../fonts/ApercuPro-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: ApercuPro;
  src: url("../fonts/ApercuPro-Bold.ttf");
  font-weight: bold; }

@font-face {
  font-family: AngleciaPro;
  src: url("../fonts/AngleciaProDisplay-Regular.woff") format("woff2"), url("../fonts/AngleciaProDisplay-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: GeorgiaFont;
  src: url("../fonts/georgia.ttf");
  font-weight: normal;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

/**
 * Prevents 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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color: #481335;
  font-family: BeryRoman,GeorgiaFont,sans-serif;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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;
}

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

.nobreak {
  white-space: nowrap;
}

.no-max-width {
  max-width: inherit;
}

.no-margin {
  margin: 0;
}

.first-margin {
  margin-top: 0;
}

.align-center {
  max-width: 100%;
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  max-width: 100%;
  text-align: right;
}

.v-align {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .align-left--medium {
    text-align: left;
  }
}
.float--left {
  float: left;
}

.float--right {
  float: right;
}

.only--medium {
  display: none;
}

@media screen and (max-width: 1124px) {
  .hide--large {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 768px) {
  .hide--medium {
    display: none;
    visibility: hidden;
  }

  .only--medium {
    display: inline-block;
  }
}
@media screen and (max-width: 568px) {
  .hide--small {
    display: none;
    visibility: hidden;
  }
}
@media screen and (max-width: 320px) {
  .hide--xsmall {
    display: none;
  }
}
.legacy-browser {
  background: #f2f2f2;
  color: #262626;
  margin: 0;
  max-width: 100%;
  padding: 16px 0;
}
.legacy-browser__text {
  margin: 0;
  max-width: 100%;
}

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

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

body {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  background-color: #ebebe8;
  color: #481335;
  font-family: ApercuPro,sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  height: 100%;
  line-height: 1.5;
  margin: 0;
  min-width: 320px;
  padding-top: 122px;
  text-rendering: optimizeLegibility;
}
body.ru {
  font-family: AngleciaPro, sans-serif;
}

::-moz-selection {
  background-color: #481335;
  color: #fff;
}

::selection {
  background-color: #b68b96;
  color: #fff;
}

@media screen and (max-width: 568px) {
  body {
    padding-top: 96px;
  }
}
a {
  -webkit-transition: color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, border-color 0.2s ease;
  border-bottom: solid 1px transparent;
  color: #e94b73;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  border-color: #e94b73;
  color: #e94b73;
  outline: none;
}
a:active {
  border-color: #262626;
  color: #262626;
}

p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  margin-top: 16px;
  max-width: 42em;
}

.custom-list {
  list-style: none;
  padding-left: 0;
}
.custom-list li {
  padding-left: 40px;
}
.custom-list li:before {
  color: #481335;
  content: '•';
  margin-left: -1em;
  margin-right: .625em;
}
.custom-list ul {
  list-style: none;
}
.custom-list ul li {
  padding-left: 40px;
}
.custom-list ul li:before {
  content: '◦';
}

ul {
  margin: 25px 0;
}

li {
  color:#481335;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 6px;
  max-width: 42em;
}

.unstyled-list {
  list-style: none;
  padding-left: 0;
}

.small-list li {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
  max-width: 100%;
}

.inline-list {
  list-style: none;
  margin: 16px 0;
  padding-left: 0;
}
.inline-list li {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 14px;
  vertical-align: middle;
}
.inline-list--right {
  text-align: right;
}
.inline-list--right li {
  margin-left: 14px;
  margin-right: 0;
}

@media screen and (max-width: 1124px) {
  .inline-list--left-large {
    text-align: left;
  }
  .inline-list--left-large li {
    margin-left: 0;
    margin-right: 14px;
  }
}
blockquote {
  border-left: solid 7px #481335;
  font-style: italic;
  margin-bottom: 32px;
  margin-left: 45px;
  max-width: 42em;
  padding-left: 45px;
}
blockquote p {
  font-size: 24px;
}

@media screen and (max-width: 568px) {
  blockquote {
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    padding-left: 30px;
  }
  blockquote p {
    font-size: 18px;
  }
}
hr {
  background-color: #ebebe8;
  border: 0;
  height: 1px;
  margin: 32px 0;
}

h2,
h3,
h4 {
  font-weight: 700;
  max-width: 25em;
}

h1 {
  font-size: 54px;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: .5em;
  margin-top: 0;
}

h2 {
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 25px;
  margin-top: 1em;
}

h3 {
  font-size: 24px;
  line-height: 1.375;
  margin-bottom: .375em;
  margin-top: 1.5em;
}

h4 {
  font-size: 18px;
  line-height: 1.375;
  margin-bottom: 1em;
  margin-top: 2em;
}
h4:first-child {
  margin-top: 0;
}

.h4-alt {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.h4-alt:first-child {
  margin-top: 0;
}

@media screen and (max-width: 1124px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .h1-alt {
    font-size: 18px;
    font-weight: bold;
  }
}
table {
  margin: 2em 0;
  width: 100%;
}

thead {
  font-weight: 700;
}
thead tr:first-child {
  background-color: #ebebe8;
}
thead tr:not(:first-child) {
  border-bottom: solid 2px #e6e6e6;
}

th {
  text-align: left;
}

th,
td {
  color: #481335;
  font-size: 14px;
  line-height: 1.5;
  min-height: 37px;
  padding: 16px 20px;
}

tr:not(:first-child) {
  border-top: solid 1px #e6e6e6;
}

tr.tr--no-top-border {
  border-top: none;
}

@media screen and (min-width: 768px) {
  table td .td--large-subtitle {
    color: #e94b73;
    font-weight: 700;
  }
}
@media screen and (max-width: 1124px) {
  table:not(.pika-table) td,
  table:not(.pika-table) th {
    padding: 8px;
  }
}
@media screen and (max-width: 768px) {
  table:not(.pika-table) thead {
    display: none;
  }
  table:not(.pika-table) tr:not(.hide--medium) {
    border-top: solid 1px #b3b3b3;
    display: block;
    width: 100%;
  }
  table:not(.pika-table) tr:not(.hide--medium).tr--label-in-new-line td {
    padding-left: 0;
  }
  table:not(.pika-table) tr:not(.hide--medium).tr--label-in-new-line td:not(.td--title)::before {
    display: block;
    position: relative;
    color: #f47820;
    font-weight: 700;
    width: 100%;
  }
  table:not(.pika-table) tr:not(.hide--medium) td.td--medium-no-top-border {
    border-top: none;
  }
  table:not(.pika-table) td:not(.hide--medium) {
    border-top: solid 1px #e6e6e6;
    display: block;
    padding: 16px 0;
    width: 100%;
    padding-left: 50%;
    position: relative;
  }
  table:not(.pika-table) td:not(.hide--medium).td--title {
    font-weight: 700;
    padding-left: 0;
  }
  table:not(.pika-table) td:not(.hide--medium):not(.td--title)::before {
    color: gray;
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
  }
  table:not(.pika-table).table--break-in-blocks:first-child {
    margin-top: 0;
  }
  table:not(.pika-table).table--break-in-blocks:last-child {
    margin-bottom: 0;
  }
  table:not(.pika-table).table--break-in-blocks tr {
    border-top: none;
    border-bottom: none;
  }
  table:not(.pika-table).table--break-in-blocks tr td.td--title {
    border-top: none;
    padding-top: 23px;
  }
  table:not(.pika-table).table--break-in-blocks tr td:last-child {
    position: relative;
    border-bottom: none;
    padding-bottom: 23px;
  }
  table:not(.pika-table).table--break-in-blocks tr td:last-child:after {
    display: block;
    position: absolute;
    content: '';
    background-color: #f2f2f2;
    width: 100%;
    height: 10px;
    bottom: -5px;
  }
  table:not(.pika-table).table--break-in-blocks tr td .button {
    margin: 10px 0;
  }
  table:not(.pika-table).table--break-in-blocks tr:last-child td:last-child {
    padding-bottom: 8px;
  }
  table:not(.pika-table).table--break-in-blocks tr:last-child td:last-child:after {
    display: none;
  }
  table:not(.pika-table).table--break-in-blocks.table--in-accordion tr {
    border-top: none;
    border-bottom: none;
  }
  table:not(.pika-table).table--break-in-blocks.table--in-accordion tr td:last-child:after {
    width: auto;
    left: -30px;
    right: -30px;
  }
}
@media screen and (max-width: 568px) {
  table:not(.pika-table) td {
    padding-left: 0;
  }
  table:not(.pika-table) td::before {
    display: block;
    width: 100%;
    position: static;
  }
  table:not(.pika-table).table--break-in-blocks tr td.td--title {
    padding-top: 23px;
  }
  table:not(.pika-table).table--break-in-blocks tr td:last-child {
    padding-bottom: 23px;
  }
  table:not(.pika-table).table--break-in-blocks.table--in-accordion tr td:last-child:after {
    left: -15px;
    right: -15px;
  }
}
figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.text--light {
  color: #fff;
}

.text--grey {
  color: #b3b3b3;
}

textarea {
  resize: vertical;
}

label {
  color: #481335;
  display: block;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
  word-wrap: break-word;
}

iframe {
  border: 0;
}

.l-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  min-width: 320px;
  padding-left: 60px;
  padding-right: 60px;
}
.l-wrap:after {
  clear: both;
  content: '';
  display: table;
}
.l-wrap.l-grid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
}

@media screen and (max-width: 1280px) {
  .l-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
  .l-wrap.l-grid {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 568px) {
  .l-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-wrap.l-grid {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.l-footer {
  background-color: #fff;
  border-top: solid 1px #f2f2f2;
  overflow: hidden;
  padding-bottom: 40px;
}

.l-header {
  margin-top: 30px;
}

.l-content {
  margin-bottom: 60px;
  margin-top: 60px;
}
.l-sidebar + .l-content, .l-header + .l-content {
  margin-top: 30px;
}
.l-content--no-margin {
  margin-bottom: 0;
}
.l-content--with-sidebar {
  width: 66.666%;
}
.l-content--sidebar-inbetween {
  clear: left;
  float: left;
  width: 66.666%;
}
.l-content--clear {
  clear: both;
}
.l-content img:not([class]) {
  max-width: 100%;
}

.l-sidebar {
  clear: right;
  float: right;
  margin-bottom: 30px;
  margin-top: 30px;
  padding-left: 30px;
  width: 33.333%;
}

@media screen and (max-width: 1124px) {
  .l-content--break-large,
  .l-sidebar--break-large {
    clear: none;
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    margin-top: 40px;
  }

  .l-content--break-medium,
  .l-sidebar--break-medium {
    clear: none;
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
.l-grid {
  margin-left: -15px;
  margin-right: -15px;
}
.l-grid:after {
  clear: both;
  content: '';
  display: table;
}
.l-grid--spaced {
  margin-bottom: 30px;
}

.l-break {
  clear: left;
}

.l-full {
  overflow: hidden;
  clear: both;
  padding: 0 15px;
}

.l-half,
.l-third,
.l-forth,
.l-fifth,
.l-two-thirds,
.l-three-forths,
.l-three-fifths,
.l-two-fifths {
  float: left;
  padding: 0 15px;
}
.l-half--right,
.l-third--right,
.l-forth--right,
.l-fifth--right,
.l-two-thirds--right,
.l-three-forths--right,
.l-three-fifths--right,
.l-two-fifths--right {
  float: right;
}

.l-half {
  width: 50%;
}

.l-third {
  width: 33.333%;
}

.l-forth {
  width: 25%;
}

.l-fifth {
  width: 20%;
}

.l-two-thirds {
  width: 66.666%;
}

.l-three-forths {
  width: 75%;
}

.l-two-fifths {
  width: 40%;
}

.l-three-fifths {
  width: 60%;
}

.l-full {
  width: 100%;
}

@media screen and (max-width: 1124px) {
  .l-break-large {
    float: none;
    width: 100%;
    clear: both;
  }
  .l-break-large.l-break-margin {
    margin-bottom: 20px;
  }

  .l-half-large {
    width: 50%;
  }
  .l-half-large:nth-child(2n+1) {
    clear: left;
  }

  .l-forth-large {
    width: 25%;
  }

  .l-three-forths-large {
    width: 75%;
  }

  .l-split-large {
    float: left;
    padding-right: 30px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .l-half-medium {
    width: 50%;
  }

  .l-third-medium {
    width: 33.333%;
  }

  .l-two-thirds-medium {
    width: 66.666%;
  }

  .l-half-medium {
    width: 50%;
  }

  .l-break-medium {
    float: none;
    width: 100%;
    clear: both;
  }
  .l-break-medium.l-break-margin {
    margin-bottom: 20px;
  }

  .l-split-large {
    float: none;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 568px) {
  .l-break-small {
    float: none;
    width: 100%;
    clear: both;
  }
  .l-break-small.l-break-margin {
    margin-bottom: 25px;
    margin-top: 15px;
  }
}
.form-steps {
  list-style: none;
  margin: 40px 0 0;
  padding: 0;
  position: relative;
}
.form-steps__item {
  font-weight: 700;
  margin-bottom: 10px;
}
.form-steps__link {
  border: 0;
  color: #b68b96;
  display: block;
  font-size: 18px;
  line-height: 24px;
  padding: 13px 0 13px 64px;
  position: relative;
}
.form-steps__icon, .form-steps__number {
  background-color: transparent;
  border: solid 2px #481335;
  border-radius: 50%;
  color: #481335;
  display: block;
  font-size: 24px;
  height: 50px;
  left: 0;
  line-height: 24px;
  margin-right: 10px;
  padding: 11px 0;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 50px;
}
.form-steps__mobile-toggle {
  display: none;
  position: absolute;
  right: 30px;
  top: 30px;
}
.form-steps__mobile-toggle .icon {
  fill: #b3b3b3;
}

@media screen and (max-width: 1124px) {
  .form-steps {
    background-color: #fff;
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: -60px;
    padding: 30px 30px 20px;
  }
  .form-steps__link {
    font-size: 14px;
    padding: 0 0 0 36px;
  }
  .form-steps__item {
    display: none;
  }
  .form-steps .separator {
    display: none;
  }
  .form-steps__icon, .form-steps__number {
    font-size: 14px;
    height: 24px;
    line-height: 23px;
    padding: 0;
    width: 24px;
  }
  .form-steps__icon > .icon {
    width: 16px;
    height: 16px;
  }
  .form-steps__mobile-toggle {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .form-steps {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 10px;
  }
  .form-steps__mobile-toggle {
    right: 20px;
    top: 20px;
  }
}
.fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.fieldset__legend {
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
}
.fieldset__legend + ul {
  margin-top: 10px;
}

.label--required::after {
  color: #ebebe8;
  content: ' *';
}
.label--light {
  color: #fff;
}

.checkbox {
  left: -9999px;
  position: absolute;
}
.checkbox__label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin: -4px 0 6px 28px;
}
.checkbox__label--small {
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 12px 28px;
}
.checkbox + label {
  display: block;
  overflow: hidden;
  margin: 0;
}
.checkbox + label::before {
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border: solid 1px #b3b3b3;
  content: '';
  float: left;
  height: 18px;
  width: 18px;
}
.checkbox:disabled + label {
  color: #b3b3b3;
}
.checkbox:checked + label::before {
  background-image: url("../images/icon-checkmark-box.svg");
  background-repeat: no-repeat;
}
.checkbox:focus + label::before, .checkbox:hover + label::before {
  border-color: #481335;
}
.checkbox--inverse + label {
  color: #fff;
}
.checkbox--inverse + label::before {
  border-color: #fff;
  background-color: #fff;
}
.checkbox--inverse:focus + label::before, .checkbox--inverse:hover + label::before {
  border-color: #fff;
}
.checkbox--inverse:disabled + label {
  color: rgba(255, 255, 255, 0.7);
}
.checkbox--light-bg + label::before {
  background-color: #fff;
}

.radio {
  left: -9999px;
  position: absolute;
}
.radio__label {
  cursor: pointer;
  display: block;
  font-size: 18px;
  color: #481335;
  line-height: 28px;
  margin: -4px 0 6px 28px;
}
.form-block--orange .radio__label {
  color: #fff;
}
.radio + label {
  display: block;
  margin: 0;
}
.radio + label::after {
  clear: both;
  content: '';
  display: table;
}
.radio + label::before {
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border: solid 1px #b3b3b3;
  border-radius: 50%;
  bottom: -4px;
  content: '';
  cursor: pointer;
  float: left;
  height: 18px;
  position: relative;
  width: 18px;
}
.radio:disabled + label {
  color: #b3b3b3;
}
.radio:checked + label::before {
  background-image: url("../images/icon-radio.svg");
  background-repeat: no-repeat;
}
.radio:focus + label::before, .radio:hover + label::before {
  border-color: #481335;
}
.radio--light + label {
  color: #fff;
}
.radio--light + label::before {
  background-color: #fff;
  border-color: #fff;
}
.radio--light-bg + label::before {
  background-color: #fff;
}

.tooltip {
  cursor: pointer;
  float: right;
  position: relative;
  top: -4px;
}
.tooltip--inline {
  display: inline-block;
  float: none;
}
.tooltip--inline .tooltip__text {
  right: auto;
  left: 160%;
}
.tooltip--inline .tooltip__text::before {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  border-right: 12px solid rgba(38, 38, 38, 0.9);
  border-left: 0;
  right: auto;
  left: 0;
}
.tooltip--top .tooltip__text {
  top: auto;
  bottom: -13px;
}
.tooltip--top .tooltip__text::before {
  top: auto;
  bottom: 0;
}
.tooltip--top .tooltip__mark--label + .tooltip__text {
  right: 120%;
}
.tooltip__mark {
  -webkit-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -moz-transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #481335;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  width: 24px;
}
.tooltip__mark:focus, .tooltip__mark:hover {
  background-color: #e94b73;
  color: #fff;
}
.tooltip__mark--light {
  background-color: transparent;
  border: solid 1px #fff;
  color: #fff;
  line-height: 22px;
}
.tooltip__mark--light:focus, .tooltip__mark--light:hover {
  background-color: #481335;
  border-color: #481335;
}
.tooltip__mark--light-bg {
  background-color: #fff;
}
.tooltip__mark--label {
  width: auto;
  border-radius: 12px;
  padding: 0 12px;
}
.tooltip__text {
  background-color: #481335;
  color: #fff;
  display: none;
  font-size: 14px;
  line-height: 1.375;
  margin: 0;
  padding: 8px 10px;
  position: absolute;
  right: 160%;
  top: -5px;
  width: 240px;
  z-index: 100;
}
.tooltip__text::before {
  -webkit-transform: translate(100%, -50%);
  -moz-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  -o-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-bottom: 12px solid transparent;
  border-left: 12px solid #481335;
  border-top: 12px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  right: 0;
  top: 18px;
  width: 0;
}
.tooltip__help {
  color: rgba(255, 255, 255, 0.5);
  display: none;
}
.tooltip__button:hover + .tooltip__text, .tooltip__mark:hover + .tooltip__text {
  display: block;
}

@media screen and (max-width: 1124px) {
  .tooltip__help {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tooltip--top .tooltip__mark--label + .tooltip__text {
    right: 0;
    bottom: 40px;
    top: auto;
  }
  .tooltip--top .tooltip__mark--label + .tooltip__text::before {
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    border-right: 12px solid transparent;
    border-top: 12px solid rgba(38, 38, 38, 0.9);
    border-left: 12px solid transparent;
    left: auto;
    right: 0;
  }
}
.button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  background: transparent;
  border: solid 2px #481335;
  color: #481335;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
  outline: none;
  padding: 4px 25px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.button .icon {
  fill: #481335;
}
.button:hover {
  border-color: #e94b73;
  color: #e94b73;
}
.button:hover .icon {
  fill: #e94b73;
}
.button:active {
  border-color: #e94b73;
  color: #e94b73;
}
.button:active .icon {
  fill: #262626;
}
.button.button--disabled {
  border-color: #b3b3b3;
  color: #b3b3b3;
  cursor: not-allowed;
}

.button--solid {
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background-color: #e94b73;
  border-color: transparent;
  color: #fff;
}
.button--solid .icon {
  fill: #fff;
}
.button--solid:hover {
  background-color: #b68b96;
  border-color: #b68b96;
  color: #fff;
}
.button--solid:hover .icon {
  fill: #fff;
}
.button--solid:active {
  background-color: #b68b96;
  border-color: #b68b96;
  color: #fff;
}
.button--solid:active .icon {
  fill: #fff;
}
.button--solid.button--disabled {
  background-color: #b3b3b3;
  border-color: transparent;
  color: #fff;
  cursor: not-allowed;
}

.button--primary {
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  background-color: #481335;
  border-color: transparent;
  color: #fff;
}
.button--primary .icon {
  fill: #fff;
}
.button--primary:hover {
  background-color: #481335;
  border-color: #481335;
  color: #fff;
  opacity: .8;
}
.button--primary:hover .icon {
  fill: #fff;
}
.button--primary:active {
  background-color: #481335;
  border-color: #481335;
  color: #fff;
}
.button--primary:active .icon {
  fill: #fff;
}
.button--primary.button--disabled {
  background-color: #b3b3b3;
  border-color: transparent;
  color: #fff;
  cursor: not-allowed;
}

.button--light {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.button--light .icon {
  fill: #fff;
}
.button--light:hover, .button--light:active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}
.button--light:hover .icon, .button--light:active .icon {
  fill: #fff;
}
.button--light:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.button--light.button--text:hover, .button--light.button--text:active {
  background-color: transparent;
}
.button--light.button--disabled {
  background-color: transparent;
  cursor: not-allowed;
  opacity: .5;
}

.button--appstore,
.button--googleplay {
  background-color: #481335;
  border-color: transparent;
  border-radius: 29px;
  margin-bottom: 10px;
  padding: 10px 25px;
}
.button--appstore:hover,
.button--googleplay:hover {
  background-color: #e94b73;
  border-color: transparent;
}
.button--appstore:active,
.button--googleplay:active {
  background-color: #e94b73;
  border-color: #e94b73;
}

.button--large {
  font-weight: 700;
  padding: 10px 30px;
}

.button--full {
  display: block;
  width: 100%;
}

.button--text {
  border: 0;
  padding: 6px 0;
}

.button--play {
  border: 0;
  margin-bottom: 12px;
  padding: 0;
}
.button--play .icon {
  height: 60px;
  width: 60px;
}

@media screen and (max-width: 1124px) {
  .button--play {
    margin-bottom: 6px;
  }
  .button--play .icon {
    height: 30px;
    width: 30px;
  }
}
.button--multi-row {
  white-space: normal;
}

.button-group .button {
  margin-bottom: 16px;
  margin-right: 16px;
}

@media screen and (max-width: 568px) {
  .button-group--small-center {
    text-align: center;
  }
  .button-group .button {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.input {
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff;
  border: solid 1px #ebebe8;
  border-radius: 0;
  color: #481335;
  display: block;
  font-size: 24px;
  line-height: 36px;
  height: 50px;
  outline: none;
  padding: 6px 18px;
  width: 100%;
}
.input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.input::-moz-placeholder {
  color: #b3b3b3;
}
.input:-moz-placeholder {
  color: #b3b3b3;
}
.input:-ms-input-placeholder {
  color: #b3b3b3;
}
.input:focus {
  border-color: #481335;
}
.input[disabled] {
  color: #b3b3b3;
  cursor: not-allowed;
}
.input[disabled] + .input__type {
  color: #481335;
}
.input::-ms-clear {
  display: none;
}
.input--select {
  background-image: url("../images/icon-dropdown-arrow.svg");
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 60px;

}
.ie9 .input--select {
  background-image: none;
  padding-right: 18px;
}
.input--select::-ms-expand {
  display: none;
}
.input--calendar {
  background-image: url("../images/icon-calendar.svg");
  background-position: right 5px center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.input--with-type {
  padding-right: 60px;
}
.input--error, .input--error:focus {
  border-color: #e94b73;
  background-color: #FDF2F8;
}
.input--warning, .input--warning:focus {
  border-color: #ffd308;
  background-color: #fffcee;
}
.input--success, .input--succes:focus {
  border-color: #9cae85;
  background-color: #F0FFF0;
}
.input--no-border {
  border-color: transparent;
}
.input--no-label {
  margin-top: 26px;
}
.input--search {
  background-position: right 16px center;
  background-repeat: no-repeat;
  padding-right: 60px;
}
.input--search-button {
  width: 60px;
  height: 48px;
  border: 0;
  outline: none;
  background-image: url(../images/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  margin-top: -49px;
  margin-right: 1px;
  float: right;
  position: relative;
  z-index: 10;
}
.input--search-button:hover {
  background-color: #ebebe8;
}
.input__type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #481335;
  display: block;
  float: right;
  font-size: 24px;
  line-height: 50px;
  margin-right: 18px;
  margin-top: -50px;
}
.input__error-message {
  color: #e94b73;
  font-size: 14px;
  line-height: 1.25;
}
.input__warning-message {
  color: #e94b73;
  font-size: 14px;
  line-height: 1.25;
}
.input-slider + .input__warning-message {
  max-width: 100%;
  text-align: right;
}
.input__warning-message--light {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .input {
    font-size: 18px;
    line-height: 26px;
    height: 40px;
    outline: none;
    padding: 6px 10px;
    width: 100%;
  }
  .input__type {
    font-size: 18px;
    line-height: 40px;
    margin-top: -40px;
  }
  .input--select {
    padding-right: 50px;
  }
  .input-slider + .input__warning-message {
    text-align: left;
  }
}
.input-slider {
  margin: 0 -15px;
}
.input-slider:after {
  clear: both;
  content: '';
  display: table;
}
.input-slider__slide {
  float: left;
  padding: 0 79px;
  position: relative;
  width: 66.666%;
}
.input-slider__field-wrap {
  float: left;
  width: 33.333%;
  padding: 0 15px;
}
.input-slider__button {
  border-radius: 25px;
  height: 50px;
  line-height: 1;
  padding: 11px;
  position: absolute;
  top: 0;
  width: 50px;
}
.input-slider__button .button__icon {
  margin: 0;
}
.input-slider__button--left {
  left: 15px;
  background-color: transparent;
  background-image: url("../images/icon-minus.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.input-slider__button--left:hover{
  left: 15px;
  background-color: transparent;
  background-image: url("../images/icon-minus-hover.svg");
  background-position: center center;
  background-repeat: no-repeat;
}
.input-slider__button--right {
  right: 15px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.input-slider__button--right:hover {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.input-slider__button:hover .icon {
  fill: #e94b73;
}
.input-slider__progress {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-left: solid 2px #ebebe8;
  border-right: solid 2px #ebebe8;
  height: 50px;
  position: relative;
}
.input-slider__progress:after {
  background-color: #ebebe8;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  top: 17px;
  width: 100%;
}
.input-slider__handle {
  border-radius: 22px;
  line-height: 16px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  top: 3px;
  z-index: 10;
}
.input-slider__handle .button__icon {
  display: block;
  fill: #fff;
  float: left;
  margin-right: 0;
}
.input-slider__handle--light {
  background-color: #fff;
}
.input-slider__handle--light .button__icon {
  fill: #481335;
}
.input-slider__handle--light:hover, .input-slider__handle--light:active {
  background-color: #e94b73;
  border-color: #fff;
}
.input-slider__handle--light:hover .button__icon, .input-slider__handle--light:active .button__icon {
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .input-slider {
    padding-left: 96px;
    position: relative;
  }
  .input-slider__progress {
    display: none;
  }
  .input-slider__field-wrap {
    float: none;
    width: 100%;
  }
  .input-slider__slide {
    height: 40px;
    left: 0;
    padding: 0;
    position: absolute;
    width: 96px;
  }
  .input-slider__button {
    border-radius: 20px;
    height: 40px;
    padding: 6px;
    width: 40px;
  }
  .input-slider__button--right {
    right: 0;
  }
}
.input-group {
  margin-bottom: 25px;
  position: relative;
}
.input-group--no-margin {
  margin-bottom: 0;
}
.input-group--with-fixed {
  overflow: hidden;
  padding-left: 180px;
}
.input-group__fixed {
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .input-group--with-fixed {
    padding-left: 140px;
  }
  .input-group__fixed {
    width: 110px;
  }
}
.input-file {
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  border: dashed 1px #e6e6e6;
  min-height: 48px;
  padding: 1px;
  width: 100%;
}
.ie9 .input-file__button {
  display: none;
}
.input-file.dz-clickable .dz-message {
  cursor: pointer;
}
.input-file.dz-drag-hover {
  border-color: #481335;
  border-style: solid;
  min-height: 250px;
}
.input-file:hover {
  border-color: #481335;
}
.input-file .dz-message {
  color: #b3b3b3;
  display: inline-block;
  font-size: 24px;
  padding: 4px 18px;
  vertical-align: middle;
}
.input-file .dz-preview {
  border-top: solid 1px #fff;
  display: block;
  position: relative;
  z-index: 10;
}
.input-file .dz-image {
  display: none;
}
.input-file .dz-remove {
  -webkit-transition: opacty 0.3s ease;
  -moz-transition: opacty 0.3s ease;
  transition: opacty 0.3s ease;
  background-color: transparent;
  background-image: url("../images/icon-delete.svg");
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 28px;
  opacity: .7;
  position: absolute;
  right: 18px;
  top: 6px;
  width: 28px;
}
.input-file .dz-remove:hover {
  background-color: #e6e6e6;
  opacity: 1;
}
.input-file .dz-success-mark {
  display: none;
}
.input-file .dz-error-mark {
  display: none;
}
.input-file .dz-progress {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.input-file .dz-upload {
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.input-file .dz-size {
  display: none;
}
.input-file .dz-filename {
  font-size: 18px;
  line-height: 1.5;
  padding: 6px 18px;
}

@media screen and (max-width: 768px) {
  .input-file .dz-message {
    font-size: 18px;
    line-height: 1.6;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 568px) {
  .input-file .dz-message {
    display: none;
  }
}
.pika-single {
  background-color: #fff;
  border: solid 1px #e6e6e6;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1000;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
}

.pika-lendar {
  width: 280px;
}

.pika-label {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0 3px;
  position: relative;
  vertical-align: middle;
  z-index: 1000;
}

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

.pika-prev,
.pika-next {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 24px;
  opacity: .7;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -999px;
  top: 10px;
  white-space: nowrap;
  width: 24px;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev {
  background-image: url("../images/icon-calendar-prev.svg");
  left: 10px;
}

.pika-next {
  background-image: url("../images/icon-calendar-next.svg");
  right: 10px;
}

.pika-table {
  margin: 0;
}
.pika-table th,
.pika-table td {
  padding: 0;
  width: 14.285714285714286%;
}
.pika-table tr:not(:first-child) {
  border: 0;
}
.pika-table thead {
  background-color: transparent;
  border-bottom: solid 1px #e6e6e6;
}
.pika-table thead tr {
  background-color: transparent;
}
.pika-table th {
  color: #b3b3b3;
  text-align: center;
}
.pika-table abbr {
  border-bottom: 0;
  display: block;
  font-size: 12px;
  line-height: 24px;
}

.pika-button {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  -moz-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  background-color: transparent;
  border: solid 1px transparent;
  color: #481335;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 6px;
  text-align: center;
  width: 100%;
}
.is-today .pika-button {
  font-weight: bold;
}
.is-selected .pika-button {
  background: #481335;
  color: #fff;
  font-weight: bold;
}
.is-disabled .pika-button {
  color: #b3b3b3;
  cursor: default;
  opacity: .3;
  pointer-events: none;
}
.pika-button:hover {
  border-color: #481335;
}

.input-toggle {
  overflow: hidden;
  padding-right: 200px;
  position: relative;
}
.input-toggle__label {
  float: left;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  padding: 13px 18px 13px 0;
}
.input-toggle__radio {
  left: -99999px;
  opacity: 0;
  position: absolute;
}
.input-toggle__switch {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.input-toggle__option {
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  -moz-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  background-color: #fff;
  border: solid 1px #b3b3b3;
  color: #481335;
  cursor: pointer;
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 12px 20px;
}
.input-toggle__option:hover {
  background-color: #f2f2f2;
  color: #481335;
}
.input-toggle__option--last {
  border-left: 0;
}
.input-toggle__radio:checked + .input-toggle__option {
  background-color: #481335;
  border-color: #481335;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .input-toggle {
    padding-right: 0;
  }
  .input-toggle__label {
    float: none;
    margin-bottom: 14px;
    padding: 0;
  }
  .input-toggle__switch {
    position: static;
  }
  .input-toggle__option {
    font-size: 18px;
    line-height: 24px;
    padding: 7px 14px;
  }
}
.input-phone {
  padding-left: 150px;
  position: relative;
}
.input-phone__code {
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}

@media screen and (max-width: 568px) {
  .input-phone {
    padding-left: 120px;
  }
  .input-phone__code {
    width: 100px;
  }
}
.input-rate {
  border: solid 1px #b3b3b3;
  overflow: hidden;
}
.input-rate__rate {
  border-bottom: 0;
  border-right: solid 1px #b3b3b3;
  color: #481335;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  padding: 12px 0;
  text-align: center;
  width: 10%;
}
.input-rate__rate:last-child {
  border: 0;
}
.input-rate__rate:hover, .input-rate__rate:active {
  background-color: #f2f2f2;
}
.form-info--issue {
  border-color: #b3b3b3;
  color: #481335;
}
.input-rate__radio:checked + .input-rate__rate {
  background-color: #481335;
  border-color: transparent;
  color: #fff;
}
.input-rate__radio {
  left: -99999;
  opacity: 0;
  position: absolute;
}
.input-rate__min, .input-rate__max {
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 8px;
}
.input-rate__min {
  float: left;
}
.input-rate__max {
  float: right;
}

@media screen and (max-width: 768px) {
  .input-rate__rate {
    font-size: 18px;
  }
}
.tabs {
  border-bottom: solid 6px #ebebe8;
  list-style: none;
  margin-bottom: 0;
  margin-top: 23px;
  padding: 0;
}
.tabs__item {
  display: inline-block;
  margin: 0;
}
.tabs__link {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 13px 27px;
}
.tabs__link:active, .tabs__link:hover {
  background-color: #ebebe8;
}
.tabs__link--disabled {
  opacity: .5;
}
.tabs__link--disabled:active, .tabs__link--disabled:hover {
  background-color: transparent;
  cursor: not-allowed;
}
.tabs--light .tabs__link {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .tabs__link {
    padding: 8px 17px;
  }
}
.tab-panels {
  margin-bottom: 23px;
  position: relative;
  overflow: hidden;
}
.tab-panels__item {
  border: solid 2px #ebebe8;
  left: -9999px;
  opacity: 0;
  padding: 30px;
  position: absolute;
  width: 100%;
}
.tab-panels__item--borderless {
  border: 0;
  padding: 30px 0 0;
}

.form-info {
  background-color: #ebebe8;
  margin: 23px 0;
  padding: 20px;
}
.form-info--issue {
  background-color: #FDF2F8;
}
.form-info--light {
  background-color: transparent;
  border: solid 1px #fff;
}
.form-info--dark {
  background-color: #ebebe8;
  color: #481335;
}
.form-info--dark .link--light{
  color: #481335;
}
.form-info:first-child {
  margin-top: 0;
}
.form-info .form-info--issue {
  background-color: #FDF2F8 !important;
}

@media screen and (max-width: 568px) {
  .form-info {
    padding: 10px;
  }
}
.inline-item {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 8px;
  margin-right: 36px;
  margin-top: 8px;
  vertical-align: middle;
}
.inline-item__icon {
  fill: #e94b73;
  margin-right: 4px;
}
.inline-item--light {
  color: #fff;
}
.inline-item--light .inline-item__icon {
  fill: #fff;
}

@media screen and (max-width: 1124px) {
  .inline-item {
    font-size: 18px;
    margin-right: 24px;
  }
}
@media screen and (max-width: 568px) {
  .inline-item {
    display: block;
    margin-right: 0;
  }
}
.address {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.address__details {
  margin-bottom: 0;
}

.graph {
  overflow: hidden;
  padding: 28px 0;
  margin-bottom: 20px;
  position: relative;
}
.graph__variable, .graph__constant {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  float: left;
  position: relative;
  height: 50px;
}
.graph__variable:hover, .graph__constant:hover {
  background-color: #e94b73;
}
.graph__variable:hover + .graph__tooltip, .graph__constant:hover + .graph__tooltip {
  display: block;
  opacity: 1;
}
.graph__constant {
  background-color: #481335;
  border-right: solid 2px #fff;
}
.graph__variable {
  background-color: #f47820;
}
.graph__label {
  position: absolute;
  left: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  padding: 0 6px;
  overflow: hidden;
}
.graph__label--bottom {
  color: #fff;
  bottom: 6px;
}
.graph__label--right {
  left: auto;
  right: 0;
  color: #481335;
}
.graph__minimum {
  font-size: 14px;
  line-height: 1;
  color: gray;
  position: absolute;
  top: 0;
  height: 100%;
  border-right: solid 2px #e6e6e6;
  text-align: right;
  padding: 6px;
  white-space: no-wrap;
}
.graph__total {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #481335;
  position: absolute;
  bottom: 0;
  text-align: center;
  padding: 6px;
  background-color: #ebebe8;
}
.graph__tooltip {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #481335;
  position: absolute;
  top: 0;
  text-align: center;
  padding: 6px;
  background-color: #f2f2f2;
  width: 100%;
  z-index: 10;
  display: none;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .graph {
    display: none;
  }
}
.link--light {
  -webkit-transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  -moz-transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  color: #fff;
  border-color: #e94b73;
}
.link--light:hover, .link--light:active {
  border-color: #b68b96;
  color: #b68b96;
  opacity: .8;
}
.link--secondary {
  color: #ebebe8;
}
.link--secondary:hover, .link--secondary:active {
  border-color: #ffffff;
  color: #b68b96;
}

.text--lead {
  font-size: 24px;
  line-height: 1.6;
}
.text--small {
  font-size: 14px;
  line-height: 1.6;
  margin: 1em 0;
}
.text--first-margin {
  margin-top: 0;
}
.text--no-margin {
  margin: 0;
}

@media screen and (max-width: 568px) {
  .text--lead {
    font-size: 18px;
  }
}
.image {
  margin-bottom: 30px;
}
.image--right {
  clear: right;
  float: right;
  margin-left: 30px;
}
.image__caption {
  color: #b3b3b3;
  font-size: 14px;
  margin-top: 0;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}
.icon--link {
  fill: #481335;
  margin-right: 6px;
  vertical-align: -3px;
}
.icon--spaced {
  margin-right: 6px;
}

.marked {
  background-color: #e94b73;
  color: #fff;
  display: inline;
  padding: 8px 0;
  box-shadow: 8px 0 0 #e94b73, -8px 0 0 #e94b73;
}
.marked--orange {
  background-color: #e94b73;
  box-shadow: 8px 0 0 #e94b73, -8px 0 0 #e94b73;
}
.marked--violet {
  background-color: #b68b96;
  box-shadow: 8px 0 0 #b68b96, -8px 0 0 #b68b96;
}

.checkmark-list {
  list-style: none;
  margin-bottom: 1.5em;
  padding-left: 12px;
}
.block--primary li,
.block--primary-light li {
  color: #ebebe8;
}
.checkmark-list:first-child {
  margin-top: 0;
}
.checkmark-list:last-child {
  margin-bottom: 0;
}
.checkmark-list--no-padding {
  padding-left: 0;
}
.checkmark-list__item,
.disc-list__item,
.square-list__item {
  background-size: 28px;
  background-position: left 0;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding-left: 30px;
  list-style: none;
}
.checkmark-list__item {
  background-image: url("../images/icon-checkmark.svg");
}
.square-list__item {
  background-image: url("../images/icon-checkmark-square.svg");
}
.disc-list__item {
  background-image: url("../images/icon-checkmark-circle.svg");
}
.checkmark-list__item:last-child,
.square-list__item:last-child {
  margin-bottom: 0;
}
.checkmark-list__item--light {
  background-image: url("../images/icon-checkmark-light.svg");
  background-size: 16px;
}

.file-list {
  list-style: none;
  margin-bottom: 1.5em;
  padding-left: 0;
}
.file-list:first-child {
  margin-top: 0;
}
.file-list:last-child {
  margin-bottom: 0;
}
.file-list__item {
  background-image: url("../images/icon-download.svg");
  background-size: 21px;
  background-position: left 0;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 1.5;
}
.file-list__item:last-child {
  margin-bottom: 0;
}

.figure {
  margin-bottom: 30px;
}
.figure--right {
  clear: right;
  float: right;
  margin-left: 30px;
  width: 50%;
}
.figure__image {
  display: block;
  width: 100%;
}
.figure__caption {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.375;
}

@media screen and (max-width: 768px) {
  .figure--right {
    float: none;
    margin-left: 0;
    width: auto;
  }
}
.separator {
  background-color: #481335;
  display: block;
  height: 2px;
  margin: 1.5em 0;
  width: 80px;
}
.separator--wide {
  width: 100%;
}
.separator--narrow {
  height: 1px;
}
.separator--teal-light {
  background-color: #fff;
  opacity: 0.2;
}

.date {
  display: block;
  margin-bottom: 2em;
  margin-top: .5em;
}

.accordion {
  position: relative;
}
.accordion--no-title {
  margin: 10px 0;
}
.accordion--no-title .accordion__content {
  top: 0;
}
.accordion__on {
  display: none;
}
.accordion__title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  color: #481335;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding: 8px 0;
}
.accordion__title:hover, .accordion__title:active {
  text-decoration: underline;
}
.accordion__title::before {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url("../images/icon-accordion.svg");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 16px;
  margin-right: 10px;
  vertical-align: -.1em;
  width: 16px;
}
.accordion__title--small {
  font-size: 14px;
  line-height: 1.5;
}
.accordion__title--inverse {
  color: #fff;
}
.accordion__title--inverse::before {
  background-image: url("../images/icon-accordion-inverse.svg");
}
.accordion__content-wrap {
  -webkit-transition: max-height 0.2s ease;
  -moz-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  overflow: hidden;
  position: relative;
  max-height: 0;
}
.accordion__content {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: rgba(38, 38, 38, 0.05);
  padding: 20px 30px;
  opacity: 0;
  display: none;
}
.accordion__content--white {
  background-color: #fff;
}
.accordion--filter {
  padding-right: 180px;
}
.accordion--filter .accordion__title {
  width: 180px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0 8px;
}
.accordion--filter .accordion__content {
  background: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .accordion--filter {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .accordion--filter .accordion__title {
    width: 100%;
    text-align: left;
    top: auto;
    bottom: 0;
  }
  .accordion--filter .accordion__content {
    padding-right: 0;
  }
}
@media screen and (max-width: 568px) {
  .accordion__content {
    padding: 15px;
  }
}
.modal {
  background-color: rgba(38, 38, 38, 0.2);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  position: fixed;
  height: 100vh;
  visibility: hidden;
  overflow-y: scroll;
  z-index: 1000;
}
.modal--video .modal__inner {
  -webkit-transform: translate(0, -10%);
  -moz-transform: translate(0, -10%);
  -ms-transform: translate(0, -10%);
  -o-transform: translate(0, -10%);
  transform: translate(0, -10%);
  background-color: #262626;
  height: 100%;
  left: 0;
  max-width: 100%;
  top: 0;
  width: 100%;
}
.modal__inner {
  background-color: #fff;
  max-width: 860px;
  padding: 40px;
  position: absolute;
  top: 10%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 90%;
  margin-bottom: 5%;
}
.modal__title {
  margin-right: 60px;
  margin-top: 0;
}
.modal__close {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1000;
}
.modal__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.modal__split {
  float: left;
  padding: 50px 30px;
  text-align: center;
  width: 50%;
}
.modal__split:not(:first-child) {
  border-left: solid 1px #f2f2f2;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    padding: 20px;
    width: 100%;
    top: 0;
    margin-bottom: 0;
  }
  .modal__close {
    right: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 568px) {
  .modal__split {
    border: 0;
    float: none;
    width: 100%;
  }
}
.quote {
  padding-left: 48px;
  position: relative;
  text-align: left;
}
.quote:before {
  content: 'ŌĆ£';
  font-size: 72px;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -.2em;
}
.quote__content {
  font-style: italic;
  margin-bottom: 1.5em;
}
.quote__author {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .quote {
    margin-bottom: 60px;
  }
}
.avatar {
  border-radius: 50%;
  height: 100%;
  max-height: 100px;
  max-width: 100px;
  width: 100%;
}
.avatar--large {
  max-height: 200px;
  max-width: 200px;
}

.profile {
  margin: 15px 0 30px;
  text-align: center;
}
.profile__avatar {
  margin-bottom: 1.5em;
}
.profile__details, .profile__name {
  margin: 0;
  max-width: 100%;
}
.profile--small {
  overflow: hidden;
  text-align: left;
}
.profile--small .profile__avatar {
  float: left;
  margin-right: 20px;
}
.profile--small .profile__details,
.profile--small .profile__name {
  margin-left: 120px;
}
.profile--static {
  overflow: hidden;
  text-align: left;
}
.profile--static .profile__avatar {
  float: left;
  margin-right: 20px;
}
.profile--static .profile__content {
  margin-left: 120px;
}
.profile--static .profile__details {
  margin-top: 0;
  font-style: italic;
}

@media screen and (max-width: 1124px) {
  .profile__avatar {
    height: 150px;
    margin-bottom: 1em;
    width: 150px;
  }
  .profile--small {
    text-align: center;
  }
  .profile--small .profile__avatar {
    float: none;
    margin-right: 0;
  }
  .profile--small .profile__details,
  .profile--small .profile__name {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .profile--small {
    text-align: left;
  }
  .profile--small .profile__avatar {
    float: left;
    margin-right: 20px;
  }
  .profile--small .profile__details,
  .profile--small .profile__name {
    margin-left: 120px;
  }
}
@media screen and (max-width: 568px) {
  .profile {
    margin: 20px 0;
  }
  .profile--static .profile__avatar {
    display: none;
  }
  .profile--static .profile__content {
    margin-left: 0;
  }
}
.card {
  background-color: #fff;
  height: 620px;
  padding: 60px 40px;
  position: relative;
  margin-bottom: 30px;
}
.card:hover .card__overlay {
  opacity: 1;
  visibility: visible;
}
.card__image {
  display: block;
  margin: 0 auto 20px;
  max-width: 250px;
  width: 100%;
}
.card__overlay {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background-color: #481335;
  bottom: 0;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 20px 40px;
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 100;
}
.card__overlay li{
  color: #ebebe8;
}
.card__overlay h3{
  color: #ebebe8;
}
.card__action {
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
  position: absolute;
  right: 0;
}
.card__content {
  text-align: center;
}
.card__features {
  border-bottom: dashed 2px rgba(255, 255, 255, 0.3);
  border-top: dashed 2px rgba(255, 255, 255, 0.3);
  margin: 20px -40px;
  padding: 30px 40px;
}

@media screen and (max-width: 1124px) {
  .card {
    height: auto;
    overflow: hidden;
    padding: 30px;
  }
  .card__image {
    float: left;
    max-width: 100%;
    padding-right: 15px;
    width: 50%;
  }
  .card__content {
    float: left;
    padding-left: 15px;
    text-align: left;
    width: 50%;
  }
  .card__action {
    margin-bottom: 0;
    position: static;
  }
  .card__overlay {
    display: none;
  }
  .card__title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .card__image {
    width: 33.333%;
  }
  .card__content {
    width: 66.667%;
  }
}
@media screen and (max-width: 568px) {
  .card__content, .card__image {
    float: none;
    padding: 0;
    width: 100%;
  }
  .card__image {
    margin-bottom: 20px;
    max-width: 250px;
  }
  .card__content {
    text-align: center;
  }
}
.initials {
  background-color: #481335;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 54px;
  height: 100px;
  left: 40px;
  line-height: 44px;
  padding: 28px 0 20px;
  text-align: center;
  width: 100px;
}
.initials--outline {
  background-color: transparent;
  border: solid 2px #481335;
  color: #481335;
  padding: 26px 0 20px;
}

.listing {
  background-color: #fff;
  margin-top: 30px;
  padding: 40px 40px 30px 180px;
  position: relative;
}
.listing--centered {
  padding: 40px;
  text-align: center;
}
.listing--light {
  background-color: transparent;
}
.listing--light .listing__sub-title {
  color: #fff;
}
.listing__title {
  margin: 0;
  max-width: 100%;
}
.listing__initials {
  position: absolute;
  top: 30px;
}
.listing__sub-title {
  color: #b3b3b3;
  margin: 0 0 10px;
  max-width: 100%;
}
.listing__text {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .listing {
    padding: 30px 30px 30px 110px;
  }
  .listing__initials {
    font-size: 24px;
    height: 50px;
    left: 30px;
    line-height: 24px;
    padding: 11px 0;
    width: 50px;
  }
  .listing--centered {
    padding: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .listing {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    text-align: center;
  }
  .listing__initials {
    margin: 0 auto 15px;
    position: static;
  }
}
.expand {
  -webkit-transition: min-height 0.2s ease;
  -moz-transition: min-height 0.2s ease;
  transition: min-height 0.2s ease;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.expand--light {
  background-color: #fff;
}
.expand__inner {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  left: 0;
  opacity: 0;
  padding: 40px;
  position: absolute;
  top: 0;
  width: 100%;
}
.expand__inner--no-padding {
  padding: 0;
}
.expand__close {
  float: right;
  margin-top: -50px;
}

.expand-header {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #481335;
  border: 0;
  color: #fff;
  display: block;
  font-size: 36px;
  line-height: 50px;
  margin-top: 40px;
  padding: 40px 100px 40px 40px;
  position: relative;
}
.expand-header::after {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  background-image: url("../images/icon-expand-header-arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 17px;
  position: absolute;
  right: 40px;
  top: 56px;
  width: 34px;
}
.expand-header:hover, .expand-header:active {
  background-color: #b68b96;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .expand-header {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
    padding: 20px 60px 20px 20px;
  }
  .expand-header::after {
    right: 20px;
    top: 26px;
  }
}
@media screen and (max-width: 568px) {
  .expand-header {
    font-size: 18px;
    line-height: 24px;
  }
  .expand-header::after {
    top: 23px;
  }
}
.title-link {
  float: right;
  margin-bottom: 0;
  margin-top: -40px;
}

.clip {
  background-color: #fff;
  border: solid 2px #481335;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 1;
  margin: 4px 4px 0 0;
  padding: 6px;
  vertical-align: middle;
  width: 40px;
}
.clip__icon {
  fill: #481335;
}
.clip--solid {
  background-color: #481335;
}
.clip--solid .clip__icon {
  fill: #fff;
}

.legend {
  list-style: none;
  padding: 0;
  text-align: center;
}
.legend__item {
  color: #b3b3b3;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-right: 20px;
}
.legend__icon {
  fill: #b3b3b3;
}

.header {
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header__base {
  -webkit-transition: height 0.2s ease, padding 0.2s ease;
  -moz-transition: height 0.2s ease, padding 0.2s ease;
  transition: height 0.2s ease, padding 0.2s ease;
  background-color: #fff;
  height: 122px;
  padding: 25px 0;
}

@media screen and (max-width: 568px) {
  .header__base {
    height: 96px;
    padding: 18px 0;
  }
}
.logo {
  padding-top: 11px;
  border: 0;
  display: block;
  float: left;
  height: 72px;
  margin-right: 54px;
  width: 210px;
}
.logo2 {
  padding-top: 8px;
  border: 0;
  display: block;
  float: left;
  height: 72px;
  margin-right: 54px;
  width: 250px;
}
.logo__image {
  display: block;
  width: 100%;
}
.logo:hover {
  opacity: .75;
}

@media screen and (max-width: 1280px) {
  .logo {
    margin-right: 30px;
  }
  .logo2 {
    margin-right: 30px;
  }
}
@media screen and (max-width: 568px) {
  .logo {
    padding-top: 19px;
    height: 60px;
    margin: 0;
    width: 88px;
  }
  .logo2 {
    padding-top: 19px;
    height: 60px;
    margin: 0;
    width: 105px;
  }
}
.menu {
  margin-left: 105px;
}
.menu__mobile-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
.menu__mobile-close {
  display: none;
}
.menu--mobile__list, .menu__list {
  list-style: none;
  margin: 0;
  padding-bottom: 14px;
  padding-left: 0;
  padding-top: 14px;
}
.menu__list--left {
  float: left;
}
.menu__list--right {
  float: right;
}
.menu--mobile__item, .menu__item {
  float: left;
  margin-left: 12px;
}
.menu--mobile__item:first-child, .menu__item:first-child {
  margin-left: 0;
}
.menu__link {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  display: block;
  line-height: 24px;
  padding: 10px;
  border-color: transparent;
  color: #481335;
}
.menu__link:active,
.menu__link.is-active {
  color: #B68B96;
}
.menu__link--business:last-child {
  color: #87C0DC;
}
.menu__link--business{
  color: #87C0DC;
}
.menu__link:hover {
  color: #B68B96;
}
.menu__link--business:hover{
  color: #0F2846;
}
.menu__icon {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  display: block;
  padding: 4px 0;
}
.menu__icon svg {
  fill: #481335;
}
.menu__icon:active svg, .menu__icon:hover svg {
  fill: #e94b73;
}
.menu__toggle {
  fill: #e94b73;
}
.menu__close {
  display: none;
}

@media screen and (min-width: 1125px) {
  .menu__show--large {
    display: none;
  }
}

@media screen and (max-width: 1124px) {
  .menu {
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: #481335;
    height: 100vh;
    left: 0;
    margin-left: 0;
    opacity: 0;
    overflow: scroll;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 100;
  }
  .menu__mobile-wrapper {
    padding-bottom: 108px;
    padding-left: 40.02px;
    padding-right: 40.02px;
    padding-top: 72px;
  }
  .menu__mobile-close {
    display: block;
    position: absolute;
    z-index: 1000;
    top: 40px;
    right: 40px;
  }
  .menu__hide--large {
    display: none;
  }
  .menu__list {
    clear: both;
    float: none;
    margin-left: -40px;
    margin-right: -40px;
    padding: 25px 0;
  }
  .menu__item {
    float: none;
    margin: 5px 0;
    max-width: 100%;
    text-align: center;
  }
  .menu__link {
    color: #fff;
    font-size: 24px;
    outline: none;
    padding: 20px 0;
  }
  .menu__link:hover {
    color: #fff;
  }
  .menu__link:focus {
    outline: none;
  }
  .menu__close {
    border: 0;
    float: right;
    padding: 4px;
  }
}
@media screen and (max-width: 568px) {
  .menu__mobile-wrapper {
    padding-left: 20.04px;
    padding-right: 20.04px;
    padding-top: 72px;
  }
  .menu__mobile-close {
    top: 25px;
    right: 20px;
  }
  .menu__list {
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.sub-menu {
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.3s ease, -moz-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  bottom: 0;
  left: 0;
  opacity: 0;
  padding: 60px 0;
  position: absolute;
  right: 0;
  visibility: hidden;
  z-index: -1;
}
.sub-menu__title {
  color: #b68b96;
  float: left;
  font-weight: 400;
  margin: 0;
  padding-right: 30px;
  width: 33.333%;
}
.sub-menu__list {
  float: left;
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-right: 54px;
  width: 33.333%;
}
.sub-menu__item {
  margin-bottom: 10px;
  max-width: 100%;
}
.sub-menu__item > .link--light:not(:hover) {
  border-color: transparent;
}
.sub-menu__overlay {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: #481335;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: -10;
}
.sub-menu__overlay--business {
  background-color: #0f2846;
}
.sub-menu__close {
  margin-bottom: -44px;
  position: relative;
  top: -10px;
  z-index: 10;
}

@media screen and (max-width: 1124px) {
  .sub-menu {
    -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
    -moz-transition: opacity 0.1s ease, -moz-transform 0.1s ease;
    transition: opacity 0.1s ease, transform 0.1s ease;
    background-color: #481335;
    display: none;
    min-height: 0;
    padding: 25px 0;
    position: static;
  }
  .sub-menu__title {
    display: none;
  }
  .sub-menu__list {
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .sub-menu__item {
    text-align: center;
  }
  .sub-menu__overlay {
    display: none;
  }
}
.meta-menu {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: #481335;
  height: 105vh;
  left: 0;
  opacity: 0;
  overflow: scroll;
  padding: 40px 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 100;
}
.meta-menu__list {
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 80px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 200px;
}
.meta-menu__item {
  font-size: 36px;
  margin: 0;
  max-width: 100%;
}
.meta-menu__link {
  -webkit-transition: background-color 0.15s ease;
  -moz-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
  border: 0;
  color: #fff;
  display: block;
  padding: 20px 0;
}
.meta-menu__link.is-open, .meta-menu__link:hover, .meta-menu__link:active {
  color: #b68b96;
}
.meta-menu__icon {
  display: block;
  fill: #fff;
}
.meta-menu__sub-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 10px 0 20px;
}
.meta-menu__sub-item {
  max-width: 100%;
}
.meta-menu__sub-item > .link--light:not(:hover) {
  border-color: transparent;
}

@media screen and (max-width: 1124px) {
  .meta-menu {
    background: transparent;
    height: auto;
    opacity: 1;
    overflow: visible;
    padding: 0;
    position: static;
    visibility: inherit;
  }
  .meta-menu__list {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 0 -40px;
    position: static;
  }
  .meta-menu__item {
    font-size: 18px;
  }
  .meta-menu__close {
    display: none;
  }
  .meta-menu__link {
    padding: 10px 0;
  }
  .meta-menu__link.is-open, .meta-menu__link:hover, .meta-menu__link:active {
    background-color: #481335;
  }
  .meta-menu__sub-menu {
    background-color: #481335;
  }
}
@media screen and (max-width: 568px) {
  .meta-menu__list {
    margin: 0 -20px;
  }
}
.mobile-menu {
  display: none;
  float: right;
  list-style: none;
  margin: 0;
  padding-bottom: 14px;
  padding-left: 0;
  padding-top: 14px;
}
.mobile-menu__item {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 0;
}
.mobile-menu__item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 1124px) {
  .mobile-menu {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .mobile-menu {
    padding-bottom: 8px;
    padding-top: 8px;
  }
  .mobile-menu__item {
    margin-left: 10px;
  }
}
@media screen and (max-width: 658px) {
  .mobile-menu__hide--small {
    display: none;
  }
  div.input-group .dnb--input--calendar {
    padding-right: 40px;
  }
}
.lang-menu {
  clear: both;
  list-style: none;
  padding: 0;
  text-align: center;
}
.lang-menu__item {
  display: inline-block;
  margin: 0 16px;
}

@media screen and (max-width: 1124px) {
  .lang-menu {
    left: 60px;
    margin-top: 54px;
    position: absolute;
    right: 60px;
    top: 0;
    width: auto;
  }
}
@media screen and (max-width: 568px) {
  .lang-menu {
    margin-top: 38px;
  }
}
.search {
  padding-right: 200px;
  position: relative;
}
.search__field {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  margin: 8px 0;
  outline: none;
  padding: 4px 0 4px 20px;
  width: 100%;
}
.search__field::-webkit-input-placeholder {
  color: #ebebe8;
}
.search__field::-moz-placeholder {
  color: #481335;
}
.search__field:-moz-placeholder {
  color: #481335;
}
.search__field:-ms-input-placeholder {
  color: #481335;
}
.search__button {
  position: absolute;
  right: 74px;
  top: 8px;
}
.search__close {
  position: absolute;
  right: 0;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .search__field {
    font-size: 18px;
    line-height: 24px;
  }
  .search__button, .search__close {
    top: 2px;
  }
}
@media screen and (max-width: 568px) {
  .search {
    padding-right: 60px;
  }
  .search__field {
    margin-bottom: 16px;
  }
  .search__button {
    position: static;
  }
}
.footer-nav {
  margin: 30px 0;
}
.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav__item {
  display: inline-block;
  margin-right: 24px;
}
.footer-nav__item:last-child {
  margin-right: 0;
}
.footer-nav__link {
  color: #818181;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 1124px) {
  .footer-nav {
    text-align: center;
  }
}
@media screen and (max-width: 568px) {
  .footer-nav__item {
    display: block;
    margin-bottom: 4px;
    margin-right: 0;
    text-align: center;
  }
}
.copyright {
  font-size: 14px;
  color: #481335;
  max-width: 100%;
  text-align: center;
}

.social-list {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
.social-list__item {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 10px;
}
.social-list__link {
  border-radius: 50%;
  height: 40px;
  margin-right: 6px;
  padding: 6px;
  width: 40px;
  line-height: 24px;
}
.social-list__link:hover {
  background-color: #e94b73;
  color: #ebebe8;
  border-color: #e94b73;
}
.social-list__link.button:active .icon,
.social-list__link.button:hover .icon {
  fill: #fff;
}
.social-list__detail {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 1124px) {
  .social-list {
    margin-left: auto;
    margin-right: auto;
  }
  .social-list__item {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .social-list__item {
    display: block;
  }
}
@media screen and (max-width: 568px) {
  .social-list {
    text-align: center;
  }
}
.close-toggle {
  border: 0;
  clear: right;
  float: right;
  padding: 4px;
}
.close-toggle__icon {
  display: block;
  fill: #fff;
}
.close-toggle--inverse .close-toggle__icon {
  fill: #e94b73;
}

.top-bar {
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
  -moz-transition: opacity 0.2s ease, -moz-transform 0.2s ease;
  transition: opacity 0.2s ease, transform 0.2s ease;
  background-color: #481335;
  color: #fff;
  left: 0;
  opacity: 0;
  padding: 30px 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
.top-bar--bottom {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  top: 100%;
}
.top-bar--top {
  bottom: 100%;
  opacity: 1;
  text-align: right;
  visibility: visible;
}
.top-bar__item {
  display: inline-block;
  font-size: 24px;
  line-height: 36px;
  margin-left: 44px;
  padding: 12px 0;
}
.top-bar__item:first-child {
  margin-left: 0;
}
.top-bar__icon {
  fill: #fff;
  margin-right: 8px;
}
.top-bar__close {
  display: inline-block;
  float: none;
  margin-left: 25px;
  vertical-align: -13px;
}
.top-bar .link--light:not(:hover) {
  border-color: transparent;
}

@media screen and (max-width: 1124px) {
  .top-bar {
    padding: 20px 0;
  }
  .top-bar__item {
    font-size: 18px;
    padding: 0;
    margin-left: 24px;
  }
  .top-bar__close {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .top-bar__item {
    display: block;
  }
  .top-bar--top {
    min-height: 184px;
  }
}
.breadcrumbs {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: right;
}
.breadcrumbs--left {
  text-align: left;
}
.breadcrumbs__item {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
}
.breadcrumbs__item:not(:last-child):after {
  color: #b68b96;
  content: '|';
  display: inline-block;
  margin: 0 6px;
}
.breadcrumbs__item:last-child a {
  border: none;
}
.breadcrumbs__link {
  color: #b68b96;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.block {
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.block--alt {
  background-color: #ebebe8;
}
.block--display {
  background-color: #e6e6e6;
  padding: 120px 0;
}
.block--primary {
  background-color: #481335;
  color: #fff;
}
.block--primary h2 {
  color: #ebebeb;
}
.block--primary-light {
  background-color: #b68b96;
  color: #fff;
}
.block--primary-light h2 {
  color: #fff;
}
.block--secondary {
  background-color: #b68b96;
  color: #fff;
}
.block--violet {
  background-color: #78278b;
  color: #fff;
}
.block--green {
  background-color: #49a942;
  color: #fff;
}
.block--blue {
  background-color: #0093d0;
  color: #fff;
}
.block--pink {
  background-color: #e20177;
  color: #fff;
}
.block--black {
  background-color: #262626;
  color: #fff;
}
.block__cover-image {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
}
.block__content {
  margin: 80px 0;
  position: relative;
  z-index: 10;
}
.block__content--small {
  margin: 60px 0;
}
.block__content--middle {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  text-align: center;
  width: 50%;
}
.block__content--half {
  max-width: 420px;
  width: 50%;
}
.block__content--third {
  max-width: 320px;
  width: 33.333%;
}
.block__content--no-search {
  max-width: 420px;
  width: 50%;
}
.block__image--left {
  float: left;
  padding-right: 54px;
}
.block__image--right {
  float: right;
  padding-left: 54px;
}
.block__image--half {
  -webkit-transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
  -moz-transition: opacity 0.85s ease, -moz-transform 0.85s ease;
  transition: opacity 0.85s ease, transform 0.85s ease;
  -webkit-transform: translate(0, 20%);
  -moz-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
  padding-top: 80px;
  width: 50%;
}
.block__image--half img {
  width: 100%;
}
.block__image--two-thirds {
  -webkit-transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
  -moz-transition: opacity 0.85s ease, -moz-transform 0.85s ease;
  transition: opacity 0.85s ease, transform 0.85s ease;
  -webkit-transform: translate(0, 20%);
  -moz-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
  padding-top: 80px;
  width: 66.667%;
}
.block__image--two-thirds img {
  width: 100%;
}
.block__footer {
  background-color: rgba(255, 255, 255, 0.35);
  overflow: auto;
  padding: 16px 0;
}
.block__footer-content {
  margin: 0 auto;
  text-align: center;
}
.block__action {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 60%;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.block__action img {
  margin-right: 8px;
}
.block__action--left {
  left: auto;
  right: 60%;
}
.block__action-link {
  border: 0;
  display: block;
}
.block--highlights {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 1280px) {
  .block--search {
    min-height: 600px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 1124px) {
  .block__cover-image {
    height: 120%;
    min-height: 0;
    min-width: 0;
  }
  .block--search {
    min-height: 520px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .block--display {
    padding: 20px 0;
  }
  .block__content {
    margin: 60px 0;
  }
  .block__content--middle {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center;
    width: 60%;
  }
  .block__image--two-thirds, .block__content--third {
    width: 50%;
  }
}
@media screen and (max-width: 568px) {
  .block--search {
    min-height: 320px;
    padding-top: 0;
  }
  .block__content--middle {
    max-width: none;
    width: 100%;
  }
  .block__content--third, .block__content--half {
    float: none;
    max-width: none;
    text-align: center;
    width: 100%;
  }
  .block__image--two-thirds, .block__image--half {
    float: none;
    padding: 0;
    width: 100%;
  }
  .block__action {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-bottom: 60px;
    position: static;
    text-align: center;
  }
}
.segment {
  -webkit-transform: translate(0, 20%);
  -moz-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
  -webkit-transition: opacity 0.85s ease, -webkit-transform 0.85s ease;
  -moz-transition: opacity 0.85s ease, -moz-transform 0.85s ease;
  transition: opacity 0.85s ease, transform 0.85s ease;
  border: 0;
  color: #fff;
  display: block;
  margin-bottom: 54px;
  opacity: 0;
  text-align: center;
}
.segment:hover, .segment:active {
  background-color: transparent;
  color: #fff;
  outline: none;
}
.segment:hover .segment__image, .segment:active .segment__image {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.segment__image {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  transition: transform 0.2s ease;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  height: 120px;
  margin: 0 auto;
  position: relative;
  width: 120px;
}
.segment__image img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.segment__text {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .segment {
    min-height: 120px;
    padding-left: 156px;
    padding-top: 25px;
    position: relative;
    text-align: left;
  }
  .segment__image {
    left: 0;
    position: absolute;
    top: 0;
  }
  .segment__title {
    font-size: 24px;
    margin-bottom: .25em;
    margin-top: 0;
    color: #fff;
  }
  .segment__text {
    margin: 0;
    text-align: left;
  }
}
@media screen and (max-width: 568px) {
  .segment {
    margin-bottom: 24px;
    padding-left: 80px;
    padding-top: 0;
  }
  .segment__image {
    height: 60px;
    width: 60px;
  }
  .segment__image img {
    height: 80%;
    width: 80%;
  }
  .segment__title h3{
    font-size: 18px;
    color: #fff;
  }
}
.quicklinks {
  text-align: center;
}
.quicklinks__title {
  margin-bottom: 1.5em;
  margin-left: auto;
  margin-right: auto;
}
.quicklinks__item {
  display: inline-block;
  margin-bottom: 24px;
  padding-left: 36px;
  padding-right: 36px;
  width: 40%;
}
.quicklinks__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.quicklinks__list--three-columns .quicklinks__item {
  width: 30%;
}

@media screen and (max-width: 1124px) {
  .quicklinks__item {
    float: left;
    margin-bottom: 12px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .quicklinks__title {
    text-align: left;
  }
  .quicklinks__item {
    display: block;
    padding: 0;
    width: 100%;
  }
}
.highlights {
  -webkit-transition: min-height 0.3s ease;
  -moz-transition: min-height 0.3s ease;
  transition: min-height 0.3s ease;
  margin: 54px auto;
  max-width: 720px;
  min-height: 320px;
  overflow: hidden;
  position: relative;
}
.highlights__item {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
}
.highlights__content, .highlights__display {
  float: left;
  width: 50%;
}
.highlights__content {
  padding-left: 15px;
  padding-top: 30px;
  word-wrap: break-word;
}
.highlights__display {
  overflow: hidden;
  padding-right: 15px;
  text-align: right;
}
.highlights__large {
  font-size: 172px;
  font-weight: 700;
  line-height: 1;
}
.highlights__action {
  bottom: 0;
  left: 0;
  padding-top: 40px;
  position: absolute;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .highlights {
    min-height: 420px;
  }
}
@media screen and (max-width: 568px) {
  .highlights {
    min-height: 520px;
  }
  .highlights__display, .highlights__content {
    float: none;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
}
.cta {
  background-color: #481335;
  padding: 40px 0;
}
.cta--primary-light {
  background-color: #b68b96;
}
.cta--secondary {
  background-color: #e94b73;
}
.cta--dark-green {
  background-color: #19372e;
}
.cta--bright-blue {
  background-color: #87c0dc;
}
.cta--dark-blue {
  background-color: #0f2876;
}
.cta--bright-green {
  background-color: #9cae85;
}
.cta__inner {
  position: relative;
  text-align: center;
}
.cta__text {
  color: #fff;
  font-size: 36px;
  line-height: 36px;
  margin: 10px 30px;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
}
.cta__action {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .cta__text {
    font-size: 18px;
    line-height: 28px;
  }
}
.feed {
  padding-bottom: 70px;
  position: relative;
}
.feed--push-down {
  margin-top: 30px;
}
.feed:after {
  background-color: #262626;
  bottom: 30px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0;
  width: 4px;
}

@media screen and (max-width: 768px) {
  .feed {
    padding: 10px 0 20px;
    margin-bottom: 40px;
  }
  .feed:after {
    display: none;
  }
  .feed__column:nth-child(1), .feed__column:nth-child(2) {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.post {
  -webkit-transition: opacity 0.85s ease;
  -moz-transition: opacity 0.85s ease;
  transition: opacity 0.85s ease;
  padding-bottom: 20px;
  position: relative;
  z-index: 10;
}
.post--half {
  width: 50%;
}
.post--left {
  padding-right: 60px;
}
.post--left .post__arrow {
  border-right: solid 28px transparent;
  right: -27px;
}
.post--left .post__mark {
  right: -80px;
}
.post--right {
  padding-left: 60px;
  padding-top: 50px;
}
.post--right .post__arrow {
  border-left: solid 28px transparent;
  left: -27px;
}
.post--right .post__mark {
  left: -80px;
}
.post__link {
  background-color: #481335;
  border: 0;
  display: block;
  position: relative;
}
.post__link:hover .post__title {
  text-decoration: underline;
  color: #fff;
}
.post__link:hover .post__icon--video {
  opacity: .8;
}
.post__arrow {
  border-top: solid 28px #481335;
  height: 0;
  position: absolute;
  width: 0;
}
.post__mark {
  background-color: #481335;
  border-radius: 50%;
  height: 40px;
  padding: 8px;
  position: absolute;
  top: -20px;
  width: 40px;
}
.post__link--facebook, .post__link--facebook .post__mark {
  background-color: #3b5998;
}
.post__link--facebook .post__arrow {
  border-top: solid 28px #3b5998;
}
.post__link--linkedin, .post__link--linkedin .post__mark {
  background-color: #0077b5;
}
.post__link--linkedin .post__arrow {
  border-top: solid 28px #0077b5;
}
.post__image, .post__content {
  float: left;
  padding: 12px;
  position: relative;
  width: 50%;
  z-index: 10;
}
.post__content {
  padding-right: 24px;
}
.post__content--full {
  padding: 12px;
  width: 100%;
}
.post__content--centered {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 50%;
  z-index: 10;
}
.post__image--large {
  display: block;
  width: 100%;
  opacity: .5;
}
.post__title {
  color: #ebebe8;
  display: block;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: .5em;
  max-width: 100%;
}
.post__date {
  color: #ebebe8;
  display: block;
  font-size: 14px;
}
.post__icon {
  fill: #fff;
}

@media screen and (max-width: 1124px) {
  .post {
    margin-bottom: 25px;
  }
  .post__image {
    width: 33.333%;
  }
  .post__image--large {
    width: 100%;
  }
  .post__content {
    width: 66.666%;
  }
  .post__content--full {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .post {
    padding: 0;
    width: 100%;
    position: relative !important;
    top: 0 !important;
  }
  .post__mark, .post__arrow {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .post__title {
    margin-bottom: .5em;
  }
}
.search-block {
  background-color: #e6e6e6;
  overflow: hidden;
  padding: 280px 0;
  position: relative;
}
.search-block__cover {
  -webkit-transition: opacity 0.85s ease;
  -moz-transition: opacity 0.85s ease;
  transition: opacity 0.85s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
}
.search-block__content {
  -webkit-transition: opacity 0.85s ease;
  -moz-transition: opacity 0.85s ease;
  transition: opacity 0.85s ease;
  opacity: 0;
  position: relative;
  z-index: 10;
}
.search-block__title {
  font-weight: 400;
  margin-top: 0;
  max-width: 70%;
}
.search-block__query {
  border-bottom: solid 2px #262626;
  max-width: 730px;
  padding-bottom: 10px;
  padding-left: 112px;
  padding-top: 10px;
  position: relative;
  width: 100%;
}
.search-block__label {
  float: left;
  font-size: 24px;
  left: 0;
  line-height: 36px;
  padding-right: 10px;
  position: absolute;
}
.search-block__field {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ebebe8;
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  outline: none;
  padding-left: 10px;
  width: 100%;
}

@media screen and (max-width: 1124px) {
  .search-block {
    padding: 160px 0;
  }
  .search-block__cover {
    height: 100%;
    min-height: 0;
    min-width: 0;
  }
  .search-block__title {
    font-size: 36px;
  }
  .search-block__query {
    max-width: 520px;
    padding-left: 90px;
    width: 80%;
  }
  .search-block__label {
    font-size: 18px;
  }
  .search-block__field {
    font-size: 18px;
  }
}
@media screen and (max-width: 568px) {
  .search-block {
    padding: 80px 0 0;
  }
  .search-block__cover {
    height: auto;
    top: 100px;
    width: 150%;
  }
  .search-block__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 80px;
    max-width: 160px;
  }
  .search-block__query {
    background-color: #e94b73;
    border: 0;
    margin: 0 -20px;
    max-width: none;
    padding: 20px;
    width: auto;
  }
  .search-block__field {
    border-bottom: solid 2px #262626;
    color: #fff;
    position: static;
  }
  .search-block__field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .search-block__field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .search-block__field:-moz-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .search-block__field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.75);
  }
  .search-block__label {
    display: none;
  }
}
.suggestions__list {
  list-style: none;
  padding: 0;
}
.suggestions__item {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 8px;
}
.suggestions__icon {
  fill: #481335;
  vertical-align: middle;
}

@media screen and (max-width: 1124px) {
  .suggestions__item {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 568px) {
  .suggestions {
    background-color: #481335;
    margin: 0 -20px;
    padding: 20px;
  }
  .suggestions__list {
    margin: 0;
  }
  .suggestions__link:hover, .suggestions__link {
    color: #fff;
  }
  .suggestions__link:hover {
    border-color: #fff;
  }
  .suggestions__icon {
    fill: #fff;
  }
}
.steps-block {
  background-color: #fff;
}
.steps-block__header {
  border-bottom: solid 1px #e6e6e6;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .steps-block {
    display: none;
  }
}
.steps-path {
  clear: both;
  display: none;
  list-style: none;
  margin: 40px 0;
  padding: 0;
  text-align: center;
}
.steps-path__item {
  display: inline-block;
  margin: 0 10px;
}
.steps-path__link {
  border: solid 2px #481335;
  border-radius: 50%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 1;
  padding: 4px 0 2px;
  width: 24px;
}

.step {
  -webkit-transition: max-width 0.5s ease-in-out, background-color 0.2s ease;
  -moz-transition: max-width 0.5s ease-in-out, background-color 0.2s ease;
  transition: max-width 0.5s ease-in-out, background-color 0.2s ease;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  background-color: #fff;
  border-left: solid 1px #e6e6e6;
  overflow: hidden;
}
.step:not(.is-active):hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.step__inner {
  padding: 40px 60px 40px 30px;
  position: relative;
  width: 580px;
}
.step--first {
  border: 0;
}
.step__content {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  margin-left: 110px;
  opacity: 0;
}
.step__number {
  background-color: transparent;
  border: solid 2px #481335;
  border-radius: 50%;
  color: #481335;
  display: block;
  float: left;
  font-size: 36px;
  height: 80px;
  line-height: 1;
  padding: 23px 0 21px;
  text-align: center;
  width: 80px;
}
.step__title, .step__text {
  margin-top: 0;
}
.step__arrow {
  float: right;
  margin-right: -30px;
  margin-top: 30px;
  visibility: hidden;
}
.step__icon {
  fill: #e94b73;
}

@media screen and (max-width: 1280px) {
  .step__inner {
    width: 520px;
  }
}
@media screen and (max-width: 1124px) {
  .step__inner {
    width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .step {
    display: none;
  }
  .step__inner {
    width: 100%;
  }
}
.form-block {
  background-color: #fff;
  padding: 1px 0;
}
.form-block--orange {
  background-color: #481335;
  color: #fff;
}
.form-block__inner {
  margin: 60px auto;
  max-width: 830px;
  padding: 0 30px;
}
.form-block__subtitle {
  border-top: solid 1px #e6e6e6;
  margin-bottom: 30px;
  max-width: 100%;
  padding-top: 23px;
}

.form-block--orange .button--primary {
  background-color: #e94b73;
}

.form-block--orange .button--light {
  text-decoration: underline;
}

.form-block--orange .form-info--issue {
  color: #fff;
}

@media screen and (max-width: 1124px) {
  .form-block__inner {
    margin: 40px auto;
    padding-top: 1px;
  }
}
@media screen and (max-width: 768px) {
  .form-block__inner {
    margin: 30px auto;
  }
}
@media screen and (max-width: 568px) {
  .form-block {
    margin: 0 -20px;
  }
  .form-block__inner {
    padding: 5px 20px 0;
  }
}
.share {
  float: right;
}
.share__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.share__item {
  display: inline-block;
  margin: 0 3px;
}
.share__link {
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  background-color: #e94b73;
  border: 0;
  border-radius: 50%;
  display: block;
  height: 40px;
  padding: 8px;
  width: 40px;
}
.share__link:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.share__link--facebook {
  background-color: #e94b73;
}
.share__link--linkedin {
  background-color: #e94b73;
}
.share__link--twitter {
  background-color: #e94b73;
}
.share__link--google-plus {
  background-color: #e94b73;
}
.share__title {
  margin-top: 0;
}
.share__icon {
  fill: #fff;
}
.share__number {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .share {
    float: none;
  }
  .share__list {
    display: inline-block;
    vertical-align: middle;
  }
  .share__title {
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: middle;
  }
  .share__number {
    display: none;
  }
}
@media screen and (max-width: 568px) {
  .share__title {
    font-size: 14px;
    margin-right: 15px;
  }
}
.comment {
  padding-left: 84px;
  position: relative;
}
.comment__avatar {
  background-color: #e6e6e6;
  border-radius: 50%;
  height: 64px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 64px;
}
.comment__avatar--orange {
  background-color: #f47820;
}
.comment__avatar--teal {
  background-color: #e94b73;
}
.comment__avatar--green {
  background-color: #49a942;
}
.comment__avatar--violet {
  background-color: #78278b;
}
.comment__avatar--blue {
  background-color: #0093d0;
}
.comment__author {
  font-weight: 400;
}
.comment__text {
  font-size: 14px;
}
.comment__date {
  color: #b3b3b3;
  font-size: 14px;
}

.short-price {
  background-color: #481335;
  color: #fff;
  padding: 50px 60px;
}
.short-price__content {
  margin: 0 auto;
  max-width: 220px;
  text-align: center;
}

@media screen and (max-width: 1124px) {
  .short-price {
    padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .short-price {
    margin: 0;
    padding: 25px 40px;
  }
}
.page-cover {
  height: 360px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.page-cover__image {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}

@media screen and (max-width: 1124px) {
  .page-cover {
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .page-cover {
    height: 180px;
  }
}
.page-action {
  margin-bottom: 40px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .page-action {
    margin: 27px 0 40px;
    text-align: left;
  }
}
.summary {
  border-bottom: solid 1px #e6e6e6;
  border-top: solid 1px #e6e6e6;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
}
.summary--no-bottom-padding {
  padding-bottom: 0;
}
.summary__primary {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}
.summary__secondary {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin: 0;
}
.summary__informative {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.4;
  margin: .5em 0 0;
}
.summary__price {
  color: #e94b73;
  font-weight: 700;
}
.summary__offset {
  margin: 0;
  padding-left: 28px;
}
.summary--light .summary__informative,
.summary--light .summary__price {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .summary__text {
    font-size: 18px;
  }
}
.form-summary {
  background-color: #ebebe8;
  border-top: solid 1px #e6e6e6;
  padding: 30px;
}
.form-summary__row {
  margin: 10px 0;
  overflow: hidden;
  color: #481335;
}
.form-summary__column {
  float: left;
  width: 50%;
  color: #481335;
}
.form-summary__column:nth-child(1) {
  padding-right: 15px;
}
.form-summary__column:nth-child(2) {
  font-weight: bold;
  padding-left: 15px;
}
.form-summary__link {
  border: 0;
  float: right;
  font-size: 18px;
  line-height: 1.375;
  margin-bottom: -24px;
}
.form-summary__title {
  margin-top: 0;
  padding-right: 100px;
}

.filter {
  float: right;
  margin-top: 5px;
  width: 100%;
}

.filter-query {
  margin: 30px 0;
}
.filter-query__base {
  background-color: #481335;
  padding: 30px 40px;
}
.filter-query__base span{
  color: #ebebe8;
}
.filter-query__bottom {
  background-color: #481335;
  color: #fff;
  padding: 10px 40px;
}
.filter-query__button {
  float: right;
  margin: 6px 0;
}
.filter-query__icon {
  display: block;
  margin: 6px auto;
}
.filter-query__aligned-list {
  margin-bottom: 12px;
  margin-top: 36px;
}
.filter-query__text {
  color: #fff;
  float: left;
  margin: 16px 30px 16px 0;
}

@media screen and (max-width: 1124px) {
  .filter-query__base {
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .filter-query__aligned-list {
    margin-bottom: 7px;
    margin-top: 35px;
  }
  .filter-query__medium-offset {
    margin-bottom: 20px;
  }
  .filter-query__text {
    float: none;
    margin-right: 0;
  }
}
@media screen and (max-width: 568px) {
  .filter-query__base {
    padding: 20px;
  }
  .filter-query__aligned-list {
    margin: 0;
  }
  .filter-query__mobile-margin {
    margin-bottom: 30px;
  }
  .filter-query__split {
    padding: 20px;
  }
}
.block-split--left {
  padding-right: 60px;
}
.block-split--left::after {
  background-color: #fff;
  bottom: -60px;
  content: '';
  display: block;
  position: absolute;
  right: calc(33% + 30px);
  top: -60px;
  width: 1000%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .block-split--left::after {
    left: -40px;
    right: -40px;
    width: auto;
  }
}
.terms {
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
  background-color: #ebebe8;
  margin-top: 20px;
  max-height: 0;
  overflow-y: scroll;
}
.terms__inner {
  padding: 30px;
}
.terms__title {
  max-width: 100%;
  text-transform: uppercase;
}

.signing {
  border-bottom: 0;
  display: block;
  text-align: center;
}
.signing:hover .signing__image, .signing:active .signing__image {
  border-color: #e94b73;
}
.signing__image {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border: solid 1px #e6e6e6;
  height: 190px;
  position: relative;
  width: 100%;
}
.signing__image img {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  left: 50%;
  margin: 0 auto;
  max-height: 80%;
  max-width: 80%;
  position: absolute;
  top: 50%;
}

@media screen and (max-width: 768px) {
  .signing__image {
    height: 120px;
  }
}
.content-block {
  background-color: #fff;
  padding: 30px 40px;
}
.content-block--spaced {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .content-block {
    padding: 20px;
  }
}
.content-header {
  background-color: #481335;
  color: #fff;
  padding: 30px 40px;
}
.content-header--dark {
  background-color: #481335;
  color: #fff;
}
.content-header--center {
  text-align: center;
}
.content-header:not(:first-child) {
  margin-top: 40px;
}
.content-header .link--light:not(:hover) {
  border-color: transparent;
}

@media screen and (max-width: 768px) {
  .content-header {
    padding: 20px;
  }
}
.left-right {
  position: relative;
}
.left-right__right {
  bottom: 0;
  position: absolute;
  right: 0;
  text-align: right;
}
.left-right__left {
  margin-right: 40%;
}

@media screen and (max-width: 1124px) {
  .left-right__right {
    position: static;
    text-align: left;
  }
  .left-right__left {
    margin-right: 0;
  }
}
.contact-map {
  background-color: #b3b3b3;
  display: block;
  height: 500px;
  width: 100%;
}

.offers {
  -webkit-transition: min-height 0.2s ease;
  -moz-transition: min-height 0.2s ease;
  transition: min-height 0.2s ease;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.offers__image {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  display: block;
  margin-bottom: 30px;
  opacity: .5;
  width: 100%;
}
.offers__image:hover, .offers__image:active {
  opacity: 1;
}
.offers__action {
  float: right;
}
.offers__title {
  float: left;
  margin: 0;
}
.offers__item {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.offers__link::after {
  background-image: url("../images/icon-active-offer.svg");
  background-position: center center;
  background-repeat: no-repeat;
  color: #481335;
  content: '';
  display: none;
  height: 16px;
  margin-left: 4px;
  vertical-align: middle;
  width: 16px;
}

@-webkit-keyframes spinRandom {
  0% {
    -webkit-transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-64deg);
  }
  75% {
    -webkit-transform: rotate(-190deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes spinRandom {
  0% {
    -moz-transform: rotate(0deg);
  }
  12% {
    -moz-transform: rotate(60deg);
  }
  25% {
    -moz-transform: rotate(24deg);
  }
  50% {
    -moz-transform: rotate(-64deg);
  }
  75% {
    -moz-transform: rotate(-190deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@keyframes spinRandom {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  12% {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  25% {
    -webkit-transform: rotate(24deg);
    -moz-transform: rotate(24deg);
    -ms-transform: rotate(24deg);
    -o-transform: rotate(24deg);
    transform: rotate(24deg);
  }
  50% {
    -webkit-transform: rotate(-64deg);
    -moz-transform: rotate(-64deg);
    -ms-transform: rotate(-64deg);
    -o-transform: rotate(-64deg);
    transform: rotate(-64deg);
  }
  75% {
    -webkit-transform: rotate(-190deg);
    -moz-transform: rotate(-190deg);
    -ms-transform: rotate(-190deg);
    -o-transform: rotate(-190deg);
    transform: rotate(-190deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.not-found {
  text-align: center;
}
.not-found__element {
  color: rgba(0, 140, 153, 0.65);
  height: 256px;
  margin-bottom: 50px;
  padding-top: 65px;
  position: relative;
  text-align: center;
  z-index: 10;
}
.not-found__element:before {
  -webkit-animation: spinRandom 4s ease infinite;
  -moz-animation: spinRandom 4s ease infinite;
  animation: spinRandom 4s ease infinite;
  background-image: url("../images/404-background.svg");
  background-position: center top;
  background-repeat: no-repeat;
  content: '';
  height: 256px;
  left: calc(50% - 128px);
  position: absolute;
  top: 0;
  width: 256px;
  z-index: -1;
}
.not-found__shape {
  top: -18px;
  position: inherit;
  width: 430px;
  z-index: -1;
  display: block;
  margin: 0 auto;
}
.not-found > p {
  max-width: 100%;
}

@media screen and (max-width: 568px) {
  .not-found__element {
    font-size: 128px;
    height: 128px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 0;
  }
  .not-found__element:before {
    background-size: 100%;
    height: 128px;
    left: calc(50% - 64px);
    width: 128px;
  }
  .not-found__shape {
    top: 0;
    width: auto;
    height: 60%;
    margin-top: 25px;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
.loading__spinner {
  -webkit-animation: spin 0.5s linear infinite;
  -moz-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
  left: 50%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 50%;
}

.vacancy {
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #481335;
  border: 0;
  display: block;
  margin: 10px 0 20px;
  padding: 40px;
}
.vacancy:hover, .vacancy:active {
  background-color: #e94b73;
}
.vacancy__sub-title, .vacancy__title {
  color: #fff;
  margin: 0;
  max-width: 100%;
}
.vacancy__action {
  margin-top: 20px;
}
.vacancy__description {
  color: #fff;
  margin-bottom: 0;
}

.search-result {
  margin-bottom: 50px;
}
.search-result__title {
  margin: 0;
}
.search-result__path {
  margin: 0;
  text-align: left;
}
.search-result__short {
  margin-left: 60px;
  margin-top: 0;
}

.pagination {
  line-height: 1;
  list-style: none;
  padding-left: 0;
}
.pagination__item {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.pagination__link {
  border: solid 2px #e94b73;
  border-radius: 50%;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  text-align: center;
  width: 40px;
}

.quick-highlight {
  background-color: #fff;
  color: #fff;
  padding: 30px;
}
.quick-highlight--orange {
  background-color: #b68b96;
}

.notification {
  background-color: #481335;
  color: #fff;
  overflow: hidden;
  padding: 10px 0;
}
.notification--cookie {
  background-color: #b68b96;
  text-align: center;
}
.notification--cookie .notification__button {
  background-color: #b68b96;
}
.notification__inner {
  position: relative;
}
.notification__text {
  font-size: 14px;
  line-height: 1.4;
  margin: 8px 10px 8px 10px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  color: #ebebe8;
}
.notification__text a {
  color: #481335;
  border-color: #481335;
}
.notification__text a:hover {
  color: #e94b73;
  border-color: #e94b73;
}
.notification__action {
  display: inline-block;
  vertical-align: middle;
}
.notification__action_close {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.notification__button {
  display: inline-block;
  border: solid 2px #fff;
  color: #fff;
  line-height: 32px;
  padding: 0 16px;
}
.notification__button:hover, .notification__button:active {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  color: #fff;
}

.arrow-split--left {
  padding-right: 45px;
}
.arrow-split--right {
  padding-left: 45px;
  position: relative;
}
.arrow-split--right:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: -12px;
  background-image: url("../images/icon-arrow-split.svg");
  background-repeat: no-repeat;
  background-position: center center;
  top: 34px;
}

@media screen and (max-width: 768px) {
  .arrow-split--right, .arrow-split--left {
    padding-right: 15px;
    padding-left: 15px;
  }
  .arrow-split--right:before {
    display: none;
  }
}
.header.is-small .header__base {
  height: 94px;
  padding: 10px 0;
}

.header.is-hidden {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  opacity: 0;
}

.header.is-show-contacts {
  -webkit-transform: translate(0, 120px);
  -moz-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  -o-transform: translate(0, 120px);
  transform: translate(0, 120px);
}

@media screen and (max-width: 1124px) {
  .header.is-show-contacts {
    -webkit-transform: translate(0, 76px);
    -moz-transform: translate(0, 76px);
    -ms-transform: translate(0, 76px);
    -o-transform: translate(0, 76px);
    transform: translate(0, 76px);
  }
}
@media screen and (max-width: 768px) {
  .header.is-show-contacts {
    -webkit-transform: translate(0, 184px);
    -moz-transform: translate(0, 184px);
    -ms-transform: translate(0, 184px);
    -o-transform: translate(0, 184px);
    transform: translate(0, 184px);
  }
}
@media screen and (max-width: 568px) {
  .header.is-small .header__base {
    height: 80px;
  }
}
.is-fixed {
  overflow: hidden;
}

.menu__icon.is-active svg {
  fill: #481335;
}

.sub-menu.menu-business-menu .sub-menu__title {
  color: #87c0dc;
}

.sub-menu.menu-business-menu .link--secondary:hover,
.sub-menu.menu-business-menu .link--secondary:active {
  color: #87c0dc;
}

.sub-menu.menu-business-menu .link--light:hover,
.sub-menu.menu-business-menu .link--light:active {
  color: #87C0DC;
}

@media screen and (max-width: 1124px) {
  .menu__link.is-active {
    background-color: #481335;
    color: #fff;
  }
}
@media screen and (max-width: 1124px) {
  .menu.is-active {
    opacity: 1;
  }

  .menu.is-visible {
    -webkit-overflow-scrolling: touch;
    visibility: visible;
  }
}
.sub-menu__overlay.is-active,
.sub-menu.is-active {
  opacity: 1;
}

.sub-menu.is-active {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.sub-menu__overlay.is-visible,
.sub-menu.is-visible {
  visibility: visible;
}

@media screen and (max-width: 1124px) {
  .sub-menu.is-active {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
}
.meta-menu.is-active {
  opacity: 1;
}

.meta-menu.is-visible {
  visibility: visible;
}

.meta-menu__sub-menu.is-open {
  display: block;
}

.top-bar--bottom.is-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.top-bar--bottom.is-visible {
  visibility: visible;
}

.step.is-active {
  position: relative;
  z-index: 10;
}
.step.is-active .step__number {
  background-color: #481335;
  border-color: transparent;
  color: #fff;
}
.step.is-active .step__content {
  opacity: 1;
}
.step.is-active .step__arrow {
  visibility: visible;
}

.steps-path__link.is-active {
  background-color: #e94b73;
  border-color: transparent;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .step.is-active {
    display: block;
  }
}
[data-transition-visible] {
  opacity: 0;
}
[data-transition-visible].is-transition {
  opacity: 1;
}

.segment.is-transition,
.block__image--half.is-transition,
.block__image--two-thirds.is-transition {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.is-active {
  opacity: 1;
}

.modal--video.is-active .modal__inner {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal.is-visible {
  -webkit-overflow-scrolling: touch;
  visibility: visible;
}

.highlights__item.is-displayed {
  visibility: visible;
}

.highlights__item.is-activated {
  opacity: 1;
}

.accordion.is-expanded .accordion__title::before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion.is-expanded .accordion__on {
  display: inline;
}
.accordion.is-expanded .accordion__off {
  display: none;
}
.accordion.is-expanded .accordion__content {
  opacity: 1;
  display: block;
}

.tabs__link.is-open {
  background-color: #ebebe8;
  color: #481335;
}
.tabs--light .tabs__link:hover {
  color: #e94b73;
}
.tabs--light .tabs__link.is-open {
  color: #481335;
}

.tab-panels__item.is-open {
  left: auto;
  opacity: 1;
  position: static;
}

.form-steps__item.is-current .form-steps__link {
  color: #481335;
}
.form-steps__item.is-current .form-steps__icon,
.form-steps__item.is-current .form-steps__number {
  background-color: #481335;
  color: #fff;
}
.form-steps__item.is-current .form-steps__icon > .icon {
  fill: #fff;
}

.form-steps__item.is-complete .form-steps__link {
  color: #481335;
}
.form-steps__item.is-complete .form-steps__icon,
.form-steps__item.is-complete .form-steps__number {
  background-color: #481335;
  color: #fff;
}
.form-steps__item.is-complete .form-steps__icon > .icon {
  fill: #fff;
}
.form-steps__item.is-complete:hover, .form-steps__item.is-complete:active {
  color: #e94b73;
}

@media screen and (max-width: 1124px) {
  .form-steps__item.is-current {
    display: block;
  }

  .form-steps.is-mobile-expanded .form-steps__item {
    display: block;
  }
  .form-steps.is-mobile-expanded .separator {
    display: block;
  }
  .form-steps.is-mobile-expanded .form-steps__mobile-toggle {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.terms.is-open {
  max-height: 250px;
}

.tooltip.is-open .tooltip__text {
  display: block;
}
.tooltip.is-open .tooltip__help {
  display: block;
}
.tooltip.is-open .tooltip__mark {
  background-color: #e94b73;
  color: #fff;
}
.tooltip.is-open .tooltip__mark--light {
  background-color: #481335;
  border-color: #481335;
}

.expand.is-open .expand__inner {
  opacity: 1;
}

.expand-header.is-open {
  background-color: #b68b96;
}
.expand-header.is-open::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.offers__item.is-open {
  opacity: 1;
  z-index: 10;
}

.offers__link.is-open {
  color: #481335;
  font-weight: 700;
}
.offers__link.is-open:hover, .offers__link.is-open:active {
  border-color: #262626;
}
.offers__link.is-open::after {
  display: inline-block;
}

.graph__label--right.is-left {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.dnb-calc-dnb-pad-form .l-grid,
.dnb-calc-dnb-pad-form .l-grid a {
  color: #481335;
}
