@charset "UTF-8";
/*
================================================================================
|                                     TAGS                                     |
================================================================================
*/
body { margin: 0px; padding: 0px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

blockquote, q { quotes: none; }

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

table { border-collapse: collapse; border-width: 0px; padding: 0px; margin: 0px; }

html { height: 100%; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; }

input, textarea { font: 12px "OpenSans", Arial, sans-serif; color: #333; outline: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; }

input[type="button"], input[type="submit"], button { cursor: pointer; }

td { margin: 0px; padding: 0px; }

form { padding: 0px; margin: 0px; }

a { color: #000100; -o-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; text-decoration: none; outline: none; }

input[type=submit], input[type=button] { -webkit-appearance: none; }

* { -webkit-box-sizing: border-box; box-sizing: border-box; }

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

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
.fancybox-enabled { overflow: hidden; }

.fancybox-enabled body { overflow: visible; height: 100%; }

.fancybox-is-hidden { position: absolute; top: -9999px; left: -9999px; visibility: hidden; }

.fancybox-container { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 99993; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container { z-index: 99992; }

.fancybox-outer, .fancybox-inner, .fancybox-bg, .fancybox-stage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.fancybox-outer { overflow-y: auto; -webkit-overflow-scrolling: touch; }

.fancybox-bg { background: #1e1e1e; opacity: 0; -webkit-transition-duration: inherit; -o-transition-duration: inherit; transition-duration: inherit; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg { opacity: 0.87; -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption-wrap { position: absolute; direction: ltr; z-index: 99997; opacity: 0; visibility: hidden; -webkit-transition: opacity .25s, visibility 0s linear .25s; -o-transition: opacity .25s, visibility 0s linear .25s; transition: opacity .25s, visibility 0s linear .25s; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption-wrap { opacity: 1; visibility: visible; -webkit-transition: opacity .25s, visibility 0s; -o-transition: opacity .25s, visibility 0s; transition: opacity .25s, visibility 0s; }

.fancybox-infobar { top: 0; left: 50%; margin-left: -79px; }

.fancybox-infobar__body { display: inline-block; width: 70px; line-height: 44px; font-size: 13px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: center; color: #ddd; background-color: rgba(30, 30, 30, 0.7); pointer-events: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -webkit-tap-highlight-color: transparent; -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar { top: 0; right: 0; }

.fancybox-stage { overflow: hidden; direction: ltr; z-index: 99994; -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; overflow: auto; outline: none; white-space: normal; -webkit-box-sizing: border-box; box-sizing: border-box; text-align: center; z-index: 99994; -webkit-overflow-scrolling: touch; display: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; -o-transition-property: transform, opacity; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.fancybox-slide::before { content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--previous, .fancybox-slide--current, .fancybox-slide--next { display: block; }

.fancybox-slide--image { overflow: visible; }

.fancybox-slide--image::before { display: none; }

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe { background: #000; }

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe { background: #E5E3DF; }

.fancybox-slide--next { z-index: 99995; }

.fancybox-slide > div { display: inline-block; position: relative; padding: 24px; margin: 44px 0 44px; border-width: 0; vertical-align: middle; text-align: left; background-color: #fff; overflow: auto; -webkit-box-sizing: border-box; box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap { position: absolute; top: 0; left: 0; margin: 0; padding: 0; border: 0; z-index: 99995; background: transparent; cursor: default; overflow: visible; -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; -webkit-background-size: 100% 100%; background-size: 100% 100%; background-repeat: no-repeat; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-can-zoomOut .fancybox-image-wrap { cursor: -webkit-zoom-out; cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap { cursor: -webkit-zoom-in; cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap { cursor: -webkit-grab; cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap { cursor: -webkit-grabbing; cursor: grabbing; }

.fancybox-image, .fancybox-spaceball { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; border: 0; max-width: none; max-height: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.fancybox-spaceball { z-index: 1; }

.fancybox-slide--iframe .fancybox-content { padding: 0; width: 80%; height: 80%; max-width: calc(100% - 100px); max-height: calc(100% - 88px); overflow: visible; background: #fff; }

.fancybox-iframe { display: block; margin: 0; padding: 0; border: 0; width: 100%; height: 100%; background: #fff; }

.fancybox-error { margin: 0; padding: 40px; width: 100%; max-width: 380px; background: #fff; cursor: default; }

.fancybox-error p { margin: 0; padding: 0; color: #444; font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small { position: absolute; top: 0; right: 0; width: 44px; height: 44px; padding: 0; margin: 0; border: 0; -webkit-border-radius: 0; border-radius: 0; outline: none; background: transparent; z-index: 10; cursor: pointer; }

.fancybox-close-small:after { content: '×'; position: absolute; top: 5px; right: 5px; width: 30px; height: 30px; font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif; color: #888; font-weight: 300; text-align: center; -webkit-border-radius: 50%; border-radius: 50%; border-width: 0; background: #fff; -webkit-transition: background .25s; -o-transition: background .25s; transition: background .25s; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 2; }

.fancybox-close-small:focus:after { outline: 1px dotted #888; }

.fancybox-close-small:hover:after { color: #555; background: #eee; }

.fancybox-slide--iframe .fancybox-close-small { top: 0; right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after { background: transparent; font-size: 35px; color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after { color: #fff; }

/* Caption */
.fancybox-caption-wrap { bottom: 0; left: 0; right: 0; padding: 60px 30px 0 30px; background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8))); background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%); pointer-events: none; }

.fancybox-caption { padding: 30px 0; border-top: 1px solid rgba(255, 255, 255, 0.4); font-size: 14px; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; color: #fff; line-height: 20px; -webkit-text-size-adjust: none; }

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select { pointer-events: all; }

.fancybox-caption a { color: #fff; text-decoration: underline; }

/* Buttons */
.fancybox-button { display: inline-block; position: relative; margin: 0; padding: 0; border: 0; width: 44px; height: 44px; line-height: 44px; text-align: center; background: transparent; color: #ddd; -webkit-border-radius: 0; border-radius: 0; cursor: pointer; vertical-align: top; outline: none; }

.fancybox-button[disabled] { cursor: default; pointer-events: none; }

.fancybox-infobar__body, .fancybox-button { background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) { color: #fff; background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before, .fancybox-button::after { content: ''; pointer-events: none; position: absolute; background-color: currentColor; color: currentColor; opacity: 0.9; -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; }

.fancybox-button[disabled]::before, .fancybox-button[disabled]::after { opacity: 0.3; }

.fancybox-button--left::after, .fancybox-button--right::after { top: 18px; width: 6px; height: 6px; background: transparent; border-top: solid 2px currentColor; border-right: solid 2px currentColor; }

.fancybox-button--left::after { left: 20px; -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); }

.fancybox-button--right::after { right: 20px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-button--left { -webkit-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }

.fancybox-button--right { -webkit-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after { content: ''; display: inline-block; position: absolute; height: 2px; width: 16px; top: calc(50% - 1px); left: calc(50% - 8px); }

.fancybox-button--close::before { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.fancybox-button--close::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow { position: absolute; top: 50%; margin: -50px 0 0 0; height: 100px; width: 54px; padding: 0; border: 0; outline: none; background: none; cursor: pointer; z-index: 99995; opacity: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: opacity .25s; -o-transition: opacity .25s; transition: opacity .25s; }

.fancybox-arrow::after { content: ''; position: absolute; top: 28px; width: 44px; height: 44px; background-color: rgba(30, 30, 30, 0.8); background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=); background-repeat: no-repeat; background-position: center center; -webkit-background-size: 24px 24px; background-size: 24px 24px; }

.fancybox-arrow--right { right: 0; }

.fancybox-arrow--left { left: 0; -webkit-transform: scaleX(-1); -ms-transform: scaleX(-1); transform: scaleX(-1); }

.fancybox-arrow--right::after, .fancybox-arrow--left::after { left: 0; }

.fancybox-show-nav .fancybox-arrow { opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] { opacity: 0.3; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading { border: 6px solid rgba(100, 100, 100, 0.4); border-top: 6px solid rgba(0, 0, 0, 0.6); -webkit-border-radius: 100%; border-radius: 100%; height: 50px; width: 50px; -webkit-animation: fancybox-rotate .8s infinite linear; animation: fancybox-rotate .8s infinite linear; background: transparent; position: absolute; top: 50%; left: 50%; margin-top: -25px; margin-left: -25px; z-index: 101; }

@-webkit-keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate { from { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated { -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1); transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next { opacity: 0; -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current { opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous { -webkit-transform: scale3d(1.5, 1.5, 1.5); transform: scale3d(1.5, 1.5, 1.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous { -webkit-transform: rotate(-360deg); -ms-transform: rotate(-360deg); transform: rotate(-360deg); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next { -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current { -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous { -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next { -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current { -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0); transform: scale3d(1, 1, 1) translate3d(0, 0, 0); opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous { -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next { -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current { -webkit-transform: translate3d(0, 0, 0) scale(1); transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) { .fancybox-infobar { left: 0; margin-left: 0; }
  .fancybox-button--left, .fancybox-button--right { display: none !important; }
  .fancybox-caption { padding: 20px 0; margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before { width: 15px; height: 11px; left: calc(50% - 7px); top: calc(50% - 6px); border: 2px solid; background: none; }

/* Slideshow button */
.fancybox-button--play::before, .fancybox-button--pause::before { top: calc(50% - 6px); left: calc(50% - 4px); background: transparent; }

.fancybox-button--play::before { width: 0; height: 0; border-top: 6px inset transparent; border-bottom: 6px inset transparent; border-left: 10px solid; -webkit-border-radius: 1px; border-radius: 1px; }

.fancybox-button--pause::before { width: 7px; height: 11px; border-style: solid; border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs { display: none; }

.fancybox-button--thumbs { display: none; }

@media all and (min-width: 800px) { .fancybox-button--thumbs { display: inline-block; }
  .fancybox-button--thumbs span { font-size: 23px; }
  .fancybox-button--thumbs::before { width: 3px; height: 3px; top: calc(50% - 2px); left: calc(50% - 2px); -webkit-box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs { position: absolute; top: 0; right: 0; bottom: 0; left: auto; width: 220px; margin: 0; padding: 5px 5px 0 0; background: #fff; word-break: normal; -webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; -webkit-box-sizing: border-box; box-sizing: border-box; z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs { display: block; }
  .fancybox-show-thumbs .fancybox-inner { right: 220px; }
  .fancybox-thumbs > ul { list-style: none; position: absolute; position: relative; width: 100%; height: 100%; margin: 0; padding: 0; overflow-x: hidden; overflow-y: auto; font-size: 0; }
  .fancybox-thumbs > ul > li { float: left; overflow: hidden; max-width: 50%; padding: 0; margin: 0; width: 105px; height: 75px; position: relative; cursor: pointer; outline: none; border: 5px solid transparent; border-top-width: 0; border-right-width: 0; -webkit-tap-highlight-color: transparent; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: border-box; box-sizing: border-box; }
  li.fancybox-thumbs-loading { background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img { position: absolute; top: 0; left: 0; min-width: 100%; min-height: 100%; max-width: none; max-height: none; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
  .fancybox-thumbs > ul > li:before { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; -webkit-border-radius: 2px; border-radius: 2px; border: 4px solid #4ea7f9; z-index: 99991; opacity: 0; -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before { opacity: 1; } }

.date-picker { width: 170px; height: 25px; padding: 0; border: 0; line-height: 25px; padding-left: 10px; font-size: 12px; font-family: Arial, sans-serif; font-weight: bold; cursor: pointer; color: #303030; position: relative; z-index: 2; }

.daterangepicker { position: absolute; color: inherit; background-color: #fff; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid #ddd; width: 278px; max-width: none; padding: 0; margin-top: 7px; top: 100px; left: 20px; z-index: 3001; display: none; font-family: arial; font-size: 15px; line-height: 1em; }

.daterangepicker:before, .daterangepicker:after { position: absolute; display: inline-block; border-bottom-color: rgba(0, 0, 0, 0.2); content: ''; }

.daterangepicker:before { top: -7px; border-right: 7px solid transparent; border-left: 7px solid transparent; border-bottom: 7px solid #ccc; }

.daterangepicker:after { top: -6px; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-left: 6px solid transparent; }

.daterangepicker.opensleft:before { right: 9px; }

.daterangepicker.opensleft:after { right: 10px; }

.daterangepicker.openscenter:before { left: 0; right: 0; width: 0; margin-left: auto; margin-right: auto; }

.daterangepicker.openscenter:after { left: 0; right: 0; width: 0; margin-left: auto; margin-right: auto; }

.daterangepicker.opensright:before { left: 9px; }

.daterangepicker.opensright:after { left: 10px; }

.daterangepicker.drop-up { margin-top: -7px; }

.daterangepicker.drop-up:before { top: initial; bottom: -7px; border-bottom: initial; border-top: 7px solid #ccc; }

.daterangepicker.drop-up:after { top: initial; bottom: -6px; border-bottom: initial; border-top: 6px solid #fff; }

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar { float: none; }

.daterangepicker.single .drp-selected { display: none; }

.daterangepicker.show-calendar .drp-calendar { display: block; }

.daterangepicker.show-calendar .drp-buttons { display: block; }

.daterangepicker.auto-apply .drp-buttons { display: none; }

.daterangepicker .drp-calendar { display: none; max-width: 270px; }

.daterangepicker .drp-calendar.left { padding: 8px 0 8px 8px; }

.daterangepicker .drp-calendar.right { padding: 8px; }

.daterangepicker .drp-calendar.single .calendar-table { border: none; }

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span { color: #fff; border: solid black; border-width: 0 2px 2px 0; -webkit-border-radius: 0; border-radius: 0; display: inline-block; padding: 3px; }

.daterangepicker .calendar-table .next span { -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

.daterangepicker .calendar-table .prev span { -ms-transform: rotate(135deg); transform: rotate(135deg); -webkit-transform: rotate(135deg); }

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td { white-space: nowrap; text-align: center; vertical-align: middle; min-width: 32px; width: 32px; height: 24px; line-height: 24px; font-size: 12px; -webkit-border-radius: 4px; border-radius: 4px; border: 1px solid transparent; white-space: nowrap; cursor: pointer; }

.daterangepicker .calendar-table { border: 1px solid #fff; -webkit-border-radius: 4px; border-radius: 4px; background-color: #fff; }

.daterangepicker .calendar-table table { width: 100%; margin: 0; border-spacing: 0; border-collapse: collapse; }

.daterangepicker td.available:hover, .daterangepicker th.available:hover { background-color: #eee; border-color: transparent; color: inherit; }

.daterangepicker td.week, .daterangepicker th.week { font-size: 80%; color: #ccc; }

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date { background-color: #fff; border-color: transparent; color: #999; }

.daterangepicker td.in-range { background-color: #ebf4f8; border-color: transparent; color: #000; -webkit-border-radius: 0; border-radius: 0; }

.daterangepicker td.start-date { -webkit-border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px; }

.daterangepicker td.end-date { -webkit-border-radius: 0 4px 4px 0; border-radius: 0 4px 4px 0; }

.daterangepicker td.start-date.end-date { -webkit-border-radius: 4px; border-radius: 4px; }

.daterangepicker td.active, .daterangepicker td.active:hover { background-color: #357ebd; border-color: transparent; color: #fff; }

.daterangepicker th.month { width: auto; }

.daterangepicker td.disabled, .daterangepicker option.disabled { color: #999; cursor: not-allowed; text-decoration: line-through; }

.daterangepicker select.monthselect, .daterangepicker select.yearselect { font-size: 12px; padding: 1px; height: auto; margin: 0; cursor: default; }

.daterangepicker select.monthselect { margin-right: 2%; width: 56%; }

.daterangepicker select.yearselect { width: 40%; }

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect { width: 50px; margin: 0 auto; background: #eee; border: 1px solid #eee; padding: 2px; outline: 0; font-size: 12px; }

.daterangepicker .calendar-time { text-align: center; margin: 4px auto 0 auto; line-height: 30px; position: relative; }

.daterangepicker .calendar-time select.disabled { color: #ccc; cursor: not-allowed; }

.daterangepicker .drp-buttons { clear: both; text-align: right; padding: 8px; border-top: 1px solid #ddd; display: none; line-height: 12px; vertical-align: middle; }

.daterangepicker .drp-selected { display: inline-block; font-size: 12px; padding-right: 8px; }

.daterangepicker .drp-buttons .btn { margin-left: 8px; font-size: 12px; font-weight: bold; padding: 4px 8px; }

.daterangepicker.show-ranges .drp-calendar.left { border-left: 1px solid #ddd; }

.daterangepicker .ranges { float: none; text-align: left; margin: 0; }

.daterangepicker.show-calendar .ranges { margin-top: 8px; }

.daterangepicker .ranges ul { list-style: none; margin: 0 auto; padding: 0; width: 100%; }

.daterangepicker .ranges li { font-size: 12px; padding: 8px 12px; cursor: pointer; }

.daterangepicker .ranges li:hover { background-color: #eee; }

.daterangepicker .ranges li.active { background-color: #08c; color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) { .daterangepicker { width: auto; }
  .daterangepicker .ranges ul { width: 140px; }
  .daterangepicker.single .ranges ul { width: 100%; }
  .daterangepicker.single .drp-calendar.left { clear: none; }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .drp-calendar { float: left; }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .drp-calendar { float: right; }
  .daterangepicker.ltr { direction: ltr; text-align: left; }
  .daterangepicker.ltr .drp-calendar.left { clear: left; margin-right: 0; }
  .daterangepicker.ltr .drp-calendar.left .calendar-table { border-right: none; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
  .daterangepicker.ltr .drp-calendar.right { margin-left: 0; }
  .daterangepicker.ltr .drp-calendar.right .calendar-table { border-left: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
  .daterangepicker.ltr .drp-calendar.left .calendar-table { padding-right: 8px; }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .drp-calendar { float: left; }
  .daterangepicker.rtl { direction: rtl; text-align: right; }
  .daterangepicker.rtl .drp-calendar.left { clear: right; margin-left: 0; }
  .daterangepicker.rtl .drp-calendar.left .calendar-table { border-left: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; }
  .daterangepicker.rtl .drp-calendar.right { margin-right: 0; }
  .daterangepicker.rtl .drp-calendar.right .calendar-table { border-right: none; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }
  .daterangepicker.rtl .drp-calendar.left .calendar-table { padding-left: 12px; }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .drp-calendar { text-align: right; float: right; } }

@media (min-width: 730px) { .daterangepicker .ranges { width: auto; }
  .daterangepicker.ltr .ranges { float: left; }
  .daterangepicker.rtl .ranges { float: right; }
  .daterangepicker .drp-calendar.left { clear: none !important; } }

.select2-container { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; margin: 0; position: relative; vertical-align: middle; }

.select2-container .select2-selection--single { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; height: 28px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered { display: block; padding-left: 8px; padding-right: 20px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear { position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { padding-right: 8px; padding-left: 20px; }

.select2-container .select2-selection--multiple { -webkit-box-sizing: border-box; box-sizing: border-box; cursor: pointer; display: block; min-height: 32px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered { display: inline-block; overflow: hidden; padding-left: 8px; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.select2-container .select2-search--inline { float: left; }

.select2-container .select2-search--inline .select2-search__field { -webkit-box-sizing: border-box; box-sizing: border-box; border: none; font-size: 100%; margin-top: 5px; padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-dropdown { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; position: absolute; left: -100000px; width: 100%; z-index: 1051; }

.select2-results { display: block; }

.select2-results__options { list-style: none; margin: 0; padding: 0; }

.select2-results__option { padding: 6px; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-user-select: none; }

.select2-results__option[aria-selected] { cursor: pointer; }

.select2-container--open .select2-dropdown { left: 0; }

.select2-container--open .select2-dropdown--above { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-search--dropdown { display: block; padding: 4px; }

.select2-search--dropdown .select2-search__field { padding: 4px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button { -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide { display: none; }

.select2-close-mask { border: 0; margin: 0; padding: 0; display: block; position: fixed; left: 0; top: 0; min-height: 100%; min-width: 100%; height: auto; width: auto; opacity: 0; z-index: 99; background-color: #fff; filter: alpha(opacity=0); }

.select2-hidden-accessible { border: 0 !important; clip: rect(0 0 0 0) !important; height: 1px !important; margin: -1px !important; overflow: hidden !important; padding: 0 !important; position: absolute !important; width: 1px !important; }

.select2-container--default .select2-selection--single { background-color: #fff; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow { height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow { left: 1px; right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear { display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered { -webkit-box-sizing: border-box; box-sizing: border-box; list-style: none; margin: 0; padding: 0 5px; width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li { list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder { color: #999; margin-top: 5px; float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-top: 5px; margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #999; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover { color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline { float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple { border: solid black 1px; outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple { background-color: #eee; cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove { display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple { -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field { background: transparent; border: none; outline: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] { padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] { color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] { background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option { padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group { padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option { margin-left: -1em; padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -2em; padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -3em; padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -4em; padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option { margin-left: -5em; padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] { background-color: #5897fb; color: white; }

.select2-container--default .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic .select2-selection--single { background-color: #f7f7f7; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; outline: 0; background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee)); background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered { color: #444; line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear { cursor: pointer; float: right; font-weight: bold; margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder { color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow { background-color: #ddd; border: none; border-left: 1px solid #aaa; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; height: 26px; position: absolute; top: 1px; right: 1px; width: 20px; background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc)); background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b { border-color: #888 transparent transparent transparent; border-style: solid; border-width: 5px 4px 0 4px; height: 0; left: 50%; margin-left: -4px; margin-top: -2px; position: absolute; top: 50%; width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear { float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow { border: none; border-right: 1px solid #aaa; -webkit-border-radius: 0; border-radius: 0; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; left: 1px; right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow { background: transparent; border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b { border-color: transparent transparent #888 transparent; border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%); background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee)); background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white)); background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple { background-color: white; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: text; outline: 0; }

.select2-container--classic .select2-selection--multiple:focus { border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered { list-style: none; margin: 0; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear { display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice { background-color: #e4e4e4; border: 1px solid #aaa; -webkit-border-radius: 4px; border-radius: 4px; cursor: default; float: left; margin-right: 5px; margin-top: 5px; padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove { color: #888; cursor: pointer; display: inline-block; font-weight: bold; margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover { color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice { margin-left: 5px; margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { margin-left: 2px; margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple { border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple { border-top: none; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple { border-bottom: none; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field { border: 1px solid #aaa; outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field { outline: 0; -webkit-box-shadow: none; box-shadow: none; }

.select2-container--classic .select2-dropdown { background-color: white; border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above { border-bottom: none; }

.select2-container--classic .select2-dropdown--below { border-top: none; }

.select2-container--classic .select2-results > .select2-results__options { max-height: 200px; overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] { padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] { color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] { background-color: #3875d7; color: white; }

.select2-container--classic .select2-results__group { cursor: default; display: block; padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown { border-color: #5897fb; }

ul li { list-style: none; }

img { max-height: 100%; }

body { background: #FFFFFF; font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 14px; }

.out { min-width: 320px; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; }

.wrapper { max-width: 2080px; padding: 0 80px; margin: 0 auto; }

@media screen and (max-width: 1140px) { .wrapper { padding: 0 20px; } }

@media screen and (max-width: 767px) { .wrapper { padding: 0 15px; } }

.content { -webkit-box-flex: 1; -webkit-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; margin: 20px 0; }

.footer { -webkit-box-flex: 0; -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; }

.main-table table { width: 100%; border: 0; }

.main-table table tr:nth-child(2n+2) { background-color: #f3f3f3; }

.main-table table tr th { padding: 5px; font-size: 14px; text-align: center; }

.main-table table tr td { border: 1px solid #c5c5c5; border-top: 0; border-bottom: 0; padding: 5px; font-size: 14px; text-align: center; line-height: 1.5; }

@media screen and (max-width: 1650px) { .main-table table tr th { font-size: 12px; }
  .main-table table tr td { font-size: 12px; } }

@media screen and (max-width: 992px) { .main-table table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .main-table table tr { border-bottom: 2px solid #ddd; border-top: 1px solid #ddd; display: block; margin-bottom: 20px; }
  .main-table table tr:nth-child(2n+2) { background-color: transparent; }
  .main-table table tr td { border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right; font-size: 14px; min-height: 32px; }
  .main-table table tr td:nth-child(2n+2) { background-color: #f3f3f3; }
  .main-table table tr td:last-child { border-bottom: 0; }
  .main-table table tr td:before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; margin-right: 20px; }
  .main-table table tr td[data-disabled] { display: none; }
  .main-table table .subtotlal td:nth-child(2n+2) { background-color: #ff9c00; } }

@media screen and (max-width: 620px) { .main-table table tr td { font-size: 12px; }
  .main-table table tr td:before { font-size: 12px; } }

h1, .h1 { color: #000; font-size: 40px; line-height: 1.5; font-weight: 700; }

@media screen and (max-width: 767px) { h1, .h1 { font-size: 24px; line-height: 32px; letter-spacing: 0.48px; } }

h2, .h2 { color: #fc7503; font-size: 23px; line-height: 1.5; font-weight: 700; text-transform: uppercase; margin-bottom: 20px; }

@media screen and (max-width: 767px) { h2, .h2 { font-size: 24px; line-height: 32px; } }

h3, .h3 { color: #000; font-size: 32px; line-height: 40px; font-weight: 700; }

h4, .h4 { color: #000; font-size: 24px; line-height: 32px; font-weight: 700; }

h5, .h5 { color: #000; font-size: 20px; line-height: 30px; font-weight: 700; }

h6, .h6 { color: #000; font-size: 16px; line-height: 24px; font-weight: 700; }

.custom-tooltip { cursor: pointer; position: relative; display: inline-block; }

.custom-tooltip img { width: 21px; height: 19px; }

.custom-tooltip__content { position: absolute; right: -105px; top: calc(-100% - 30px); -webkit-transform: translateY(-40%); -ms-transform: translateY(-40%); transform: translateY(-40%); min-width: 232px; min-height: 65px; color: #FFF; padding: 17px 15px; -webkit-box-shadow: 0 10px 15px rgba(34, 34, 34, 0.25); box-shadow: 0 10px 15px rgba(34, 34, 34, 0.25); -webkit-border-radius: 4px; border-radius: 4px; line-height: 1.4; background-color: #3f3f40; font-size: 14px; -webkit-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; opacity: 0; visibility: hidden; z-index: -1; }

.custom-tooltip__content:before { content: ''; display: block; position: absolute; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 6px solid #3f3f40; left: 50%; bottom: -6px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.custom-tooltip:hover .custom-tooltip__content { opacity: 1; visibility: visible; z-index: 10; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

.del_pages li { margin-bottom: 15px; }

.header { padding: 30px 0; }

.header__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.header__logo a { display: block; }

.header__logo img { display: block; width: 223px; height: 71px; }

.header__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; color: #FFF; }

.header__phone { margin-right: 40px; }

.header__phone span { display: inline-block; margin-right: 15px; color: #ff9c00; }

.header__phone a { color: #FFF; padding-left: 20px;}

.header__phone a.phone { background-image: url("../img/head_phone.png"); background-repeat: no-repeat; background-position: left center; -webkit-background-size: 15px 17px; background-size: 15px 17px; }

.header__auth { max-width: 300px; line-height: 1.5; margin-right: 40px; }

@media screen and (max-width: 1240px) { .header__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .header__logo { margin-bottom: 20px; } }

@media screen and (max-width: 992px) { .header__auth { max-width: 180px; } }

@media screen and (max-width: 767px) { .header__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; }
  .header__phone { margin: 0 0 20px; }
  .header__auth { margin: 0 0 20px; max-width: 290px; } }

.head_login { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.head_login a { color: #ffffff; font-weight: 500; padding-left: 20px; display: block; }

.head_login a:hover { color: #ff9c00; }

.head_login__user { background-image: url("../img/lock.png"); background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; background-position: left center; }

.head_login__logout { background-image: url("../img/exit.png"); background-repeat: no-repeat; -webkit-background-size: contain; background-size: contain; background-position: left center; }

.head_login span { display: block; margin: 0 10px; }

.main-table__icons { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.main-table .subtotlal td { border: 0; font-weight: 700; }

.main-table .information { width: 20px; height: 20px; display: block; margin: 0 auto; }

.main-table .information img { display: block; width: 100%; height: 100%; }

.main-table .information .custom-tooltip__content { right: -270px; top: 50%; margin-left: 30px; }

.main-table .information .custom-tooltip__content:before { border-top: 6px solid transparent; border-right: 6px solid #3f3f40; border-bottom: 6px solid transparent; border-left: 0; left: -6px; bottom: inherit; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media screen and (max-width: 1480px) { .main-table { overflow-y: scroll; }
  .main-table table { width: 1480px; } }

@media screen and (max-width: 992px) { .main-table { overflow-y: initial; }
  .main-table table { width: 100%; }
  .main-table__icons { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }
  .main-table .information { display: inline-block; vertical-align: text-bottom; } }

.main_table_icons__item { width: 20px; height: 20px; -webkit-box-flex: 0; -webkit-flex: none; -ms-flex: none; flex: none; border-right: 1px solid #000; padding-right: 5px; margin-right: 5px; }

.main_table_icons__item:last-child { margin-right: 0; padding-right: 0; border-right: 0; }

.main_table_icons__item img { display: block; width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }

.main_table_icons__item img:hover { opacity: .8; }

.main_filter { margin-bottom: 20px; }

.main_filter__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 1760px) { .main_filter__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.main_links { position: relative; }

.main_links__menu { width: 30px; height: 17px; cursor: pointer; background-color: transparent; padding: 0; border: 0; outline: none; display: none; }

.main_links__menu span { display: block; height: 3px; background-color: #444444; -webkit-border-radius: 3px; border-radius: 3px; margin-bottom: 5px; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }

.main_links__menu span:last-child { margin-bottom: 0; }

.main_links ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.main_links ul li { margin-right: 10px; padding-right: 10px; border-right: 1px solid #000; }

.main_links ul li:last-child { margin-right: 0; padding-right: 0; border-right: 0; }

.main_links ul li a { font-weight: 500; color: #000; }

.main_links ul li a:hover { color: #f6770f; }

@media screen and (max-width: 1760px) { .main_links { margin-bottom: 20px; } }

@media screen and (max-width: 620px) { .main_links__menu { display: block; }
  .main_links__menu.is-active span:nth-child(1) { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
  .main_links__menu.is-active span:nth-child(2) { display: none; }
  .main_links__menu.is-active span:nth-child(3) { -webkit-transform: rotate(-135deg); -ms-transform: rotate(-135deg); transform: rotate(-135deg); margin-top: -8px; }
  .main_links ul { display: block; opacity: 0; z-index: -1; position: absolute; top: 130%; left: 0; background-color: #444444; padding: 20px; width: auto; min-width: 290px; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; }
  .main_links ul li { margin-right: 0; padding-right: 0; border-right: 0; margin-bottom: 15px; }
  .main_links ul li:last-child { margin-bottom: 0; }
  .main_links ul li a { color: #FFF; }
  .main_links.menu-is-open ul { opacity: 1; top: calc(100% + 20px); z-index: 20; } }

@media screen and (max-width: 620px) { .main_info { width: 100%; } }

.main_info_form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

@media screen and (max-width: 992px) { .main_info_form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; } }

.main_calendar { margin-right: 20px; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.main_calendar__input { border: 1px dotted #333333; background-image: url("../img/calendar.png"); background-repeat: no-repeat; -webkit-background-size: 15px 15px; background-size: 15px 15px; background-position: right 10px center; padding: 5px; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400; width: 120px; }

.main_calendar__label { display: block; margin-right: 15px; }

.main_calendar__label:last-child { margin-right: 0; }

.main_calendar__label span { display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 500; margin-right: 5px; }

@media screen and (max-width: 992px) { .main_calendar { margin: 0 0 20px; } }

@media screen and (max-width: 414px) { .main_calendar { width: 100%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
  .main_calendar__label { margin: 0 0 15px; }
  .main_calendar__label:last-child { margin-bottom: 0; }
  .main_calendar__label span { min-width: 61px; }
  .main_calendar__input { width: 200px; } }

.main_form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.main_form__input { border: 1px dotted #333333; padding: 5px; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 400; max-width: 150px; }

.main_form__label { margin-right: 15px; display: block; }

.main_form__label span { display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 500; margin-right: 5px; }

.main_form__btn { font-family: 'Roboto', sans-serif; font-size: 14px; color: #ffffff; font-weight: 500; background-color: #434343; -webkit-border-radius: 4px; border-radius: 4px; border: 0; padding: 5px 8px; }

.main_form__btn:hover { background-color: #ff9c00; }

@media screen and (max-width: 620px) { .main_form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; width: 100%; }
  .main_form__label { margin-right: 0; width: 100%; margin-bottom: 15px; }
  .main_form__label span { display: block; margin: 0 0 10px; }
  .main_form__input { width: 100%; max-width: 100%; } }

.footer { background-repeat: no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%; background-position: center; }

.footer { padding: 40px 0; }

.footer__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.footer__content { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; width: 100%; padding-left: 100px; }

.footer__logo { margin-right: 30px; }

.footer__logo a { display: block; }

.footer__logo img { display: block; width: 223px; height: 71px; }

.footer__payments img { display: block; width: 165px; }

.footer__text { margin-right: 30px; }

.footer__text p { color: #cd742a; line-height: 1.5; }

.footer__menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-right: 20px; }

.footer__menu ul { margin-right: 60px; }

.footer__menu ul:last-child { margin-right: 0; }

.footer__menu ul li { margin-bottom: 15px; }

.footer__menu ul li:last-child { margin-bottom: 0; }

.footer__menu ul li a { color: #FFF; opacity: 0.7; }

.footer__menu ul li a:hover { opacity: 1; }

@media screen and (max-width: 1480px) { .footer__content { padding-left: 40px; } }

@media screen and (max-width: 1240px) { .footer__container { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .footer__logo { margin-bottom: 20px; }
  .footer__content { padding-left: 0; } }

@media screen and (max-width: 767px) { .footer__content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
  .footer__text, .footer__menu { margin: 0 0 20px; } }

@media screen and (max-width: 414px) { .footer__menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .footer__menu ul { margin: 0 0 20px; } }

.route_info { max-width: 1176px; margin: 0 auto; }

.route_info_radio label { margin-right: 30px; position: relative; cursor: pointer; }

.route_info_radio label input[type="radio"] { display: none; }

.route_info_radio label input[type="radio"] + .label-text { color: #000; font-size: 14px; display: inline-block; padding-right: 30px; }

.route_info_radio label input[type="radio"] + .label-text:before { position: absolute; top: 4px; right: 0; display: block; content: ""; width: 20px; height: 20px; border: 2px solid #3f3f40; -webkit-border-radius: 50%; border-radius: 50%; }

.route_info_radio label input[type="radio"] + .label-text--left { padding-right: 0; padding-left: 20px; }

.route_info_radio label input[type="radio"] + .label-text--left:before { left: 0; right: inherit; }

.route_info_radio label input[type="radio"]:checked + .label-text:before { background-image: url("../img/checked.svg"); text-align: center; content: ""; background-repeat: no-repeat; background-position: center center; -webkit-background-size: 12px 12px; background-size: 12px 12px; }

.route_info_radio--list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 25px; }

.route_info_radio--list label { width: 50%; padding: 0 15px; margin: 0; }

.route_info_checkbox label { margin-right: 30px; position: relative; cursor: pointer; }

.route_info_checkbox label input[type="checkbox"] { display: none; }

.route_info_checkbox label input[type="checkbox"] + .label-text { color: #000; font-size: 14px; display: inline-block; padding-right: 30px; }

.route_info_checkbox label input[type="checkbox"] + .label-text:before { position: absolute; top: -2px; right: 0; display: block; content: ""; width: 20px; height: 20px; border: 2px solid #3f3f40; -webkit-border-radius: 50%; border-radius: 50%; }

.route_info_checkbox label input[type="checkbox"] + .label-text--left { padding-right: 0; padding-left: 20px; }

.route_info_checkbox label input[type="checkbox"] + .label-text--left:before { left: 0; right: inherit; }

.route_info_checkbox label input[type="checkbox"]:checked + .label-text:before { background-image: url("../img/checked.svg"); text-align: center; content: ""; background-repeat: no-repeat; background-position: center center; -webkit-background-size: 12px 12px; background-size: 12px 12px; }

.route_info_checkbox--list { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 25px; }

.route_info_checkbox--list label { width: 50%; padding: 0 15px; margin: 0; }

.route_info_form { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; border-top: 1px solid #d4d4d4; padding-top: 30px; }

.route_info_form__col { width: 50%; padding-right: 60px; }

.route_info_form__col:last-child { padding-right: 0; }

.route_info_form__btns { text-align: right; }

.route_info_form__btn { font-size: 14px; color: #FFF; font-family: 'Roboto', sans-serif; background-color: #434343; -webkit-border-radius: 4px; border-radius: 4px; padding: 10px 20px; border: 0; outline: none; margin-right: 5px; }

.route_info_form__btn:last-child { margin-right: 0; }

.route_info_form__btn:hover { opacity: .7; }

.route_info_form__btn--aplly { background-color: #fc7503; }

.route_info_form__item, .route_info_form__inputs { position: relative; }

.route_info_form__item.is-error .select2-container--default .select2-selection--single, .route_info_form__inputs.is-error .select2-container--default .select2-selection--single { border: 1px solid #ff0000; }

.route_info_form__item.is-error .route_info_form__input, .route_info_form__inputs.is-error .route_info_form__input { border: 1px solid #ff0000; }

.route_info_form__item.is-error label, .route_info_form__inputs.is-error label { background-image: url("../img/form_error.jpg"); -webkit-background-size: cover; background-size: cover; width: 16px; height: 16px; background-repeat: no-repeat; position: absolute; top: 10px; right: -25px; font-size: 0; }

.route_info_form__item.is-success label, .route_info_form__inputs.is-success label { display: block !important; background-image: url("../img/form_success.png"); -webkit-background-size: contain; background-size: contain; width: 15px; height: 15px; background-repeat: no-repeat; position: absolute; top: 10px; right: -25px; font-size: 0; }

.route_info_form__item--select_count .select2-container--default { width: 92px !important; }

.route_info_form__item--select_count .select2-container--default .select2-selection--single .select2-selection__arrow { background-color: #fc7503 !important; }

.route_info_form__item--wide { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.route_info_form__item--wide span { max-width: 160px; }

.route_info_form__link { color: #df7d2c; font-size: 13px; font-weight: 500; margin-bottom: 10px; text-align: right; }

.route_info_form__link:hover { color: #3f3f40; }

.route_info_form__link:hover a { color: #3f3f40; }

.route_info_form__link a { color: #df7d2c; font-size: 13px; font-weight: 500; text-decoration: underline; }

.route_info_form__border { border-top: 1px solid #d4d4d4; border-bottom: 1px solid #d4d4d4; padding: 20px 0; margin-bottom: 5px; }

.route_info_form__item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-bottom: 12px; }

.route_info_form__item--column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.route_info_form__text { min-width: 120px; font-size: 16px; color: #000000; max-width: 92px; }

.route_info_form__text_single { display: block; color: #000000; font-size: 16px; font-weight: 500; margin-bottom: 7px; }

.route_info_form__input { border: 1px dotted #333333; font-size: 16px; color: #000; font-family: 'Roboto', sans-serif; padding: 8px 10px; width: 100%; }

.route_info_form__input::-webkit-input-placeholder { color: #000; }

.route_info_form__input::-moz-placeholder { color: #000; }

.route_info_form__input:-moz-placeholder { color: #000; }

.route_info_form__input:-ms-input-placeholder { color: #000; }

.route_info_form__input--calendar { background-image: url("../img/calendar.png"); -webkit-background-size: 14px 15px; background-size: 14px 15px; background-repeat: no-repeat; background-position: right 12px center; width: 134px; margin-right: 10px; }

.route_info_form__input--clock { background-image: url("../img/clock.png"); -webkit-background-size: 18px 17px; background-size: 18px 17px; background-repeat: no-repeat; background-position: right 12px center; width: 134px; }

.route_info_form textarea { resize: none; height: 71px; }

.route_info_form .select_wrapper_main.is-active { margin-bottom: 35px; }

.route_info_form .select-wrapper { margin-bottom: 12px; padding-left: 120px; }

.route_info_form .select2-container--default.select2-container--focus .select2-selection--single { outline: none; }

.route_info_form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b { -webkit-transform: scale(-1); -ms-transform: scale(-1); transform: scale(-1); }

.route_info_form .select2-container--default .select2-selection--single { height: 32px; border: 1px dotted #333333; -webkit-border-radius: 0; border-radius: 0; }

.route_info_form .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 32px; font-family: 'Roboto', sans-serif; color: #000000; font-size: 16px; padding-left: 15px; padding-right: 40px; }

.route_info_form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #000000; font-family: 'Roboto', sans-serif; }

.route_info_form .select2-container--default .select2-selection--single .select2-selection__arrow { width: 32px; height: 31px; background-color: #3f3f40; }

.route_info_form .select2-container--default .select2-selection--single .select2-selection__arrow b { border: 0; background-image: url("../img/arrow_dropdown.png"); width: 9px; height: 8px; -webkit-background-size: cover; background-size: cover; background-repeat: no-repeat; background-position: center; margin-top: -4px; }

@media screen and (max-width: 992px) { .route_info_form { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .route_info_form__col { width: 100%; padding-right: 0; margin-bottom: 20px; }
  .route_info_form .select-wrapper { padding-left: 0; } }

@media screen and (max-width: 414px) { .route_info_form__item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .route_info_form__item--select_count .select2-container--default { width: 100% !important; }
  .route_info_form__text { min-width: 100%; max-width: 100%; margin-bottom: 7px; }
  .route_info_form__btns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .route_info_form__btn { padding: 10px; width: 50%; } }

.select2-results__option { padding: 8px 15px; font-family: 'Roboto', sans-serif; }

.route_info_form_map { margin-bottom: 31px; }

.route_info_form_map #map { width: 100%; height: 254px; background-color: #eee; }

.route_num_pass { counter-reset: myCounter; }

.route_num_pass__item { display: none; margin-bottom: 40px; position: relative; padding-left: 45px; }

.route_num_pass__item:before { counter-increment: myCounter; content: counter(myCounter); color: #ffffff; font-size: 22px; font-weight: 700; background-color: #fc7503; width: 30px; height: 30px; text-align: center; line-height: 30px; position: absolute; left: 0; top: 7px; }

.route_info_form_wrapper__top { margin-bottom: 30px; }

.route_info_form_wrapper__top label input[type="radio"] + .label-text { font-size: 19px; }

.personal_area { max-width: 540px; margin: 100px auto 140px; }

.personal_area__title { color: #434343; font-size: 24px; font-weight: 400; line-height: 22px; border-bottom: 1px solid #c1c1c1; padding-bottom: 10px; margin-bottom: 10px; }

.personal_area p { color: #9d9d9d; font-size: 16px; font-weight: 400; padding-right: 100px; line-height: 1.2; margin-bottom: 50px; }

@media screen and (max-width: 767px) { .personal_area { margin: 0; max-width: 100%; }
  .personal_area p { padding-right: 0; margin-bottom: 25px; } }

.personal_area_form { padding-left: 80px; }

.personal_area_form__item { margin-bottom: 18px; }

.personal_area_form__label { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; position: relative; }

.personal_area_form__label.is-error label { background-image: url("../img/form_error.jpg"); -webkit-background-size: cover; background-size: cover; width: 16px; height: 16px; background-repeat: no-repeat; position: absolute; top: 10px; right: -25px; font-size: 0; }

.personal_area_form__label.is-error .personal_area_form__input { border: 1px solid #dd4242; }

.personal_area_form__label.is-success label { display: block !important; background-image: url("../img/form_success.png"); -webkit-background-size: contain; background-size: contain; width: 15px; height: 15px; background-repeat: no-repeat; position: absolute; top: 10px; right: -25px; font-size: 0; }

.personal_area_form__text { min-width: 70px; margin-right: 2px; }

.personal_area_form__input { border: 1px dotted #333333; font-size: 17px; color: #5b5b5c; font-family: 'Roboto', sans-serif; padding: 8px 10px; width: 100%; padding: 7px 13px; }

.personal_area_form__input::-webkit-input-placeholder { color: #5b5b5c; }

.personal_area_form__input::-moz-placeholder { color: #5b5b5c; }

.personal_area_form__input:-moz-placeholder { color: #5b5b5c; }

.personal_area_form__input:-ms-input-placeholder { color: #5b5b5c; }

.personal_area_form__bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; margin-top: 40px; }

.personal_area_form__btn { background-color: #434343; outline: none; color: #ffffff; font-size: 18px; font-weight: 400; letter-spacing: 0.9px; padding: 11px 12px; border: 0; -webkit-border-radius: 4px; border-radius: 4px; width: 213px; font-family: 'Roboto', sans-serif; }

.personal_area_form__btn:hover { background-color: #ff9c00; }

.personal_area_form__link { color: #434343; font-size: 14px; font-weight: 400; line-height: 22px; text-decoration: underline; letter-spacing: 0.7px; }

.personal_area_form__link:hover { text-decoration: none; }

@media screen and (max-width: 767px) { .personal_area_form { padding-left: 0; }
  .personal_area_form__label { width: 93%; } }

@media screen and (max-width: 414px) { .personal_area_form__bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .personal_area_form__btn { margin-bottom: 10px; } }

.hasDatepicker{
  width: 100px;
}
/*# sourceMappingURL=../maps/style.css.map */
#map{display:none;}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    }
#boxes .window {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    width:700px;
    height:500px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    }  
#boxes #dialog {
    width:700px;
    height:500px;
    padding:10px;
    background-color:#ffffff;
    }  
.top {
    position:absolute;
    left:0;
    top:0;
    width:700px;
    height:30px;
    background: #0085cc;
    padding: 8px 20px 6px 10px;
    }
.close {
    float:right;
    }
.content {
        padding-top: 20px;
  margin-left: -10px;
}
#map2{display:none;}
#mask2 {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    }
#boxes2 .window2 {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
    width:500px;
    height:150px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    }  
#boxes2 #dialog2 {
    width:500px;
    height:150px;
    padding:10px;
    background-color:#ffffff;
    }  
.top2 {
    position:absolute;
    left:0;
    top:0;
    width:500px;
    height:30px;
    background: #0085cc;
    padding: 8px 20px 6px 10px;
    }
.close2 {
    float:right;
    }
.content2 {
        padding-top: 20px;
  margin-left: -10px;
}

.menu-active{
  color: #f6770f!important;
}



.popup-fade {
  display: none;
}
.popup-fade:before {
  content: '';
  background: #000;
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  opacity: 0.7;
  z-index: 9999;
}
.popup {
    position: fixed;
    top: 20%;
    left: 10%;
    padding: 20px;
    width: 90%;
    margin-left: -100px;
    background: #fff;
    border: 1px solid orange;
    border-radius: 4px;
    z-index: 99999;
    opacity: 1;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.details .actions {width: 90%; display: block; text-align: center;}
.details .actions form {display: inline-block; text-align: center; width: auto;}
.details .actions input[type="button"] {display: inline-block; width: auto; margin: 0 10px 0 10px; padding: 5px; color: #000; font-weight: 700; -webkit-border-radius: 4px; border-radius: 4px; border: 1px;}
.details .actions input[type="button"]:disabled {color: gray; background-color: #c5c5c5; font-weight: 700; cursor: default;}

.details {width: 100$;}

.details table.desc {align: center;}
.details table tr td {border: 1px solid black; padding: 10px; margin: 10px; width: 30%;}

/* Стили для неактивного модального окна */
.modalq {
    background: #fff;     
    left: 50%;
    margin: -250px 0 0 -40%;
    position: absolute;
    top: -50%;
    width: 80%;
    width: 20%;
    border-radius: 5px;
    box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.25);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Активация модального окна в состоянии :target */
.modalq:target {    
    display: none;
    margin:-200px 0 0 -200px;
    top: 50%;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.modalq header, .modalq footer {
    background: #f7f7f7;
    border-bottom: 1px solid #e7e7e7;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}
.modalq footer {
    border:none;
    border-top: 1px solid #e7e7e7;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}
.modalq section, .modalq header, .modalq footer {
    padding: 15px;
    z-index: 200;
}
.modalq h2 {
    margin: 0;
}
.modalq .btnq {
    float: right;
}