/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

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

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!
 * Preboot v2
 *
 * Open sourced under MIT license by @mdo.
 * Some variables and mixins from Bootstrap (Apache 2 license).
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin: 0 auto;
  width: 960px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.section {
  margin-bottom: 30px;
}
.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
.col-half {
  width: 50%;
}
.col-quarter {
  width: 25%;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.btn--offer {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d7182f;
  background: #e83046;
  background-color: #e6223a;
  background-image: -moz-linear-gradient(top, #ea3e52, #e6223a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea3e52), to(#e6223a));
  background-image: -webkit-linear-gradient(top, #ea3e52, #e6223a);
  background-image: -o-linear-gradient(top, #ea3e52, #e6223a);
  background-image: linear-gradient(to bottom, #ea3e52, #e6223a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea3e52', endColorstr='#ffe6223a', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.33), 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.33), 0 1px 3px rgba(0,0,0,0.2);
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
}
.btn--offer:hover,
.btn--offer:active {
  border-color: #720d19;
}
.btn--offer:hover {
  background-color: #e6223a;
  background-image: -moz-linear-gradient(top, #ed596b, #e6223a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed596b), to(#e6223a));
  background-image: -webkit-linear-gradient(top, #ed596b, #e6223a);
  background-image: -o-linear-gradient(top, #ed596b, #e6223a);
  background-image: linear-gradient(to bottom, #ed596b, #e6223a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed596b', endColorstr='#ffe6223a', GradientType=0);
}
.btn--offer:active {
  color: #f498a3;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #ce172d;
  -webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,0.33);
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.33);
}
.btn--callback {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #d7182f;
  background: #e83046;
  background-color: #e6223a;
  background-image: -moz-linear-gradient(top, #ea3e52, #e6223a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ea3e52), to(#e6223a));
  background-image: -webkit-linear-gradient(top, #ea3e52, #e6223a);
  background-image: -o-linear-gradient(top, #ea3e52, #e6223a);
  background-image: linear-gradient(to bottom, #ea3e52, #e6223a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffea3e52', endColorstr='#ffe6223a', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.33), 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.33), 0 1px 3px rgba(0,0,0,0.2);
  border-radius: 4px;
  display: inline-block;
  line-height: 26px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  padding: 0 8px;
  font-weight: 700;
  letter-spacing: 1px;
}
.btn--callback:hover,
.btn--callback:active {
  border-color: #720d19;
}
.btn--callback:hover {
  background-color: #e6223a;
  background-image: -moz-linear-gradient(top, #ed596b, #e6223a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ed596b), to(#e6223a));
  background-image: -webkit-linear-gradient(top, #ed596b, #e6223a);
  background-image: -o-linear-gradient(top, #ed596b, #e6223a);
  background-image: linear-gradient(to bottom, #ed596b, #e6223a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffed596b', endColorstr='#ffe6223a', GradientType=0);
}
.btn--callback:active {
  color: #f498a3;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: #ce172d;
  -webkit-box-shadow: inset 0 2px 6px rgba(0,0,0,0.33);
  box-shadow: inset 0 2px 6px rgba(0,0,0,0.33);
}
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #eee;
}
#page-wrapper {
  background: #fff;
  max-width: 1300px;
  min-width: 960px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 30px rgba(0,0,0,0.2);
  box-shadow: 0 0 30px rgba(0,0,0,0.2);
}
.section__title {
  margin: 45px 0;
  font-weight: 300;
  font-size: 36px;
  text-align: center;
}
.section__title--hr > span {
  display: inline-block;
  background: #fff;
  padding: 0 30px;
  margin-top: -27px;
}
.hr {
  margin: 40px 0;
  position: relative;
  background: #eee;
  height: 3px;
}
.hr--circle:before {
  position: absolute;
  top: -34px;
  left: 50%;
  margin-left: -35px;
  content: '';
  width: 70px;
  height: 70px;
  background: url("../img/hr-circles-arrow.png");
}
.topbar {
  position: relative;
  height: 103px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 40px rgba(0,0,0,0.25);
  box-shadow: 0 3px 40px rgba(0,0,0,0.25);
}
.topbar__logo {
  padding-top: 24px;
}
.topbar__logo img {
  margin-bottom: 5px;
}
.topbar__logo__description {
  color: #e83046;
  text-transform: uppercase;
  font-size: 12px;
}
.topbar__contact {
  padding-top: 15px;
}
.topbar__contact__phone {
  font-size: 22px;
  font-weight: 700;
}
.jumbo {
  overflow: hidden;
  background: #d65042 url("../img/jumbo.png") center repeat-x;
  border-bottom: 4px solid #ddd;
  color: #fff;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.33);
}
.jumbo > .container {
  background: url("../img/suitcase.png") center bottom no-repeat;
  height: 255px;
}
.jumbo h1 {
  margin: 48px 0 10px;
  font-size: 40px;
  letter-spacing: -1px;
  font-weight: 700;
}
.jumbo h2 {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.33);
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 700;
}
.offer--photo {
  position: relative;
  width: 940px;
  height: 415px;
  margin: 0 auto;
  background-image: url("../img/offer-photo.jpg");
  overflow: hidden;
  border-radius: 4px;
}
.offer--photo .offer__box {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.offer--photo--alt {
  background-image: url("../img/offer-photo-alt.jpg");
  height: 387px;
}
.offer__box {
  padding: 25px;
  width: 300px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 0;
  border: none;
}
.offer__box form {
  margin-bottom: 0;
}
.offer__box__heading {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  color: #e83046;
  letter-spacing: 1px;
}
.offer__box__info {
  font-size: 15px;
  font-weight: 600;
}
.offer__form input {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 45px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #aaa;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  font-size: 18px;
}
.offer__form select {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 45px;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #aaa;
  -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
  font-size: 18px;
}
.features__list {
  margin: 0;
  padding: 20px;
}
.features__list li {
  list-style: none none;
  background: url("../img/check.png") top left no-repeat;
  padding-left: 45px;
  padding-bottom: 20px;
  min-height: 30px;
  font-weight: 300;
  font-size: 21px;
}
.features__list li strong {
  color: #e83046;
}
.reasons {
  background: #da4141 url("../img/reasons-bg.png") no-repeat;
  position: relative;
  height: 515px;
  overflow: hidden;
}
.reasons__icons {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url("../img/reasons-icons.png") center 60px no-repeat;
  opacity: 0.66;
}
.reasons__icons--white {
  background-image: url("../img/reasons-icons-white.png");
}
.reasons__list {
  margin: 0;
  padding: 150px 0 0;
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.reasons__list li {
  list-style: none none;
  font-size: 18px;
  text-align: center;
  height: 220px;
  font-weight: 400;
}
.hr--circle--reasons {
  margin-top: 0;
}
.hr--circle--reasons:before {
  background-image: url("../img/hr-circles-arrow-red.png");
}
.reasons--blue {
  background: #68bcd2 url("../img/reasons-bg-blue.png") no-repeat;
}
.reasons--blue + .hr--circle--reasons:before {
  background-image: url("../img/hr-circles-arrow-blue.png");
}
.reasons--gray {
  background: #dddddd url("../img/reasons-bg-gray.png") no-repeat;
}
.reasons--gray + .hr--circle--reasons:before {
  background-image: url("../img/hr-circles-arrow.png");
}
.reasons--gray .reasons__list {
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.services {
  padding-top: 50px;
  background: url("../img/form-bg-with-arrow.png") bottom right no-repeat;
}
.services .offer__form {
  margin-right: 63px;
  width: 230px;
}
.services__list {
  margin: 0;
  padding: 0 0 0 40px;
  width: 590px;
}
.services__list li {
 /* list-style: none none;*/
  margin: 0;
  padding: 0 0 36px 0;
  font-size: 20px;
}
.banks__logos {
  text-align: center;
  line-height: 80px;
}
.banks__logos > img {
  max-width: 150px;
  max-height: 80px;
  width: auto;
  height: auto;
  margin: 10px;
  vertical-align: middle;
}
.howitworks__list {
  margin: 120px 0 0 0;
  padding: 0;
  position: relative;
  min-height: 280px;
  background: url("../img/process-lines.png") top center no-repeat;
}
.howitworks__list li {
  list-style: none none;
  position: absolute;
  font-size: 14px;
  width: 200px;
  text-align: center;
}
.howitworks__list li .badge {
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -13px;
  display: block;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  background: #404040;
  border-radius: 500px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
}
.howitworks__list li.howitworks__list__item--1 {
  width: 200px;
  top: 10px;
  left: 10px;
}
.howitworks__list li.howitworks__list__item--2 {
  width: 180px;
  top: 150px;
  left: 198px;
}
.howitworks__list li.howitworks__list__item--3 {
  width: 180px;
  top: -15px;
  left: 388px;
}
.howitworks__list li.howitworks__list__item--4 {
  width: 200px;
  top: 180px;
  left: 540px;
}
.howitworks__list li.howitworks__list__item--5 {
  width: 200px;
  top: -40px;
  left: 720px;
}
.testimonials {
  margin-top: 100px;
}
.testimonial:before,
.testimonial:after {
  content: " ";
  display: table;
}
.testimonial:after {
  clear: both;
}
.testimonial:before,
.testimonial:after {
  content: " ";
  display: table;
}
.testimonial:after {
  clear: both;
}
.testimonial > .pull-left {
  margin-right: 20px;
}
.testimonial__body {
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.testimonial__body__footer {
  text-align: right;
  font-style: italic;
}
.testimonial__body__footer:before {
  content: "\2014 ";
  margin-right: 5px;
}
.bottom-cta > h2 {
  margin-bottom: 20px;
  font-size: 36px;
  background: url("../img/marker.png") center 5px no-repeat;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  letter-spacing: -1px;
}
.bottom-cta > h3 {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 400;
}
.map {
  position: relative;
  min-height: 410px;
}
.map > YMAPS {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
}
.map > .container {
  position: relative;
  z-index: 2;
}
.map .offer__box {
  margin-top: 15px;
  -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.33);
  box-shadow: 0 1px 15px rgba(0,0,0,0.33);
}
.map .map__pin {
  display: none;
  position: absolute;
  top: 100px;
  left: 150px;
  background: url("../img/map-pin.png");
  width: 140px;
  height: 97px;
}
.topbar--bottom {
  background: #111;
}
.topbar--bottom .topbar__logo__description {
  margin-bottom: 4px;
  color: #aaa;
}
.topbar--bottom .topbar__contact__phone {
  color: #fff;
}
#modal-callback .modal-dialog {
  width: 500px;
}
#modal-callback .modal-content {
  background: #fff;
  width: 500px;
}
.modal__map {
  position: relative;
  margin: 0 -25px 25px -25px;
}
.modal-header {
  margin: -25px -25px 0 -25px;
  padding: 15px 25px 15px;
  background: #333;
  color: #fff;
}
.modal-header > a.close {
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  top: 2px;
  right: 0;
  text-align: center;
  line-height: 55px;
  cursor: pointer;
}
.modal-header > a.close:hover {
  background: #444;
}
