<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * 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 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox &lt; 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: .67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

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

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

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

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.profile-drop ul,
.ajax-drop.custom-drop ul,
#nav &gt; ul,
#nav &gt; ul ul,
.cycle-gallery .pagination ul,
.columns-section ul,
.heading .steps,
.upload-block .file-bar,
.upload-block .attach-list,
.attach-list,
.add-nav,
.add-nav ul,
.table-alt .slide ul,
.table-alt .popup .steps,
.table-alt .popup-2 .steps,
.table-alt .popup-3 .steps,
.accordion,
.accordion .slide ul,
.search-results,
.mark-list,
.list,
.list-alt,
.tracking-block .steps,
.header-block ul,
.report-list,
.pagination-block .pagination,
.aside .weather-list,
.shipments-list,
.add-menu,
.radio-list,
.perks-list,
.jobs-list,
.job-form .skills-list,
.job-form .desirable-skills-list,
.tracking-section .steps,
.tracking-section .list,
.num-list,
.breadcrumbs,
.news-list,
.video-list,
.servise-list,
.map-section .hold ul,
.surcharge-list,
.sitemap-list,
.sitemap-list ul,
.contact-list,
#footer .footer-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after,
#header:after,
#nav &gt; ul:after,
.heading:after,
.order-form:after,
.order-form .order-block .head:after,
.order-form .order-block .block-holder:after,
.order-form .col-holder .row:after,
.order-form .col-holder .col-city:after,
.order-form .col-holder .row-phone:after,
.upload-block:after,
.twocolumns:after,
.login-form .buttons:after,
.report-form .row:after,
.table-holder:after,
.table-alt .popup .upload-block .link-box:after,
.table-alt .popup-2 .upload-block .link-box:after,
.table-alt .popup-3 .upload-block .link-box:after,
.profile-form:after,
.profile-form .block:after,
.profile-form .row:after,
.profile-form .checkbox-columns:after,
.flight-options-form .buttons:after,
.map-area:after,
.map-area .map .caption:after,
.top-block:after,
.header-block:after,
.pagination-block:after,
.aside .weather-list li:after,
.rates-form .box:after,
.shipments-list li:after,
.account-form-2 .row:after,
.account-form-2 .col-city:after,
.account-form-2 .row-phone:after,
.job-form .row:after,
.tracking-form-2 .row:after,
.tracking-form-2 .col-city:after,
.tracking-form-2 .row-phone:after,
.ship-form .row:after,
.ship-form .col-city:after,
.ship-form .row-phone:after,
.ship-form .shipment-section:after,
.ship-form .billing-section:after,
.ship-form .billing-section .date-row:after,
.video-list li:after,
.offers-form .row:after,
.offers-form .col-city:after,
.offers-form .row-phone:after,
#footer .footer-holder:after,
.offers-two-column .offers-column:after {
  content: "";
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

/* ---------------------------------------------------------
   Embedded fonts styles
   ---------------------------------------------------------*/
@font-face {
  font-family: "Titillium";
  src: url("/include/v3/fonts/titillium-bold-webfont.eot");
  src: url("/include/v3/fonts/titillium-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/include/v3/fonts/titillium-bold-webfont.woff2") format("woff2"), url("/include/v3/fonts/titillium-bold-webfont.woff") format("woff"), url("/include/v3/fonts/titillium-bold-webfont.ttf") format("truetype"), url("/include/v3/fonts/titillium-bold-webfont.svg#titillium_bdbold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Titillium";
  src: url("/include/v3/fonts/titillium-light-webfont.eot");
  src: url("/include/v3/fonts/titillium-light-webfont.eot?#iefix") format("embedded-opentype"), url("/include/v3/fonts/titillium-light-webfont.woff2") format("woff2"), url("/include/v3/fonts/titillium-light-webfont.woff") format("woff"), url("/include/v3/fonts/titillium-light-webfont.ttf") format("truetype"), url("/include/v3/fonts/titillium-light-webfont.svg#titilliumlight") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Titillium";
  src: url("/include/v3/fonts/titillium-regular-webfont.eot");
  src: url("/include/v3/fonts/titillium-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/include/v3/fonts/titillium-regular-webfont.woff2") format("woff2"), url("/include/v3/fonts/titillium-regular-webfont.woff") format("woff"), url("/include/v3/fonts/titillium-regular-webfont.ttf") format("truetype"), url("/include/v3/fonts/titillium-regular-webfont.svg#titilliumregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Titillium";
  src: url("/include/v3/fonts/titillium-semibold-webfont.eot");
  src: url("/include/v3/fonts/titillium-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/include/v3/fonts/titillium-semibold-webfont.woff2") format("woff2"), url("/include/v3/fonts/titillium-semibold-webfont.woff") format("woff"), url("/include/v3/fonts/titillium-semibold-webfont.ttf") format("truetype"), url("/include/v3/fonts/titillium-semibold-webfont.svg#titilliumbold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "icomoon";
  src: url("/include/v3/fonts/icomoon.eot?9z42o0");
  src: url("/include/v3/fonts/icomoon.eot?9z42o0#iefix") format("embedded-opentype"), url("/include/v3/fonts/icomoon.ttf?9z42o0") format("truetype"), url("/include/v3/fonts/icomoon.woff?9z42o0") format("woff"), url("/include/v3/fonts/icomoon.svg?9z42o0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e900"; }

/* ---------------------------------------------------------
   General reset
   ---------------------------------------------------------*/
html {
  box-sizing: border-box; }

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

* {
  max-height: 1000000px; }

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */
body {
  color: #626262;
  background: #fff;
  font: 15px/1.2 "Titillium", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 .5em;
  color: inherit; }

h1,
.h1 {
  font-size: 30px; }

h2,
.h2 {
  font-size: 27px; }

h3,
.h3 {
  font-size: 24px; }

h4,
.h4 {
  font-size: 21px; }

h5,
.h5 {
  font-size: 17px; }

h6,
.h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #1e2d83; }

a:hover,
a:focus {
  text-decoration: none; }

/* set default styles in all browsers */
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
input[type="date"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #d3d3d3;
  padding: .4em .7em;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  height: 52px;
  padding: 14px 18px 15px;
  margin: 0 0 9px; }

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus {
  outline: none;
  box-shadow: none; }

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #626262; }

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #626262; }

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #626262; }

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #626262; }

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="number"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
  color: #626262; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top;
  min-height: 113px !important;
  height: 113px;
  resize: none; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  background: none;
  color: #1e2d83;
  border: 1px solid #1e2d83;
  padding: 7px 20px;
  margin: 0 0 20px;
  position: relative;
  z-index: 0;
  overflow: hidden; }

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
  color: #fff;
  background: #1e2d83;
  box-shadow: none; }

button[type="submit"]:hover {
  color: #fff; }

/* ---------------------------------------------------------
   РЎustom form styles
   ---------------------------------------------------------*/
/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #1e2d83;
  margin: 0 3px 0 0;
  height: 12px;
  width: 12px; }

.jcf-checkbox.jcf-checked {
  background: #1e2d83;
  border-color: #1e2d83; }

.jcf-checkbox.jcf-checked span {
  display: block; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -1px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

:root .jcf-checkbox span {
  margin: -3px 0 0 -4px; }

/* custom radio styles */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #1e2d83;
  border-radius: 9px;
  margin: 0 3px 0 0;
  height: 12px;
  width: 12px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #fff;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked {
  background: #1e2d83;
  border-color: #1e2d83; }

.jcf-radio.jcf-checked span {
  display: block; }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #d3d3d3;
  background: #fff;
  margin: 0 0 12px;
  min-width: 70px;
  height: 52px;
  padding: 15px 0 14px;
  color: #353535; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 0 37px 0 19px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 36px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-select .jcf-select-opener:after {
  top: 17px;
  left: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(73, 73, 73, 0);
  border-bottom-color: #494949;
  border-width: 4px;
  margin-left: -4px; }

.jcf-select .jcf-select-opener:before {
  bottom: 15px;
  left: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(73, 73, 73, 0);
  border-top-color: #494949;
  border-width: 4px;
  margin-left: -4px; }

body &gt; .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body &gt; .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ededed; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 16px 19px 13px;
  font-size: 15px;
  line-height: 18px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

/* custom file input styles */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px;
  display: none; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #7a7a7a;
  padding: 8px 19px 8px;
  text-align: center;
  height: 35px;
  font-size: 15px;
  line-height: 18px;
  text-transform: uppercase;
  color: #494949; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #494949;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-outer,
.fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: 19px;
  right: 19px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-close:before,
.fancybox-close:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 1px;
  background: #787878;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg); }

.fancybox-close:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.fancybox-close:hover {
  opacity: .7; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
/* ---------------------------------------------------------
	 РЎommon site styles
	 ---------------------------------------------------------*/
h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 20px; }

h1 span {
  color: #1e2d83; }

h2 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  color: #1e2d83;
  padding: 17px 19px 17px;
  margin: 0 0 40px;
  border-bottom: 1px solid #d6d6d6; }

h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #1e2d83;
  margin: 0 0 20px; }

.home {
  background: #ededed; }

/* main container styles */
#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.w1 {
  min-height: calc(100vh - 115px);
  max-width: 1139px;
  margin: 0 auto;
  padding: 0 30px; }

/* header styles */
#header {
  position: relative;
  padding: 48px 9999px 37px;
  margin: 0 -9999px 30px;
  background: #fff;
  position: relative; }

#header .block-right {
  float: right;
  position: relative;
  margin: 0 0 0 32px;
  z-index: 3; }

#header .block-right.active .profile-drop {
  opacity: 1;
  visibility: visible; }

#header .btn {
  font-size: 13px;
  line-height: 15px;
  padding: 8px 20px 9px; }

#header .btn:before {
  -webkit-transition: -webkit-transform .6s ease-in-out;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out; }

.profile {
  float: right;
  height: 34px;
  padding: 0 0 0 22px;
  margin: 0 0 0 37px;
  position: relative; }

.profile:hover span {
  background: #d2d0d0; }

.profile:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat 0 -61px;
  width: 14px;
  height: 8px;
  top: 15px;
  left: 0; }

.profile span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 34px;
  height: 34px;
  background: #ededed;
  position: relative; }

.profile span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -82px -30px;
  width: 17px;
  height: 17px; }

.profile-drop {
  position: absolute;
  top: 45px;
  right: 0;
  width: 148px;
  background: #ededed;
  padding: 16px 20px 21px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.profile-drop:after {
  bottom: 100%;
  right: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 237, 237, 0);
  border-bottom-color: #ededed;
  border-width: 7px 6px;
  margin-left: -6px; }

.profile-drop .name {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  margin: 0 0 5px; }

.profile-drop .balance {
  display: block;
  color: #e2001a;
  margin: 0 0 16px; }

.profile-drop ul li + li {
  margin: 10px 0 0; }

.profile-drop ul a:hover {
  color: #1e2d83;
  text-decoration: none; }

.profile-drop a {
  color: #626262;
  text-decoration: none; }

.profile-drop a:hover {
  text-decoration: underline; }

/* page logo styles */
.logo {
  float: left;
  margin: 0 30px 0 0;
  position: relative;
  z-index: 2; }

.logo a,
.logo img {
  display: block; }

.search-opener {
  float: left;
  margin: 10px 33px 0 0;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/sprite.png) no-repeat -86px 0;
  width: 14px;
  height: 17px;
  position: relative;
  z-index: 2; }

.search-active .search-opener {
  display: none; }

/* search form styles */
.search-form {
  position: relative;
  z-index: 3;
  background: #ededed;
  height: 34px;
  width: 192px;
  display: none;
  float: left;
  margin: 0 30px 0 0; }

.search-active .search-form {
  display: block; }

.search-form input[type="search"] {
  font-size: 14px;
  line-height: 17px;
  color: #626262;
  background: none;
  border: none;
  padding: 5px 13px 5px 18px;
  height: 34px;
  width: 100%;
  margin: 0; }

.search-form input[type="submit"] {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  float: right;
  border: none;
  padding: 0;
  margin: 9px 12px 0 0;
  background: url(../images/sprite.png) no-repeat -86px 0;
  width: 14px;
  height: 17px; }

.search-form .search {
  overflow: hidden; }

.ajax-drop.custom-drop {
  position: absolute;
  top: 45px;
  left: 0;
  width: 215px;
  background: #ededed;
  padding: 17px 19px 7px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

.ajax-drop.custom-drop:after {
  bottom: 100%;
  left: 12px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 237, 237, 0);
  border-bottom-color: #ededed;
  border-width: 7px 6px;
  margin-left: -6px; }

.ajax-drop.custom-drop ul {
  font-weight: normal; }

.ajax-drop.custom-drop ul li {
  margin: 0 0 7px; }

.ajax-drop.custom-drop ul li + li {
  border: none; }

.ajax-drop.custom-drop ul a:hover {
  color: #1e2d83;
  text-decoration: none; }

.ajax-drop.custom-drop ul a:hover strong {
  color: #1e2d83; }

.ajax-drop.custom-drop ul strong {
  font-weight: 600;
  color: #626262; }

.ajax-drop.custom-drop a {
  color: #9e9e9e;
  text-decoration: none; }

.ajax-drop.custom-drop a:hover {
  text-decoration: underline; }

/* main navigation styles */
#nav &gt; ul {
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 0 0; }

#nav &gt; ul &gt; li {
  position: relative;
  padding: 0 0 19px; }

#nav &gt; ul &gt; li + li {
  padding: 0 0 10px 10px; }

#nav &gt; ul &gt; li.hover ul {
  visibility: visible;
  opacity: 1; }

.search-active #nav &gt; ul &gt; li:nth-last-child(2),
.search-active
#nav &gt; ul &gt; li:nth-last-child(3) {
  display: none; }

#nav &gt; ul .active &gt; a {
  color: #1e2d83; }

#nav &gt; ul a {
  color: #626262;
  text-decoration: none; }

#nav &gt; ul a:hover {
  color: #1e2d83; }

#nav &gt; ul .more &gt; a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  margin: 5px 0 0;
  background: url(../images/sprite.png) no-repeat -16px -61px;
  width: 14px;
  height: 8px; }

#nav &gt; ul .more &gt; a:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px; }

#nav &gt; ul .more ul {
  width: 148px;
  left: auto;
  right: -9px;
  text-transform: uppercase; }

#nav &gt; ul .more ul:after {
  left: auto;
  right: 10px; }

#nav &gt; ul ul {
  font-size: 13px;
  line-height: 15px;
  font-weight: normal;
  position: absolute;
  top: 100%;
  left: -3px;
  width: 202px;
  background: #ededed;
  padding: 18px 20px 19px;
  text-transform: none;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .25s linear;
  transition: opacity .25s linear;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }

#nav &gt; ul ul:after {
  bottom: 100%;
  left: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(237, 237, 237, 0);
  border-bottom-color: #ededed;
  border-width: 7px 6px;
  margin-left: -6px; }

#nav &gt; ul ul li + li {
  margin: 15px 0 0; }

#nav &gt; ul .schedule a {
  display: inline-block;
  padding: 0 22px 0 0;
  position: relative; }

#nav &gt; ul .schedule a:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -34px -59px;
  width: 7px;
  height: 9px;
  right: 0;
  top: 5px; }

#nav &gt; ul .get a {
  color: #1e2d83; }

.nav-opener {
  display: none;
  float: left;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: relative;
  width: 30px;
  height: 21px;
  margin: 6px 0 0; }

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #1e2d83;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }

.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active
.nav-opener span {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
  left: 3%;
  right: 3%; }

.nav-opener:before,
.nav-opener:after {
  content: "";
  top: 9px; }

.nav-opener:after {
  top: 18px; }

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.nav-active .nav-opener span {
  opacity: 0; }

.menu {
  position: relative; }

.menu .btn {
  float: right; }

.resize-active .menu,
.resize-active .menu-holder ul {
  -webkit-transition: none !important;
  transition: none !important; }

/* main informative part styles */
.btn {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  color: #1e2d83;
  border: 1px solid #1e2d83;
  padding: 7px 20px;
  position: relative;
  z-index: 0;
  overflow: hidden; }

.btn:hover {
  background-position: -100px 0;
  color: #fff;
  background: #1e2d83; }

.gallery-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 31px; }

/* cycle gallery styles */
.cycle-gallery {
  position: relative;
  width: calc(100% - 296px);
  font-size: 19px;
  line-height: 22px;
  color: #5f5f5f;
  background: #fff; }

.cycle-gallery .mask {
  position: relative;
  overflow: hidden;
  width: 100%; }

.cycle-gallery .slideset {
  width: 99999px;
  float: left; }

.cycle-gallery .slide {
  float: left;
  position: relative;
  background: #fff; }

.cycle-gallery .slide.active {
  z-index: 1; }

.cycle-gallery img {
  display: block; }

.cycle-gallery .text-box {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 60px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }

.cycle-gallery h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  color: #1e2d83;
  margin: 0 0 6px; }

.cycle-gallery p {
  margin: 0 0 25px; }

.cycle-gallery .btn {
  -webkit-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out; }

.cycle-gallery .btn:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-20deg) translateX(-150%) translateY(-50%);
  -ms-transform: rotate(-20deg) translateX(-150%) translateY(-50%);
  transform: rotate(-20deg) translateX(-150%) translateY(-50%);
  background: #1e2d83;
  width: 150%;
  height: 500%;
  top: 50%;
  z-index: -1;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.cycle-gallery .btn:hover {
  background-position: -100px 0;
  color: #fff;
  background: none; }

.cycle-gallery .btn:hover:before {
  -webkit-transform: rotate(-20deg) translateX(-14%) translateY(-50%);
  -ms-transform: rotate(-20deg) translateX(-14%) translateY(-50%);
  transform: rotate(-20deg) translateX(-14%) translateY(-50%); }

.cycle-gallery .pagination {
  position: absolute;
  z-index: 2;
  left: 69px;
  bottom: 19px; }

.cycle-gallery .pagination ul {
  letter-spacing: -4px;
  height: 14px; }

.cycle-gallery .pagination li {
  display: inline-block;
  vertical-align: top; }

.cycle-gallery .pagination li + li {
  margin: 0 0 0 10px; }

.cycle-gallery .pagination li:hover a,
.cycle-gallery .pagination li.active a {
  background: #4b579c; }

.cycle-gallery .pagination li a {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  display: block;
  width: 14px;
  height: 14px;
  background: #ececec;
  border-radius: 50%; }

/* quote box styles */
.quote-box {
  width: 296px;
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 13px;
  line-height: 15px; }

.quote-box .quote-form {
  width: 100%;
  background: #1e2d83;
  padding: 18px 27px 20px 25px; }

.quote-box h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 9px;
  padding: 0;
  color: #fff;
  border: none; }

.quote-box p {
  margin: 0 0 17px; }

.quote-box a {
  color: #fff; }

.quote-box input[type="text"],
.quote-box input[type="tel"],
.quote-box input[type="email"],
.quote-box input[type="search"],
.quote-box input[type="password"] {
  display: block;
  border: none;
  background: #fff;
  color: #424242;
  height: 28px;
  font-size: 13px;
  line-height: 16px;
  padding: 6px 10px 5px;
  margin: 0;
  width: 100%; }

.quote-box input[type="text"]::-webkit-input-placeholder,
.quote-box input[type="tel"]::-webkit-input-placeholder,
.quote-box input[type="email"]::-webkit-input-placeholder,
.quote-box input[type="search"]::-webkit-input-placeholder,
.quote-box input[type="password"]::-webkit-input-placeholder {
  color: #353535;
  text-transform: uppercase; }

.quote-box input[type="text"]::-moz-placeholder,
.quote-box input[type="tel"]::-moz-placeholder,
.quote-box input[type="email"]::-moz-placeholder,
.quote-box input[type="search"]::-moz-placeholder,
.quote-box input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #353535;
  text-transform: uppercase; }

.quote-box input[type="text"]:-moz-placeholder,
.quote-box input[type="tel"]:-moz-placeholder,
.quote-box input[type="email"]:-moz-placeholder,
.quote-box input[type="search"]:-moz-placeholder,
.quote-box input[type="password"]:-moz-placeholder {
  color: #353535;
  text-transform: uppercase; }

.quote-box input[type="text"]:-ms-input-placeholder,
.quote-box input[type="tel"]:-ms-input-placeholder,
.quote-box input[type="email"]:-ms-input-placeholder,
.quote-box input[type="search"]:-ms-input-placeholder,
.quote-box input[type="password"]:-ms-input-placeholder {
  color: #353535;
  text-transform: uppercase; }

.quote-box input[type="text"].placeholder,
.quote-box input[type="tel"].placeholder,
.quote-box input[type="email"].placeholder,
.quote-box input[type="search"].placeholder,
.quote-box input[type="password"].placeholder {
  color: #353535;
  text-transform: uppercase; }

.quote-box .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 4px; }

.quote-box .row label {
  display: block;
  width: calc(100% - 79px);
  padding: 0 7px 0 0; }

.quote-box .row input {
  width: 79px;
  margin: 0; }

.quote-box .row .col {
  width: 56%; }

.quote-box .row .col + .col {
  width: 44%;
  padding: 0 0 0 6px; }

.quote-box .form-frame {
  padding: 15px 0 0; }

.quote-box .form-frame label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 3px; }

.quote-box .form-frame input {
  margin: 0;
  width: 100%; }

.quote-box .jcf-select {
  border: none;
  width: 100%;
  margin: 0 0 8px;
  text-transform: uppercase;
  background: #fff;
  margin: 0 0 8px;
  min-width: 70px;
  height: 28px;
  padding: 6px 0;
  color: #353535; }

.quote-box .jcf-select .jcf-select-text {
  font-size: 13px;
  line-height: 16px;
  margin: 0 25px 0 8px; }

.quote-box .jcf-select .jcf-select-opener {
  width: 26px; }

.quote-box .jcf-select .jcf-select-opener:after {
  top: 5px;
  left: 58%; }

.quote-box .jcf-select .jcf-select-opener:before {
  bottom: 4px;
  left: 58%; }

.quote-box .btn {
  background: none;
  border-color: #fff;
  color: #fff;
  white-space: nowrap;
  margin: 12px 0 0;
  padding: 7px 20px; }

.quote-box .btn:before {
  content: "";
  position: absolute;
  -webkit-transform: rotate(-20deg) translateX(-150%) translateY(-50%);
  -ms-transform: rotate(-20deg) translateX(-150%) translateY(-50%);
  transform: rotate(-20deg) translateX(-150%) translateY(-50%);
  background: #fff;
  width: 150%;
  height: 500%;
  top: 50%;
  z-index: -1;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out; }

.quote-box .btn:hover {
  background-position: -100px 0;
  color: #1e2d83; }

.quote-box .btn:hover:before {
  -webkit-transform: rotate(-20deg) translateX(-14%) translateY(-50%);
  -ms-transform: rotate(-20deg) translateX(-14%) translateY(-50%);
  transform: rotate(-20deg) translateX(-14%) translateY(-50%); }

.columns-section {
  overflow: hidden;
  color: #9e9e9e;
  margin: 0 0 2px -31px;
  font-size: 15px;
  line-height: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.columns-section .column {
  width: 50%;
  padding: 0 0 0 31px; }

.columns-section .box {
  background: #fff;
  margin: 0 0 30px; }

.columns-section h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  color: #494949;
  margin: 0 0 9px; }

.columns-section p {
  margin: 0 0 18px; }

.columns-section ul {
  font-size: 17px;
  line-height: 20px; }

.columns-section ul li {
  padding: 26px 50px 26px 104px;
  position: relative; }

.columns-section ul li + li {
  border-top: 1px solid #ededed; }

.columns-section ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 52px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/sprite.png) no-repeat; }

.columns-section ul a {
  color: #5f5f5f;
  text-decoration: none; }

.columns-section ul a:hover {
  color: #1e2d83; }

.columns-section ul .videos:before {
  background-position: 0 0;
  width: 22px;
  height: 24px; }

.columns-section ul .service:before {
  background-position: -27px 0;
  width: 21px;
  height: 25px; }

.columns-section ul .learn:before {
  background-position: -57px 0;
  width: 23px;
  height: 25px; }

.columns-section ul .developers:before {
  background-position: -109px -1px;
  width: 29px;
  height: 20px; }

.columns-section ul .percent:before {
  background-position: -113px -32px;
  width: 24px;
  height: 24px; }

.columns-section .track-box {
  background: #fff;
  padding: 29px 30px 37px;
  min-height: 217px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #515151;
  font-size: 13px;
  line-height: 16px; }

.columns-section .track-box .icon {
  padding: 11px 43px 0 0; }

.columns-section .track-box .icon img {
  vertical-align: top; }

.columns-section .track-box h1 {
  color: #1e2d83; }

.columns-section .track-box input[type="text"] {
  height: 37px;
  width: 183px;
  margin: 0 11px 0 0;
  padding: 8px 18px 6px;
  border: none;
  background: #ededed; }

.columns-section .track-box button[type="submit"] {
  padding: 7px 17px;
  margin: 1px 0; }

.columns-section .shedule-box {
  background: #fff url(../images/bg-shedule-box.jpg) no-repeat;
  background-size: cover;
  padding: 30px;
  min-height: 217px;
  white-space: nowrap; }

.columns-section .shedule-box:before {
  content: "";
  display: inline-block;
  height: 157px;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.columns-section .shedule-box .text-holder {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 80%;
  padding: 0 0 5px; }

.columns-section .shedule-box h1 {
  margin: 0 0 15px; }

.columns-section .shedule-box .btn {
  padding: 7px 20px; }

.register-section {
  background: #1e2d83;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 30px; }

.register-section h1 {
  font-size: 25px;
  line-height: 27px;
  color: #fff;
  font-weight: 200;
  margin: 0;
  padding: 0 30px 3px 0; }

.register-section h1 strong {
  font-weight: 600; }

.register-section .btn {
  border-color: #fff;
  color: #fff;
  white-space: nowrap;
  padding: 9px 30px 8px; }

.register-section .btn:hover {
  color: #1e2d83;
  background: #fff; }

.section-box {
  margin: 0 0 8px -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 20px; }

.section-box .box {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 20px 20px; }

.section-box .holder {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 15px;
  width: 100%; }

.section-box .img-holder,
.section-box .video {
  display: block;
  width: 50.3%; }

.section-box .video {
  position: relative; }

.section-box img {
  display: block; }

.section-box .description {
  padding: 0 0 0 28px;
  width: 50%; }

.section-box h1 {
  font-size: 30px;
  line-height: 31px;
  font-weight: 200;
  color: #626262;
  text-transform: capitalize;
  margin: 0; }

.section-box p {
  margin: 0 0 25px; }

.section-box .btn {
  font-size: 14px;
  line-height: 16px;
  padding: 7px 20px 6px; }

.section-box .play {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 71px;
  height: 49px;
  background: #111092;
  border-radius: 10px; }

.section-box .play:hover {
  background: #3736dd; }

.section-box .play:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -85px -62px;
  width: 15px;
  height: 18px;
  margin: 0 0 0 2px; }

.heading {
  padding: 49px 9999px 49px;
  margin: -30px -9999px 55px;
  background: #ededed;
  position: relative;
  /* search form styles */ }

.heading.center {
  margin-bottom: 0;
  text-align: center; }

.heading.center .icon {
  margin: -8px 12px -11px 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.heading.center .icon + h1 {
  padding: 0; }

.heading h1 {
  display: inline-block;
  text-transform: uppercase;
  margin: 0; }

.heading .text-line {
  display: inline-block;
  font-size: 17px;
  color: #626262;
  margin: 0 0 0 9px; }

.heading .icon {
  float: left;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }

.heading .icon + h1 {
  padding: 0 0 0 71px; }

.heading .btn {
  float: right;
  font-size: 15px;
  line-height: 17px;
  border-color: #adadad;
  color: #6d6d6d;
  padding: 8px 48px 8px 19px;
  position: relative;
  margin: -1px 0 0; }

.heading .btn:hover {
  background: #adadad; }

.heading .btn:after {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -16px -61px;
  width: 14px;
  height: 8px;
  top: 13px;
  right: 16px;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.heading .btn.alt {
  padding: 8px 19px; }

.heading .btn.alt:after {
  display: none; }

.heading .info-text {
  float: right;
  font-size: 13px;
  line-height: 15px;
  color: #626262;
  text-decoration: none;
  padding: 0 34px 0 0;
  margin: 9px 0 0;
  position: relative; }

.heading .info-text:after {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -16px -61px;
  width: 14px;
  height: 8px;
  top: 4px;
  right: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.heading .search-form {
  display: block;
  float: none;
  max-width: 525px;
  width: 100%;
  border: 1px solid #d3d3d3;
  background: #fff;
  height: 52px;
  margin: -9px 0; }

.heading .search-form input[type="search"] {
  font-size: 17px;
  line-height: 20px;
  padding: 4px 13px 4px 19px;
  height: 52px; }

.heading .search-form input[type="submit"] {
  float: right;
  border: none;
  background: none;
  margin: 14px 22px 0 10px;
  padding: 0;
  background: url(../images/sprite.png) no-repeat 0 -153px;
  width: 19px;
  height: 23px; }

.heading .search-form input[type="submit"]:hover {
  opacity: .5; }

.heading .steps {
  margin: -3px 0;
  float: right;
  text-align: center;
  color: #9e9e9e;
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1; }

.heading .steps li + li {
  position: relative;
  margin: 0 0 0 106px; }

.heading .steps li + li:after {
  content: "";
  position: absolute;
  top: 19px;
  height: 1px;
  width: 105px;
  background: #9e9e9e;
  right: 46px;
  z-index: -1;
  display: block; }

.heading .steps .step {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  background: #ededed;
  margin: 0 auto;
  padding: 8px 7px;
  font-weight: normal;
  box-shadow: 0 0 0 9px #ededed;
  position: relative; }

.heading .steps .step &gt; span {
  display: block; }

.heading .steps .done {
  color: #1e2d83; }

.heading .steps .done .step {
  border-color: #1e2d83;
  color: #1e2d83; }

.heading .steps .delayed {
  color: #e3051e; }

.heading .steps .delayed .step {
  border-color: #e3051e; }

.order-form {
  margin: 0 0 60px; }

.order-form h2 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  color: #1e2d83;
  padding: 0 0 5px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 49px; }

.order-form .order-block {
  background: #ededed;
  margin: 0 0 49px; }

.order-form .order-block .head {
  background: #1e2d83;
  padding: 21px 40px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.order-form .order-block .input-row {
  width: 100%; }

.order-form .order-block .rate {
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  margin: 8px 0 0 0;
  white-space: nowrap; }

.order-form .order-block label {
  display: inline-block;
  vertical-align: middle;
  margin: 2px 6px 0 0; }

.order-form .order-block input,
.order-form .order-block .jcf-select {
  font-size: 15px;
  line-height: 18px;
  height: 42px;
  color: #000;
  border: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 17px 0 0;
  padding: 11px 10px; }

.order-form .order-block input .jcf-select-text,
.order-form .order-block .jcf-select .jcf-select-text {
  font-size: 15px;
  line-height: 18px;
  margin-left: 10px; }

.order-form .order-block input {
  width: 133px; }

.order-form .order-block .jcf-select {
  padding: 13px 0 12px;
  width: 65px;
  min-width: 0; }

.order-form .order-block .jcf-select .jcf-select-text {
  margin: 0 27px 0 10px; }

.order-form .order-block .jcf-select .jcf-select-opener {
  width: 26px; }

.order-form .order-block .jcf-select .jcf-select-opener:after {
  top: 13px;
  left: 14px; }

.order-form .order-block .jcf-select .jcf-select-opener:before {
  bottom: 10px;
  left: 14px; }

.order-form .order-block .block-holder {
  padding: 20px 40px 31px; }

.order-form .order-block .block-holder label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 14px; }

.order-form .order-block .column {
  float: left;
  width: calc(100% - 361px); }

.order-form .order-block .column + .column {
  float: left;
  width: 361px;
  padding: 30px 0 0 30px; }

.order-form .order-block .column + .column .row label {
  width: 117px;
  text-align: right;
  padding: 5px 19px 0 0; }

.order-form .order-block .column + .column .row input {
  width: calc(100% - 117px); }

.order-form .order-block .column input {
  height: 52px;
  margin: 0;
  padding: 13px 18px 12px; }

.order-form .order-block .info-input {
  margin: 0 0 9px;
  background: #fff;
  position: relative; }

.order-form .order-block .info-input:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -49px -59px;
  width: 30px;
  height: 23px;
  top: 17px;
  right: 21px; }

.order-form .order-block .info-input input {
  width: 100%;
  background: none;
  padding-right: 66px; }

.order-form .order-block .row {
  margin: 0 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.order-form .order-block .row label {
  padding: 5px 19px 0 0;
  margin: 0; }

.order-form .order-block .row input {
  width: 100%; }

.order-form .order-block #text4 {
  color: #1e2d83; }

.order-form .order-block #text4::-webkit-input-placeholder {
  color: #1e2d83; }

.order-form .order-block #text4::-moz-placeholder {
  opacity: 1;
  color: #1e2d83; }

.order-form .order-block #text4:-moz-placeholder {
  color: #1e2d83; }

.order-form .order-block #text4:-ms-input-placeholder {
  color: #1e2d83; }

.order-form .order-block #text4.placeholder {
  color: #1e2d83; }

.order-form .col-holder {
  margin: 0 0 41px -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.order-form .col-holder .col {
  width: 50%;
  padding: 0 0 0 50px; }

.order-form .col-holder .row {
  margin: 0 0 9px;
  padding: 0 0 0 80px;
  position: relative; }

.order-form .col-holder .label {
  width: 80px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.order-form .col-holder .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.order-form .col-holder .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.order-form .col-holder label {
  display: inline-block;
  vertical-align: top;
  margin: 26px 0 17px 29px; }

.order-form .col-holder textarea {
  margin: 0; }

.order-form .col-holder input {
  width: 100%;
  margin: 0; }

.order-form .col-holder .jcf-select {
  margin: 0;
  width: 100%; }

.order-form .col-holder .field {
  padding: 0 0 0 9px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0; }

.order-form .col-holder .col-city {
  width: 100%; }

.order-form .col-holder .size-1 {
  width: 54.91%; }

.order-form .col-holder .size-2 {
  width: 23.82%; }

.order-form .col-holder .size-3 {
  width: 21.27%; }

.order-form .col-holder .size-4 {
  width: 81px;
  margin: 0 2px 0 0; }

.order-form .col-holder .size-5 {
  width: 61.80%;
  float: left;
  margin: 0; }

.order-form .col-holder .size-6 {
  width: 45.41%; }

.order-form .col-holder .size-7 {
  width: 25.69%; }

.order-form .col-holder .size-8 {
  width: 28.90%; }

.order-form .col-holder .size-9 {
  width: 61.70%;
  float: left;
  margin: 0; }

.order-form .col-holder .row-phone {
  float: left; }

.order-form .col-holder .row-phone .size-4 + span + .size-4 {
  margin: 0 2px 0 -7px; }

.order-form .col-holder .row-vehicle {
  padding: 0 0 0 9px; }

.order-form .col-holder .row-vehicle .col-vehicle {
  width: 52.5%;
  float: left; }

.order-form .col-holder .row-vehicle .col-vehicle .label {
  position: static;
  width: 25.5%;
  float: left; }

.order-form .col-holder .row-vehicle .col-vehicle .field {
  width: 74.5%;
  margin: 0;
  display: block;
  overflow: hidden; }

.order-form .col-holder .row-vehicle .col-cod {
  width: 47.5%;
  float: left; }

.order-form .col-holder .row-vehicle .col-cod .label {
  position: static;
  width: 39.5%;
  float: left; }

.order-form .col-holder .row-vehicle .col-cod .field {
  width: 60.5%;
  margin: 0;
  display: block;
  overflow: hidden; }

.order-form .col-holder .row-vehicle input {
  width: 100%; }

.order-form .col-holder .col-ext {
  overflow: hidden;
  padding: 0 0 0 10px; }

.order-form .col-holder .col-ext .label {
  position: static;
  width: 25.6%;
  float: left;
  padding-right: 1px; }

.order-form .col-holder .col-ext .field {
  width: 74.40%;
  margin: 0;
  display: block;
  overflow: hidden; }

.order-form .col-holder .col-room {
  overflow: hidden; }

.order-form .col-holder .col-room .label {
  position: static;
  width: 44%;
  float: left;
  padding-right: 1px; }

.order-form .col-holder .col-room .field {
  width: 56%;
  margin: 0;
  display: block;
  overflow: hidden; }

.order-form .col-holder textarea {
  width: 100%; }

.order-form .col-holder .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e2d83;
  margin: 30px 0 13px 90px;
  padding: 9px 0 15px 46px;
  position: relative; }

.order-form .col-holder .title:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat;
  top: 0;
  left: 0; }

.order-form .col-holder .title.pickup:before {
  background-position: 0 -78px;
  width: 35px;
  height: 36px; }

.order-form .col-holder .title.deliver:before {
  background-position: -41px -85px;
  width: 37px;
  height: 36px; }

.order-form button[type="submit"] {
  float: right; }

.upload-block {
  background: #ededed;
  padding: 64px 30px 49px;
  margin: 0 0 50px;
  color: #494949; }

.upload-block .file {
  max-width: 557px;
  margin: 0 auto;
  position: relative; }

.upload-block .title {
  float: left;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #494949;
  padding: 0 0 0 40px;
  margin: 12px 26px 0 0;
  position: relative; }

.upload-block .title:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat 0 -121px;
  width: 25px;
  height: 26px;
  top: -2px;
  left: 2px; }

.upload-block .link-box {
  display: none;
  position: absolute;
  top: -44px;
  right: 0;
  width: 100%; }

.job-form .upload-block .link-box {
  position: static;
  margin: 0 0 15px; }

.upload-block .link-box .btn {
  width: 63px; }

.upload-block .txt-holder {
  float: left;
  width: 277px;
  padding: 0 9px 0 0;
  width: calc(100% - 64px); }

.upload-block .txt-holder input {
  width: 100%;
  margin: 0;
  height: 34px;
  padding: 7px 10px 5px; }

.upload-block .file-bar {
  overflow: hidden;
  font-size: 13px;
  line-height: 13px;
  color: #494949;
  text-transform: uppercase;
  background: #fff;
  padding: 19px 11px 16px 10px; }

.upload-block .file-bar li {
  display: inline-block;
  vertical-align: top; }

.upload-block .file-bar li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: -1px 5px 0 6px; }

.upload-block .file-bar a {
  color: #494949;
  text-decoration: none; }

.upload-block .file-bar a:hover {
  text-decoration: underline; }

.upload-block .file-bar .drag-drop {
  display: inline-block;
  vertical-align: top;
  padding: 10px 10px 8px;
  margin: -10px 0 -10px 5px;
  background: #ededed; }

.upload-block .jcf-file {
  vertical-align: top;
  background: none;
  height: 15px; }

.upload-block .jcf-file:hover .jcf-upload-button {
  text-decoration: underline; }

.upload-block .jcf-fake-input {
  width: 0;
  opacity: 0;
  padding: 0;
  border: none; }

.upload-block .jcf-upload-button {
  font-size: 13px;
  line-height: 13px;
  color: #494949;
  padding: 0;
  border: none;
  background: none;
  margin: 0;
  height: auto; }

.upload-block .jcf-real-element {
  background: none; }

.upload-block .attach-list {
  padding: 10px 0 0 224px;
  margin: 0 -10px 5px 0; }

.attach-list {
  padding: 10px 0 0 169px;
  margin: 0 -10px 5px 0;
  color: #494949; }

.attach-list li {
  display: inline-block;
  vertical-align: top;
  min-width: 111px;
  background: #dfdfdf;
  padding: 7px 27px 6px 12px;
  margin: 0 7px 10px 0;
  position: relative; }

.attach-list .remove {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 8px;
  width: 12px;
  height: 12px; }

.attach-list .remove:hover:before,
.attach-list .remove:hover:after {
  background: #000; }

.attach-list .remove:before,
.attach-list .remove:after {
  content: "";
  background: #8d8d8d;
  border-radius: 4px;
  position: absolute;
  height: 2px;
  width: 12px;
  top: 5px;
  left: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.attach-list .remove:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.jcf-select-select .jcf-list .jcf-option {
  padding: 5px 9px;
  font-size: 13px;
  line-height: 16px; }

.jcf-select-type .jcf-list .jcf-option {
  padding: 13px 10px;
  font-size: 15px;
  line-height: 18px; }

.twocolumns #content {
  float: right;
  width: calc(100% - 277px);
  margin: 0 0 30px; }

.twocolumns.alt #content {
  float: left; }

/* main content styles */
/* sidebar styles */
#sidebar {
  float: left;
  width: 248px;
  font-size: 14px;
  line-height: 17px;
  color: #6d6d6d; }

#sidebar h3 {
  margin: -18px -30px 15px;
  padding: 19px 30px 17px;
  background: #e9e9e9;
  font-weight: normal;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 17px;
  text-transform: uppercase; }

#sidebar .tip {
  padding: 19px 100px 17px 30px;
  position: relative;
  overflow: hidden;
  color: #1e2d83; }

#sidebar .tip:before {
  content: "i";
  position: absolute;
  top: 0;
  right: 48px;
  font-size: 50px;
  line-height: 50px;
  color: #1e2d83;
  font-weight: 600;
  text-transform: none; }

#sidebar .tip:after {
  content: "";
  position: absolute;
  width: 67px;
  height: 67px;
  border: 3px solid #bbb;
  border-radius: 50%;
  right: 21px;
  top: -5px; }

#sidebar p {
  font-size: 13px;
  line-height: 16px;
  color: #474747;
  margin: 0 0 15px; }

#sidebar p a {
  color: #474747; }

#sidebar .box {
  background: #f1f0f0;
  padding: 18px 30px 10px;
  margin: 0 0 50px; }

#sidebar .access-form h3,
#sidebar .account-form h3 {
  text-transform: capitalize; }

#sidebar .map-box {
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 50px; }

#sidebar .map-box .map-link {
  display: inline-block;
  vertical-align: top;
  color: #626262;
  margin: -1px 0 12px; }

#sidebar .map-box .map img {
  vertical-align: top;
  width: 100%;
  max-width: none; }

#sidebar form {
  padding: 2px 0; }

#sidebar input[type="text"],
#sidebar input[type="email"],
#sidebar input[type="password"] {
  width: 113px; }

#sidebar label {
  padding: 0 0 0 11px;
  color: #6d6d6d; }

/* additional navigation styles */
.add-nav {
  line-height: 20px;
  margin: 0 0 -6px; }

.add-nav li {
  margin: 0 0 15px;
  position: relative; }

.add-nav li.active a {
  color: #1e2d83; }

.add-nav .has-drop-down:hover &gt; a,
.add-nav .has-drop-down.hover &gt; a,
.add-nav .has-drop-down.active &gt; a {
  color: #1e2d83; }

.add-nav .has-drop-down:hover &gt; a:before,
.add-nav .has-drop-down:hover &gt; a:after,
.add-nav .has-drop-down.hover &gt; a:before,
.add-nav .has-drop-down.hover &gt; a:after,
.add-nav .has-drop-down.active &gt; a:before,
.add-nav .has-drop-down.active &gt; a:after {
  background: #1e2d83; }

.add-nav .has-drop-down:hover ul,
.add-nav .has-drop-down.hover ul {
  left: 100%; }

.add-nav .has-drop-down &gt; a {
  margin: 0 -30px;
  padding: 0 30px; }

.add-nav .has-drop-down &gt; a:before,
.add-nav .has-drop-down &gt; a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 1px;
  right: 1px;
  top: 11px;
  background: #767676;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.add-nav .has-drop-down &gt; a:after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.add-nav a {
  color: #6d6d6d;
  text-decoration: none;
  display: block; }

.add-nav a:hover {
  color: #1e2d83; }

.add-nav ul {
  width: 248px;
  position: absolute;
  background: #e7e6e6;
  left: -9999px;
  top: -20px;
  padding: 20px 30px 2px;
  margin: 0 0 0 30px; }

.login-form {
  max-width: 465px;
  margin: 10px auto;
  text-align: center;
  font-size: 17px;
  line-height: 20px; }

.login-form input[type="text"],
.login-form input[type="password"] {
  width: 100%;
  margin: 0 0 9px;
  color: #6d6d6d; }

.login-form input[type="text"]::-webkit-input-placeholder,
.login-form input[type="password"]::-webkit-input-placeholder {
  color: #6d6d6d; }

.login-form input[type="text"]::-moz-placeholder,
.login-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #6d6d6d; }

.login-form input[type="text"]:-moz-placeholder,
.login-form input[type="password"]:-moz-placeholder {
  color: #6d6d6d; }

.login-form input[type="text"]:-ms-input-placeholder,
.login-form input[type="password"]:-ms-input-placeholder {
  color: #6d6d6d; }

.login-form input[type="text"].placeholder,
.login-form input[type="password"].placeholder {
  color: #6d6d6d; }

.login-form h1 {
  color: #1e2d83;
  margin: 0 0 9px; }

.login-form p {
  margin: 0 0 36px; }

.login-form .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -9px;
  position: relative; }

.login-form .row .col {
  width: 50%;
  padding: 0 0 0 9px; }

.login-form .row a {
  position: absolute;
  top: 17px;
  right: 19px;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px; }

.login-form .row a:hover {
  text-decoration: underline; }

.login-form .checkbox-row {
  margin: 20px 0 30px;
  font-size: 17px;
  line-height: 19px; }

.login-form .checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 4px; }

.login-form .jcf-checkbox {
  margin: -4px 6px 0 0; }

.login-form button[type="submit"] {
  vertical-align: middle;
  margin: 0 0 0 16px; }

.login-form .bottom-block {
  padding: 19px 0;
  border-top: 1px solid #d3d3d3;
  font-size: 13px;
  line-height: 15px; }

.login-form .bottom-block p {
  margin: 0; }

.login-form .bottom-block a {
  color: #626262; }

.login-form input[type="text"],
.login-form input[type="password"] {
  padding-right: 70px; }

.login-form .buttons {
  padding: 47px 0 0; }

.login-form .buttons .btn {
  width: 48%;
  float: left;
  color: #585858;
  border-color: #626262; }

.login-form .buttons .btn:before {
  background: #626262;
  width: 142%; }

.login-form .buttons .btn:hover {
  color: #fff;
  background: #626262; }

.login-form .buttons .btn + .btn {
  float: right; }

.report-form {
  padding: 0 0 50px; }

.report-form .form-holder {
  max-width: 327px;
  margin: 0 0 0 20px; }

.report-form h2 + p {
  margin-top: 49px; }

.report-form p {
  margin: 0 0 24px 20px; }

.report-form .row {
  margin: 0 0 9px; }

.report-form .row label {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 10px 0 0;
  width: 124px;
  margin: 0 -2px 0 0; }

.report-form .row .jcf-select {
  vertical-align: middle;
  margin: 0 -4px 0 0;
  width: 202px; }

.report-form .date {
  background: #fff;
  margin: 0 0 9px;
  position: relative; }

.report-form .date:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -33px -125px;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 21px; }

.report-form .date input {
  width: 100%;
  background: none;
  margin: 0;
  padding-right: 54px; }

.report-form .btn-back {
  margin-right: 14px; }

.report-form .buttons {
  padding: 20px 0 0; }

.btn-back {
  color: #626262;
  border-color: #626262; }

.btn-back:before {
  background: #626262; }

.btn-back:hover {
  color: #fff;
  background: #626262; }

.table-holder {
  margin: 0 0 30px; }

.table-holder .btn-back {
  float: left;
  margin: 0 20px 20px; }

.table {
  width: 100%;
  border-collapse: collapse;
  text-transform: uppercase;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 50px; }

.table th,
.table td {
  padding: 12px 21px 10px;
  width: 140px; }

.table th:first-child,
.table td:first-child {
  text-align: left;
  width: auto; }

.table th:last-child,
.table td:last-child {
  text-align: right; }

.table th {
  padding: 15px 21px 14px;
  background: #f1f0f0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-align: left; }

.table tbody tr:nth-child(4n+1) td {
  padding-top: 26px;
  border-top: 1px solid #d6d6d6; }

.table tbody tr:nth-child(4n) td {
  padding-bottom: 25px; }

.table tbody tr:first-child td {
  border: none;
  padding-top: 29px; }

.table tfoot td:first-child {
  text-align: right;
  border-top: 1px solid #d6d6d6; }

.table .total {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  color: #1e2d83;
  text-transform: uppercase;
  padding: 16px 0 14px;
  display: inline-block;
  vertical-align: top; }

.table .total span {
  margin: 0 0 0 15px;
  font-weight: normal; }

.load-more {
  display: block;
  border-bottom: 1px solid #d6d6d6;
  padding: 30px 0 24px;
  text-transform: uppercase;
  color: #1e2d83;
  text-decoration: none; }

.load-more:hover {
  text-decoration: underline; }

.report-table {
  text-align: center; }

.report-table .btn-back {
  float: none;
  margin: 49px 0 20px !important; }

.table-alt {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 0 59px; }

.report-table .table-alt {
  margin: 0;
  text-align: left; }

.report-table .table-alt &gt; tbody &gt; tr:first-child &gt; td:first-child {
  border: none; }

.report-table .table-alt table td:last-child {
  width: 106px;
  text-align: right;
  padding-right: 18px; }

.report-table .table-alt table td:nth-last-child(2) {
  width: 161px; }

.report-table .table-alt .active &gt; td {
  background: #f1f0f0; }

.report-table .table-alt .slide {
  padding: 11px 20px 0; }

.report-table .table-alt .slide table td {
  border-top: 1px solid #fefefe;
  padding: 19px 28px 14px; }

.report-table .table-alt .slide table td:last-child {
  width: 86px;
  text-align: right;
  padding-right: 0; }

.report-table .table-alt .slide table td:nth-last-child(2) {
  width: 160px; }

.report-table .table-alt .no,
.report-table .table-alt .yes {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1e2d83;
  margin: -2px 0 0 2px; }

.report-table .table-alt .no {
  background: #e2001a; }

.report-table .table-alt .no:before,
.report-table .table-alt .no:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  content: "";
  background: #fff;
  border-radius: 4px;
  position: absolute;
  height: 2px;
  width: 10px;
  margin: -1px 0 0 -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.report-table .table-alt .no:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.report-table .table-alt .yes:after {
  content: "";
  position: absolute;
  height: 4px;
  width: 8px;
  top: 5px;
  left: 5px;
  margin: 2px 0 0 3px;
  border: 1px solid #fff;
  border-width: 0 0 2px 2px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg); }

.table-alt th {
  padding: 0;
  background: #f1f0f0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left; }

.table-alt th th {
  padding: 15px 21px 14px;
  text-align: left; }

.table-alt th th:last-child {
  width: 106px;
  text-align: right;
  padding-right: 19px; }

.table-alt th th:nth-last-child(2) {
  width: 160px; }

.table-alt &gt; tbody &gt; tr &gt; td {
  border-top: 1px solid #d6d6d6;
  padding: 16px 0 16px; }

.table-alt td {
  padding: 12px 25px 10px; }

.table-alt table {
  width: 100%;
  border-collapse: collapse; }

.table-alt table td:last-child {
  width: 152px; }

.table-alt table td:nth-last-child(2) {
  width: 205px; }

.table-alt .active .open:before {
  top: 2px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(73, 73, 73, 0);
  border-bottom-color: #494949;
  border-width: 4px;
  margin-left: -4px; }

.table-alt .open {
  display: inline-block;
  padding: 0 0 0 24px;
  position: relative;
  text-decoration: none; }

.table-alt .open:hover {
  text-decoration: underline; }

.table-alt .open:before {
  top: 6px;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(73, 73, 73, 0);
  border-top-color: #494949;
  border-width: 4px;
  margin-left: -4px; }

.table-alt .check-in,
.table-alt .check-out {
  padding: 0 0 0 26px;
  position: relative;
  white-space: nowrap; }

.table-alt .check-in:before,
.table-alt .check-out:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1e2d83; }

.table-alt .check-out:before {
  background: #d4d4d4; }

.table-alt .slide-holder {
  overflow: hidden; }

.table-alt .slide {
  padding: 16px 0 27px 48px;
  position: relative;
  display: none; }

.table-alt .slide.popup-active-2 {
  overflow: visible !important; }

.table-alt .slide ul li + li {
  margin: 10px 0 0;
  padding: 10px 0 0; }

.table-alt .order {
  display: inline-block;
  vertical-align: middle;
  width: 112px;
  padding: 3px 10px 0 0; }

.table-alt .status {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: 115px;
  padding: 3px 18px 0 0; }

.table-alt .btn {
  margin: 0;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  padding: 13px 20px 12px; }

.table-alt .miels {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  width: 135px;
  text-align: right;
  padding: 3px 27px 0 10px; }

.table-alt .price {
  display: inline-block;
  vertical-align: middle;
  width: 91px;
  padding: 3px 0 0 10px; }

.table-alt .popup-active-2 .popup,
.table-alt .popup-active-2 .popup-2,
.table-alt .popup-active-2 .popup-3 {
  opacity: 1; }

.table-alt .popup,
.table-alt .popup-2,
.table-alt .popup-3 {
  width: 371px;
  background: #ededed;
  color: #636363;
  z-index: 3;
  display: none;
  background: #ededed;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -290px 0 0 -185px; }

.table-alt .popup:before,
.table-alt .popup-2:before,
.table-alt .popup-3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 99999px;
  height: 9999999px;
  background: rgba(255, 255, 255, 0.6); }

.table-alt .popup .close,
.table-alt .popup-2 .close,
.table-alt .popup-3 .close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 25px;
  top: 29px;
  right: 29px; }

.table-alt .popup .close:before,
.table-alt .popup .close:after,
.table-alt .popup-2 .close:before,
.table-alt .popup-2 .close:after,
.table-alt .popup-3 .close:before,
.table-alt .popup-3 .close:after {
  content: "";
  position: absolute;
  background: #646464;
  border-radius: 4px;
  position: absolute;
  top: 11px;
  left: -1px;
  right: 0;
  height: 1px;
  width: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.table-alt .popup .close:after,
.table-alt .popup-2 .close:after,
.table-alt .popup-3 .close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.table-alt .popup .close:hover:before,
.table-alt .popup .close:hover:after,
.table-alt .popup-2 .close:hover:before,
.table-alt .popup-2 .close:hover:after,
.table-alt .popup-3 .close:hover:before,
.table-alt .popup-3 .close:hover:after {
  background: #000; }

.table-alt .popup .top-block,
.table-alt .popup-2 .top-block,
.table-alt .popup-3 .top-block {
  background: #e3e3e3;
  padding: 28px 30px 24px;
  position: relative;
  margin: 0; }

.table-alt .popup .title,
.table-alt .popup-2 .title,
.table-alt .popup-3 .title {
  display: block;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #1e2d83;
  margin: 0 0 24px;
  padding: 0 20px 0 0; }

.table-alt .popup .title .order,
.table-alt .popup-2 .title .order,
.table-alt .popup-3 .title .order {
  font-weight: normal;
  color: #646464;
  font-size: 15px;
  margin: 0 0 0 6px;
  display: inline !important;
  width: auto !important;
  padding: 0 !important; }

.table-alt .popup .steps,
.table-alt .popup-2 .steps,
.table-alt .popup-3 .steps {
  color: #626262;
  position: relative;
  padding: 0 96px 0 0; }

.table-alt .popup .steps:before,
.table-alt .popup-2 .steps:before,
.table-alt .popup-3 .steps:before {
  content: "";
  position: absolute;
  left: 8px;
  top: 0;
  bottom: 10px;
  width: 1px;
  background: #1e2d83; }

.table-alt .popup .steps.disabled:before,
.table-alt .popup-2 .steps.disabled:before,
.table-alt .popup-3 .steps.disabled:before {
  background: #b3b3b3; }

.table-alt .popup .steps.disabled li:before,
.table-alt .popup-2 .steps.disabled li:before,
.table-alt .popup-3 .steps.disabled li:before {
  border-color: #b3b3b3; }

.table-alt .popup .steps.disabled li.done:before,
.table-alt .popup-2 .steps.disabled li.done:before,
.table-alt .popup-3 .steps.disabled li.done:before {
  background: #b3b3b3; }

.table-alt .popup .steps li,
.table-alt .popup-2 .steps li,
.table-alt .popup-3 .steps li {
  padding: 0 0 0 25px;
  position: relative; }

.table-alt .popup .steps li + li,
.table-alt .popup-2 .steps li + li,
.table-alt .popup-3 .steps li + li {
  margin: 15px 0 0; }

.table-alt .popup .steps li.done:before,
.table-alt .popup-2 .steps li.done:before,
.table-alt .popup-3 .steps li.done:before {
  background: #1e2d83; }

.table-alt .popup .steps li.done:after,
.table-alt .popup-2 .steps li.done:after,
.table-alt .popup-3 .steps li.done:after {
  display: block; }

.table-alt .popup .steps li:before,
.table-alt .popup-2 .steps li:before,
.table-alt .popup-3 .steps li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 1px solid #1e2d83;
  background: #e3e3e3;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-shadow: 0 0 0 4px #e3e3e3; }

.table-alt .popup .steps li:after,
.table-alt .popup-2 .steps li:after,
.table-alt .popup-3 .steps li:after {
  display: none;
  content: "";
  position: absolute;
  height: 4px;
  width: 8px;
  top: 6px;
  left: 5px;
  margin: -1px 0 0 -1px;
  border: 1px solid #fff;
  border-width: 0 0 1px 1px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.table-alt .popup .frame,
.table-alt .popup-2 .frame,
.table-alt .popup-3 .frame {
  padding: 20px 30px 30px;
  background: #ededed;
  position: relative; }

.table-alt .popup label,
.table-alt .popup-2 label,
.table-alt .popup-3 label {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 15px; }

.table-alt .popup .row,
.table-alt .popup-2 .row,
.table-alt .popup-3 .row {
  margin: 0 0 10px; }

.table-alt .popup .row .jcf-select,
.table-alt .popup-2 .row .jcf-select,
.table-alt .popup-3 .row .jcf-select {
  width: 85px; }

.table-alt .popup .row.alt .jcf-select,
.table-alt .popup-2 .row.alt .jcf-select,
.table-alt .popup-3 .row.alt .jcf-select {
  width: 275px; }

.table-alt .popup .row label,
.table-alt .popup-2 .row label,
.table-alt .popup-3 .row label {
  vertical-align: middle;
  padding: 5px 0 0 2px; }

.table-alt .popup .row input,
.table-alt .popup-2 .row input,
.table-alt .popup-3 .row input {
  width: 85px;
  margin: 0 6px 0 0; }

.table-alt .popup .jcf-select,
.table-alt .popup-2 .jcf-select,
.table-alt .popup-3 .jcf-select {
  vertical-align: middle;
  margin: 0 6px 0 0;
  border-color: #fff; }

.table-alt .popup .label,
.table-alt .popup-2 .label,
.table-alt .popup-3 .label {
  display: inline-block;
  vertical-align: middle;
  padding: 5px 0 0 0; }

.table-alt .popup input,
.table-alt .popup-2 input,
.table-alt .popup-3 input {
  border-color: #fff;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 28px; }

.table-alt .popup textarea,
.table-alt .popup-2 textarea,
.table-alt .popup-3 textarea {
  border-color: #fff;
  width: 100%;
  height: 122px !important;
  min-height: 122px;
  margin: 0 0 10px; }

.table-alt .popup button[type="submit"],
.table-alt .popup-2 button[type="submit"],
.table-alt .popup-3 button[type="submit"] {
  margin: 20px 0 0; }

.table-alt .popup .waiting,
.table-alt .popup-2 .waiting,
.table-alt .popup-3 .waiting {
  position: absolute;
  bottom: 25px;
  right: 30px;
  min-width: 88px; }

.table-alt .popup .waiting &gt; span,
.table-alt .popup-2 .waiting &gt; span,
.table-alt .popup-3 .waiting &gt; span {
  display: block;
  overflow: hidden;
  padding: 0 0 2px; }

.table-alt .popup .slider-frame,
.table-alt .popup-2 .slider-frame,
.table-alt .popup-3 .slider-frame {
  background: #bbb;
  width: 31px;
  height: 9px;
  border-radius: 5px;
  position: relative;
  float: left;
  margin: 5px 9px 0 0; }

.table-alt .popup .slider-frame.off,
.table-alt .popup-2 .slider-frame.off,
.table-alt .popup-3 .slider-frame.off {
  background: #bbb; }

.table-alt .popup .slider-frame.off .slider,
.table-alt .popup-2 .slider-frame.off .slider,
.table-alt .popup-3 .slider-frame.off .slider {
  background: #fff; }

.table-alt .popup .slider-frame.onn,
.table-alt .popup-2 .slider-frame.onn,
.table-alt .popup-3 .slider-frame.onn {
  background: #5766bc; }

.table-alt .popup .slider-frame.onn .slider,
.table-alt .popup-2 .slider-frame.onn .slider,
.table-alt .popup-3 .slider-frame.onn .slider {
  left: auto;
  right: 0;
  background: #1e2d83; }

.table-alt .popup .slider-frame .slider,
.table-alt .popup-2 .slider-frame .slider,
.table-alt .popup-3 .slider-frame .slider {
  position: absolute;
  top: -5px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff; }

.table-alt .popup .upload-block,
.table-alt .popup-2 .upload-block,
.table-alt .popup-3 .upload-block {
  padding: 0;
  margin: 1px 0 0;
  background: none; }

.table-alt .popup .upload-block .title,
.table-alt .popup-2 .upload-block .title,
.table-alt .popup-3 .upload-block .title {
  float: none;
  display: block;
  margin: 0 0 15px;
  font-size: 15px;
  line-height: 17px;
  font-weight: normal;
  color: #636363;
  padding: 0 0 0 26px; }

.table-alt .popup .upload-block .title:before,
.table-alt .popup-2 .upload-block .title:before,
.table-alt .popup-3 .upload-block .title:before {
  content: "";
  position: absolute;
  background-position: -82px -87px;
  width: 17px;
  height: 18px;
  top: -2px;
  left: 0; }

.table-alt .popup .upload-block .file-bar,
.table-alt .popup-2 .upload-block .file-bar,
.table-alt .popup-3 .upload-block .file-bar {
  padding: 20px 11px 15px 10px; }

.table-alt .popup .upload-block .file-bar li,
.table-alt .popup-2 .upload-block .file-bar li,
.table-alt .popup-3 .upload-block .file-bar li {
  margin: 0; }

.table-alt .popup .upload-block .file-bar li + li,
.table-alt .popup-2 .upload-block .file-bar li + li,
.table-alt .popup-3 .upload-block .file-bar li + li {
  border: none;
  padding: 0; }

.table-alt .popup .upload-block .link-box,
.table-alt .popup-2 .upload-block .link-box,
.table-alt .popup-3 .upload-block .link-box {
  position: static;
  padding: 0 0 10px; }

.table-alt .popup .upload-block .txt-holder,
.table-alt .popup-2 .upload-block .txt-holder,
.table-alt .popup-3 .upload-block .txt-holder {
  width: 272px; }

.table-alt .popup .upload-block .txt-holder input,
.table-alt .popup-2 .upload-block .txt-holder input,
.table-alt .popup-3 .upload-block .txt-holder input {
  margin: 0; }

.table-alt .popup .upload-block .btn,
.table-alt .popup-2 .upload-block .btn,
.table-alt .popup-3 .upload-block .btn {
  padding: 7px 20px 6px;
  font-size: 17px;
  line-height: 19px;
  margin: 0; }

.table-alt .popup .upload-block .attach-list,
.table-alt .popup-2 .upload-block .attach-list,
.table-alt .popup-3 .upload-block .attach-list {
  padding: 10px 0 0;
  margin: 0 -10px 0 0; }

.table-alt .popup .upload-block .attach-list li + li,
.table-alt .popup-2 .upload-block .attach-list li + li,
.table-alt .popup-3 .upload-block .attach-list li + li {
  padding: 8px 27px 5px 12px;
  margin: 0 7px 10px 0; }

.table-alt .popup .file,
.table-alt .popup-2 .file,
.table-alt .popup-3 .file {
  width: auto; }

.table-alt .popup-3 {
  width: 395px; }

.table-alt + .btn-back {
  margin: 0 18px 20px 0; }

.accordion &gt; li {
  margin: 0 0 10px;
  background: #f1f0f0; }

.accordion &gt; li.active &gt; a:after {
  background-position: -30px -262px; }

.accordion &gt; li &gt; a {
  display: block;
  padding: 19px 32px;
  position: relative;
  text-transform: uppercase;
  background: #e9e9e9;
  text-decoration: none;
  color: #6d6d6d; }

.accordion &gt; li &gt; a:after {
  width: 14px;
  height: 8px;
  content: "";
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -4px;
  background: url(../images/sprite.png) no-repeat -11px -262px; }

.accordion .slide ul {
  padding: 5px 0 17px; }

.accordion .slide ul a {
  display: block;
  padding: 9px 30px;
  text-decoration: none;
  font-size: 14px;
  color: #6d6d6d; }

.profile-form {
  margin: 0 0 52px; }

.profile-form h2 {
  clear: right;
  margin: 0 0 49px; }

.profile-form h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #1e2d83;
  padding: 5px 0 0 55px;
  margin: 3px 0 18px 114px;
  position: relative; }

.profile-form h3:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -61px -126px;
  width: 24px;
  height: 31px;
  top: 0;
  left: 0; }

.profile-form .row + h3 {
  margin-top: 50px; }

.profile-form .block {
  clear: right;
  float: right;
  max-width: 695px;
  width: 100%; }

.profile-form .block + h2 {
  padding-top: 48px; }

.profile-form input[type="text"],
.profile-form input[type="tel"],
.profile-form input[type="email"],
.profile-form input[type="search"],
.profile-form input[type="password"],
.profile-form input[type="url"],
.profile-form input[type="date"],
.profile-form textarea,
.profile-form .jcf-select {
  width: 100%;
  margin: 0 0 9px; }

.profile-form .row &gt; .label {
  float: left;
  width: 169px;
  padding: 2px 29px 0 0; }

.profile-form .label {
  height: 52px;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.profile-form .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.profile-form .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  margin: 0; }

.profile-form .label .jcf-checkbox {
  margin: -3px 0 0 8px; }

.profile-form .column {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.profile-form .field + span + .field,
.profile-form .field + .field {
  padding: 0 0 0 9px; }

.profile-form .size11 {
  width: 133px; }

.profile-form #field-1,
.profile-form #field-5,
.profile-form #field-12 {
  margin-bottom: 29px; }

.profile-form .fax-row,
.profile-form .col-city,
.profile-form .select-section {
  margin-bottom: 20px; }

.profile-form .size-1 {
  width: 57%; }

.profile-form .size-2 {
  width: 21.48%; }

.profile-form .size-3 {
  width: 21.52%; }

.profile-form .size-4 {
  margin: 0 4px 0 0; }

.profile-form .size-4 input {
  width: 72px; }

.profile-form .size-4 + span {
  font-size: 23px;
  display: inline-block;
  padding: 0 0 9px; }

.profile-form .size-4 + span + .size-4 {
  margin: 0 4px 0 -6px; }

.profile-form .size-8 {
  width: 34%; }

.profile-form .size-8:first-child {
  width: 32%; }

.profile-form .col-ext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.profile-form .col-ext .label {
  width: 49px;
  padding: 2px 10px 0 0; }

.profile-form .jcf-file {
  vertical-align: top;
  margin: 12px 0 0 169px; }

.profile-form .jcf-file:hover .jcf-upload-button {
  background: #7a7a7a;
  color: #fff; }

.profile-form .block-frame {
  padding: 0 0 0 20px; }

.profile-form .mark-label {
  display: block;
  font-weight: 600;
  color: #1e2d83;
  margin: 15px 0 18px; }

.profile-form .select-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 26px; }

.profile-form .select-row .jcf-select {
  max-width: 425px; }

.profile-form .checkbox-columns {
  color: #000;
  margin: -4px 0 23px; }

.profile-form .checkbox-col {
  display: inline-block;
  vertical-align: top;
  min-width: 108px;
  padding: 0 10px 0 0; }

.profile-form .checkbox-row {
  margin: 0 0 9px; }

.profile-form .jcf-checkbox,
.profile-form .jcf-radio {
  margin: -3px 4px 0 0; }

.profile-form .help {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  line-height: 15px;
  color: #494949;
  padding: 0 0 0 33px;
  margin: 0 0 8px 20px;
  position: relative; }

.profile-form .help:hover {
  color: #1e2d83; }

.profile-form .help:hover:before {
  border-color: #1e2d83;
  color: #1e2d83; }

.profile-form .help:before {
  content: "i";
  position: absolute;
  height: 24px;
  width: 24px;
  border: 1px solid #989898;
  border-radius: 50%;
  color: #989898;
  padding: 5px;
  font-size: 15px;
  text-transform: none;
  text-align: center;
  left: 0;
  top: -6px; }

.profile-form .buttons {
  margin: 37px 0 0; }

.profile-form .btn-back {
  margin-right: 14px; }

.privacy-block,
.information-block {
  margin: 0 0 50px;
  max-width: 792px; }

.privacy-block h2,
.information-block h2 {
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 15px;
  border: none; }

.privacy-block .lead-text,
.information-block .lead-text {
  color: #1e2d83;
  display: block;
  margin: 0 0 42px;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px; }

.privacy-block .btn,
.information-block .btn {
  margin: 28px 0 30px;
  font-size: 13px; }

.privacy-block p,
.information-block p {
  margin: 0 0 18px; }

.privacy-block p + h2,
.information-block p + h2 {
  margin-top: 44px; }

.privacy-block p a,
.information-block p a {
  color: #626262;
  text-decoration: none; }

.privacy-block p a:hover,
.information-block p a:hover {
  color: #1e2d83; }

.information-block h2 {
  text-transform: none; }

.note {
  font-size: 13px;
  line-height: 16px;
  display: block;
  margin: 10px 0 6px; }

.note.alt {
  margin: 0 0 33px;
  color: #a8a8a8; }

.search-results {
  margin: 38px 0 100px;
  max-width: 800px; }

.search-results li {
  margin: 0 0 45px; }

.search-results h2 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 14px;
  border: none; }

.search-results h2 strong {
  font-weight: 600; }

.search-results h2 a {
  text-decoration: none; }

.search-results h2 a:hover {
  text-decoration: underline; }

.search-results .category {
  margin: 0 0 15px;
  padding: 7px 10px;
  background: #ededed;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  color: #626262; }

.search-results .category:hover {
  background: #626262;
  color: #fff; }

.cleaned-block {
  max-width: 550px;
  margin: 92px auto;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  color: #7b7b7b; }

.cleaned-block .logo-block {
  display: block;
  margin: 0 auto 48px;
  width: 225px;
  border: 1px solid #a5a5a5;
  padding: 21px 25px 17px; }

.cleaned-block .logo-block img {
  display: block; }

.cleaned-block h1 {
  color: #e2001a;
  margin: 0 0 22px; }

.cleaned-block a[href^=tel] {
  text-decoration: none; }

.cleaned-block .btn {
  margin: 38px 0; }

.flight-options-form.alt .table-alt {
  margin: 46px 0 40px; }

.flight-options-form.alt .table-alt th {
  color: #1e2d83; }

.flight-options-form.alt .table-alt td {
  padding: 37px 20px 37px; }

.flight-options-form.alt .table-alt td:last-child {
  padding-left: 18px; }

.flight-options-form.alt .table-alt td:first-child,
.flight-options-form.alt .table-alt td:first-child + td {
  color: #1e2d83; }

.flight-options-form.alt .table-alt td + td + td {
  white-space: nowrap; }

.flight-options-form.alt .table-alt td:first-child + td {
  color: #626262; }

.flight-options-form.alt .table-alt img {
  margin: -7px 0;
  max-width: none; }

.flight-options-form.alt .buttons {
  text-align: right; }

.flight-options-form.alt .buttons .buttons-hold {
  overflow: hidden; }

.flight-options-form.alt .guide-link {
  float: left;
  font-size: 17px;
  line-height: 20px;
  padding: 0 25px 0 0;
  margin: 8px 0 0 20px;
  position: relative;
  text-transform: uppercase;
  text-decoration: none; }

.flight-options-form.alt .guide-link:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -80px -202px;
  width: 16px;
  height: 21px;
  top: 0;
  right: 0; }

.flight-options-form.alt .guide-link:hover {
  text-decoration: underline; }

.flight-options-form.alt h1 {
  font-size: 25px;
  line-height: 28px;
  color: #1e2d83;
  text-transform: none;
  margin: -2px 18px 9px; }

.flight-options-form.alt h1 + p {
  margin-left: 18px; }

.flight-options-form .note {
  margin: -24px 20px 50px; }

.flight-options-form .table-alt {
  margin: 0 0 50px; }

.flight-options-form .table-alt th {
  padding: 16px 21px 13px;
  text-align: left; }

.flight-options-form .table-alt th:last-child {
  width: 150px;
  padding-right: 19px; }

.flight-options-form .table-alt th:nth-last-child(2) {
  width: auto; }

.flight-options-form .table-alt td {
  padding: 26px 20px 27px; }

.flight-options-form .table-alt td:last-child {
  padding-left: 18px; }

.flight-options-form .table-alt td:first-child {
  border-left: 3px solid transparent; }

.flight-options-form .table-alt td:first-child,
.flight-options-form .table-alt td:first-child + td {
  color: #1e2d83; }

.flight-options-form .table-alt td + td + td {
  white-space: nowrap; }

.flight-options-form tbody tr:first-child td {
  border: none; }

.flight-options-form label {
  display: block;
  overflow: hidden; }

.flight-options-form .jcf-radio {
  float: right;
  margin: 3px 0 0 10px; }

.flight-options-form .active td {
  background: #f1f0f0; }

.flight-options-form .active td:first-child {
  border-left-color: #1e2d83; }

.flight-options-form .buttons {
  text-align: center; }

.flight-options-form .buttons .btn-back {
  float: none;
  margin-left: 0; }

.text-section {
  margin: 0 0 0 19px; }

.text-section h2 {
  padding: 0;
  border: none;
  font-weight: normal;
  margin: 0 0 15px; }

.mark-list {
  margin: 51px 0 38px; }

.mark-list li {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mark-list img {
  margin: -7px 10px 0 0; }

.list {
  margin: 0 0 30px;
  line-height: 22px; }

.list li {
  padding: 0 0 0 18px;
  position: relative; }

.list li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #626262;
  border-radius: 50%;
  top: 10px;
  left: 0; }

.list a {
  text-decoration: none; }

.list a:hover {
  text-decoration: underline; }

.list-alt {
  color: #494949;
  margin: 0 0 30px;
  padding: 6px 0 0 20px; }

.list-alt li {
  padding: 0 0 10px 28px;
  position: relative; }

.list-alt li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: none;
  border: 1px solid #6d6d6d;
  border-radius: 50%;
  top: 7px;
  left: 0; }

.list-alt.columns {
  -webkit-column-count: 2;
  column-count: 2; }

.list-alt.columns li {
  padding-right: 20px; }

.list-alt a[href^=tel] {
  color: #494949;
  text-decoration: none; }

.tracking-form {
  text-align: center; }

.tracking-form h1 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  color: #1e2d83;
  margin: 0 0 13px; }

.tracking-form h1 + p {
  max-width: 590px;
  margin: 0 auto; }

.tracking-form .box {
  text-align: left;
  background: #ededed;
  padding: 50px 83px 50px 97px;
  max-width: 525px;
  margin: 65px auto 30px; }

.tracking-form .text {
  overflow: hidden; }

.tracking-form input[type="text"] {
  width: 100%;
  margin: 0;
  color: #000; }

.tracking-form input[type="text"]::-webkit-input-placeholder {
  color: #000; }

.tracking-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #000; }

.tracking-form input[type="text"]:-moz-placeholder {
  color: #000; }

.tracking-form input[type="text"]:-ms-input-placeholder {
  color: #000; }

.tracking-form input[type="text"].placeholder {
  color: #000; }

.tracking-form input[type="submit"] {
  float: right;
  font-size: 17px;
  line-height: 19px;
  height: 48px;
  margin: 2px 0 0 9px;
  text-transform: uppercase; }

.tracking-block {
  text-align: center; }

.tracking-block h1 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  color: #1e2d83;
  margin: 0 0 13px; }

.tracking-block h1 + p {
  max-width: 590px;
  margin: 0 auto; }

.tracking-block .steps {
  text-align: center;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 42px 80px 36px 84px; }

.tracking-block .steps li {
  position: relative;
  padding: 0 0 15px; }

.tracking-block .steps li + li {
  position: relative; }

.tracking-block .steps li + li:before {
  content: "";
  position: absolute;
  top: 19px;
  height: 1px;
  width: 105px;
  background: #1e2d83;
  right: 54px;
  z-index: -1;
  display: block; }

.tracking-block .steps .step {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  background: #fff;
  margin: 0 auto 8px;
  padding: 7px;
  font-weight: normal;
  box-shadow: 0 0 0 9px #fff;
  position: relative; }

.tracking-block .steps .step &gt; span {
  display: block; }

.tracking-block .steps .done {
  color: #1e2d83; }

.tracking-block .steps .done .step {
  border-color: #1e2d83;
  background: #1e2d83;
  position: relative; }

.tracking-block .steps .done .step:before,
.tracking-block .steps .done .step:after {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2px;
  top: 12px;
  left: 19px;
  height: 12px; }

.tracking-block .steps .done .step:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 5px;
  left: 13px;
  top: 17px; }

.tracking-block .steps .done .step &gt; span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.tracking-block .steps .delayed {
  color: #e3051e; }

.tracking-block .steps .delayed .step {
  border-color: #e3051e; }

.map-area {
  font-size: 13px;
  line-height: 15px;
  color: #626262;
  text-align: left; }

.map-area .map {
  width: calc(100% - 277px);
  display: inline-block;
  vertical-align: top;
  margin: 0 0 28px; }

.map-area .map img {
  display: block;
  width: 100%;
  max-width: none; }

.map-area .map .caption {
  background: #f2f1a8;
  color: #000;
  font-size: 13px;
  line-height: 15px;
  padding: 14px 19px; }

.map-area .map .caption strong {
  float: left;
  padding: 0 10px 0 0;
  font-weight: normal; }

.map-area .map .caption .refresh {
  float: right;
  text-transform: uppercase;
  color: #000;
  padding: 0 0 0 23px;
  position: relative;
  text-decoration: none; }

.map-area .map .caption .refresh:hover {
  text-decoration: underline; }

.map-area .map .caption .refresh:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -28px -155px;
  width: 13px;
  height: 17px;
  top: 0;
  left: 0; }

.map-area .hold {
  display: inline-block;
  vertical-align: top;
  padding: 16px 0 0;
  width: 247px;
  margin: 0 -8px 0 30px;
  border-top: 1px solid #d3d3d3; }

.map-area .hold .line {
  display: block;
  margin: 0 0 2px; }

.map-area .hold .number,
.map-area .hold .status {
  display: block;
  margin: 0 0 13px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  color: #1e2d83;
  text-transform: uppercase; }

.map-area .hold .number {
  font-size: 18px; }

.map-area .hold .error-message {
  display: block;
  color: #e2001a;
  margin: 15px 0 18px; }

.map-area .hold dl {
  padding: 17px 0 12px;
  margin: 0;
  border-top: 1px solid #d3d3d3; }

.map-area .hold dl dt {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 6px; }

.map-area .hold dl dd {
  overflow: hidden;
  margin: 0;
  padding: 0 0 6px;
  color: #000; }

.map-area .hold .view-link {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  color: #1e2d83; }

.map-area .hold .view-link:hover {
  text-decoration: underline; }

.map-area table {
  width: calc(100% - 277px);
  margin: 0 0 23px; }

.map-area table th {
  padding: 14px 21px 13px;
  border: 1px solid #d3d3d3;
  border-width: 1px 0;
  text-align: left;
  text-transform: uppercase;
  font-weight: normal; }

.map-area table td {
  padding: 14px 21px 1px; }

.map-area .form {
  margin: 0 0 63px; }

.map-area .form h2 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: left;
  color: #1e2d83;
  padding: 17px 20px 17px;
  margin: 0 0 32px;
  border-bottom: 1px solid #d6d6d6; }

.map-area .form label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 7px 20px; }

.map-area .form input[type="text"],
.map-area .form input[type="tel"],
.map-area .form input[type="email"],
.map-area .form input[type="search"],
.map-area .form input[type="password"],
.map-area .form input[type="url"],
.map-area .form input[type="date"],
.map-area .form textarea {
  width: calc(100% - 277px);
  display: block;
  margin: 0 0 17px; }

.map-area .form textarea {
  height: 162px;
  min-height: 162px !important; }

.map-area .form input[type="submit"] {
  margin: 22px 0; }

.reports-form {
  text-align: center; }

.reports-form h1 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  color: #1e2d83;
  margin: 0 0 13px; }

.reports-form h1 + p {
  max-width: 590px;
  margin: 0 auto; }

.reports-form .box {
  text-align: left;
  background: #ededed;
  max-width: 427px;
  margin: 45px auto 30px; }

.reports-form .box h2 {
  background: #e9e9e9;
  margin: 0;
  padding: 15px;
  border: none;
  color: #626262;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px; }

.reports-form .box label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 12px 20px; }

.reports-form .box input {
  color: #000; }

.reports-form .box input::-webkit-input-placeholder {
  color: #000; }

.reports-form .box input::-moz-placeholder {
  opacity: 1;
  color: #000; }

.reports-form .box input:-moz-placeholder {
  color: #000; }

.reports-form .box input:-ms-input-placeholder {
  color: #000; }

.reports-form .box input.placeholder {
  color: #000; }

.reports-form .frame {
  padding: 19px 50px 35px; }

.reports-form .date {
  margin: 0 0 13px;
  background: #fff;
  position: relative; }

.reports-form .date:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -33px -125px;
  width: 22px;
  height: 22px;
  top: 15px;
  right: 21px; }

.reports-form .date input {
  width: 100%;
  background: none;
  margin: 0;
  padding-right: 54px; }

.reports-form .radio-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 427px;
  margin: 51px auto 20px;
  text-align: left;
  font-size: 14px;
  line-height: 16px; }

.reports-form .radio-block .radio-col {
  width: calc(100% - 120px);
  padding: 0 10px 0 0; }

.reports-form .radio-row {
  margin: 0 0 4px; }

.reports-form .jcf-radio {
  float: left;
  margin: 2px 7px 0 0; }

.reports-form .jcf-radio + label {
  display: block;
  overflow: hidden; }

.top-block {
  font-size: 13px;
  line-height: 16px;
  color: #626262;
  margin: -6px 0 41px;
  padding: 0 18px 0 20px; }

.top-block .arrow {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/sprite.png) no-repeat -80px -165px;
  width: 14px;
  height: 7px;
  margin: 0 3px; }

.top-block .microsoft {
  float: right;
  font-size: 15px;
  color: #0e6636;
  text-decoration: none;
  padding: 0 0 0 33px;
  position: relative; }

.top-block .microsoft:hover {
  text-decoration: underline; }

.top-block .microsoft:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -49px -161px;
  width: 22px;
  height: 22px;
  top: -4px;
  left: 0; }

.header-block {
  background: #f1f0f0;
  padding: 17px 18px 17px 21px;
  font-size: 13px;
  line-height: 16px;
  color: #626262; }

.header-block &gt; span {
  float: left;
  padding: 0 18px 0 0; }

.header-block .pagination {
  float: right; }

.header-block .pagination span {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 0; }

.header-block ul {
  display: inline-block;
  vertical-align: top; }

.header-block ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 9px; }

.header-block ul a {
  text-decoration: none;
  color: #1e2d83; }

.header-block ul a:hover {
  text-decoration: underline; }

.report-list {
  font-size: 13px;
  line-height: 16px; }

.report-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 21px 27px;
  border-bottom: 1px solid #d6d6d6; }

.report-list .col {
  width: 136px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px 0 0; }

.report-list .col:first-child .title {
  text-transform: uppercase;
  font-size: 14px; }

.report-list .col + .col {
  width: calc(100% - 370px); }

.report-list .col + .col + .col {
  width: 234px;
  padding: 0; }

.report-list .col &gt; span {
  display: block;
  padding: 17px 0 0; }

.report-list dl {
  margin: 0 0 3px; }

.report-list dl dt {
  float: left;
  margin: 0 5px 0 0; }

.report-list dl dd {
  overflow: hidden;
  margin: 0; }

.report-list .title {
  display: block;
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  color: #1e2d83; }

.report-list p {
  display: block;
  margin: 0 0 3px; }

.pagination-block {
  border-bottom: 1px solid #d6d6d6;
  padding: 26px 17px 28px 20px;
  margin: 0 0 50px;
  font-size: 13px;
  line-height: 16px; }

.pagination-block &gt; span {
  float: left; }

.pagination-block .pagination {
  float: right;
  color: #1e2d83; }

.pagination-block .pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 9px; }

.pagination-block .pagination li:hover a,
.pagination-block .pagination li.active a {
  text-decoration: underline; }

.pagination-block .pagination a {
  color: #1e2d83;
  text-decoration: none; }

/* additional content styles */
.aside {
  float: right;
  width: 248px;
  color: #6d6d6d;
  padding: 0 0 30px; }

.aside h3 {
  font-size: 15px;
  line-height: 19px;
  font-weight: normal;
  text-transform: uppercase;
  color: #1e2d83;
  overflow: hidden;
  margin: 0 0 13px; }

.aside .edit {
  float: right;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 0 0 18px;
  margin: 3px 0 0;
  position: relative;
  text-decoration: none; }

.aside .edit:hover {
  text-decoration: underline; }

.aside .edit:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -79px -183px;
  width: 10px;
  height: 11px;
  top: 2px;
  left: 0; }

.aside .map {
  max-width: 249px;
  margin: 0 auto 18px;
  height: 297px;
  overflow: hidden; }

.aside .map img {
  display: block;
  max-width: none;
  width: 100%; }

.aside dl {
  margin: 0 0 6px; }

.aside dl dt {
  float: left;
  font-weight: 600;
  padding: 0 0 4px; }

.aside dl dd {
  padding: 0 0 4px;
  overflow: hidden; }

.aside dl + h3 {
  margin-top: 37px; }

.aside .weather-list {
  line-height: 19px;
  margin: -1px 0 0; }

.aside .weather-list li {
  border-bottom: 1px solid #d6d6d6;
  padding: 0 0 16px;
  margin: 0 0 15px; }

.aside .weather-list li:last-child {
  border: none; }

.aside .weather-list strong {
  display: block;
  font-weight: 600; }

.aside .weather-list .time {
  display: block;
  text-transform: uppercase;
  margin: 0 0 10px; }

.aside .weather-list img {
  display: inline-block;
  vertical-align: bottom;
  margin: -2px 8px 2px 0; }

.aside .weather-list .temp {
  display: inline-block;
  vertical-align: bottom;
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  color: #1e2d83; }

.aside .weather-list .comment {
  font-weight: 600; }

.aside .weather-list .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.rates-form {
  max-width: 607px;
  margin: 0 auto 30px;
  text-align: center; }

.rates-form h1 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  color: #1e2d83;
  margin: 0 0 12px; }

.rates-form h1 + p {
  max-width: 590px;
  margin: 0 auto; }

.rates-form .box {
  background: #ededed;
  padding: 24px 29px 20px 21px;
  margin: 49px 0 31px;
  text-align: left;
  font-size: 13px; }

.rates-form .box input,
.rates-form .box .jcf-select {
  width: 100%;
  margin: 0;
  color: #000; }

.rates-form .box input::-webkit-input-placeholder,
.rates-form .box .jcf-select::-webkit-input-placeholder {
  color: #000; }

.rates-form .box input::-moz-placeholder,
.rates-form .box .jcf-select::-moz-placeholder {
  opacity: 1;
  color: #000; }

.rates-form .box input:-moz-placeholder,
.rates-form .box .jcf-select:-moz-placeholder {
  color: #000; }

.rates-form .box input:-ms-input-placeholder,
.rates-form .box .jcf-select:-ms-input-placeholder {
  color: #000; }

.rates-form .box input.placeholder,
.rates-form .box .jcf-select.placeholder {
  color: #000; }

.rates-form .box label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 6px; }

.rates-form .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 60%;
  width: calc(100% - 200px);
  max-width: 339px; }

.rates-form .col-left .col {
  width: 50%;
  padding: 0 0 9px 9px; }

.rates-form .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  width: 200px; }

.rates-form .col-right .col {
  width: 50%;
  padding: 0 0 9px 9px; }

.rates-form .row {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 29px 0 93px;
  position: relative;
  text-align: left; }

.rates-form .row .label {
  width: 100px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 14px 0 0; }

.rates-form .row .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.rates-form .row .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.rates-form .row .field {
  padding: 0 0 0 9px;
  width: 62%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0; }

.rates-form .row .size-4 {
  width: 38%; }

.rates-form .row .jcf-select {
  width: 100%;
  margin: 0 0 9px;
  color: #000; }

.rates-form input[type="submit"] {
  margin: 44px 0;
  font-weight: normal; }

.shipments-section {
  position: relative;
  margin: 0 0 30px; }

.shipments-section h1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #1e2d83;
  margin: 14px 0 44px 20px; }

.shipments-section h1 img {
  vertical-align: middle;
  margin: -2px 0 0 6px; }

.shipments-list {
  font-size: 13px;
  line-height: 19px; }

.shipments-list li {
  margin: 0 0 15px; }

.loading .shipments-list li:last-child {
  opacity: .22; }

.shipments-list .hold {
  background: #f1f0f0;
  padding: 16px 19px 15px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 4px solid #1e2d83; }

.shipments-list .name {
  padding: 0 0 0 51px;
  position: relative; }

.shipments-list .name:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat 0 -217px;
  width: 32px;
  height: 32px;
  left: 0;
  top: 50%;
  margin: -16px 0 0; }

.shipments-list .name strong {
  font-size: 18px;
  color: #242b84;
  font-weight: 600;
  display: block;
  margin: 0 0 2px; }

.shipments-list .name em {
  font-style: normal;
  text-transform: uppercase; }

.shipments-list .info {
  text-align: right; }

.shipments-list .info span {
  display: block; }

.shipments-list .frame {
  padding: 16px 20px 19px 76px; }

.shipments-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.shipments-list .row .col {
  width: 155px;
  padding: 0 10px 0 0; }

.shipments-list .row .col:nth-child(2) {
  width: 129px; }

.shipments-list .row .col:last-child {
  width: calc(100% - 439px);
  text-align: right;
  padding: 0; }

.shipments-list .details,
.shipments-list .price {
  float: left;
  margin: 11px 0 0; }

.shipments-list .details {
  padding: 0 10px 0 0; }

.shipments-list .price {
  float: right; }

.shipments-list .mark {
  color: #e2001a; }

.shipments-list a {
  text-decoration: none; }

.shipments-list a:hover {
  text-decoration: underline; }

.loader {
  position: absolute;
  left: 50%;
  bottom: 79px;
  margin: 0 0 0 -3px;
  background: url(../images/sprite.png) no-repeat -41px -221px;
  width: 6px;
  height: 36px; }

.error-page {
  background: #ededed; }

.error-page #content {
  background: #fff;
  padding: 60px 92px 68px;
  margin: 89px 0 90px; }

.error-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px; }

.error-block .image {
  max-width: 400px;
  width: 71%; }

.error-block .image img {
  vertical-align: top; }

.error-block .text {
  padding: 0 0 9px 60px; }

.error-block h1 {
  color: #1e2d83;
  margin: 0 0 30px; }

.error-block .btn {
  margin: 20px 0 30px; }

.block {
  padding: 0 0 30px; }

.block.account-form {
  display: none; }

.block.feedback-form {
  display: none; }

.block.thank-you {
  padding: 4px 0 0 62px;
  display: none; }

.block.thank-you .title {
  display: block;
  font-weight: normal;
  color: #1e2d83;
  padding: 0 0 9px;
  font-size: 20px; }

.block.information {
  display: none; }

.block.information p {
  margin: 0 0 36px; }

.block.information h4 {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 7px;
  color: #1e2d83; }

.block.information h4 span {
  text-decoration: underline; }

.block.information .text {
  display: block;
  margin: 0 0 32px;
  font-size: 13px; }

.block.information .checkbox-block {
  padding: 0 0 20px; }

.block.information .checkbox-block .title {
  display: block;
  margin: 0 0 11px;
  color: #1e2d83; }

.block.information .checkbox-block label {
  color: #000;
  padding: 0 0 0 5px; }

.block.information .checkbox-row {
  margin: 0 0 6px; }

.block.questions {
  display: none; }

.block.questions p {
  margin: 0 0 27px; }

.questions-form {
  border-top: 1px solid #d6d6d6;
  padding: 36px 30px 30px;
  margin: 0 -30px; }

.questions-form .title {
  display: block;
  margin: 0 0 10px;
  color: #1e2d83; }

.questions-form .row {
  padding: 6px 0 29px 50px;
  border-bottom: 1px solid #d6d6d6;
  margin: 0 -30px 40px; }

.questions-form textarea {
  width: 100%;
  max-width: 486px; }

.questions-form .btn {
  width: auto; }

.questions-form .btn-holder {
  padding: 0 0 0 21px; }

/* two columns styles */
.two-columns {
  overflow: hidden;
  margin: 0 0 30px; }

.two-columns .col {
  width: 24.7%;
  float: right; }

.two-columns .col:first-child {
  float: left;
  width: 72.6%; }

.two-columns .quote-box {
  padding: 0;
  display: block;
  width: 100%;
  margin: 0 0 30px; }

.two-columns .quote-box p {
  margin: 0 0 33px; }

.two-columns .quote-box .quote-form {
  width: auto;
  padding-bottom: 37px; }

.two-columns .quote-box .form-frame {
  padding: 18px 0 0; }

.two-columns .quote-box .btn {
  margin: 21px 0 0; }

.two-columns .box {
  padding: 0 60px 65px;
  background: #fff;
  font-size: 16px;
  line-height: 1.25;
  margin: 0 0 30px; }

.two-columns .image {
  margin: 0 -60px 50px; }

.two-columns .image img {
  width: 100%; }

.two-columns .add-info .title {
  display: block;
  margin: 0 0 13px;
  color: #1e2d83; }

.two-columns .add-info p {
  margin: 0 0 20px; }

.two-columns .add-info .small-text {
  font-size: 14px; }

.two-columns .register-section {
  display: block;
  overflow: hidden;
  padding: 30px 29px 26px; }

.two-columns .register-section h1 {
  max-width: 70%;
  overflow: hidden;
  margin: 3px 0 0; }

.two-columns .register-section .btn {
  float: right; }

.white-box {
  padding: 26px 25px 70px;
  background: #fff;
  font-size: 16px; }

.white-box .title {
  margin: 0 0 19px 11px;
  display: block; }

.add-menu {
  border-top: 1px solid #d7d7d7;
  margin: 0 0 26px; }

.add-menu li {
  border-bottom: 1px solid #d7d7d7; }

.add-menu a {
  display: block;
  position: relative;
  padding: 12px 18px 12px 12px;
  text-decoration: none; }

.add-menu a:after {
  width: 6px;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -6px 0 0;
  background: url(../images/sprite.png) no-repeat 0 -258px; }

.add-menu a:hover,
.add-menu a:focus {
  color: #626262; }

/* posts box styles */
.post-box {
  background: #fff;
  padding: 54px 61px 34px;
  font-size: 16px;
  line-height: 1.375;
  margin: 0 0 30px; }

.post-box p {
  margin: 0 0 20px; }

.post-box p strong {
  color: #1e2d83; }

.tags {
  font-size: 14px;
  line-height: 18px;
  margin: -4px 0 20px 9px; }

.tags a {
  text-decoration: none; }

.tags a:hover,
.tags a:focus {
  color: #626262; }

.article {
  margin: 0 0 54px; }

.article h1 {
  color: #1e2d83;
  margin: 0 0 23px; }

.article p {
  margin: 0 0 20px; }

.article .btn {
  margin-top: 10px; }

.radio-list {
  margin: 0 0 16px 21px; }

.radio-list li {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  padding: 0 18px 18px 0; }

.account-form-2 {
  margin: 0 auto 41px;
  max-width: 660px;
  text-align: center; }

.account-form-2.feedback {
  margin: 0 0 30px;
  max-width: 366px;
  text-align: left;
  padding: 14px 0 0; }

.account-form-2.feedback .row {
  padding: 0 0 0 78px; }

.account-form-2.feedback .label {
  width: 77px; }

.account-form-2.feedback input[type="submit"] {
  width: auto; }

.account-form-2.feedback .btn-holder {
  text-align: right;
  padding: 21px 0 0;
  font-size: 0;
  line-height: 0; }

.account-form-2.feedback .btn {
  margin: 0 0 0 9px;
  padding: 7px 19px; }

.account-form-2 hr {
  margin: 0 0 20; }

.account-form-2.feedback-2 {
  margin: 0 0 30px;
  max-width: 511px;
  text-align: left;
  padding: 24px 0 0; }

.account-form-2.feedback-2 .row {
  padding: 0 0 0 76px; }

.account-form-2.feedback-2 .row.padding-right {
  padding: 0 147px 0 76px; }

.account-form-2.feedback-2 .col-ext,
.account-form-2.feedback-2 .row-phone {
  padding: 0 0 26px; }

.account-form-2.feedback-2 .col-ext input,
.account-form-2.feedback-2 .row-phone input {
  color: #000; }

.account-form-2.feedback-2 .col-ext input::-webkit-input-placeholder,
.account-form-2.feedback-2 .row-phone input::-webkit-input-placeholder {
  color: #000; }

.account-form-2.feedback-2 .col-ext input::-moz-placeholder,
.account-form-2.feedback-2 .row-phone input::-moz-placeholder {
  opacity: 1;
  color: #000; }

.account-form-2.feedback-2 .col-ext input:-moz-placeholder,
.account-form-2.feedback-2 .row-phone input:-moz-placeholder {
  color: #000; }

.account-form-2.feedback-2 .col-ext input:-ms-input-placeholder,
.account-form-2.feedback-2 .row-phone input:-ms-input-placeholder {
  color: #000; }

.account-form-2.feedback-2 .col-ext input.placeholder,
.account-form-2.feedback-2 .row-phone input.placeholder {
  color: #000; }

.account-form-2.feedback-2 .label {
  width: 75px; }

.account-form-2.feedback-2 .add-info {
  position: absolute;
  height: 52px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 14px 86px 0 0;
  font-size: 13px;
  color: #ababab; }

.account-form-2.feedback-2 textarea {
  min-height: 182px !important;
  margin: 0 0 30px; }

.account-form-2.feedback-2 .title {
  display: block;
  font-weight: normal;
  color: #1e2d83;
  padding: 0 0 10px 9px; }

.account-form-2.feedback-2 .title mark {
  background: none;
  color: #ababab;
  font-size: 13px;
  padding: 0 0 0 8px; }

.account-form-2.feedback-2 .btn-holder {
  padding: 65px 0 0 89px; }

.account-form-2.feedback-2 .btn {
  width: auto; }

.account-form-2 h2 {
  font-size: 25px;
  line-height: 28px;
  font-weight: normal;
  color: #1e2d83;
  margin: 0 0 9px;
  padding: 0;
  border: none; }

.account-form-2 h2 span {
  vertical-align: middle; }

.account-form-2 h2 + p a {
  text-decoration: none; }

.account-form-2 h2 + p a:hover {
  text-decoration: underline; }

.account-form-2 .step-number {
  display: inline-block;
  vertical-align: middle;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #1e2d83;
  margin: 0 13px 0 0;
  padding: 6px 7px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  position: relative; }

.account-form-2 .col {
  text-align: left;
  padding: 37px 0 0; }

.account-form-2 .row {
  margin: 0 0 9px;
  padding: 0 0 0 225px;
  position: relative; }

.account-form-2 .label {
  width: 225px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.account-form-2 .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.account-form-2 .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.account-form-2 label {
  display: inline-block;
  vertical-align: top;
  margin: 26px 0 17px 29px; }

.account-form-2 textarea {
  margin: 0; }

.account-form-2 input {
  width: 100%;
  margin: 0; }

.account-form-2 .jcf-select {
  margin: 0;
  width: 100%; }

.account-form-2 .field {
  padding: 0 0 0 9px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0; }

.account-form-2 .col-city {
  width: 100%; }

.account-form-2 .size-1 {
  width: 54.91%; }

.account-form-2 .size-2 {
  width: 23.82%; }

.account-form-2 .size-3 {
  width: 21.27%; }

.account-form-2 .size-4 {
  width: 81px;
  margin: 0 2px 0 0; }

.account-form-2 .size-5 {
  width: 61.80%;
  float: left;
  margin: 0; }

.account-form-2 .size-6 {
  width: 45.41%; }

.account-form-2 .size-7 {
  width: 25.69%; }

.account-form-2 .size-8 {
  width: 28.90%; }

.account-form-2 .size-9 {
  width: 61.70%;
  float: left;
  margin: 0; }

.account-form-2 .size-10 {
  width: 30.5%;
  margin-bottom: 20px; }

.account-form-2 .size-11 {
  width: calc(100% - 176px);
  margin: 0 0 37px; }

.account-form-2 #text7,
.account-form-2 #text17 {
  margin-bottom: 40px; }

.account-form-2 .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 157px;
  height: 52px;
  font-size: 13px; }

.account-form-2 .link:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.account-form-2 .link a {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  margin: 0; }

.account-form-2 .row-phone {
  float: left; }

.account-form-2 .row-phone .size-4 + span + .size-4 {
  margin: 0 2px 0 -7px; }

.account-form-2 .row-vehicle {
  padding: 0 0 0 9px; }

.account-form-2 .row-vehicle .col-vehicle {
  width: 52.5%;
  float: left; }

.account-form-2 .row-vehicle .col-vehicle .label {
  position: static;
  width: 25.5%;
  float: left; }

.account-form-2 .row-vehicle .col-vehicle .field {
  width: 74.5%;
  margin: 0;
  display: block;
  overflow: hidden; }

.account-form-2 .row-vehicle .col-cod {
  width: 47.5%;
  float: left; }

.account-form-2 .row-vehicle .col-cod .label {
  position: static;
  width: 39.5%;
  float: left; }

.account-form-2 .row-vehicle .col-cod .field {
  width: 60.5%;
  margin: 0;
  display: block;
  overflow: hidden; }

.account-form-2 .row-vehicle input {
  width: 100%; }

.account-form-2 .col-ext {
  overflow: hidden;
  padding: 0 0 0 10px; }

.account-form-2 .col-ext .label {
  position: static;
  width: 25.6%;
  float: left;
  padding-right: 1px; }

.account-form-2 .col-ext .field {
  width: 74.40%;
  margin: 0;
  display: block;
  overflow: hidden; }

.account-form-2 .col-room {
  overflow: hidden; }

.account-form-2 .col-room .label {
  position: static;
  width: 44%;
  float: left;
  padding-right: 1px; }

.account-form-2 .col-room .field {
  width: 56%;
  margin: 0;
  display: block;
  overflow: hidden; }

.account-form-2 textarea {
  width: 100%; }

.account-form-2 .checkbox-row,
.account-form-2 .radio-row {
  margin: 48px 0 16px;
  padding: 0 0 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.account-form-2 .checkbox-row label,
.account-form-2 .radio-row label {
  margin: 0; }

.account-form-2 .radio-row {
  margin: 0 0 8px; }

.account-form-2 .radio-field {
  margin: 0 0 17px; }

.account-form-2 .row p {
  margin: 0 0 13px 9px; }

.account-form-2 .jcf-checkbox,
.account-form-2 .jcf-radio {
  margin: 3px 4px 0 0; }

.account-form-2 .jcf-radio {
  color: #000; }

.account-form-2 .checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 4px; }

.account-form-2 .jcf-checkbox {
  margin: 3px 6px 0 0; }

.account-form-2 .buttons {
  padding: 30px 0 0 234px; }

.account-form-2 .buttons .btn-back {
  margin-right: 14px; }

.promo-block {
  position: relative;
  color: #606060;
  background: #fff;
  margin: -30px 0 0;
  text-align: center; }

.promo-block:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 99999px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #f3f3f3; }

.promo-block img {
  position: relative;
  margin: 0 -125px;
  width: 1330px;
  max-width: none;
  display: inline-block;
  vertical-align: top; }

.promo-block .text {
  width: 50%;
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 71px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: left; }

.promo-block h1 {
  font-size: 45px;
  line-height: 47px;
  font-weight: 200;
  color: #1e2d83;
  margin: 0 0 20px; }

.promo-block p {
  margin: 0 0 25px; }

.promo-block .btn {
  margin: 4px 0 0; }

.section {
  padding: 71px 0; }

.section h1 {
  text-align: center;
  color: #1e2d83;
  margin: 0 0 55px; }

.perks-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 16px;
  position: relative;
  color: #5e5e5e;
  font-weight: 300; }

.perks-list:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #e1e1e1;
  width: 1px; }

.perks-list:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 1px;
  z-index: 2; }

.perks-list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 61px; }

.perks-list li:before {
  content: "";
  position: absolute;
  right: 61px;
  left: 61px;
  bottom: 0;
  background: #e1e1e1;
  height: 1px; }

.perks-list .icon {
  border: 1px solid #243386;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  position: relative;
  margin: 0 31px 0 0; }

.perks-list .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.perks-list .text {
  width: calc(100% - 117px); }

.perks-list h2 {
  border: none;
  font-size: 20px;
  line-height: 22px;
  padding: 0;
  margin: 0 0 10px;
  color: #5e5e5e;
  font-weight: 300; }

.perks-list p {
  margin: 0; }

.blockquote-section {
  position: relative;
  margin: 0 -125px 3px; }

.blockquote-section img {
  display: block; }

.blockquote-section blockquote {
  position: absolute;
  left: 50%;
  bottom: 102px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 825px;
  background: rgba(241, 240, 240, 0.9);
  padding: 26px 30px 33px;
  border: none;
  margin: 0;
  font-weight: 300;
  text-align: center;
  color: #5f5f5f; }

.blockquote-section blockquote q {
  display: block;
  color: #1e2d83;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 20px; }

.blockquote-section blockquote cite {
  font-style: normal;
  display: block; }

.jobs-list {
  margin: 71px 0 0;
  color: #5e5e5e; }

.jobs-list li {
  background: #f1f0f0;
  margin: 0 0 30px;
  padding: 36px 40px 37px;
  border-left: 1px solid #1e2d83;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.jobs-list .col {
  padding: 0 40px 0 0; }

.jobs-list .col:first-child {
  width: calc(100% - 436px);
  font-size: 13px;
  line-height: 16px; }

.jobs-list .col:last-child {
  padding: 0 0 0 40px;
  width: 198px; }

.jobs-list .col + .col {
  padding: 0 39px;
  border: 1px solid #d5d5d5;
  border-width: 0 0 0 1px;
  width: 238px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.jobs-list .col + .col:last-child {
  padding: 0 0 0 40px;
  width: 198px; }

.jobs-list h2 {
  border: none;
  padding: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  margin: 0 0 14px; }

.jobs-list h2 a {
  text-decoration: none; }

.jobs-list h2 a:hover {
  text-decoration: underline; }

.jobs-list h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0; }

.jobs-list p {
  margin: 0; }

.jobs-list .btn {
  font-weight: normal;
  padding: 7px 14px;
  margin: 0 0 3px;
  width: 100%;
  text-align: center; }

.job-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6d6d6d; }

.job-form .holder {
  width: calc(100% - 420px);
  margin: 0 0 30px; }

.job-form h2 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  color: #1e2d83;
  margin: 0 0 19px;
  padding: 0 0 15px; }

.job-form h2 span {
  vertical-align: middle; }

.job-form h2 + p a {
  text-decoration: none; }

.job-form h2 + p a:hover {
  text-decoration: underline; }

.job-form h3 {
  text-transform: uppercase;
  color: #1e2d83;
  font-weight: 300;
  margin: 38px 0 17px; }

.job-form .title {
  font-weight: 600;
  display: block;
  color: #1e2d83;
  margin: 0 0 10px; }

.job-form .col {
  padding: 30px 0 0; }

.job-form .row {
  margin: 0 0 9px;
  padding: 0 0 0 224px;
  position: relative; }

.job-form .label {
  width: 224px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.job-form .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.job-form .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.job-form label {
  display: inline-block;
  vertical-align: top;
  margin: 26px 0 17px 29px; }

.job-form input {
  width: 100%;
  margin: 0; }

.job-form #text2 {
  width: 134px; }

.job-form #text5 {
  margin-bottom: 36px; }

.job-form textarea {
  height: 152px;
  margin: 0 0 16px; }

.job-form .field {
  padding: 0 0 0 9px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0; }

.job-form textarea {
  width: 100%; }

.job-form .radio-row {
  margin: 0 0 4px;
  padding: 4px 0 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.job-form .radio-row label {
  margin: 0; }

.job-form .radio-block {
  padding: 30px 0 14px; }

.job-form .radio-block .title {
  padding-left: 9px; }

.job-form .radio-block label {
  color: #000;
  width: calc(100% - 21px); }

.job-form .row p {
  margin: 0 0 13px 9px; }

.job-form .jcf-radio {
  margin: 3px 9px 0 0;
  color: #000; }

.job-form .upload-block {
  margin: 0 0 50px 233px;
  background: none;
  border: 1px solid #d3d3d3;
  padding: 25px 30px 15px;
  font-size: 13px;
  line-height: 16px;
  color: #494949; }

.job-form .upload-block .title {
  font-size: 15px;
  line-height: 19px;
  float: none;
  padding: 0;
  margin: 0 0 12px; }

.job-form .upload-block .title:before {
  display: none; }

.job-form .upload-block .file {
  max-width: 334px;
  margin: 28px 0 0; }

.job-form .upload-block .file-bar {
  box-shadow: inset 0 0 0 1px #d3d3d3; }

.job-form .upload-block .attach-list {
  padding-left: 0; }

.job-form .job-box {
  background: #ededed;
  padding: 39px 40px 38px;
  margin: 0 0 64px; }

.job-form .job-box .frame {
  float: left;
  font-size: 17px;
  line-height: 19px;
  text-transform: uppercase;
  border: 1px solid #626262;
  padding: 20px;
  margin: 0 39px 0 0; }

.job-form .job-box .text {
  overflow: hidden; }

.job-form .job-box .city {
  display: block;
  margin: 0 0 4px; }

.job-form .job-box .price {
  font-size: 40px;
  line-height: 42px;
  display: block;
  font-weight: 200; }

.job-form .aside {
  width: 349px;
  padding: 6px 0 30px; }

.job-form .skills-list,
.job-form .desirable-skills-list {
  color: #575757;
  margin: 0 -10px 40px 0; }

.job-form .skills-list li,
.job-form .desirable-skills-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px 10px 0;
  background: #ededed;
  padding: 8px 14px 9px;
  border: 1px solid #ededed; }

.job-form .desirable-skills-list li {
  background: #fff; }

.job-form .perks-list {
  display: block;
  padding: 12px 0 0; }

.job-form .perks-list:after {
  display: none; }

.job-form .perks-list li {
  width: auto;
  padding: 0;
  margin: 0 0 21px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.job-form .perks-list li:before {
  display: none; }

.job-form .perks-list h3 {
  font-size: 17px;
  line-height: 19px;
  color: #1e2d83;
  text-transform: none;
  font-weight: 300;
  margin: 13px 0 15px; }

.job-form .perks-list .icon {
  width: 56px;
  height: auto;
  border-radius: 0;
  border: none;
  margin: 0 15px 0 0;
  text-align: center; }

.job-form .perks-list .icon img {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.job-form .perks-list .text {
  width: calc(100% - 71px); }

.job-form input[type="submit"] {
  width: auto;
  margin: 0 0 30px 234px; }

.tracking-section {
  text-align: center;
  color: #6d6d6d; }

.tracking-section .holder {
  border-bottom: 1px solid #d3d3d3;
  padding: 0 0 0;
  margin: 0 0 30px; }

.tracking-section h1 {
  color: #1e2d83;
  margin: 0 0 11px;
  font-size: 25px; }

.tracking-section .steps {
  text-align: center;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  padding: 0 0 11px;
  max-width: 470px;
  margin: 0 auto; }

.tracking-section .steps li {
  position: relative;
  padding: 0 0 15px; }

.tracking-section .steps li + li {
  position: relative; }

.tracking-section .steps li + li:before {
  content: "";
  position: absolute;
  top: 19px;
  height: 1px;
  width: 105px;
  background: #9c9c9c;
  right: 54px;
  z-index: -1;
  display: block; }

.tracking-section .steps .step {
  display: block;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #9c9c9c;
  background: #fff;
  margin: 0 auto 8px;
  padding: 8px 7px;
  font-weight: 600;
  box-shadow: 0 0 0 9px #fff;
  position: relative; }

.tracking-section .steps .step &gt; span {
  display: block; }

.tracking-section .steps .active {
  color: #1e2d83; }

.tracking-section .steps .active:before {
  background: #1e2d83; }

.tracking-section .steps .active .step {
  border-color: #1e2d83; }

.tracking-section .steps .done {
  color: #1e2d83; }

.tracking-section .steps .done:before {
  background: #1e2d83; }

.tracking-section .steps .done .step {
  border-color: #1e2d83;
  position: relative; }

.tracking-section .steps .done .step:before,
.tracking-section .steps .done .step:after {
  content: "";
  position: absolute;
  background: #1e2d83;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 2px;
  top: 12px;
  left: 19px;
  height: 12px; }

.tracking-section .steps .done .step:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 5px;
  left: 13px;
  top: 17px; }

.tracking-section .steps .done .step &gt; span {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.tracking-section .steps .delayed {
  color: #e3051e; }

.tracking-section .steps .delayed .step {
  border-color: #e3051e; }

.tracking-section .success-block {
  max-width: 660px;
  margin: 68px auto 0;
  font-size: 13px;
  line-height: 16px;
  text-align: center; }

.tracking-section .success-block h1 {
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 22px; }

.tracking-section span.btn {
  margin: 10px 0 102px;
  font-weight: normal; }

.tracking-section span.btn:hover {
  color: #1e2d83;
  border-color: #1e2d83;
  background: none; }

.tracking-section .list {
  text-transform: uppercase;
  margin: 0 0 30px; }

.tracking-section .list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px;
  padding: 0; }

.tracking-section .list li:before {
  display: none; }

.tracking-section .list li + li:before {
  content: "";
  position: static;
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 23px;
  background: #626262;
  margin: -2px 20px;
  border-radius: 0; }

.tracking-section .list a {
  color: #626262; }

.tracking-section .list a:hover {
  color: #1e2d83; }

.tracking-section .icon {
  margin: 0 auto 64px; }

.tracking-form-2 .top-text {
  max-width: 505px;
  margin: 0 auto 44px; }

.tracking-form-2 .box {
  background: #ededed;
  max-width: 505px;
  padding: 21px 50px 48px;
  margin: 0 auto 47px; }

.tracking-form-2 .box label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 11px; }

.tracking-form-2 .box .jcf-select {
  width: 100%;
  margin: 0;
  text-align: left; }

.tracking-form-2 .box.alt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 718px;
  padding: 26px 31px 29px; }

.tracking-form-2 .box .col {
  width: 36.6%;
  text-align: left; }

.tracking-form-2 .box .col + .col {
  padding: 0 0 0 9px;
  width: 27.4%; }

.tracking-form-2 .box .col + .col + .col {
  width: 18%; }

.tracking-form-2 .box .col label {
  margin-left: 19px;
  font-size: 13px; }

.tracking-form-2 .box .question {
  margin: -1px 21px 0 20px;
  float: right;
  width: 18px;
  height: 18px;
  border: 1px solid #7c7c7c;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  padding: 1px; }

.tracking-form-2 .hold {
  max-width: 405px;
  margin: 0 auto;
  text-align: left; }

.tracking-form-2 .row {
  margin: 0 0 15px;
  position: relative; }

.tracking-form-2 .row.alt {
  margin: 0 0 19px -9px; }

.tracking-form-2 .row.alt label {
  margin: 5px 28px 9px; }

.tracking-form-2 .row p {
  margin: 0 0 13px 9px; }

.tracking-form-2 .label {
  height: 52px;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.tracking-form-2 .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.tracking-form-2 .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.tracking-form-2 label {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 11px; }

.tracking-form-2 textarea {
  margin: 0; }

.tracking-form-2 input[type="text"],
.tracking-form-2 input[type="tel"],
.tracking-form-2 input[type="email"] {
  width: 100%;
  margin: 0;
  color: #000; }

.tracking-form-2 input[type="text"]::-webkit-input-placeholder,
.tracking-form-2 input[type="tel"]::-webkit-input-placeholder,
.tracking-form-2 input[type="email"]::-webkit-input-placeholder {
  color: #000; }

.tracking-form-2 input[type="text"]::-moz-placeholder,
.tracking-form-2 input[type="tel"]::-moz-placeholder,
.tracking-form-2 input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #000; }

.tracking-form-2 input[type="text"]:-moz-placeholder,
.tracking-form-2 input[type="tel"]:-moz-placeholder,
.tracking-form-2 input[type="email"]:-moz-placeholder {
  color: #000; }

.tracking-form-2 input[type="text"]:-ms-input-placeholder,
.tracking-form-2 input[type="tel"]:-ms-input-placeholder,
.tracking-form-2 input[type="email"]:-ms-input-placeholder {
  color: #000; }

.tracking-form-2 input[type="text"].placeholder,
.tracking-form-2 input[type="tel"].placeholder,
.tracking-form-2 input[type="email"].placeholder {
  color: #000; }

.tracking-form-2 .jcf-select {
  margin: 0;
  width: 100%; }

.tracking-form-2 .field {
  padding: 0 0 0 9px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0; }

.tracking-form-2 .col-city {
  margin: 0 0 0 -9px; }

.tracking-form-2 .size-1 {
  width: 52.91%; }

.tracking-form-2 .size-2 {
  width: 24.82%; }

.tracking-form-2 .size-3 {
  width: 22.27%; }

.tracking-form-2 .size-4 {
  width: 81px;
  margin: 0 2px 0 0; }

.tracking-form-2 .size-5 {
  width: 61.80%;
  float: left;
  margin: 0; }

.tracking-form-2 .size-6 {
  width: 45.41%; }

.tracking-form-2 .size-7 {
  width: 26.69%; }

.tracking-form-2 .size-8 {
  width: 27.90%; }

.tracking-form-2 .size-9 {
  width: 61.70%;
  float: left;
  margin: 0; }

.tracking-form-2 .size-10 {
  width: 30.5%;
  margin-bottom: 20px; }

.tracking-form-2 .size-11 {
  width: calc(100% - 176px);
  margin: 0 0 37px; }

.tracking-form-2 .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 157px;
  height: 52px;
  font-size: 13px; }

.tracking-form-2 .link:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.tracking-form-2 .link a {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  margin: 0; }

.tracking-form-2 .row-phone {
  float: left;
  margin: 0 0 0 -9px; }

.tracking-form-2 .row-phone .size-4 + span + .size-4 {
  margin: 0 2px 0 -7px; }

.tracking-form-2 .col-ext {
  overflow: hidden;
  padding: 0 0 0 17px; }

.tracking-form-2 .col-ext .label {
  position: static;
  width: 25.6%;
  float: left;
  padding-right: 1px; }

.tracking-form-2 .col-ext .field {
  width: 74.40%;
  margin: 0;
  display: block;
  overflow: hidden; }

.tracking-form-2 textarea {
  width: 100%; }

.tracking-form-2 .checkbox-row,
.tracking-form-2 .radio-row {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.tracking-form-2 .checkbox-row label,
.tracking-form-2 .radio-row label {
  margin: 0;
  max-width: calc(100% - 23px);
  text-align: left;
  display: block; }

.tracking-form-2 .checkbox-columns {
  text-align: center;
  padding: 34px 0 46px; }

.tracking-form-2 .checkbox-row + .checkbox-row {
  margin: 0 0 0 10px; }

.tracking-form-2 .radio-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 34px 0 46px; }

.tracking-form-2 .radio-row {
  margin: 0; }

.tracking-form-2 .radio-row + .radio-row {
  margin: 0 0 0 27px; }

.tracking-form-2 .radio-row label {
  min-width: 110px; }

.tracking-form-2 .radio-field {
  margin: 0 0 17px; }

.tracking-form-2 .jcf-checkbox,
.tracking-form-2 .jcf-radio {
  margin: 3px 4px 0 0; }

.tracking-form-2 .jcf-radio {
  color: #000;
  vertical-align: top; }

.tracking-form-2 .checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 4px; }

.tracking-form-2 .jcf-checkbox {
  margin: 3px 6px 0 0;
  vertical-align: top; }

.tracking-form-2 .billing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tracking-form-2 .billing .label {
  width: 149px; }

.tracking-form-2 .billing .label label {
  margin: 0; }

.tracking-form-2 .billing .field {
  width: calc(100% - 149px); }

.tracking-form-2 .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e2d83;
  margin: 29px 0 13px;
  position: relative;
  text-align: center; }

.tracking-form-2 .title span {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0 15px 46px;
  position: relative; }

.tracking-form-2 .title span:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat;
  top: 0;
  left: 0; }

.tracking-form-2 .title.pickup span:before {
  background-position: 0 -78px;
  width: 35px;
  height: 36px; }

.tracking-form-2 .title.deliver span:before {
  background-position: -41px -85px;
  width: 37px;
  height: 36px; }

.tracking-form-2 .buttons-block {
  border-top: 1px solid #d3d3d3;
  padding: 30px 0;
  text-align: center;
  clear: both; }

.tracking-form-2 .buttons-block .btn-back {
  margin-right: 14px; }

.tracking-form-2 .buttons-block .radio-columns {
  padding: 30px 15px 30px 0;
  display: inline-block;
  vertical-align: middle; }

.tracking-form-2 .buttons-block .radio-columns .radio-row {
  display: inline-block;
  vertical-align: top;
  font-size: 13px; }

.tracking-form-2 .buttons-block .radio-columns .radio-row + .radio-row {
  margin: 0 0 0 10px; }

.tracking-form-2 .buttons-block .radio-columns label {
  display: inline-block;
  white-space: nowrap;
  min-width: 0; }

.tracking-form-2 .buttons-block .radio-columns .jcf-radio {
  margin: 2px 3px 0 0; }

.tracking-form-2 input[type="submit"] {
  width: auto; }

.tracking-form-2 .frame {
  float: left;
  width: 60%;
  text-align: left;
  font-size: 13px;
  line-height: 16px;
  color: #7b7b7b;
  margin: 33px 0 49px; }

.tracking-form-2 .frame h2 {
  color: #7d7d7d;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  padding: 0 22px 18px;
  margin: 0 0 16px; }

.tracking-form-2 .frame .title {
  font-weight: normal;
  color: #1e2d83;
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 2px;
  text-align: left; }

.tracking-form-2 .frame .sub-title {
  color: #494949;
  font-weight: normal; }

.tracking-form-2 .frame .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tracking-form-2 .frame .column {
  width: 50%;
  padding: 0 0 0 23px; }

.tracking-form-2 .frame .bottom-cols {
  border: 1px solid #c6c6c6;
  border-width: 1px 0;
  padding: 16px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px; }

.tracking-form-2 .frame .bottom-cols dl {
  display: inline; }

.tracking-form-2 .frame .bottom-cols dl + dl {
  margin: 0 0 0 20px; }

.tracking-form-2 .frame .bottom-cols dl dt {
  display: inline;
  color: #494949; }

.tracking-form-2 .frame .bottom-cols dl dd {
  margin: 0;
  display: inline; }

.tracking-form-2 .frame address {
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 17px; }

.tracking-form-2 .frame address a[href^=tel] {
  color: #7b7b7b;
  text-decoration: none; }

.tracking-form-2 .frame address span {
  color: #000; }

.tracking-form-2 .frame p {
  margin: 0 0 17px; }

.tracking-form-2 .frame .mark {
  display: block;
  font-size: 15px;
  line-height: 18px;
  color: #e2001a;
  margin: 0 20px 20px; }

.tracking-form-2 .box-right {
  float: right;
  text-align: left;
  width: 37.4%;
  background: #ededed;
  padding: 26px 30px 16px;
  color: #494949;
  font-size: 13px;
  margin: 17px 0 49px; }

.tracking-form-2 .box-right h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 300;
  text-transform: uppercase;
  border: none;
  padding: 0;
  margin: 0 0 23px; }

.tracking-form-2 .box-right dl {
  margin: 0 0 7px;
  color: #000;
  font-size: 14px; }

.tracking-form-2 .box-right dl dt {
  float: left;
  margin: 0 4px 4px 0;
  min-width: 49px; }

.tracking-form-2 .box-right dl dd {
  overflow: hidden;
  margin: 0 0 4px; }

.tracking-form-2 .box-right .bottom-block {
  border: 1px solid #d5d5d5;
  border-width: 1px 0;
  padding: 8px 0 3px;
  margin: 0 0 27px; }

.tracking-form-2 .box-right .bottom-block dl {
  color: #1e2d83;
  margin: 0; }

.tracking-form-2 .box-right p {
  margin: 0 0 7px; }

.tracking-form-2 .box-right label {
  margin: 0 0 11px; }

.tracking-form-2 .box-right .checkbox-row {
  margin: 0 0 24px 11px;
  display: block; }

.tracking-form-2 .box-right .checkbox-row label {
  display: block;
  overflow: hidden;
  color: #7b7b7b;
  padding: 0 0 2px; }

.tracking-form-2 .box-right .email-hold {
  padding: 28px 0 0;
  border-top: 1px solid #d5d5d5; }

.tracking-form-2 .box-right .email-hold .checkbox-row {
  margin-bottom: 10px; }

.tracking-form-2 .box-right .jcf-checkbox {
  float: left;
  margin: 2px 10px 0 0; }

.tracking-form-2 .box-right input[type="email"] {
  margin: 0 0 11px; }

.ship-form .block {
  background: #fff;
  margin: 0 0 30px;
  padding: 0 90px 35px; }

.ship-form .bottom-block {
  text-align: center;
  padding: 45px 30px 0;
  margin: 0 -90px;
  border-top: 1px solid #d6d6d6; }

.ship-form input[type="submit"] {
  margin: 0;
  font-weight: normal; }

.ship-form h2 {
  text-align: center;
  padding: 40px;
  margin: 0 -90px 44px;
  border-color: #d6d6d6; }

.ship-form h3 {
  font-size: 17px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  color: #7a7a7a;
  text-transform: uppercase;
  padding: 17px 16px 16px;
  background: #ededed;
  margin: 0 0 18px; }

.ship-form .title {
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #1e2d83;
  margin: 40px 0 13px;
  padding: 9px 0 15px 46px;
  position: relative; }

.ship-form .title:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat;
  top: 0;
  left: 0; }

.ship-form .title.pickup:before {
  background-position: 0 -78px;
  width: 35px;
  height: 36px; }

.ship-form .title.deliver:before {
  background-position: -41px -85px;
  width: 37px;
  height: 36px; }

.ship-form .col-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 -90px; }

.ship-form .col-holder .col {
  width: 50%;
  padding: 0 0 0 90px; }

.ship-form .row {
  margin: 0 0 15px -9px;
  position: relative; }

.ship-form .row.alt {
  margin: 0 0 19px -0; }

.ship-form .row.alt label {
  margin: 5px 28px 9px; }

.ship-form .row p {
  margin: 0 0 13px 0; }

.ship-form .label {
  height: 52px;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.ship-form .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.ship-form .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.ship-form label {
  display: inline-block;
  vertical-align: top;
  margin: 0 28px 11px; }

.ship-form textarea {
  margin: 0; }

.ship-form input[type="text"],
.ship-form input[type="tel"],
.ship-form input[type="email"] {
  width: 100%;
  margin: 0;
  color: #000; }

.ship-form input[type="text"]::-webkit-input-placeholder,
.ship-form input[type="tel"]::-webkit-input-placeholder,
.ship-form input[type="email"]::-webkit-input-placeholder {
  color: #000; }

.ship-form input[type="text"]::-moz-placeholder,
.ship-form input[type="tel"]::-moz-placeholder,
.ship-form input[type="email"]::-moz-placeholder {
  opacity: 1;
  color: #000; }

.ship-form input[type="text"]:-moz-placeholder,
.ship-form input[type="tel"]:-moz-placeholder,
.ship-form input[type="email"]:-moz-placeholder {
  color: #000; }

.ship-form input[type="text"]:-ms-input-placeholder,
.ship-form input[type="tel"]:-ms-input-placeholder,
.ship-form input[type="email"]:-ms-input-placeholder {
  color: #000; }

.ship-form input[type="text"].placeholder,
.ship-form input[type="tel"].placeholder,
.ship-form input[type="email"].placeholder {
  color: #000; }

.ship-form .jcf-select {
  margin: 0;
  width: 100%; }

.ship-form .field {
  padding: 0 0 0 9px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 -3px 0 0; }

.ship-form .col-city label {
  margin: 0 20px 11px; }

.ship-form .size-1 {
  width: 52.91%; }

.ship-form .size-2 {
  width: 24.82%; }

.ship-form .size-3 {
  width: 22.27%; }

.ship-form .size-4 {
  width: 81px;
  margin: 0 2px 0 0; }

.ship-form .size-4 + span {
  font-size: 23px;
  display: inline-block;
  padding: 9px 0; }

.ship-form .size-5 {
  width: 61.80%;
  float: left;
  margin: 0; }

.ship-form .size-6 {
  width: 45.41%; }

.ship-form .size-7 {
  width: 26.69%; }

.ship-form .size-8 {
  width: 27.90%;
  margin-bottom: 20px; }

.ship-form .size-9 {
  width: 61.70%;
  float: left;
  margin: 0; }

.ship-form .size-10 {
  width: 30.5%;
  margin-bottom: 20px; }

.ship-form .size-11 {
  width: calc(100% - 176px);
  margin: 0 0 37px; }

.ship-form .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 157px;
  height: 52px;
  font-size: 13px; }

.ship-form .link:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.ship-form .link a {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  margin: 0; }

.ship-form .row-phone {
  float: left; }

.ship-form .row-phone .size-4 + span + .size-4 {
  margin: 0 2px 0 -7px; }

.ship-form .col-ext {
  overflow: hidden;
  padding: 0 0 0 17px; }

.ship-form .col-ext .label {
  position: static;
  width: 25.6%;
  float: left;
  padding-right: 1px; }

.ship-form .col-ext .field {
  width: 74.40%;
  margin: 0;
  display: block;
  overflow: hidden; }

.ship-form textarea {
  width: 100%; }

.ship-form .shipment-section .hold {
  float: left;
  width: 60.5%;
  padding: 32px 0 0; }

.ship-form .shipment-section .frame {
  float: right;
  width: 35%;
  padding: 3px 0 0; }

.ship-form .shipment-section .frame label {
  margin: 0 28px 13px; }

.ship-form .shipment-section label {
  color: #6d6d6d;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 20px 13px; }

.ship-form .shipment-section .row-phone {
  padding-left: 9px;
  width: 66%; }

.ship-form .shipment-section .col-ext {
  padding: 0 0 0 5px; }

.ship-form .shipment-section .col-ext label {
  margin: 0;
  text-transform: none; }

.ship-form .shipment-section .row {
  margin: 0 0 24px -9px; }

.ship-form .shipment-holder {
  min-height: 286px; }

.ship-form .size-12 {
  width: 33.333%; }

.ship-form .shipment-box {
  background: #ededed;
  padding: 20px 56px 19px 20px;
  margin: 0 0 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ship-form .shipment-box .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 48.5%; }

.ship-form .shipment-box .col + .col {
  width: 51.5%;
  padding: 0 0 0 32px; }

.ship-form .shipment-box .col + .col label {
  left: auto;
  right: 3px;
  margin-left: 9px; }

.ship-form .shipment-box .select {
  width: 60%; }

.ship-form .shipment-box .select + .select {
  width: 40%;
  padding-left: 9px; }

.ship-form .shipment-box label {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 85px;
  margin: 0; }

.ship-form .shipment-box input[type="text"] {
  max-width: 60px;
  padding: 14px 16px 15px; }

.ship-form .shipment-box .text {
  padding: 0 0 0 9px; }

.ship-form .shipment-box .close {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 23px;
  height: 23px;
  cursor: pointer;
  margin: -9px 0 0; }

.ship-form .shipment-box .close:before,
.ship-form .shipment-box .close:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #626262;
  top: 1px;
  left: 32%;
  -webkit-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(-45deg) translateX(-50%) translateY(-50%);
  transform: rotate(-45deg) translateX(-50%) translateY(-50%); }

.ship-form .shipment-box .close:after {
  top: 17px;
  left: 6px;
  -webkit-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  -ms-transform: rotate(45deg) translateX(-50%) translateY(-50%);
  transform: rotate(45deg) translateX(-50%) translateY(-50%); }

.ship-form .shipment-box .close:hover:before,
.ship-form .shipment-box .close:hover:after {
  background: #000; }

.ship-form .add {
  text-align: center;
  display: block;
  padding: 16px;
  border: 1px dashed  #d6d6d6;
  color: #6d6d6d;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 20px; }

.ship-form .add:hover {
  color: #000;
  border-color: #000; }

.ship-form .billing-section {
  padding: 19px 0 44px; }

.ship-form .billing-section .hold {
  float: left;
  width: 55.2%;
  padding: 32px 0 0; }

.ship-form .billing-section .frame {
  float: right;
  width: 34.8%; }

.ship-form .billing-section .frame label {
  color: #6d6d6d;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  margin: 0 20px 10px; }

.ship-form .billing-section .row-phone {
  padding-left: 9px; }

.ship-form .billing-section .col-ext label {
  margin: 0;
  text-transform: none; }

.ship-form .billing-section .row {
  margin: 0 0 26px -9px; }

.ship-form .billing-section .box {
  background: #ededed;
  padding: 32px 22px 28px;
  margin: 0 0 28px;
  position: relative; }

.ship-form .billing-section .box .radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 16px 0 0; }

.ship-form .billing-section .box &gt; span {
  position: absolute;
  left: 20px;
  top: -29px;
  margin: 0;
  color: #6d6d6d;
  font-size: 15px;
  line-height: 18px; }

.ship-form .billing-section .box label {
  vertical-align: middle;
  margin: 0;
  position: relative;
  z-index: 1; }

.ship-form .billing-section .box label img {
  display: block;
  position: relative;
  z-index: -2; }

.ship-form .billing-section .box .jcf-radio {
  margin: 0 7px 0 0; }

.ship-form .billing-section .date-row label {
  display: block; }

.ship-form .billing-section .date-row .jcf-select {
  max-width: 150px;
  float: left; }

.ship-form .billing-section .date-row input[type="text"] {
  max-width: 150px; }

.ship-form .billing-section .date-row .col {
  width: 63%;
  float: left; }

.ship-form .billing-section .date-row .col .field {
  width: 50%; }

.ship-form .billing-section .date-row .col .field + .field {
  padding: 0 0 0 9px; }

.ship-form .billing-section .date-row &gt; .field {
  width: 32%;
  display: block;
  float: right; }

.ship-form .billing-section .date-row &gt; .field label {
  margin: 0 20px 11px; }

.ship-form .price-block {
  padding: 4px 0 15px;
  margin: 0 0 17px;
  border-bottom: 1px solid #ececec; }

.ship-form .price-block span {
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px; }

.ship-form .price-block strong {
  color: #1e2d83;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  display: block; }

.ship-form .sub-head {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  display: block;
  margin: 0 0 9px; }

.ship-form .sub-head.alt {
  color: #1e2d83;
  display: block;
  margin: 0 0 13px; }

.ship-form .time {
  color: #1e2d83;
  display: block;
  margin: 0 0 52px;
  font-size: 17px;
  line-height: 19px; }

.ship-form dl {
  margin: 0 0 7px; }

.ship-form dl dt {
  float: left;
  font-weight: 600;
  margin: 0 4px 4px 0; }

.ship-form dl dd {
  overflow: hidden;
  padding: 0 0 4px; }

.ship-form .edit {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 20px;
  font-size: 13px;
  line-height: 15px; }

.ship-form .success-block {
  max-width: 660px;
  margin: 0 auto;
  padding: 96px 0 65px;
  font-size: 13px;
  line-height: 16px;
  text-align: center; }

.ship-form .success-block h1 {
  font-size: 30px;
  line-height: 32px;
  color: #1e2d83;
  margin: 0 0 22px; }

.ship-form .success-block .icon {
  margin: 0 auto 64px; }

.ship-form .success-block .btn {
  font-weight: normal; }

.ship-form span.btn {
  margin: 10px 0 94px; }

.ship-form span.btn:hover {
  color: #1e2d83;
  border-color: #1e2d83;
  background: none; }

.content-section {
  padding: 30px 30px 0;
  line-height: 20px; }

.content-section.alt {
  padding: 15px 20px 52px; }

.content-section.alt .heading-alt {
  padding: 0 20px 16px;
  margin: 0 -20px 40px; }

.content-section .heading-alt {
  padding: 0 30px 38px;
  margin: 0 -30px 36px;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.content-section .heading-alt h2 {
  margin: 0; }

.content-section .heading-alt h4 {
  margin: 0;
  font-size: 20px;
  color: #1e2d83;
  font-weight: normal; }

.content-section .heading-alt .icon {
  vertical-align: top; }

.content-section .heading-alt + .sub-heading {
  margin-top: -20px;
  margin-bottom: 27px; }

.content-section h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 200;
  margin: 0 0 14px;
  padding: 0;
  border: none; }

.content-section .icon {
  margin: -12px 13px -12px 0; }

.content-section h3 {
  margin: 0 0 15px; }

.content-section p + h3 {
  margin-top: 33px; }

.content-section .sub-heading {
  display: block;
  color: #474747;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3;
  background: none;
  padding: 0 30px 16px;
  margin: 42px -30px 37px; }

/* gray box styles */
.gray-box {
  background: #f1f0f0;
  padding: 0 40px 20px;
  margin: 0 0 37px; }

.gray-box .heading {
  padding: 17px 20px;
  margin: 0 -40px 35px;
  background: #e9e9e9; }

.gray-box .heading h6 {
  font-weight: normal;
  color: #1e2d83;
  margin: 0; }

.gray-box .box-content .title {
  display: block;
  margin: 0 0 14px; }

.gray-box .list-alt {
  padding: 0 0 0 12px; }

.gray-box .list-alt li {
  padding: 0 0 5px 19px; }

.gray-box p a {
  text-decoration: none; }

.gray-box p a:hover {
  text-decoration: underline; }

pre {
  background-color: transparent;
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  white-space: nowrap;
  word-break: normal; }

pre code {
  background-color: transparent;
  border-radius: 0;
  color: inherit;
  font-size: inherit;
  padding: 0;
  white-space: pre-wrap;
  display: inline-block;
  padding: 0;
  line-height: 25px;
  font-size: 15px; }

/* cod box styles */
.cod-box {
  background: #1e2d83;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 0 0 93px; }

.cod-box .col {
  padding: 0 26px 7px; }

.cod-box .col:first-child {
  float: left;
  background: #172367;
  width: 65px;
  overflow: hidden; }

/* info section styles */
.info-section {
  padding: 0 0 30px; }

.info-section h5 {
  color: #1e2d83;
  font-weight: normal;
  margin: 0 0 13px; }

.info-section p {
  margin: 0 0 19px; }

.info-section .image {
  padding: 17px 0 11px; }

.info-section .image img {
  vertical-align: top; }

.info-section .label {
  display: inline-block;
  vertical-align: top;
  background: #e9e9e9;
  padding: 0 8px;
  margin: 0 0 5px; }

.info-section .btn-center {
  text-align: center;
  padding: 0 0 79px; }

.info-section .btn-center .btn {
  padding: 17px 44px;
  font-size: 18px; }

.info-section .btn-holder {
  font-size: 0;
  line-height: 0; }

.info-section .btn-left,
.info-section .btn-right {
  display: inline-block;
  vertical-align: top;
  color: #1e2d83;
  text-decoration: none;
  width: 50%;
  font-size: 15px;
  line-height: 18px;
  padding: 0 10px 0 0; }

.info-section .btn-left:hover span,
.info-section .btn-right:hover span {
  background: #e9e9e9; }

.info-section .btn-left span,
.info-section .btn-right span {
  padding: 25px 10px 25px 70px;
  position: relative;
  background: #f1f0f0;
  display: block; }

.info-section .btn-left span:before,
.info-section .btn-right span:before {
  width: 51px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #e9e9e9 url(../images/sprite.png) no-repeat 17px -273px; }

.info-section .btn-right {
  padding: 0 0 0 10px; }

.info-section .btn-right span {
  padding: 25px 47px 25px 65px; }

.info-section .btn-right span:before {
  left: auto;
  right: 0;
  background-position: -60px -272px; }

.num-list {
  opacity: .5;
  position: absolute;
  top: 29px;
  left: 13px; }

.num-list li {
  padding: 0 0 5px;
  text-align: right; }

a[href^=tel] {
  text-decoration: none; }

.account-form-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 34px 0 40px -61px; }

.account-form-3 .col {
  width: 50%;
  padding: 0 0 0 61px; }

.account-form-3 label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 11px; }

.account-form-3 input[type="text"] {
  display: block;
  width: 100%;
  color: #000;
  margin: 0 0 16px; }

.account-form-3 input[type="text"]::-webkit-input-placeholder {
  color: #000; }

.account-form-3 input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #000; }

.account-form-3 input[type="text"]:-moz-placeholder {
  color: #000; }

.account-form-3 input[type="text"]:-ms-input-placeholder {
  color: #000; }

.account-form-3 input[type="text"].placeholder {
  color: #000; }

.account-form-3 input[type="submit"] {
  margin: 13px 0 30px; }

.account-form-3 .box {
  padding: 41px 30px 48px;
  margin: 28px 0 30px;
  text-align: center;
  border: 1px solid #d3d3d3; }

.account-form-3 .box .icon {
  display: block;
  margin: 0 auto 10px; }

.account-form-3 .box .title {
  display: block;
  margin: 0 0 19px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: #1e2d83; }

.breadcrumbs {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #d3d3d3;
  padding: 0 30px 17px;
  margin: -17px -30px 36px;
  color: #1e2d83; }

.breadcrumbs li {
  display: inline-block;
  vertical-align: top;
  padding: 0 33px 0 0;
  position: relative; }

.breadcrumbs li:last-child {
  padding: 0; }

.breadcrumbs li:last-child:before {
  display: none; }

.breadcrumbs li.active a {
  text-decoration: underline; }

.breadcrumbs li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background: #bababa;
  right: 9px;
  top: 8px; }

.breadcrumbs a {
  text-decoration: none; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.buttons-block {
  border-top: 1px solid #d3d3d3;
  padding: 39px 30px 0;
  margin: 37px -30px 30px; }

.news-section {
  padding: 0 0 50px; }

.news-section h3 {
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 27px; }

.news-list {
  color: #494949;
  text-transform: uppercase;
  line-height: 20px;
  max-width: 742px;
  margin: 0 0 29px; }

.news-list li {
  margin: 0 0 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.news-list .text-section {
  padding: 0 30px 0 0;
  margin: 0;
  width: calc(100% - 132px); }

.news-list h3 {
  margin: 0; }

.news-list h3 a {
  color: #494949;
  text-decoration: none; }

.news-list h3 a:hover {
  color: #1e2d83; }

.news-list .btn {
  white-space: nowrap;
  margin: 3px 0 0; }

.news-list time {
  display: block;
  font-weight: 600;
  margin: 0 0 2px; }

.video-list {
  padding: 13px 30px 30px;
  margin: 0 -30px 25px;
  border-bottom: 1px solid #d3d3d3; }

.video-list li {
  margin: 0 0 20px; }

.video-list .video {
  float: left;
  width: 163px;
  position: relative;
  background: #000;
  margin: 0 20px 0 0; }

.video-list .video img {
  opacity: .79;
  vertical-align: top;
  width: 100%;
  max-width: none; }

.video-list .video .time {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  line-height: 16px;
  padding: 0 4px 2px;
  color: #1e2d83;
  background: #fff; }

.video-list .play {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 12px 20px;
  margin: -12px 0 0 -11px; }

.video-list .play:hover {
  border-color: rgba(30, 45, 131, 0);
  border-left-color: #1e2d83; }

.video-list .text-hold {
  overflow: hidden;
  padding: 17px 0 0; }

.video-list h3 {
  font-weight: normal;
  margin: 0 0 3px; }

.video-list a {
  text-decoration: none; }

.video-list a:hover {
  text-decoration: underline; }

.servise-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px 38px;
  margin: 0 -30px 79px;
  border-bottom: 1px solid #d3d3d3; }

.servise-block .text-hold {
  width: calc(100% - 202px);
  max-width: 400px; }

.servise-block .image {
  width: 202px;
  padding: 7px 0 0;
  text-align: center; }

.servise-block .image img {
  vertical-align: top; }

.servise-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 0 30px 42px 0;
  margin: 0 -30px 54px;
  border-bottom: 1px solid #d3d3d3; }

.servise-list li {
  width: 33.333%;
  padding: 0 0 0 30px; }

.servise-list .title {
  margin: 0 0 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.servise-list .title h3 {
  margin: 0;
  font-size: 17px;
  line-height: 19px;
  font-weight: normal; }

.servise-list .title .icon {
  vertical-align: top;
  margin: -16px 15px -16px 0; }

.servise-list .title .icon img {
  vertical-align: top; }

hr {
  display: block;
  height: 1px;
  background: #d3d3d3;
  margin: 36px -30px 29px;
  border: none; }

.map-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 9px 0 10px; }

.map-section .map {
  width: calc(100% - 311px);
  margin: 0 0 26px; }

.map-section .map img {
  vertical-align: top;
  max-width: none;
  width: 100%; }

.map-section .hold {
  width: 311px;
  padding: 0 0 0 30px; }

.map-section .hold ul {
  color: #4d4d4d;
  border-top: 1px solid #d3d3d3;
  margin: 0 0 14px; }

.map-section .hold ul li {
  padding: 16px 0 17px;
  border-bottom: 1px solid #d3d3d3; }

.map-section .hold .link {
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
  margin: 0 0 0 10px; }

.map-section .hold .link:hover {
  text-decoration: underline; }

.map-section .hold .location {
  display: block;
  overflow: hidden;
  padding: 0 0 0 32px;
  position: relative; }

.map-section .hold .location:before {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -62px -234px;
  width: 10px;
  height: 17px;
  left: 2px;
  top: 2px; }

.map-section .hold .note {
  margin-right: -5px;
  margin-left: -2px;
  line-height: 20px; }

.download {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 0 10px; }

.download:hover {
  text-decoration: underline; }

.rates-block {
  max-width: 269px;
  color: #1e2d83;
  margin: 0 0 35px; }

.rates-block .date {
  display: block;
  background: #1e2d83;
  color: #fff;
  padding: 3px 10px; }

.rates-frame {
  margin: 0 0 17px; }

.rates-frame strong {
  display: inline-block;
  font-size: 60px;
  line-height: 54px;
  letter-spacing: -1px;
  font-weight: 200;
  margin: 0 16px 0 0; }

.rates-frame span {
  display: inline-block;
  vertical-align: bottom; }

.surcharge-list {
  color: #4d4d4d;
  margin: 0 0 30px;
  max-width: 320px; }

.surcharge-list li {
  padding: 16px 0;
  border-top: 1px solid #d3d3d3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.surcharge-list li:first-child {
  border: none;
  padding-top: 0; }

.surcharge-list strong {
  font-weight: 600; }

.surcharge-list .date {
  padding: 0 0 0 15px;
  min-width: 150px; }

.offers-form .text-block {
  text-align: center;
  padding: 17px 0 14px;
  margin: 0 0 39px;
  border-bottom: 1px solid #d3d3d3; }

.offers-form .text-block h2,
.offers-form .text-block p {
  margin-left: auto;
  margin-right: auto;
  max-width: 620px; }

.offers-form .text-block p {
  margin: 0  auto 22px; }

.offers-form h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  border: none;
  margin: 0 0 20px; }

.offers-form .col {
  text-align: left;
  max-width: 575px;
  margin: 0 auto; }

.offers-form .row {
  margin: 0 0 9px;
  padding: 0 0 0 141px;
  position: relative; }

.offers-form .label {
  width: 141px;
  height: 52px;
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  text-align: right;
  padding: 2px 10px 0 0; }

.offers-form .label:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.offers-form .label label {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  width: 100%;
  margin: 0; }

.offers-form label {
  display: inline-block;
  vertical-align: top;
  margin: 26px 0 17px 29px; }

.offers-form textarea {
  margin: 0; }

.offers-form input[type="text"],
.offers-form input[type="tel"],
.offers-form input[type="email"],
.offers-form input[type="password"] {
  width: 100%;
  margin: 0;
  color: #000; }

.offers-form input[type="text"]::-webkit-input-placeholder,
.offers-form input[type="tel"]::-webkit-input-placeholder,
.offers-form input[type="email"]::-webkit-input-placeholder,
.offers-form input[type="password"]::-webkit-input-placeholder {
  color: #000; }

.offers-form input[type="text"]::-moz-placeholder,
.offers-form input[type="tel"]::-moz-placeholder,
.offers-form input[type="email"]::-moz-placeholder,
.offers-form input[type="password"]::-moz-placeholder {
  opacity: 1;
  color: #000; }

.offers-form input[type="text"]:-moz-placeholder,
.offers-form input[type="tel"]:-moz-placeholder,
.offers-form input[type="email"]:-moz-placeholder,
.offers-form input[type="password"]:-moz-placeholder {
  color: #000; }

.offers-form input[type="text"]:-ms-input-placeholder,
.offers-form input[type="tel"]:-ms-input-placeholder,
.offers-form input[type="email"]:-ms-input-placeholder,
.offers-form input[type="password"]:-ms-input-placeholder {
  color: #000; }

.offers-form input[type="text"].placeholder,
.offers-form input[type="tel"].placeholder,
.offers-form input[type="email"].placeholder,
.offers-form input[type="password"].placeholder {
  color: #000; }

.offers-form .jcf-select {
  margin: 0;
  width: 100%;
  color: #000; }

.offers-form .field {
  padding: 0 0 0 9px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 -3px 0 0; }

.offers-form .col-city {
  width: 100%; }

.offers-form .size-1 {
  width: 54.91%; }

.offers-form .size-2 {
  width: 23.82%; }

.offers-form .size-3 {
  width: 21.27%; }

.offers-form .size-4 {
  width: 81px;
  margin: 0 2px 0 0; }

.offers-form .size-5 {
  width: 61.80%;
  float: left;
  margin: 0; }

.offers-form .size-6 {
  width: 45.41%; }

.offers-form .size-7 {
  width: 25.69%; }

.offers-form .size-8 {
  width: 28.90%; }

.offers-form .size-9 {
  width: 61.70%;
  float: left;
  margin: 0; }

.offers-form .size-10 {
  width: 30.5%;
  margin-bottom: 20px; }

.offers-form .size-11 {
  width: calc(100% - 176px);
  margin: 0 0 37px; }

.offers-form .size-12 {
  width: 40.4%; }

.offers-form .size-13 {
  width: 59.4%; }

.offers-form #text7,
.offers-form #text17 {
  margin-bottom: 18px; }

.offers-form .address-row {
  margin-bottom: 29px; }

.offers-form #text95 {
  margin-bottom: 20px; }

.offers-form .link {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 157px;
  height: 52px;
  font-size: 13px; }

.offers-form .link:before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  overflow: hidden;
  margin: 0 0 0 -5px;
  vertical-align: middle; }

.offers-form .link a {
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  margin: 0; }

.offers-form .row-phone {
  float: left; }

.offers-form .row-phone .size-4 + span + .size-4 {
  margin: 0 2px 0 -7px; }

.offers-form .row-vehicle {
  padding: 0 0 0 9px; }

.offers-form .row-vehicle .col-vehicle {
  width: 52.5%;
  float: left; }

.offers-form .row-vehicle .col-vehicle .label {
  position: static;
  width: 25.5%;
  float: left; }

.offers-form .row-vehicle .col-vehicle .field {
  width: 74.5%;
  margin: 0;
  display: block;
  overflow: hidden; }

.offers-form .row-vehicle .col-cod {
  width: 47.5%;
  float: left; }

.offers-form .row-vehicle .col-cod .label {
  position: static;
  width: 39.5%;
  float: left; }

.offers-form .row-vehicle .col-cod .field {
  width: 60.5%;
  margin: 0;
  display: block;
  overflow: hidden; }

.offers-form .row-vehicle input {
  width: 100%; }

.offers-form .col-ext {
  overflow: hidden;
  padding: 0 0 0 10px; }

.offers-form .col-ext .label {
  position: static;
  width: 25.6%;
  float: left;
  padding-right: 1px; }

.offers-form .col-ext .label span {
  padding: 0 0 0 15px; }

.offers-form .col-ext .field {
  width: 74.40%;
  margin: 0;
  display: block;
  overflow: hidden; }

.offers-form .col-room {
  overflow: hidden; }

.offers-form .col-room .label {
  position: static;
  width: 44%;
  float: left;
  padding-right: 1px; }

.offers-form .col-room .field {
  width: 56%;
  margin: 0;
  display: block;
  overflow: hidden; }

.offers-form textarea {
  width: 100%; }

.offers-form .checkbox-row {
  margin: 0 0 28px;
  padding: 0 0 0 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.offers-form .checkbox-row label {
  margin: 0;
  color: #474747;
  width: calc(100% - 22px); }

.offers-form .row p {
  margin: 0 0 13px 9px; }

.offers-form .jcf-checkbox {
  margin: 3px 4px 0 0; }

.offers-form .checkbox {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 4px; }

.offers-form .jcf-checkbox {
  margin: 3px 12px 0 0; }

.offers-form .buttons {
  padding: 0 0 0 150px; }

.offers-form .buttons .btn-back {
  margin-right: 14px; }

.offers-form input[type="submit"] {
  width: auto; }

.offers-form .thank-you-message {
  max-width: 570px;
  margin: 0 auto;
  padding: 62px 0;
  text-align: center; }

.offers-form .thank-you-message .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #1e2d83;
  display: block;
  margin: 0 0 20px; }

.service-form {
  text-align: center;
  margin: 28px 0 0; }

.service-form .frame {
  max-width: 441px;
  margin: 0 auto; }

.service-form h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  border: none;
  margin: 0 0 12px; }

.service-form h3 {
  margin: 0 0 14px; }

.service-form .box {
  border: 1px solid #d3d3d3;
  padding: 35px 20px 27px;
  margin: 37px 0 39px; }

.service-form .hold {
  display: inline-block;
  vertical-align: top; }

.service-form .radio-row {
  margin: 0 auto 9px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.service-form .radio-row label {
  margin: 0;
  color: #000;
  width: calc(100% - 24px); }

.service-form .radio-field {
  margin: 0 0 17px; }

.service-form .row p {
  margin: 0 0 13px 9px; }

.service-form .jcf-radio {
  margin: 3px 10px 0 0; }

.service-form .jcf-radio {
  color: #000; }

.service-form input[type="text"] {
  max-width: 182px;
  margin: 14px auto 7px;
  color: #000; }

.service-form input[type="text"]::-webkit-input-placeholder {
  color: #000; }

.service-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #000; }

.service-form input[type="text"]:-moz-placeholder {
  color: #000; }

.service-form input[type="text"]:-ms-input-placeholder {
  color: #000; }

.service-form input[type="text"].placeholder {
  color: #000; }

.service-form .note {
  margin: 0 0 12px; }

.service-form .buttons .btn-back {
  margin-right: 14px; }

.service-form table {
  text-align: left;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 17px;
  color: #5d5d5d;
  margin: 37px 0; }

.service-form table th {
  background: #f1f0f0;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 16px 21px 13px;
  text-align: left; }

.service-form table th:first-child {
  width: 275px; }

.service-form table tbody tr:first-child td {
  border: none; }

.service-form table td {
  vertical-align: top;
  padding: 26px 20px 27px;
  border-top: 1px solid #d6d6d6; }

.service-form table td:last-child {
  padding-left: 18px;
  white-space: nowrap; }

.service-form table strong {
  color: #1e2d83;
  font-weight: normal; }

.service-form table .btn {
  margin: 3px 0 0 20px; }

.sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -30px 107px 0;
  padding: 20px 0 0;
  line-height: 25px; }

.sitemap-list &gt; li {
  width: 25%;
  padding: 0 30px 33px 0; }

.sitemap-list &gt; li:before {
  display: none; }

.sitemap-list &gt; li &gt; ul {
  padding: 0 0 0 29px; }

.sitemap-list h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 200;
  padding: 0 30px 15px;
  margin: 0 0 14px; }

.sitemap-list h2 a {
  text-decoration: none; }

.sitemap-list h2 a:hover {
  text-decoration: underline; }

.sitemap-list ul a {
  color: #494949;
  text-decoration: underline; }

.sitemap-list ul a:hover {
  text-decoration: none;
  color: #1e2d83; }

.sitemap-list ul ul li {
  padding: 0 0 0 27px;
  position: relative; }

.sitemap-list ul ul li:before {
  content: "";
  position: absolute;
  background: #494949;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  top: 12px;
  left: 11px; }

.sitemap-list ul ul a {
  text-decoration: none; }

.sitemap-list ul ul a:hover {
  text-decoration: underline; }

.contact-list {
  border-top: 1px solid #d6d6d6;
  font-size: 14px;
  color: #494949;
  margin: 0 0 75px; }

.contact-list li {
  border-bottom: 1px solid #d6d6d6;
  padding: 33px 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact-list .col:first-child {
  width: calc(100% - 200px); }

.contact-list .col + .col {
  width: 200px;
  padding: 4px 0 0 20px;
  text-align: right; }

.contact-list .title {
  margin: 0 0 7px; }

.contact-list .title &gt; a {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 15px;
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 3px; }

.contact-list h2 {
  font-size: 25px;
  line-height: 27px;
  font-weight: 200;
  border: none;
  padding: 0;
  margin: 0 17px 0 0;
  display: inline-block;
  vertical-align: top; }

.contact-list a[href^=tel] {
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 8px; }

.contact-list p {
  margin: 0; }

.contact-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 21px -20px;
  padding: 0 21px 0 30px;
  color: #494949; }

.contact-blocks .block {
  width: 33.333%;
  padding: 0 0 20px 20px; }

.contact-blocks h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 5px; }

.contact-blocks .btn {
  margin: 0 0 35px; }

.contact-blocks address {
  font-style: normal;
  margin: 0;
  line-height: 22px; }

.contact-blocks a[href^=tel] {
  text-decoration: none;
  color: #494949; }

/* lightbox styles */
.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

div.lightbox {
  width: 488px;
  color: #494949; }

div.lightbox img {
  display: block; }

div.lightbox .map {
  position: relative; }

div.lightbox .logo-image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  margin: -20px 0 0 2px; }

div.lightbox address {
  font-style: normal;
  margin: 3px 30px 19px 0; }

div.lightbox .direction {
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 18px 59px 15px 21px;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6b6b6b;
  text-decoration: none;
  white-space: nowrap; }

div.lightbox .direction:before {
  content: "";
  position: absolute;
  top: 11px;
  right: 21px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #6e6e6e; }

div.lightbox .direction:after {
  content: "";
  position: absolute;
  background: url(../images/sprite.png) no-repeat -82px -235px;
  width: 11px;
  height: 10px;
  top: 19px;
  right: 28px; }

div.lightbox .direction:hover {
  color: #1e2d83; }

/* footer styles */
#footer {
  position: relative;
  background: #fff;
  border-top: 1px solid #ededed;
  font-size: 14px;
  line-height: 17px; }

#footer .footer-holder {
  max-width: 1139px;
  margin: 0 auto;
  padding: 49px 30px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#footer .footer-nav {
  width: 100%; }

#footer .footer-nav li {
  display: inline-block;
  vertical-align: top; }

#footer .footer-nav li + li:before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 0 4px; }

#footer a {
  text-decoration: none;
  color: #606060; }

#footer a:hover {
  color: #000; }

#footer p {
  margin: 0;
  min-width: 360px; }

.text-holder {
  padding: 6px 19px; }

.offers-two-column {
  padding: 13px 0 0 19px; }

.offers-two-column .offers-column {
  padding-top: 23px;
  padding-bottom: 25px; }

.offers-two-column .offers-column:nth-child(2) {
  padding-top: 0; }

.offers-two-column .offers-column h2 {
  border: none;
  padding: 0;
  margin: 0 0 14px; }

.offers-two-column .offers-column p:last-of-type {
  margin: 0 0 25px; }

.offers-two-column .bottom-box {
  padding: 17px 0; }

.offers-two-column .bottom-box .feedback {
  display: block;
  font-size: 17px;
  color: #000;
  padding: 0 0 4px; }

.offers-two-column .bottom-box .feedback a {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  margin-left: 6px; }

.offers-two-column .bottom-box .feedback a:hover {
  text-decoration: underline; }

.offers-img {
  white-space: nowrap;
  text-align: center;
  border: 1px solid #d3d3d3;
  margin-bottom: 10px;
  padding: 15px 10px; }

.offers-img:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  min-height: 310px; }

.offers-img &gt; * {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  max-width: 99%; }

.offers-form2 {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px; }

.offers-form2 .row.optional {
  padding-top: 5px; }

.offers-form2 .row.optional .column {
  position: relative;
  display: block; }

.offers-form2 .row.optional .column input {
  margin: 0;
  padding-right: 75px; }

.offers-form2 .row.optional .column .text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-size: 13px;
  color: #1e2d83; }

.offers-form2 .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.offers-form2 .field.size-1 {
  width: 48.8%; }

.offers-form2 .field.size-2 {
  width: 100%; }

.offers-form2 .field.size-3 {
  width: 48%; }

.offers-form2 .label {
  padding: 0 0 6px 22px; }

.offers-form2 .jcf-select {
  width: 100%; }

.offers-form2 .radio-columns {
  padding: 20px 0; }

.offers-form2 .mark-label {
  font-weight: 600;
  color: #1e2d83;
  padding-bottom: 10px;
  display: block; }

.offers-form2 .radio-row {
  display: inline-block;
  vertical-align: top;
  padding-right: 20px; }

.offers-form2 .radio-row:last-child {
  padding-right: 0; }

.offers-form2 input {
  width: 100%; }

.offers-form2 .buttons {
  margin-top: 51px; }

.google-map-block {
  border: 1px solid #d3d3d3;
  position: relative;
  margin: 0 0 30px; }

.google-map-block img {
  vertical-align: top; }

.google-map-block .marker {
  position: absolute;
  background: url(../images/marker.png) no-repeat;
  width: 9.476%;
  height: 21.111%;
  background-size: 100% 100%; }

.filter-form {
  padding: 0 0 20px; }

.filter-form input[type="text"] {
  font-size: 13px;
  line-height: 16px;
  height: 32px;
  padding: 4px 11px 5px;
  width: 154px;
  color: #626262; }

.filter-form input[type="text"]::-webkit-input-placeholder {
  color: #626262; }

.filter-form input[type="text"]::-moz-placeholder {
  opacity: 1;
  color: #626262; }

.filter-form input[type="text"]:-moz-placeholder {
  color: #626262; }

.filter-form input[type="text"]:-ms-input-placeholder {
  color: #626262; }

.filter-form input[type="text"].placeholder {
  color: #626262; }

.filter-form input[type="submit"] {
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  height: 32px;
  margin: 0 0 0 6px;
  padding: 7px 20px;
  cursor: pointer;
  text-transform: uppercase;
  color: #1e2d83;
  border: 1px solid #1e2d83;
  background: #fff; }

.filter-form input[type="submit"]:hover {
  background: #1e2d83;
  color: #fff; }

.form-holder-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.jcf-select.jcf-select-filter-select {
  padding: 6px 0 4px;
  height: 32px;
  width: 154px;
  margin: 0 6px 0 0; }

.jcf-select.jcf-select-filter-select .jcf-select-text {
  font-size: 13px;
  line-height: 16px;
  margin: 0 37px 0 10px; }

.jcf-select.jcf-select-filter-select .jcf-select-opener:before {
  bottom: 5px;
  left: 22px; }

.jcf-select.jcf-select-filter-select .jcf-select-opener:after {
  top: 6px;
  left: 22px; }

.jcf-select-drop.jcf-select-filter-select .jcf-list .jcf-option {
  padding: 4px 10px 8px;
  font-size: 13px;
  line-height: 16px; }

.table-list {
  padding: 14px 0 8px !important; }

.table-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.table-list li + li {
  margin: 4px 0 0 !important; }

.table-list .order {
  width: 88px; }

.table-list .table-frame {
  width: calc(100% - 88px); }

.table-list .row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 93px 12px 0; }

.table-list .row-item div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.table-list .status {
  color: #1e2d83;
  padding: 0;
  width: auto;
  vertical-align: top;
  min-width: 132px;
  text-align: left;
  padding-right: 4px; }

.table-list .status.un-acknow {
  color: #e2001a; }

.table-list .btn {
  padding: 2px 4px;
  margin: 0; }

.table-list table {
  background: #f1f0f0;
  font-size: 13px;
  line-height: 16px; }

.table-list table td {
  padding: 3px 0 4px 10px; }

.table-list table td.col1 {
  width: 324px !important; }

.table-list table td.col2 {
  width: 70px !important; }

.table-list table td.col3 {
  width: 68px !important; }

.table-list table td.col4 {
  width: 61px !important; }

.table-list table td.col5 {
  width: 143px !important;
  padding-right: 5px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

@media (min-width: 480px) {
  .offers-form2 .mark-label {
    display: inline-block;
    vertical-align: top;
    padding-right: 22px;
    padding-bottom: 0; } }

@media (min-width: 768px) {
  .mobile-visible {
    display: none; }
  .offers-two-column .offers-column p:last-of-type {
    margin: 0 0 48px; }
  .offers-img:after {
    min-height: 420px; }
  .offers-img img {
    max-width: 303px; }
  .offers-form2 .field.size-2 {
    width: 43%; }
  .offers-form2 .field.size-3 {
    width: 25%; }
  .offers-form2 .radio-columns {
    padding: 35px 22px 46px; } }

@media (min-width: 1024px) {
  .offers-two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 13px 0 123px 19px; }
  .offers-two-column .offers-column:nth-child(2) {
    width: 48%;
    max-width: 330px;
    padding-right: 0; }
  .offers-two-column .offers-column {
    width: 52%;
    max-width: 404px;
    padding-bottom: 0;
    padding-right: 25px; }
  .offers-img {
    margin-bottom: 47px; } }

@media only screen and (min-width: 1025px) {
  a[href^=tel],
  a[href^=skype],
  a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

@media (max-width: 1199px) {
  .map-area table {
    width: 100%;
    margin: 23px 0 23px; }
  .table-list li {
    display: block; }
  .table-list .table-frame {
    width: 100%; } }

@media (max-width: 1198px) {
  .order-form .col-holder {
    display: block;
    margin: 0 0 20px; }
  .order-form .col-holder .col {
    width: auto;
    padding: 0 0 20px; } }

@media (max-width: 1197px) {
  .order-form .order-block input,
  .order-form .order-block .jcf-select {
    margin: 0 11px 0 0; } }

@media (max-width: 1119px) {
  .job-form .upload-block {
    margin-left: 0; } }

@media (max-width: 1109px) {
  #header .block-right {
    margin: 0 0 0 20px; }
  .profile {
    margin: 0 0 0 20px; }
  .columns-section ul li {
    padding: 26px 30px 26px 70px; }
  .columns-section ul li:before {
    left: 25px; }
  .info-section .btn-right span {
    padding: 25px 60px 25px 25px; }
  .table-list .row-item {
    padding: 0 0 12px; } }

@media (max-width: 1099px) {
  .tracking-section .list li + li:before {
    margin: -2px 10px; }
  .ship-form .block {
    padding: 0 40px 35px; }
  .ship-form .bottom-block {
    margin: 0 -40px; }
  .ship-form h2 {
    margin: 0 -40px 44px; }
  .ship-form .billing-section .box .radio {
    margin: 0 10px 0 0; } }

@media (max-width: 1064px) {
  .logo {
    margin: 0 20px 20px 0; }
  .search-form {
    margin-right: 10px; } }

@media (max-width: 1024px) {
  .error-page #content {
    padding: 40px;
    margin: 30px 0; }
  .jobs-list {
    margin: 0; } }

@media (max-width: 1023px) {
  .w1 {
    min-height: calc(100vh - 100px); }
  #header {
    padding: 25px 9999px 13px; }
  .logo {
    margin: 0 30px 20px 0; }
  .search-opener {
    clear: left;
    margin: 0 33px 0 0; }
  .search-form {
    clear: left;
    margin: -10px 30px 0 0; }
  #nav &gt; ul {
    display: block;
    padding: 11px 0 0; }
  #nav &gt; ul &gt; li {
    float: left; }
  #nav &gt; ul &gt; li + li {
    padding: 0 0 10px 30px; }
  .menu {
    clear: right; }
  .gallery-holder {
    display: block; }
  .cycle-gallery {
    width: 100%;
    margin: 0 0 30px;
    background: none; }
  .quote-box {
    width: auto;
    padding: 0;
    margin: 0 0 30px; }
  .quote-box .row label {
    width: 44%; }
  .quote-box .row input {
    width: 56%; }
  .columns-section {
    margin: 0;
    display: block; }
  .columns-section .column {
    width: auto;
    padding: 0; }
  .register-section h1 {
    font-size: 20px;
    line-height: 22px; }
  .register-section .btn {
    padding: 9px 20px 8px; }
  .section-box {
    font-size: 15px;
    line-height: 17px; }
  .section-box .description {
    padding: 0 0 0 20px; }
  .section-box h1 {
    font-size: 20px;
    line-height: 22px; }
  .section-box p {
    margin: 0 0 14px; }
  .order-form .order-block .head {
    padding: 19px 20px 10px;
    display: block; }
  .order-form .order-block .input-row {
    margin: 0 0 10px;
    float: left;
    width: auto; }
  .order-form .order-block .rate {
    font-size: 18px;
    line-height: 20px;
    margin: 11px 0 0 0;
    float: right; }
  .order-form .order-block input,
  .order-form .order-block .jcf-select {
    margin: 0 8px 0 0; }
  .order-form .order-block input {
    width: 80px; }
  .order-form .order-block .jcf-select {
    width: 54px; }
  .order-form .order-block .block-holder {
    padding: 20px; }
  .attach-list {
    margin-left: 0; }
  .twocolumns #content {
    width: calc(100% - 267px); }
  .twocolumns.alt #content {
    width: calc(100% - 267px); }
  #sidebar .box {
    margin: 0 0 30px; }
  #sidebar .map-box {
    margin: 0 0 30px; }
  .report-table .table-alt table td:last-child {
    width: 106px; }
  .report-table .table-alt table td:nth-last-child(2) {
    width: 54px; }
  .report-table .table-alt .slide table td {
    padding: 19px 15px 14px; }
  .report-table .table-alt .slide table td:last-child {
    width: 87px; }
  .report-table .table-alt .slide table td:nth-last-child(2) {
    width: 54px; }
  .table-alt th th {
    padding-left: 10px;
    padding-right: 10px; }
  .table-alt th th:last-child {
    width: 106px; }
  .table-alt th th:nth-last-child(2) {
    width: 54px; }
  .table-alt td {
    padding: 12px 15px 10px; }
  .table-alt table td:last-child {
    width: 37px; }
  .table-alt table td:nth-last-child(2) {
    width: 140px; }
  .table-alt .check-in,
  .table-alt .check-out {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0; }
  .table-alt .check-in:before,
  .table-alt .check-out:before {
    top: 0; }
  .table-alt .slide {
    padding: 16px 0 7px;
    font-size: 14px;
    line-height: 16px; }
  .table-alt .order {
    width: 84px; }
  .table-alt .status {
    width: 110px; }
  .table-alt .btn {
    padding: 7px 10px; }
  .table-alt .btn span {
    display: none; }
  .table-alt .miels {
    width: 90px;
    padding: 3px 10px 0; }
  .table-alt .price {
    width: 74px; }
  .table-alt .popup,
  .table-alt .popup-2,
  .table-alt .popup-3 {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -290px 0 0 -185px; }
  .profile-form {
    margin: 0 0 20px; }
  .profile-form h2 {
    margin: 0 0 20px; }
  .profile-form h3 {
    margin: 0 0 20px;
    padding: 8px 0 0 35px; }
  .profile-form .row + h3 {
    margin-top: 30px; }
  .profile-form .block + h2 {
    padding-top: 20px; }
  .profile-form .block.alt .row &gt; .label {
    float: left;
    width: 169px;
    height: 52px;
    padding: 2px 29px 0 0;
    text-align: right; }
  .profile-form .block.alt .row &gt; .label:before {
    display: inline-block; }
  .profile-form .block.alt .size-8 {
    width: 51%; }
  .profile-form .block.alt .size-8:first-child {
    width: 49%; }
  .profile-form .block.alt-2 .row &gt; .label {
    float: left;
    width: 169px;
    height: 52px;
    padding: 2px 29px 0 0;
    text-align: right; }
  .profile-form .block.alt-2 .row &gt; .label:before {
    display: inline-block; }
  .profile-form .block.alt-2 .size-8 {
    width: 51%; }
  .profile-form .block.alt-2 .size-8:first-child {
    width: 49%; }
  .profile-form .row &gt; .label {
    float: none;
    width: auto;
    height: auto;
    padding: 5px 0 12px;
    text-align: left; }
  .profile-form .row &gt; .label:before {
    display: none; }
  .profile-form #field-1,
  .profile-form #field-5,
  .profile-form #field-12 {
    margin-bottom: 9px; }
  .profile-form .fax-row,
  .profile-form .col-city,
  .profile-form .select-section {
    margin-bottom: 0; }
  .profile-form .jcf-file {
    margin-left: 0; }
  .profile-form .block-frame {
    padding: 0; }
  .flight-options-form.alt .table-alt td {
    padding: 26px 15px 27px; }
  .flight-options-form.alt .table-alt td:last-child {
    padding-left: 15px; }
  .flight-options-form.alt .buttons {
    text-align: left; }
  .flight-options-form.alt .guide-link {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 15px 0; }
  .flight-options-form .table-alt th {
    padding-left: 10px;
    padding-right: 10px; }
  .flight-options-form .table-alt th:last-child {
    width: 150px; }
  .flight-options-form .table-alt th:nth-last-child(2) {
    width: auto; }
  .flight-options-form .table-alt td {
    padding: 26px 15px 27px; }
  .flight-options-form .table-alt td:last-child {
    padding-left: 15px; }
  .flight-options-form .active td:first-child {
    padding: 12px; }
  .text-section {
    margin: 0; }
  .list-alt {
    padding: 0; }
  .list-alt.columns {
    -webkit-column-count: 1;
    column-count: 1; }
  .tracking-form .box {
    margin: 30px auto; }
  .tracking-block .steps {
    padding: 30px 0; }
  .map-area .map {
    float: none;
    width: auto; }
  .map-area .hold {
    float: none;
    width: auto;
    margin: 0 0 20px; }
  .map-area .form input[type="text"],
  .map-area .form input[type="tel"],
  .map-area .form input[type="email"],
  .map-area .form input[type="search"],
  .map-area .form input[type="password"],
  .map-area .form input[type="url"],
  .map-area .form input[type="date"],
  .map-area .form textarea {
    width: 100%; }
  .top-block span {
    display: block;
    padding: 0 0 10px; }
  .report-list .col {
    width: 116px; }
  .report-list .col + .col {
    width: calc(100% - 242px); }
  .report-list .col + .col + .col {
    width: 126px; }
  .rates-form .col-left {
    float: none;
    width: auto;
    max-width: none; }
  .rates-form .col-right {
    float: none;
    width: auto;
    max-width: none; }
  .rates-form .row {
    padding: 0 0 0 93px; }
  .rates-form .row .field {
    width: 58%; }
  .rates-form .row .size-4 {
    width: 42%; }
  .rates-form input[type="submit"] {
    margin: 20px 0; }
  .shipments-section h1 {
    margin: 0 0 25px; }
  .shipments-list .hold {
    padding: 10px 19px 10px 19px; }
  .shipments-list .frame {
    padding: 16px 0 19px; }
  .shipments-list .row .col {
    width: 130px; }
  .shipments-list .row .col:nth-child(2) {
    width: 100px; }
  .shipments-list .row .col:last-child {
    width: calc(100% - 360px); }
  .questions-form {
    margin: 0;
    padding: 20px 0; }
  .questions-form .row {
    margin: 0 0 30px;
    padding: 6px 0 30px; }
  .two-columns .col {
    width: 30%; }
  .two-columns .col:first-child {
    width: 67%; }
  .two-columns .box {
    padding: 0 30px 35px; }
  .two-columns .image {
    margin: 0 -30px 40px; }
  .white-box {
    padding-bottom: 21px; }
  .account-form-2.feedback .row {
    padding: 0; }
  .account-form-2.feedback-2 .row {
    padding: 0; }
  .account-form-2.feedback-2 .row.padding-right {
    padding: 0 147px 0 0; }
  .account-form-2.feedback-2 .add-info {
    padding-top: 37px; }
  .account-form-2.feedback-2 .title {
    padding: 0 0 10px; }
  .account-form-2 .row {
    padding: 0; }
  .account-form-2 .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .account-form-2 .label:before {
    display: none; }
  .account-form-2 .label + .field,
  .account-form-2 .label + .col-city .field:first-child,
  .account-form-2 .label + .row-phone .field:first-child {
    padding: 0; }
  .account-form-2 label {
    margin: 0 0 9px; }
  .account-form-2 .size-10 {
    margin: 0; }
  .account-form-2 .size-11 {
    margin: 0 0 15px;
    padding: 0; }
  .account-form-2 .col-ext .label {
    height: 52px;
    padding: 0 9px 0 0;
    text-align: right; }
  .account-form-2 .col-ext .label:before {
    display: inline-block; }
  .account-form-2 .checkbox-row,
  .account-form-2 .radio-row {
    padding: 0;
    margin: 16px 0; }
  .account-form-2 .row p {
    margin: 0 0 13px; }
  .account-form-2 .buttons {
    padding: 20px 0 0; }
  .promo-block {
    margin: -30px -30px 0; }
  .promo-block img {
    margin: 0;
    width: 100%; }
  .promo-block .text {
    left: 30px;
    width: 40%; }
  .section {
    padding: 50px 0; }
  .perks-list li {
    padding: 20px 20px; }
  .perks-list li:before {
    left: 20px;
    right: 20px; }
  .blockquote-section {
    margin: 0 -30px; }
  .blockquote-section blockquote {
    max-width: 700px;
    bottom: 30px; }
  .blockquote-section blockquote q {
    font-size: 25px;
    line-height: 28px; }
  .jobs-list li {
    display: block; }
  .jobs-list .col {
    padding: 0 0 30px; }
  .jobs-list .col:first-child {
    width: auto; }
  .jobs-list .col:last-child {
    width: 50%;
    border-width: 0 0 0 1px; }
  .jobs-list .col + .col {
    border-width: 0 1px 0 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -5px 0 0;
    padding: 0 40px 0 0; }
  .jobs-list .col + .col:last-child {
    border-width: 0; }
  .jobs-list .btn {
    margin: 10px 0 0; }
  .job-form .holder {
    width: calc(100% - 294px); }
  .job-form h3 {
    margin: 0 0 17px; }
  .job-form .row {
    padding: 0; }
  .job-form .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .job-form .label:before {
    display: none; }
  .job-form label {
    margin: 0 0 9px; }
  .job-form .field {
    padding: 0; }
  .job-form .radio-row {
    padding: 0;
    margin: 16px 0; }
  .job-form .radio-block .title {
    padding-left: 0; }
  .job-form .row p {
    margin: 0 0 13px; }
  .job-form .job-box {
    padding: 20px;
    margin: 0 0 30px; }
  .job-form .job-box .frame {
    margin: 0 20px 0 0;
    padding: 15px; }
  .job-form .job-box .price {
    font-size: 30px;
    line-height: 32px; }
  .job-form .aside {
    width: 274px; }
  .job-form .skills-list,
  .job-form .desirable-skills-list {
    margin: 0 -10px 30px 0; }
  .job-form .skills-list li,
  .job-form .desirable-skills-list li {
    padding: 6px 11px;
    font-size: 13px;
    line-height: 15px; }
  .job-form input[type="submit"] {
    margin: 0 0 30px; }
  .tracking-section .steps {
    padding: 30px 0; }
  .tracking-section span.btn {
    margin: 10px 0 30px; }
  .tracking-section .icon {
    margin: 0 auto 20px; }
  .tracking-form-2 .box .col {
    width: 50% !important;
    margin: 0 0 11px; }
  .tracking-form-2 .box .col + .col + .col {
    padding: 0; }
  .tracking-form-2 .box .col + .col + .col + .col {
    padding: 0 0 0 9px; }
  .tracking-form-2 .row {
    padding: 0; }
  .tracking-form-2 .row p {
    margin: 0 0 13px; }
  .tracking-form-2 label {
    margin: 0 0 11px; }
  .tracking-form-2 .size-10 {
    margin: 0; }
  .tracking-form-2 .size-11 {
    margin: 0 0 15px;
    padding: 0; }
  .tracking-form-2 .col-ext .label {
    height: 52px;
    padding: 0 9px 0 0;
    text-align: right; }
  .tracking-form-2 .col-ext .label:before {
    display: inline-block; }
  .tracking-form-2 .checkbox-row,
  .tracking-form-2 .radio-row {
    padding: 0;
    margin: 16px 0; }
  .tracking-form-2 .radio-row {
    margin: 0; }
  .tracking-form-2 .radio-row + .radio-row {
    margin: 0; }
  .tracking-form-2 .buttons-block .radio-columns {
    padding: 0 0 15px;
    display: block; }
  .tracking-form-2 .frame {
    float: none;
    width: auto;
    margin: 0 0 30px; }
  .tracking-form-2 .box-right {
    float: none;
    width: auto;
    margin: 0 0 30px; }
  .ship-form .col-holder {
    margin: 0;
    display: block; }
  .ship-form .col-holder .col {
    width: auto;
    padding: 0; }
  .ship-form .row {
    padding: 0; }
  .ship-form .row p {
    margin: 0 0 13px; }
  .ship-form label {
    margin: 0 0 11px 9px; }
  .ship-form .col-city label {
    margin: 0 0 11px; }
  .ship-form .size-10 {
    margin: 0; }
  .ship-form .size-11 {
    margin: 0 0 15px;
    padding: 0; }
  .ship-form .col-ext .label {
    height: 52px;
    padding: 0 9px 0 0;
    text-align: right; }
  .ship-form .col-ext .label:before {
    display: inline-block; }
  .ship-form .shipment-section .hold {
    float: none;
    width: auto; }
  .ship-form .shipment-section .frame {
    float: none;
    width: auto; }
  .ship-form .shipment-holder {
    min-height: 0; }
  .ship-form .billing-section .hold {
    float: none;
    width: auto; }
  .ship-form .billing-section .frame {
    float: none;
    width: auto; }
  .ship-form .success-block .icon {
    margin: 0 auto 20px; }
  .ship-form span.btn {
    margin: 10px 0 30px; }
  .content-section {
    padding: 0; }
  .content-section .heading-alt {
    padding: 0 0 20px;
    margin: 0 0 30px; }
  .content-section .sub-heading {
    padding: 0 0 16px;
    margin: 32px 0 27px; }
  .info-section .btn-holder {
    margin: 0 0 0 -264px; }
  .account-form-3 {
    margin: 30px 0;
    display: block; }
  .account-form-3 .col {
    width: auto;
    padding: 0; }
  .breadcrumbs {
    padding: 0 0 19px;
    margin: 0 0 16px; }
  .buttons-block {
    padding: 30px 0 0;
    margin: 0 0 20px; }
  .video-list {
    padding: 0 0 30px;
    margin: 0 0 25px; }
  .servise-block {
    padding: 0 0 30px;
    margin: 0 0 45px; }
  .servise-list {
    padding: 0;
    margin: 0 0 25px;
    display: block; }
  .servise-list li {
    width: auto;
    padding: 0 0 20px; }
  .servise-list .title {
    margin: 0 0 20px; }
  .servise-list .title .icon {
    width: 30px; }
  hr {
    margin: 36px 0 29px; }
  .map-section {
    display: block; }
  .map-section .map {
    width: auto; }
  .map-section .hold {
    width: auto;
    padding: 0; }
  .offers-form .row {
    padding: 0; }
  .offers-form .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .offers-form .label:before {
    display: none; }
  .offers-form .label + .field,
  .offers-form .label + .col-city .field:first-child,
  .offers-form .label + .row-phone .field:first-child {
    padding: 0; }
  .offers-form label {
    margin: 0 0 9px; }
  .offers-form .size-10 {
    margin: 0; }
  .offers-form .size-11 {
    margin: 0 0 15px;
    padding: 0; }
  .offers-form .col-ext .label {
    height: 52px;
    padding: 0 9px 0 0;
    text-align: right; }
  .offers-form .col-ext .label:before {
    display: inline-block; }
  .offers-form .checkbox-row {
    padding: 0;
    margin: 16px 0; }
  .offers-form .row p {
    margin: 0 0 13px; }
  .offers-form .buttons {
    padding: 0; }
  .offers-form .thank-you-message {
    padding: 0 0 10px; }
  .service-form .radio-row {
    padding: 0;
    margin: 16px 0; }
  .service-form .row p {
    margin: 0 0 13px; }
  .service-form table {
    display: block; }
  .service-form table thead {
    display: none; }
  .service-form table th,
  .service-form table td,
  .service-form table tr {
    display: block; }
  .service-form table th {
    padding-left: 10px;
    padding-right: 10px; }
  .service-form table tbody {
    display: block; }
  .service-form table tbody tr {
    margin: 0 0 20px; }
  .service-form table tbody tr:nth-child(even) {
    background: #f6f5f5; }
  .service-form table td {
    padding: 26px 15px 27px; }
  .service-form table td {
    padding: 0 20px 20px !important;
    border: none; }
  .service-form table td:last-child {
    padding-left: 15px;
    font-style: normal;
    white-space: normal; }
  .service-form table td:last-child {
    padding-left: 5px; }
  .service-form table td:before {
    content: attr(data-label);
    display: block;
    background: #e9e9e9;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 16px 21px 13px;
    margin: 0 -20px 20px; }
  .service-form table span {
    display: block; }
  .service-form table .btn {
    margin: 10px 0 0; }
  .sitemap-list {
    margin: 0 -30px 30px 0; }
  .sitemap-list &gt; li {
    width: 33.333%; }
  .sitemap-list &gt; li &gt; ul {
    padding: 0; }
  .sitemap-list h2 {
    padding: 0 0 15px; }
  .contact-list {
    margin: 0 0 30px; }
  .contact-list li {
    padding: 20px 0; }
  .contact-list .col:first-child {
    width: calc(100% - 170px); }
  .contact-list .col + .col {
    width: 170px;
    padding: 4px 0 0 15px; }
  .contact-list a[href^=tel] {
    font-size: 18px;
    line-height: 20px; }
  .contact-blocks {
    padding: 0; }
  .contact-blocks .block {
    width: 50%; }
  .contact-blocks .btn {
    margin: 0 0 15px; }
  #footer {
    text-align: center; }
  #footer .footer-holder {
    display: block;
    padding: 25px 30px 25px; }
  #footer .footer-nav {
    margin: 0 0 15px; }
  .filter-form input[type="text"] {
    width: 100%; }
  .filter-form input[type="submit"] {
    margin: 0;
    width: 100%; }
  .form-holder-section div {
    width: 48%; }
  .jcf-select.jcf-select-filter-select {
    margin: 0 0 9px;
    width: 100%; } }

@media (max-width: 1023px) and (max-width: 767px) {
  .profile-form .block.alt-2 .size-8 {
    width: 100%; } }

@media (max-width: 810px) {
  .heading .steps li + li {
    margin: 0 0 0 76px; }
  .heading .steps li + li:after {
    width: 60px; }
  .tracking-block .steps li + li:before {
    width: 60px; }
  .tracking-section .steps li + li:before {
    width: 60px; } }

@media (max-width: 767px) and (max-width: 767px) {
  .heading .steps {
    padding: 15px 0 0; }
  .tracking-block .steps {
    padding: 0;
    max-width: 280px;
    margin: 20px auto 15px; }
  .tracking-section .steps {
    padding: 0;
    max-width: 280px;
    margin: 20px auto 15px; } }

@media (max-width: 767px) {
  h2 {
    margin: 0 0 20px;
    padding: 0 0 15px; }
  h3 {
    margin: 0 0 20px; }
  .w1 {
    padding: 0 20px;
    min-height: 0; }
  #header {
    padding: 20px;
    margin: 0 -20px 30px; }
  #header .block-right {
    float: none;
    width: 286px;
    margin: 0 auto 15px; }
  #header .btn {
    padding: 9px 27px 9px; }
  .profile-drop {
    padding: 0;
    width: 100%;
    font-size: 17px;
    line-height: 19px;
    z-index: 10; }
  .profile-drop .name {
    font-size: 19px;
    line-height: 19px;
    padding: 12px 20px 10px;
    position: relative;
    z-index: 10; }
  .profile-drop .balance {
    padding: 0 20px;
    margin: 0 0 10px; }
  .profile-drop ul li {
    margin: 0;
    border-top: 1px solid #fff; }
  .profile-drop ul li + li {
    margin: 0; }
  .profile-drop ul a {
    display: block;
    padding: 12px 20px 10px; }
  .logo {
    width: 250px;
    float: none;
    margin: 0 auto 15px; }
  .search-opener {
    display: none; }
  .search-form {
    display: block;
    float: right;
    width: calc(100% - 40px);
    margin: 0;
    clear: none;
    z-index: 0; }
  .search-form input[type="search"] {
    font-size: 15px; }
  .ajax-drop.custom-drop {
    padding: 0;
    width: 100%;
    font-size: 17px;
    line-height: 19px;
    z-index: 3; }
  .ajax-drop.custom-drop ul li {
    margin: 0; }
  .ajax-drop.custom-drop ul li + li {
    margin: 0;
    border-top: 1px solid #fff; }
  .ajax-drop.custom-drop ul a {
    display: block;
    padding: 12px 20px 10px; }
  #nav &gt; ul {
    display: block;
    padding: 0;
    font-size: 17px;
    line-height: 19px;
    background: #fff;
    border: 1px solid #ededed;
    border-width: 1px 0;
    position: relative;
    z-index: 9; }
  #nav &gt; ul &gt; li {
    padding: 0;
    float: none; }
  #nav &gt; ul &gt; li + li {
    padding: 0;
    border-top: 1px solid #ededed; }
  #nav &gt; ul &gt; li.hover ul {
    display: block; }
  #nav &gt; ul a {
    display: block;
    padding: 12px 20px 12px; }
  #nav &gt; ul .more &gt; a {
    text-indent: 0;
    background: none;
    margin: 0;
    padding: 12px 40px 12px 20px;
    width: auto;
    height: auto; }
  #nav &gt; ul .more &gt; a:before {
    content: "";
    position: absolute;
    background: url(../images/sprite.png) no-repeat -16px -61px;
    width: 14px;
    height: 8px;
    top: 16px;
    right: 20px; }
  #nav &gt; ul .more ul {
    width: auto; }
  #nav &gt; ul ul {
    display: none;
    position: static;
    opacity: 1;
    width: auto;
    padding: 0;
    font-size: 15px;
    line-height: 17px;
    box-shadow: none; }
  #nav &gt; ul ul:after {
    display: none; }
  #nav &gt; ul ul li + li {
    margin: 0;
    border-top: 1px solid #fff; }
  #nav &gt; ul ul a {
    padding: 12px 20px 10px; }
  #nav &gt; ul .schedule a {
    padding: 12px 40px 12px 20px; }
  #nav &gt; ul .schedule a:before {
    right: 20px;
    top: 16px; }
  .nav-opener {
    display: block; }
  .menu {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    max-height: 0;
    -webkit-transition: all .25s linear;
    transition: all .25s linear; }
  .nav-active .menu {
    max-height: 4000px; }
  .menu-holder {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  .nav-active .menu-holder {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .gallery-holder {
    margin: 0; }
  .cycle-gallery {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 10px; }
  .cycle-gallery img {
    width: 100%; }
  .cycle-gallery .text-box {
    position: static;
    padding: 20px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto; }
  .cycle-gallery h1 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 4px; }
  .cycle-gallery p {
    margin: 0 0 8px; }
  .cycle-gallery .pagination {
    position: static;
    margin: 10px 0 0;
    left: 20px;
    bottom: 5px;
    right: 20px;
    text-align: center; }
  .cycle-gallery .pagination li a {
    background: #fff; }
  .quote-box {
    margin: 0 0 20px; }
  .quote-box .row label {
    width: 57%; }
  .quote-box .row input {
    width: 43%; }
  .columns-section .box {
    margin: 0 0 20px; }
  .columns-section h1 {
    font-size: 25px;
    line-height: 27px; }
  .columns-section ul li {
    padding: 20px 20px 20px 70px; }
  .columns-section .track-box {
    min-height: 0;
    padding: 20px; }
  .columns-section .track-box .icon {
    padding: 0 20px 0 0; }
  .columns-section .track-box .icon img {
    width: 50px; }
  .columns-section .track-box h1 {
    font-size: 20px;
    line-height: 22px; }
  .columns-section .track-box input[type="text"] {
    width: 100px; }
  .columns-section .shedule-box {
    min-height: 0;
    padding: 20px; }
  .columns-section .shedule-box:before {
    display: none; }
  .columns-section .shedule-box .text-holder {
    width: 100%;
    display: block; }
  .register-section {
    display: block;
    text-align: center;
    padding: 20px;
    margin: 0 0 20px; }
  .register-section h1 {
    font-size: 25px;
    line-height: 27px;
    padding: 0 0 10px; }
  .section-box {
    display: block;
    margin: 0;
    font-size: 18px;
    line-height: 20px; }
  .section-box .box {
    padding: 0 0 20px;
    display: block;
    width: auto;
    text-align: center; }
  .section-box .holder {
    display: block;
    padding: 15px; }
  .section-box .img-holder,
  .section-box .video {
    width: 251px;
    margin: 0 auto 15px; }
  .section-box .description {
    width: auto;
    padding: 0; }
  .section-box h1 {
    font-size: 30px;
    line-height: 31px; }
  .heading {
    margin-bottom: 30px;
    padding: 20px 9999px 20px; }
  .heading.center .icon {
    margin: -1px 0 -11px 0; }
  .heading.center .icon + h1 {
    display: inline-block; }
  .heading h1 {
    font-size: 22px;
    line-height: 26px; }
  .heading .text-line {
    display: block;
    margin: 10px 0 0; }
  .heading .icon {
    margin: -4px 12px 0 0;
    position: static;
    height: 29px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .heading .icon + h1 {
    display: block;
    overflow: hidden;
    padding: 0; }
  .heading .btn {
    float: none;
    margin: 10px 0 0; }
  .heading .info-text {
    display: none; }
  .heading .steps {
    float: none;
    margin: 0;
    font-size: 10px;
    line-height: 12px; }
  .heading .steps li + li {
    margin: 0 0 0 46px; }
  .heading .steps li + li:after {
    right: 30px;
    width: 40px;
    top: 15px; }
  .heading .steps .step {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    box-shadow: 0 0 0 5px #ededed; }
  .order-form {
    margin: 0 0 10px; }
  .order-form h2 {
    margin: 0 0 20px; }
  .order-form .order-block .head {
    display: block;
    padding: 19px 20px; }
  .order-form .order-block .input-row {
    margin: 0; }
  .order-form .order-block .rate {
    font-size: 25px;
    line-height: 27px; }
  .order-form .order-block label {
    margin: 0 -4px 7px 0;
    width: 45%;
    padding: 0 10px 0 0; }
  .order-form .order-block input,
  .order-form .order-block .jcf-select {
    margin: 0 0 8px; }
  .order-form .order-block input {
    width: 55%; }
  .order-form .order-block .jcf-select {
    width: 55%; }
  .order-form .order-block .block-holder label {
    width: auto; }
  .order-form .order-block .block-holder input {
    width: 100% !important; }
  .order-form .order-block .column {
    float: none;
    width: auto; }
  .order-form .order-block .column + .column {
    float: none;
    width: auto;
    padding: 0; }
  .order-form .order-block .column + .column .row label {
    width: auto;
    text-align: left;
    margin: 0 0 12px;
    padding: 0; }
  .order-form .order-block .column + .column .row input {
    width: 100%; }
  .order-form .order-block .column input {
    width: 50%; }
  .order-form .order-block .row {
    display: block; }
  .order-form .order-block .row label {
    width: auto;
    display: block;
    text-align: left;
    margin: 0 0 12px;
    padding: 0; }
  .order-form .col-holder .row {
    padding: 0;
    margin: 0; }
  .order-form .col-holder .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .order-form .col-holder .label:before {
    display: none; }
  .order-form .col-holder label {
    margin: 0 0 9px; }
  .order-form .col-holder input {
    margin: 0 0 9px; }
  .order-form .col-holder .jcf-select {
    margin: 0 0 9px; }
  .order-form .col-holder .field {
    display: block;
    padding: 0;
    margin: 0; }
  .order-form .col-holder .field + .field {
    padding: 0 0 0 9px; }
  .order-form .col-holder .size-1 {
    width: 100%; }
  .order-form .col-holder .size-2 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .order-form .col-holder .size-3 {
    width: 50%;
    float: left; }
  .order-form .col-holder .size-5 {
    width: 100%;
    float: none; }
  .order-form .col-holder .size-6 {
    width: 100%;
    margin: 0 0 9px; }
  .order-form .col-holder .size-7 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .order-form .col-holder .size-8 {
    overflow: hidden;
    width: 50%; }
  .order-form .col-holder .row-phone {
    float: none;
    margin: 0 0 9px; }
  .order-form .col-holder .row-phone input {
    margin: 0; }
  .order-form .col-holder .row-phone .field {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .order-form .col-holder .row-phone .size-4 + span + .size-4 {
    margin: 0 2px 0 2px;
    width: 81px; }
  .order-form .col-holder .row-vehicle {
    padding: 0; }
  .order-form .col-holder .row-vehicle .col-vehicle {
    float: none;
    width: auto; }
  .order-form .col-holder .row-vehicle .col-vehicle .label {
    float: left;
    width: auto;
    display: block; }
  .order-form .col-holder .row-vehicle .col-vehicle .field {
    padding: 0;
    width: 100%; }
  .order-form .col-holder .row-vehicle .col-cod {
    float: none;
    width: auto; }
  .order-form .col-holder .row-vehicle .col-cod .label {
    float: left;
    width: auto;
    display: block; }
  .order-form .col-holder .row-vehicle .col-cod .field {
    padding: 0;
    width: 100%; }
  .order-form .col-holder .col-ext {
    padding: 0; }
  .order-form .col-holder .col-ext .label {
    float: none;
    width: auto;
    padding-right: 0; }
  .order-form .col-holder .col-ext .field {
    padding: 0;
    width: 100%; }
  .order-form .col-holder .col-room {
    overflow: visible; }
  .order-form .col-holder .col-room .label {
    float: none;
    width: auto;
    padding-right: 0; }
  .order-form .col-holder .col-room .field {
    width: 100%; }
  .order-form .col-holder textarea {
    margin: 0 0 9px; }
  .order-form .col-holder .title {
    margin-left: 0; }
  .order-form button[type="submit"] {
    float: none;
    display: block;
    margin: 0 auto 20px; }
  .upload-block {
    margin: 0 -20px 20px;
    padding: 30px 10px; }
  .upload-block .file {
    max-width: 300px; }
  .upload-block .title {
    display: block;
    float: none;
    margin: 0 10px 20px; }
  .upload-block .link-box {
    position: static;
    margin: 0 0 15px; }
  .upload-block .file-bar {
    font-size: 17px;
    line-height: 17px;
    text-align: center; }
  .upload-block .file-bar li:last-child {
    display: block; }
  .upload-block .file-bar li:last-child:before {
    display: none; }
  .upload-block .file-bar .drag-drop {
    margin: 10px 0 0;
    padding: 11px 14px 8px; }
  .upload-block .jcf-file {
    height: 17px; }
  .upload-block .jcf-upload-button {
    font-size: 17px;
    line-height: 17px; }
  .attach-list {
    padding: 10px 0 0;
    margin: 0 -10px 0 0; }
  .twocolumns #content {
    width: auto;
    float: none;
    margin: 0 0 30px; }
  .twocolumns.alt #content {
    width: auto;
    float: none; }
  #sidebar {
    width: auto;
    float: none; }
  #sidebar .box {
    margin: 0 0 20px; }
  #sidebar .map-box {
    margin: 0 0 20px; }
  .add-nav .has-drop-down:hover ul,
  .add-nav .has-drop-down.hover ul {
    display: block; }
  .add-nav ul {
    position: static;
    display: none;
    margin: 18px -30px 0;
    width: auto; }
  .login-form .row {
    margin: 0;
    display: block; }
  .login-form .row .col {
    width: auto;
    padding: 0; }
  .login-form button[type="submit"] {
    display: block;
    margin: 16px auto; }
  .login-form .buttons {
    padding: 20px 0 0; }
  .login-form .buttons .btn {
    width: 100%;
    margin: 0 0 15px;
    float: none; }
  .report-form {
    padding: 0 0 10px; }
  .report-form .form-holder {
    margin: 0 auto; }
  .report-form h2 + p {
    margin-top: 0; }
  .report-form p {
    margin: 0 0 24px; }
  .report-form .row label {
    display: block;
    padding: 0 0 7px; }
  .report-form .row .jcf-select {
    width: 100%; }
  .report-form button[type="submit"] {
    margin-bottom: 0; }
  .table-holder {
    margin: 0; }
  .table {
    margin: 0 0 20px; }
  .table th,
  .table td {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
    text-align: right; }
  .table th {
    padding-left: 10px;
    padding-right: 10px;
    text-align: right; }
  .load-more {
    padding: 20px 0 17px; }
  .report-table .btn-back {
    margin: 20px 0 !important; }
  .table-alt {
    margin: 0 0 20px; }
  .report-table .table-alt table td:last-child {
    width: 86px; }
  .report-table .table-alt table td:nth-last-child(2) {
    width: 34px; }
  .report-table .table-alt .slide table td {
    padding: 19px 5px 14px; }
  .report-table .table-alt .slide table td:last-child {
    width: 70px; }
  .report-table .table-alt .slide table td:nth-last-child(2) {
    width: 34px; }
  .table-alt th th {
    padding-left: 10px;
    padding-right: 10px; }
  .table-alt th th:last-child {
    width: 86px; }
  .table-alt th th:nth-last-child(2) {
    width: 34px; }
  .table-alt &gt; tbody &gt; tr &gt; td {
    padding: 0; }
  .table-alt td {
    padding: 12px 5px 10px; }
  .table-alt table td:last-child {
    width: 17px; }
  .table-alt table td:nth-last-child(2) {
    width: 70px; }
  .table-alt .open:before {
    left: 11px; }
  .table-alt .slide-holder {
    position: relative;
    overflow: visible; }
  .table-alt .slide {
    font-size: 15px;
    line-height: 18px;
    position: static; }
  .table-alt .slide ul li + li {
    border-top: 1px solid #d6d6d6; }
  .table-alt .order,
  .table-alt .status,
  .table-alt .miels,
  .table-alt .price {
    display: block !important;
    width: auto !important;
    margin: 0 0 10px;
    padding: 0 !important;
    text-align: left !important; }
  .table-alt .btn {
    margin: 0 0 10px;
    display: block;
    width: 150px;
    text-align: center; }
  .table-alt .btn span {
    display: inline; }
  .table-alt .popup,
  .table-alt .popup-2,
  .table-alt .popup-3 {
    position: absolute;
    margin: 0;
    width: 320px;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .table-alt .popup .top-block,
  .table-alt .popup-2 .top-block,
  .table-alt .popup-3 .top-block {
    padding: 28px 20px 24px; }
  .table-alt .popup .steps li + li,
  .table-alt .popup-2 .steps li + li,
  .table-alt .popup-3 .steps li + li {
    margin: 15px 0 0;
    border: none;
    padding: 0 0 0 25px; }
  .table-alt .popup .frame,
  .table-alt .popup-2 .frame,
  .table-alt .popup-3 .frame {
    padding: 20px 20px 30px; }
  .table-alt .popup .row .jcf-select,
  .table-alt .popup-2 .row .jcf-select,
  .table-alt .popup-3 .row .jcf-select {
    width: 75px; }
  .table-alt .popup .row .jcf-select .jcf-select-text,
  .table-alt .popup-2 .row .jcf-select .jcf-select-text,
  .table-alt .popup-3 .row .jcf-select .jcf-select-text {
    margin: 0 30px 0 14px; }
  .table-alt .popup .waiting,
  .table-alt .popup-2 .waiting,
  .table-alt .popup-3 .waiting {
    width: 90px; }
  .table-alt .popup .upload-block .txt-holder,
  .table-alt .popup-2 .upload-block .txt-holder,
  .table-alt .popup-3 .upload-block .txt-holder {
    width: 217px; }
  .table-alt .popup-3 {
    width: 320px; }
  .table-alt + .btn-back {
    margin: 0 6px 20px 0; }
  .profile-form {
    margin: 0; }
  .profile-form h3 {
    padding: 5px 0 0 35px; }
  .profile-form .block.alt .row &gt; .label {
    float: none;
    width: auto;
    height: auto;
    padding: 5px 0 12px;
    text-align: left; }
  .profile-form .block.alt .row &gt; .label:before {
    display: none; }
  .profile-form .block.alt-2 .size-8:first-child {
    width: 100%; }
  .profile-form .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .profile-form .label:before {
    display: none; }
  .profile-form .column {
    display: block; }
  .profile-form .size11 {
    width: 100%; }
  .profile-form .size-1 {
    width: 100%; }
  .profile-form .size-2 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px 0 0;
    padding: 0 !important; }
  .profile-form .size-3 {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0 -4px 0 0; }
  .profile-form .size-4 {
    margin: 0 2px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .profile-form .size-4 + span {
    vertical-align: middle; }
  .profile-form .size-4 + span + .size-4 {
    margin: 0 2px 0 2px;
    padding: 0; }
  .profile-form .size-8 {
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0; }
  .profile-form .col-ext {
    display: block; }
  .profile-form .col-ext .label {
    width: auto;
    padding: 7px 0 10px; }
  .profile-form .col-ext .size-4 {
    margin: 0;
    display: block; }
  .profile-form .col-ext .size-4 input {
    width: 100%; }
  .profile-form .select-row {
    margin: 0 0 20px; }
  .profile-form .checkbox-columns {
    margin: 0 0 23px; }
  .profile-form .btn-back {
    margin-right: 6px; }
  .privacy-block .btn,
  .information-block .btn {
    margin: 20px 0 30px; }
  .privacy-block p + h2,
  .information-block p + h2 {
    margin-top: 30px; }
  .search-results {
    margin: 30px 0; }
  .search-results li {
    margin: 0 0 30px; }
  .cleaned-block {
    margin: 0 0 30px; }
  .cleaned-block .logo-block {
    margin: 0 auto 25px; }
  .cleaned-block .btn {
    margin: 20px 0; }
  .flight-options-form.alt .table-alt {
    margin: 0 0 30px; }
  .flight-options-form.alt .table-alt th:first-child + th {
    width: auto;
    word-wrap: break-word; }
  .flight-options-form.alt .table-alt td {
    padding: 12px 5px 10px; }
  .flight-options-form.alt .table-alt td:last-child {
    padding-left: 5px; }
  .flight-options-form.alt .table-alt td + td {
    font-size: 12px; }
  .flight-options-form.alt .table-alt td + td + td {
    white-space: normal; }
  .flight-options-form.alt .table-alt img {
    margin: -4px 0;
    max-width: 20px; }
  .flight-options-form.alt .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .flight-options-form.alt h1 {
    margin: 0 0 9px; }
  .flight-options-form.alt h1 + p {
    margin-left: 0; }
  .flight-options-form .note {
    margin: 0 0 20px; }
  .flight-options-form .table-alt {
    font-size: 13px;
    margin: 0 0 30px; }
  .flight-options-form .table-alt th {
    padding: 9px 10px; }
  .flight-options-form .table-alt th:first-child + th {
    width: 80px;
    word-wrap: break-word; }
  .flight-options-form .table-alt th + th {
    padding-left: 5px;
    padding-right: 5px; }
  .flight-options-form .table-alt th:last-child {
    width: 86px;
    text-align: right; }
  .flight-options-form .table-alt th:nth-last-child(2) {
    width: auto; }
  .flight-options-form .table-alt td {
    padding: 12px 5px 10px; }
  .flight-options-form .table-alt td:last-child {
    padding-left: 5px; }
  .flight-options-form .table-alt td + td {
    font-size: 12px; }
  .flight-options-form .table-alt td + td + td {
    white-space: normal; }
  .flight-options-form .jcf-radio {
    margin: 1px 0 0 5px; }
  .flight-options-form .active td:first-child {
    padding: 3px; }
  .mark-list {
    margin: 0 0 30px; }
  .mobile-hidden {
    display: none; }
  .tracking-form .box {
    padding: 20px; }
  .tracking-block .steps {
    font-size: 10px;
    line-height: 12px; }
  .tracking-block .steps li + li:before {
    right: 30px;
    width: 40px; }
  .tracking-block .steps .step {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    box-shadow: 0 0 0 5px #fff; }
  .tracking-block .steps .done .step:before,
  .tracking-block .steps .done .step:after {
    width: 1px;
    top: 8px;
    left: 15px; }
  .tracking-block .steps .done .step:after {
    left: 10px;
    top: 14px; }
  .map-area table {
    font-size: 12px;
    margin: 0 0 23px; }
  .map-area table th {
    padding: 12px 10px; }
  .map-area table th:first-child {
    padding-left: 0; }
  .map-area table td {
    padding: 12px 10px 5px; }
  .map-area table td:first-child {
    padding-left: 0; }
  .map-area table td:first-child + td {
    white-space: nowrap; }
  .map-area .form {
    margin: 0 0 10px; }
  .map-area .form h2 {
    margin: 0 0 20px;
    padding: 0 0 15px; }
  .map-area .form label {
    margin-left: 0; }
  .map-area .form textarea {
    height: 113px;
    min-height: 113px !important; }
  .reports-form .box {
    padding: 20px; }
  .reports-form .frame {
    padding: 19px 0 0; }
  .reports-form .radio-block {
    display: block;
    margin: 20px auto; }
  .reports-form .radio-block .radio-col {
    width: 100%;
    padding: 0 0 10px; }
  .reports-form input[type="submit"] {
    display: block;
    margin: 0 auto 30px; }
  .top-block {
    text-align: center;
    margin: -6px 0 15px; }
  .top-block .microsoft {
    float: none; }
  .header-block {
    text-align: center; }
  .header-block &gt; span {
    float: none;
    display: inline-block;
    vertical-align: top;
    padding: 0; }
  .header-block .pagination {
    float: none; }
  .header-block .pagination span {
    padding: 0; }
  .header-block ul li {
    padding: 0 5px; }
  .report-list li {
    display: block;
    padding: 20px; }
  .report-list .col {
    display: block;
    width: auto !important; }
  .report-list .col + .col {
    padding: 20px 0 0; }
  .report-list .col + .col + .col {
    padding: 20px 0 0; }
  .report-list .col &gt; span {
    padding: 10px 0 0; }
  .pagination-block {
    text-align: center;
    margin: 0 0 30px;
    padding: 17px 10px 14px; }
  .pagination-block &gt; span {
    float: none;
    display: block;
    margin: 0 0 5px; }
  .pagination-block .pagination {
    float: none; }
  .pagination-block .pagination li {
    margin: 0 5px 5px; }
  .aside {
    float: none;
    width: auto; }
  .rates-form .box {
    margin: 30px 0 10px;
    padding: 20px 20px 20px 11px; }
  .rates-form .col-left {
    display: block; }
  .rates-form .col-left .col {
    width: auto; }
  .rates-form .row {
    padding: 0;
    margin: 0;
    max-width: none; }
  .rates-form .row .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .rates-form .row .label:before {
    display: none; }
  .rates-form .row .field {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%; }
  .rates-form .row .field + .field {
    padding: 0; }
  .rates-form .row .size-4 {
    width: auto; }
  .shipments-list li {
    margin: 0; }
  .shipments-list li .error-page {
    background: #ededed; }
  .shipments-list .hold {
    display: block; }
  .shipments-list .name strong {
    font-size: 16px; }
  .shipments-list .info {
    text-align: left;
    padding: 0 0 0 51px; }
  .shipments-list .frame {
    padding: 10px; }
  .shipments-list .row .col {
    width: 100% !important;
    padding: 0; }
  .shipments-list .row .col:last-child {
    text-align: left; }
  .shipments-list .details,
  .shipments-list .price {
    float: none;
    display: block; }
  .shipments-list .price {
    float: none;
    margin: 0; }
  .error-page #content {
    padding: 20px;
    margin: 0 0 20px; }
  .error-block {
    display: block; }
  .error-block .image {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px; }
  .error-block .text {
    padding: 0;
    text-align: center; }
  .error-block h1 {
    font-size: 26px;
    line-height: 27px;
    margin: 0 0 20px; }
  .error-block .btn {
    margin: 10px 0 30px; }
  .block.thank-you {
    padding: 0; }
  .two-columns .col {
    width: 100%;
    float: none; }
  .two-columns .col:first-child {
    width: 100%;
    float: none; }
  .two-columns .register-section h1 {
    min-width: 100%; }
  .two-columns .register-section .btn {
    margin: 0 0 20px;
    float: none; }
  .post-box {
    padding: 30px; }
  .account-form-2 {
    max-width: none; }
  .account-form-2.feedback .btn {
    padding: 7px 14px; }
  .account-form-2.feedback-2 .row.padding-right {
    padding: 0; }
  .account-form-2.feedback-2 .add-info {
    padding: 0;
    right: auto;
    left: 56px; }
  .account-form-2 .col {
    padding: 0; }
  .account-form-2 .row {
    margin: 0; }
  .account-form-2 input {
    margin: 0 0 9px; }
  .account-form-2 .jcf-select {
    margin: 0 0 9px; }
  .account-form-2 .field {
    display: block;
    padding: 0;
    margin: 0; }
  .account-form-2 .field + .field {
    padding: 0 0 0 9px; }
  .account-form-2 .size-1 {
    width: 100%; }
  .account-form-2 .size-2 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .account-form-2 .size-3 {
    width: 50%;
    float: left; }
  .account-form-2 .size-5 {
    width: 100%;
    float: none; }
  .account-form-2 .size-6 {
    width: 100%;
    margin: 0 0 9px; }
  .account-form-2 .size-7 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .account-form-2 .size-8 {
    overflow: hidden;
    width: 50%; }
  .account-form-2 .size-9 {
    float: none;
    width: auto; }
  .account-form-2 .size-10 {
    width: auto; }
  .account-form-2 .size-11 {
    width: auto;
    margin: 0 0 10px; }
  .account-form-2 .link {
    width: auto;
    height: auto;
    display: block;
    position: static;
    margin: 0 0 20px; }
  .account-form-2 .link:before {
    display: none; }
  .account-form-2 .row-phone {
    float: none;
    margin: 0 0 9px; }
  .account-form-2 .row-phone input {
    margin: 0; }
  .account-form-2 .row-phone .field {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .account-form-2 .row-phone .size-4 + span + .size-4 {
    margin: 0 2px 0 2px;
    width: 81px; }
  .account-form-2 .row-vehicle {
    padding: 0; }
  .account-form-2 .row-vehicle .col-vehicle {
    float: none;
    width: auto; }
  .account-form-2 .row-vehicle .col-vehicle .label {
    float: left;
    width: auto;
    display: block; }
  .account-form-2 .row-vehicle .col-vehicle .field {
    padding: 0;
    width: 100%; }
  .account-form-2 .row-vehicle .col-cod {
    float: none;
    width: auto; }
  .account-form-2 .row-vehicle .col-cod .label {
    float: left;
    width: auto;
    display: block; }
  .account-form-2 .row-vehicle .col-cod .field {
    padding: 0;
    width: 100%; }
  .account-form-2 .col-ext {
    padding: 0; }
  .account-form-2 .col-ext .label {
    float: none;
    height: auto;
    width: auto;
    text-align: left;
    padding: 0 0 7px; }
  .account-form-2 .col-ext .label:before {
    display: none; }
  .account-form-2 .col-ext .field {
    padding: 0;
    width: 100%; }
  .account-form-2 .col-room {
    overflow: visible; }
  .account-form-2 .col-room .label {
    float: none;
    width: auto;
    padding-right: 0; }
  .account-form-2 .col-room .field {
    width: 100%; }
  .account-form-2 textarea {
    margin: 0 0 9px; }
  .promo-block {
    margin: -30px -20px 0; }
  .promo-block img {
    margin: 0;
    height: 100%;
    width: 100%; }
  .promo-block .text {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px;
    text-align: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: auto;
    max-width: none; }
  .promo-block h1 {
    font-size: 25px;
    line-height: 27px;
    margin: 0 0 4px; }
  .promo-block p {
    margin: 0 0 8px; }
  .section {
    padding: 30px 0; }
  .section h1 {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 20px; }
  .perks-list:after {
    display: none; }
  .perks-list li {
    width: 100%;
    padding: 20px 0; }
  .perks-list li:before {
    left: 0;
    right: 0; }
  .perks-list .icon {
    width: 80px;
    height: 80px;
    margin: 0 20px 0 0; }
  .perks-list h2 {
    font-size: 17px;
    line-height: 19px; }
  .blockquote-section {
    margin: 0 -20px; }
  .blockquote-section blockquote {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: none;
    padding: 20px; }
  .blockquote-section blockquote q {
    font-size: 20px;
    line-height: 25px; }
  .jobs-list li {
    padding: 20px; }
  .jobs-list .col {
    padding: 0 0 15px;
    width: auto !important; }
  .jobs-list .col:last-child {
    padding: 15px 0 0; }
  .jobs-list .col + .col {
    display: block;
    padding: 15px 0;
    border-width: 1px 0 0; }
  .jobs-list .col + .col:last-child {
    border-width: 1px 0 0;
    padding: 15px 0 0; }
  .jobs-list .btn {
    width: auto;
    margin: 0; }
  .job-form {
    display: block; }
  .job-form .holder {
    width: auto;
    display: block; }
  .job-form h2 {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 12px; }
  .job-form .row {
    padding: 0;
    margin: 0; }
  .job-form input {
    margin: 0 0 9px; }
  .job-form .field {
    display: block;
    margin: 0; }
  .job-form .field + .field {
    padding: 0 0 0 9px; }
  .job-form textarea {
    margin: 0 0 9px; }
  .job-form .upload-block {
    padding: 20px;
    margin: 0 0 30px; }
  .job-form .job-box {
    text-align: center; }
  .job-form .job-box .frame {
    float: none;
    display: inline-block;
    padding: 10px;
    margin: 0  0 15px; }
  .job-form .job-box .price {
    font-size: 20px;
    line-height: 22px; }
  .job-form .aside {
    width: auto; }
  .job-form .perks-list h3 {
    margin-top: 0; }
  .tracking-section .steps {
    font-size: 10px;
    line-height: 12px; }
  .tracking-section .steps li + li:before {
    right: 30px;
    width: 40px;
    top: 15px;
    width: 47px; }
  .tracking-section .steps .step {
    width: 30px;
    height: 30px;
    margin: 0 auto 5px;
    box-shadow: 0 0 0 5px #fff; }
  .tracking-section .steps .done .step:before,
  .tracking-section .steps .done .step:after {
    width: 1px;
    top: 8px;
    left: 15px; }
  .tracking-section .steps .done .step:after {
    left: 10px;
    top: 14px; }
  .tracking-section .success-block {
    margin: 0 auto; }
  .tracking-section .success-block h1 {
    font-size: 22px;
    line-height: 24px; }
  .tracking-section .list li {
    display: block; }
  .tracking-section .list li + li:before {
    display: none; }
  .tracking-section .icon {
    max-width: 60px;
    margin: 0 auto 20px; }
  .tracking-form-2 .top-text {
    margin: 0 auto 30px; }
  .tracking-form-2 .box {
    padding: 20px;
    margin: 0 auto 30px; }
  .tracking-form-2 .box.alt {
    display: block;
    padding: 20px; }
  .tracking-form-2 .box .col {
    width: 100% !important;
    margin: 0 0 11px; }
  .tracking-form-2 .box .col + .col {
    padding: 0; }
  .tracking-form-2 .box .col + .col + .col + .col {
    padding: 0; }
  .tracking-form-2 .row {
    padding: 0;
    margin: 0; }
  .tracking-form-2 .row.alt {
    margin: 0; }
  .tracking-form-2 .row.alt label {
    margin: 0 0 11px; }
  .tracking-form-2 .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .tracking-form-2 .label:before {
    display: none; }
  .tracking-form-2 .label + .field,
  .tracking-form-2 .label + .col-city .field:first-child,
  .tracking-form-2 .label + .row-phone .field:first-child {
    padding: 0; }
  .tracking-form-2 input[type="text"],
  .tracking-form-2 input[type="tel"],
  .tracking-form-2 input[type="email"] {
    margin: 0 0 9px; }
  .tracking-form-2 .jcf-select {
    margin: 0 0 9px; }
  .tracking-form-2 .field {
    display: block;
    padding: 0;
    margin: 0; }
  .tracking-form-2 .field + .field {
    padding: 0 0 0 9px; }
  .tracking-form-2 .col-city {
    margin-left: 0; }
  .tracking-form-2 .size-1 {
    width: 100%; }
  .tracking-form-2 .size-2 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .tracking-form-2 .size-3 {
    width: 50%;
    float: left; }
  .tracking-form-2 .size-5 {
    width: 100%;
    float: none; }
  .tracking-form-2 .size-6 {
    width: 100%;
    margin: 0 0 9px; }
  .tracking-form-2 .size-7 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .tracking-form-2 .size-8 {
    overflow: hidden;
    width: 50%; }
  .tracking-form-2 .size-9 {
    float: none;
    width: auto; }
  .tracking-form-2 .size-10 {
    width: auto; }
  .tracking-form-2 .size-11 {
    width: auto;
    margin: 0 0 10px; }
  .tracking-form-2 .link {
    width: auto;
    height: auto;
    display: block;
    position: static;
    margin: 0 0 20px; }
  .tracking-form-2 .link:before {
    display: none; }
  .tracking-form-2 .row-phone {
    float: none;
    margin: 0 0 9px; }
  .tracking-form-2 .row-phone input {
    margin: 0; }
  .tracking-form-2 .row-phone .field {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .tracking-form-2 .row-phone .size-4 + span + .size-4 {
    margin: 0 2px 0 2px;
    width: 81px; }
  .tracking-form-2 .col-ext {
    padding: 0; }
  .tracking-form-2 .col-ext .label {
    float: none;
    height: auto;
    width: auto;
    text-align: left;
    padding: 0 0 7px; }
  .tracking-form-2 .col-ext .label:before {
    display: none; }
  .tracking-form-2 .col-ext .field {
    padding: 0;
    width: 100%; }
  .tracking-form-2 textarea {
    margin: 0 0 9px; }
  .tracking-form-2 .checkbox-columns {
    padding: 10px 0; }
  .tracking-form-2 .checkbox-row {
    margin: 0 0 10px !important; }
  .tracking-form-2 .radio-row {
    margin: 0 0 10px !important; }
  .tracking-form-2 .billing {
    display: block; }
  .tracking-form-2 .billing .label {
    padding: 0; }
  .tracking-form-2 .billing .label label {
    margin: 0 0 11px; }
  .tracking-form-2 .billing .field {
    width: 100%; }
  .tracking-form-2 .title {
    margin: 0 0 13px; }
  .tracking-form-2 .buttons-block {
    padding: 20px 0 0; }
  .tracking-form-2 .buttons-block .radio-columns .radio-row {
    display: block;
    margin: 0 0 10px; }
  .tracking-form-2 .frame h2 {
    padding: 0 0 18px; }
  .tracking-form-2 .frame .cols {
    display: block; }
  .tracking-form-2 .frame .column {
    width: auto;
    padding: 0; }
  .tracking-form-2 .frame .column + .column {
    padding: 10px 0 0; }
  .tracking-form-2 .frame .bottom-cols {
    display: block; }
  .tracking-form-2 .frame .mark {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 20px; }
  .tracking-form-2 .box-right {
    padding: 20px; }
  .tracking-form-2 .box-right h2 {
    font-size: 20px;
    line-height: 22px; }
  .ship-form {
    margin: 0 -20px; }
  .ship-form .block {
    padding: 0 20px 35px; }
  .ship-form .bottom-block {
    margin: 0 -20px; }
  .ship-form h2 {
    margin: 0 -20px 20px;
    padding: 20px; }
  .ship-form .title {
    margin-left: 0;
    margin-top: 30px; }
  .ship-form .row {
    padding: 0;
    margin: 0; }
  .ship-form .row.alt {
    margin: 0; }
  .ship-form .row.alt label {
    margin: 0 0 11px; }
  .ship-form .label {
    position: static;
    width: auto;
    display: block;
    height: auto;
    padding: 0 0 7px;
    text-align: left; }
  .ship-form .label:before {
    display: none; }
  .ship-form .label + .field,
  .ship-form .label + .col-city .field:first-child,
  .ship-form .label + .row-phone .field:first-child {
    padding: 0; }
  .ship-form label {
    margin: 0 0 11px; }
  .ship-form input[type="text"],
  .ship-form input[type="tel"],
  .ship-form input[type="email"] {
    margin: 0 0 9px; }
  .ship-form .jcf-select {
    margin: 0 0 9px; }
  .ship-form .field {
    display: block;
    padding: 0;
    margin: 0; }
  .ship-form .field + .field {
    padding: 0 0 0 9px; }
  .ship-form .size-1 {
    width: 100%; }
  .ship-form .size-2 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .ship-form .size-3 {
    width: 50%;
    float: left; }
  .ship-form .size-4 {
    width: 78px; }
  .ship-form .size-5 {
    width: 100%;
    float: none; }
  .ship-form .size-6 {
    width: 100%;
    margin: 0 0 9px; }
  .ship-form .size-7 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .ship-form .size-8 {
    overflow: hidden;
    width: 50%; }
  .ship-form .size-9 {
    float: none;
    width: auto; }
  .ship-form .size-10 {
    width: auto; }
  .ship-form .size-11 {
    width: auto;
    margin: 0 0 10px; }
  .ship-form .link {
    width: auto;
    height: auto;
    display: block;
    position: static;
    margin: 0 0 20px; }
  .ship-form .link:before {
    display: none; }
  .ship-form .row-phone {
    float: none;
    margin: 0 0 9px; }
  .ship-form .row-phone input {
    margin: 0; }
  .ship-form .row-phone .field {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .ship-form .row-phone .size-4 + span + .size-4 {
    margin: 0 2px 0 2px;
    width: 79px; }
  .ship-form .col-ext {
    padding: 0; }
  .ship-form .col-ext .label {
    float: none;
    height: auto;
    width: auto;
    text-align: left;
    padding: 0 0 7px; }
  .ship-form .col-ext .label:before {
    display: none; }
  .ship-form .col-ext .field {
    padding: 0;
    width: 100%; }
  .ship-form textarea {
    margin: 0 0 9px; }
  .ship-form .shipment-section .frame label {
    margin: 0 0 11px; }
  .ship-form .shipment-section label {
    margin: 0 0 11px; }
  .ship-form .shipment-section .row-phone {
    padding-left: 0; }
  .ship-form .shipment-section .col-ext {
    padding-left: 0; }
  .ship-form .shipment-section .row {
    margin: 0 0 11px; }
  .ship-form .shipment-section .field + .field {
    padding-left: 0; }
  .ship-form .size-12 {
    width: 100%; }
  .ship-form .shipment-box {
    display: block; }
  .ship-form .shipment-box .col {
    width: 100%; }
  .ship-form .shipment-box .col + .col {
    width: auto;
    padding: 0;
    margin: 0 0 0 -9px; }
  .ship-form .shipment-box .select {
    width: 100%; }
  .ship-form .shipment-box .select + .select {
    width: 100%;
    padding-left: 0; }
  .ship-form .shipment-box label {
    position: static;
    display: block;
    width: 100%;
    margin: 0 0 10px; }
  .ship-form .shipment-box .close {
    top: 30px; }
  .ship-form .billing-section .row {
    margin: 0 0 11px; }
  .ship-form .billing-section .box {
    padding: 32px 22px 22px;
    text-align: center; }
  .ship-form .billing-section .box .radio {
    margin: 0 10px 10px 0; }
  .ship-form .billing-section .date-row .jcf-select {
    float: none;
    max-width: none; }
  .ship-form .billing-section .date-row input[type="text"] {
    max-width: none; }
  .ship-form .billing-section .date-row .col {
    width: 100%;
    float: none; }
  .ship-form .billing-section .date-row .col .field {
    width: 100%; }
  .ship-form .billing-section .date-row .col .field + .field {
    padding: 0; }
  .ship-form .billing-section .date-row &gt; .field {
    width: 100%; }
  .ship-form .time {
    margin: 0 0 20px; }
  .ship-form .success-block {
    margin: 0 auto;
    padding: 30px 0; }
  .ship-form .success-block h1 {
    font-size: 22px;
    line-height: 24px; }
  .ship-form .success-block .icon {
    max-width: 60px;
    margin: 0 auto 20px; }
  .content-section.alt {
    padding-bottom: 2px; }
  .content-section .heading-alt .icon {
    height: 29px;
    width: auto; }
  .content-section .heading-alt + .sub-heading {
    margin-top: -12px; }
  .content-section h2 {
    font-size: 22px;
    line-height: 24px; }
  .content-section .icon {
    margin: 0 15px 0 0; }
  .cod-box {
    margin: 0 -25px 30px; }
  .cod-box .col:last-child {
    overflow-x: auto; }
  .info-section .btn-center {
    padding: 0 0 28px; }
  .info-section .btn-holder {
    margin: 0 -22px; }
  .info-section .btn-left,
  .info-section .btn-right {
    display: block;
    width: 100%;
    margin: 0 0 20px;
    padding: 0; }
  .info-section .btn-right {
    padding: 0; }
  .account-form-3 {
    margin: 0; }
  .account-form-3 .box {
    margin: 0 0 30px; }
  .breadcrumbs {
    display: none; }
  .news-section {
    padding: 0 0 1px; }
  .news-section h3 {
    margin: 0 0 10px; }
  .news-list li {
    display: block; }
  .news-list .text-section {
    width: auto;
    padding: 0 0 15px; }
  .news-list .btn {
    white-space: normal;
    margin: 0; }
  .video-list .video {
    float: none;
    width: auto;
    margin: 0; }
  .servise-block {
    display: block; }
  .servise-block .text-hold {
    width: auto;
    max-width: none; }
  .servise-block .image {
    margin: 20px auto 0; }
  .surcharge-list {
    font-size: 13px; }
  .surcharge-list .date {
    min-width: 0; }
  .offers-form .text-block {
    margin: 0 0 30px;
    padding: 0 0 5px; }
  .offers-form h2 {
    font-size: 20px;
    line-height: 22px; }
  .offers-form .col {
    padding: 0; }
  .offers-form .row {
    padding: 0;
    margin: 0; }
  .offers-form input[type="text"],
  .offers-form input[type="tel"],
  .offers-form input[type="email"],
  .offers-form input[type="password"] {
    margin: 0 0 9px; }
  .offers-form .jcf-select {
    margin: 0 0 9px; }
  .offers-form .field {
    display: block;
    padding: 0;
    margin: 0; }
  .offers-form .field + .field {
    padding: 0 0 0 9px; }
  .offers-form .size-1 {
    width: 100%; }
  .offers-form .size-2 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .offers-form .size-3 {
    width: 50%;
    float: left; }
  .offers-form .size-5 {
    width: 100%;
    float: none; }
  .offers-form .size-6 {
    width: 100%;
    margin: 0 0 9px; }
  .offers-form .size-7 {
    padding: 0 !important;
    width: 50%;
    float: left; }
  .offers-form .size-8 {
    overflow: hidden;
    width: 50%; }
  .offers-form .size-9 {
    float: none;
    width: auto; }
  .offers-form .size-10 {
    width: auto; }
  .offers-form .size-11 {
    width: auto;
    margin: 0 0 10px; }
  .offers-form .size-12 {
    width: auto; }
  .offers-form .size-13 {
    width: auto; }
  .offers-form #text7,
  .offers-form #text17 {
    margin-bottom: 10px; }
  .offers-form .address-row {
    margin-bottom: 10px; }
  .offers-form #text95 {
    margin-bottom: 10px; }
  .offers-form .link {
    width: auto;
    height: auto;
    display: block;
    position: static;
    margin: 0 0 20px; }
  .offers-form .link:before {
    display: none; }
  .offers-form .row-phone {
    float: none;
    margin: 0 0 9px; }
  .offers-form .row-phone input {
    margin: 0; }
  .offers-form .row-phone .field {
    padding: 0;
    display: inline-block;
    vertical-align: middle; }
  .offers-form .row-phone .size-4 + span + .size-4 {
    margin: 0 2px 0 2px;
    width: 81px; }
  .offers-form .row-vehicle {
    padding: 0; }
  .offers-form .row-vehicle .col-vehicle {
    float: none;
    width: auto; }
  .offers-form .row-vehicle .col-vehicle .label {
    float: left;
    width: auto;
    display: block; }
  .offers-form .row-vehicle .col-vehicle .field {
    padding: 0;
    width: 100%; }
  .offers-form .row-vehicle .col-cod {
    float: none;
    width: auto; }
  .offers-form .row-vehicle .col-cod .label {
    float: left;
    width: auto;
    display: block; }
  .offers-form .row-vehicle .col-cod .field {
    padding: 0;
    width: 100%; }
  .offers-form .col-ext {
    padding: 0; }
  .offers-form .col-ext .label {
    float: none;
    height: auto;
    width: auto;
    text-align: left;
    padding: 0 0 7px; }
  .offers-form .col-ext .label:before {
    display: none; }
  .offers-form .col-ext .label span {
    display: inline-block;
    padding: 0 0 10px; }
  .offers-form .col-ext .field {
    padding: 0;
    width: 100%; }
  .offers-form .col-room {
    overflow: visible; }
  .offers-form .col-room .label {
    float: none;
    width: auto;
    padding-right: 0; }
  .offers-form .col-room .field {
    width: 100%; }
  .offers-form textarea {
    margin: 0 0 9px; }
  .offers-form .thank-you-message .title {
    font-size: 25px;
    line-height: 27px; }
  .service-form {
    margin: 0; }
  .service-form h2 {
    font-size: 20px;
    line-height: 22px; }
  .service-form .box {
    margin: 30px 0; }
  .service-form table th {
    padding: 9px 10px; }
  .service-form table th + th {
    padding-left: 5px;
    padding-right: 5px; }
  .sitemap-list &gt; li {
    width: 50%; }
  .contact-list li {
    display: block;
    padding: 20px 0; }
  .contact-list .col:first-child {
    width: auto; }
  .contact-list .col + .col {
    width: auto;
    padding: 0;
    text-align: left; }
  .contact-list h2 {
    font-size: 20px;
    line-height: 22px;
    display: block;
    margin: 0 0 4px; }
  .contact-list a[href^=tel] {
    font-size: 16px;
    line-height: 20px; }
  .contact-blocks {
    display: block;
    margin: 0; }
  .contact-blocks .block {
    width: auto;
    padding: 0 0 20px; }
  div.lightbox {
    width: 100%; }
  div.lightbox .direction {
    bottom: 10px;
    padding: 12px 59px 12px 21px; }
  div.lightbox .direction:before {
    top: 6px; }
  div.lightbox .direction:after {
    top: 14px; }
  #footer .footer-holder {
    padding: 25px 20px; }
  #footer .footer-nav {
    font-size: 17px;
    line-height: 19px;
    margin: 0 0 20px; }
  #footer .footer-nav li {
    display: block;
    margin: 0 0 7px; }
  #footer .footer-nav li + li:before {
    display: none; }
  #footer p {
    min-width: 0; }
  .table-list {
    padding: 0 !important; }
  .table-list li {
    display: block; }
  .table-list .order {
    width: auto; }
  .table-list .table-frame {
    width: auto; }
  .table-list .row-item {
    display: block; }
  .table-list .row-item div {
    padding: 10px 0 0; }
  .table-list table td {
    width: 20% !important; } }

@media (max-width: 479px) {
  .aside .map {
    max-width: none; }
  .ship-form .shipment-box .col + .col {
    margin: 0 -40px 0 -9px; }
  .sitemap-list {
    margin: 0;
    display: block; }
  .sitemap-list &gt; li {
    width: auto;
    padding: 0 0 33px; } }
/*# sourceMappingURL=main-live.css.map */</pre></body></html>