* {
    box-sizing: border-box;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: 1
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

img {
    display: block;
    border: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0
}

address, cite, dfn, em, var {
    font-style: normal
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

a {
    background-color: transparent;
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

:focus, a:active, a:hover {
    outline: 0
}

button, input, select, textarea {
    margin: 0;
    font-size: inherit
}

[type=reset], [type=submit], button, html [type=button] {
    padding: 0;
    border: 0;
    color: inherit;
    background-color: transparent;
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    padding: 0;
    line-height: normal
}

input::-webkit-input-placeholder {
    font-weight: 300
}

input::-ms-input-placeholder {
    font-weight: 300
}

input::-moz-placeholder {
    font-weight: 300
}

[type=number] {
    -moz-appearance: textfield
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    margin: 0;
    height: auto;
    -webkit-appearance: none
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: none
}

select, textarea {
    -webkit-appearance: none
}

select {
    background-color: #fff
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul > li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: a 2s infinite linear;
    animation: a 2s infinite linear
}

.fa-pulse {
    -webkit-animation: a 1s infinite steps(8);
    animation: a 1s infinite steps(8)
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery-full:before, .fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before, .fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before, .fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before, .fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer-full:before, .fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before, .fa-bathtub:before, .fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after, .nav:before {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav > li, .nav > li > a {
    position: relative;
    display: block
}

.nav > li > a {
    padding: 10px 15px
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav > li.disabled > a {
    color: #777
}

.nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav > li > a > img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked > li {
    float: none
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
    border: 1px solid #ddd
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.modal, .modal-open {
    overflow: hidden
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after, .modal-header:before {
    content: " ";
    display: table
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after, .modal-footer:before {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after, .panel-body:before {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
    margin-bottom: 0
}

.panel > .panel-collapse > .table caption, .panel > .table-responsive > .table caption, .panel > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

.panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0
}

.panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0
}

.panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel + .panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #337ab7
}

.panel-primary > .panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1
}

.datepicker--cells {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.datepicker--cell, .datepicker--cells {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.datepicker--cell {
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1
}

.datepicker--cell.-focus- {
    background: #f0f0f0
}

.datepicker--cell.-current- {
    color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
    color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
    color: #4eb5e6
}

.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, .1);
    color: #4a4a4a;
    border-radius: 0
}

.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae
}

.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae
}

.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 4px 0 0 4px
}

.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, .5);
    background-color: rgba(92, 196, 239, .1);
    border-radius: 0 4px 4px 0
}

.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px
}

.datepicker--cell.-selected- {
    border: none
}

.datepicker--cell.-selected-, .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef
}

.datepicker--cell.-selected-.-focus- {
    background: #45bced
}

.datepicker--cell:empty {
    cursor: default
}

.datepicker--days-names {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px
}

.datepicker--day-name, .datepicker--days-names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.datepicker--day-name {
    color: #ff9a19;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.datepicker--cell-day {
    width: 14.28571%
}

.datepicker--cells-months {
    height: 170px
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%
}

.datepicker--cells-years, .datepicker--years {
    height: 170px
}

.datepicker--cell-year {
    width: 25%;
    height: 33.33%
}

.datepicker--nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px
}

.-only-timepicker- .datepicker--nav {
    display: none
}

.datepicker--nav-action, .datepicker--nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.datepicker--nav-action:hover {
    background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
    visibility: hidden
}

.datepicker--nav-action svg {
    width: 32px;
    height: 32px
}

.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px
}

.datepicker--nav-title i {
    font-style: normal;
    color: #9c9c9c;
    margin-left: 5px
}

.datepicker--nav-title:hover {
    background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none
}

.datepicker--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef
}

.datepicker--button {
    color: #4eb5e6;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px
}

.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0
}

.datepicker--time {
    border-top: 1px solid #efefef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px;
    position: relative
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 138px;
    flex: 0 1 138px;
    max-width: 138px
}

.-only-timepicker- .datepicker--time {
    border-top: none
}

.datepicker--time-sliders {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 153px;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px
}

.datepicker--time-label {
    display: none;
    font-size: 12px
}

.datepicker--time-current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.datepicker--time-current-hours, .datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    content: "";
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    opacity: 1
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.datepicker--time-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(90deg, #dedede, #dedede) left 50%/100% 1px no-repeat
}

.datepicker--time-row:first-child {
    margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
    background: none;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
    display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
    border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
    outline: none
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
    margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent
}

.datepicker--time-row input[type=range]::-ms-fill-lower, .datepicker--time-row input[type=range]::-ms-fill-upper {
    background: transparent
}

.datepicker--time-row span {
    padding: 0 12px
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em
}

.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: "";
    background: currentColor;
    position: absolute
}

.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px)
}

.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede
}

.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6
}

.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .1);
    color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none
}

.datepickers-container {
    position: absolute;
    left: 0;
    top: 0
}

@media print {
    .datepickers-container {
        display: none
    }
}

.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-sizing: content-box;
    font-family: Tahoma, sans-serif;
    font-size: 14px;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s;
    transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease;
    z-index: 100
}

.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}

.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    transform: translateX(8px)
}

.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
}

.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px)
}

.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s;
    transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease
}

.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    transform: none
}

.datepicker-inline .datepicker--pointer {
    display: none
}

.datepicker--content {
    box-sizing: content-box;
    padding: 4px
}

.-only-timepicker- .datepicker--content {
    display: none
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1
}

.-top-center- .datepicker--pointer, .-top-left- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-top- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer, .-bottom-left- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-top- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer, .-top-left- .datepicker--pointer {
    left: 10px
}

.-bottom-right- .datepicker--pointer, .-top-right- .datepicker--pointer {
    right: 10px
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px
}

.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px
}

.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2)
}

.datepicker--body {
    display: none
}

.datepicker--body.active {
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: inline-block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

body {
    font-family: Roboto, sans-serif;
    font-weight: 400
}

body img {
    max-width: 100%
}

body a, body img {
    display: inline-block
}

body a {
    text-decoration: none
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Light.ttf);
    font-weight: 300
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto/Roboto-Medium.ttf);
    font-weight: 500
}

@font-face {
    font-family: Roboto Condensed;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Roboto Condensed;
    src: url(../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf);
    font-weight: 700
}

@font-face {
    font-family: Cuprum;
    src: url(../fonts/Cuprum/Cuprum-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: Cuprum;
    src: url(../fonts/Cuprum/Cuprum-Bold.ttf);
    font-weight: 700
}

html {
    font-size: 14px
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0
}

a, button, input, select, textarea {
    outline: none;
    cursor: pointer
}

.text-center {
    text-align: center
}

.wrapper {
    overflow: hidden;
    position: relative
}

.aboutUs .counters, .advantages .icon-container, .benefits .and-also, .benefits .we-can .img-cont, .benefits .we-can li, .check-dossier .container-form, .check-dossier .title-form, .check-dossier .youll-get-container, .feedback-tell .modal-header, .five-reasons .mobile-container, .five-reasons form, .flex-container, .instruction form, .ourServices .desktop-list, .ourServices .flex, .stepsToReceive .list-tabs, header .pc-width, header .pc-width .menu-and-logo, header .pc-width .number-and-social, header .pc-width ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-width, .tablet-width {
    display: none
}

.back-top {
    position: fixed;
    opacity: .5;
    bottom: 60px;
    right: 0;
    transition: opacity .3s;
    z-index: 99
}

.back-top:hover {
    opacity: 1
}

.title-block {
    text-align: center;
    margin-bottom: 40px
}

.title-block h2:after {
    content: "";
    display: block;
    background-color: #058ec5;
    width: 100px;
    height: 5px;
    margin: 15px auto 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.title-block .mark, .title-block h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #004970;
    font-family: Roboto Condensed, sans-serif
}

.title-block .mark .mark, .title-block h2 .mark {
    color: #058ec5;
    font-weight: 700
}

.title-block p {
    color: #818286;
    margin-top: 25px;
    font-size: 16px;
    font-weight: 300;
    font-style: italic
}

.order-button, .ourServices .mobile-width .panel-collapse a, .ourServices .tab-content a {
    border-radius: 5px;
    background-color: #058ec5;
    padding: 7px 25px;
    text-align: center;
    color: #fff;
    font-family: Cuprum, sans-serif;
    text-transform: uppercase;
    transition: all .3s;
    font-size: 18px;
    box-shadow: 0 2px 0 0 #004970
}

.order-button:hover, .ourServices .mobile-width .panel-collapse a:hover, .ourServices .tab-content a:hover {
    box-shadow: 0 2px 0 1px #004970
}

.modal-backdrop {
    background-color: rgba(0, 77, 116, .6)
}

.input, .input-container {
    position: relative
}

.error {
    position: absolute;
    color: darkred;
    font-size: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    text-align: center;
    display: none
}

.error.active {
    display: inline-block
}

.modal-dialog {
    box-shadow: 0 0 14px 0 rgba(36, 40, 41, .25)
}

.preload {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: #004d74;
    z-index: 1090
}

.preload img {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto
}

.fa {
    vertical-align: middle
}

@-webkit-keyframes b {
    0% {
        box-shadow: 0 0 0 0 #058bc0
    }
    70% {
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@keyframes b {
    0% {
        box-shadow: 0 0 0 0 #058bc0
    }
    70% {
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0)
    }
    to {
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes c {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
    box-shadow: 0 1px 2px 0 rgba(36, 40, 41, .25)
}

header.active {
    position: fixed;
    -webkit-animation: c .3s;
    animation: c .3s;
    z-index: 9999;
}

header.active .number-and-social a {
    font-size: 13px
}

header .pc-width {
    max-width: 1290px;
    margin: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-height: 112px
}

header .pc-width, header .pc-width .menu-and-logo {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .pc-width .number-and-social {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -13px;
    margin-bottom: 22px
}

header .pc-width .logo {
    display: none
}

header .pc-width .logo-scroll-menu {
    display: block
}

header .pc-width .nav:after {
    display: none
}

header .pc-width .right {
    max-width: 990px
}

header .pc-width .right, header .pc-width nav {
    width: 100%
}

header .pc-width nav {
    margin: 5px 0
}

header .pc-width nav li {
    margin: 0
}

header .pc-width nav li.active .scroll {
    background-color: transparent;
    color: #25aae2
}

header .pc-width nav li.active .scroll:after {
    background-color: #a8ddf3;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

header .pc-width nav .scroll {
    color: #818286
}

header .pc-width nav .scroll:after {
    content: "";
    display: block;
    height: 1px;
    background-color: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: auto
}

header .pc-width nav .scroll:active, header .pc-width nav .scroll:focus, header .pc-width nav .scroll:hover {
    background-color: transparent;
    color: #25aae2
}

header .pc-width nav .scroll:hover:after {
    background-color: #a8ddf3;
    -webkit-transform: scale(.5);
    transform: scale(.5)
}

header .pc-width ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 0
}

header .pc-width .custom-style-button {
    border-radius: 5px;
    background-color: #058ec5;
    width: 150px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    border: 1px solid transparent;
    box-sizing: border-box;
    text-align: center
}

header .pc-width .custom-style-button:active, header .pc-width .custom-style-button:focus, header .pc-width .custom-style-button:hover {
    border-color: #058ec5;
    background-color: transparent;
    color: #058ec5
}

header .pc-width .custom-style-button, header .pc-width .scroll {
    font-size: 16px;
    padding: 0;
    font-family: Cuprum, sans-serif;
    text-transform: uppercase
}

header .pc-width .custom-style-button, header .pc-width .custom-style-button:after, header .pc-width .scroll, header .pc-width .scroll:after {
    transition: all .3s
}

.number-and-social .tell {
    width: 100%;
    max-width: 330px;
    margin-right: 8px;
    background-color: #058ec5;
    font-size: 14px
}

.number-and-social .tell .icon {
    position: relative;
    float: left
}

.number-and-social .tell .icon.border-right:after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    right: 0
}

.number-and-social .tell .icon img {
    vertical-align: middle
}

.number-and-social .tell a {
    color: #fff;
    line-height: 32px
}

.number-and-social .border-right:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    vertical-align: middle;
    margin: 0 10px;
    background-color: hsla(0, 0%, 100%, .5)
}

.number-and-social .social {
    font-size: 0
}

.number-and-social .social a {
    transition: all .3s;
    margin: 0 2px;
    font-size: 14px
}

.number-and-social .social a:hover {
    background-color: #058ec5
}

.number-and-social .social .fa {
    color: #fff
}

.number-and-social .social a, .number-and-social .tell {
    border-radius: 0 0 5px 5px;
    font-family: Roboto Condensed, sans-serif;
    text-align: center;
    overflow: hidden
}

.number-and-social .social a, .number-and-social .tell .icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #004970
}

.tablet-width {
    position: relative;
    box-shadow: 0 1px 2px 0 rgba(36, 40, 41, .25)
}

.tablet-width .toggle-menu {
    max-width: 139px;
    width: 100%
}

.tablet-width .toggle-menu svg {
    width: 20px;
    fill: #008cc3
}

.aboutUs .tablet-width .counters, .advantages .tablet-width .icon-container, .benefits .tablet-width .and-also, .benefits .we-can .tablet-width .img-cont, .benefits .we-can .tablet-width li, .check-dossier .tablet-width .container-form, .check-dossier .tablet-width .title-form, .check-dossier .tablet-width .youll-get-container, .feedback-tell .tablet-width .modal-header, .five-reasons .tablet-width .mobile-container, .five-reasons .tablet-width form, .instruction .tablet-width form, .ourServices .tablet-width .desktop-list, .ourServices .tablet-width .flex, .stepsToReceive .tablet-width .list-tabs, .tablet-width .aboutUs .counters, .tablet-width .advantages .icon-container, .tablet-width .benefits .and-also, .tablet-width .benefits .we-can .img-cont, .tablet-width .benefits .we-can li, .tablet-width .check-dossier .container-form, .tablet-width .check-dossier .title-form, .tablet-width .check-dossier .youll-get-container, .tablet-width .feedback-tell .modal-header, .tablet-width .five-reasons .mobile-container, .tablet-width .five-reasons form, .tablet-width .flex-container, .tablet-width .instruction form, .tablet-width .ourServices .desktop-list, .tablet-width .ourServices .flex, .tablet-width .stepsToReceive .list-tabs, .tablet-width header .pc-width, .tablet-width header .pc-width .menu-and-logo, .tablet-width header .pc-width .number-and-social, .tablet-width header .pc-width ul, header .pc-width .tablet-width .menu-and-logo, header .pc-width .tablet-width .number-and-social, header .pc-width .tablet-width ul, header .tablet-width .pc-width {
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px
}

.tablet-width .tell {
    padding-bottom: 5px;
    max-width: 140px;
    width: 100%;
    text-align: center
}

.tablet-width .tell span {
    cursor: pointer;
    font-family: Cuprum, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    background-color: #058ec5;
    display: block;
    line-height: 30px;
    height: 30px;
    color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.tablet-width .tell a {
    display: block;
    color: #058ec5;
    font-size: 1rem;
    font-family: Roboto Condensed, sans-serif
}

.tablet-width .tell-mobile {
    display: none;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: 33px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #008cc3
}

.tablet-width .tell-mobile svg {
    fill: #fff;
    width: 15px
}

.tablet-width .mobile-logo {
    display: none
}

.mobile-menu {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    box-shadow: .5px .866px 3px 0 rgba(88, 88, 88, .51);
    transition: all .3s;
    background-color: rgba(0, 77, 116, .6);
    z-index: 50
}

.mobile-menu .width-menu {
    max-width: 350px;
    background-color: #fff;
    position: relative;
    overflow: auto
}

.mobile-menu .width-menu::-webkit-scrollbar-thumb {
    background: #004970
}

.mobile-menu .width-menu::-webkit-scrollbar {
    width: 4px;
    border: 1px solid #bbb;
    background: transparent
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu .close-menu {
    position: absolute;
    right: 5px;
    top: 5px
}

.mobile-menu .logo {
    padding-top: 20px;
    margin-bottom: 30px
}

.mobile-menu ul {
    margin-bottom: 25px
}

.mobile-menu li a {
    transition: all .3s;
    text-transform: uppercase;
    color: #818286;
    font-family: Cuprum, sans-serif;
    font-size: 15px
}

.mobile-menu li a:hover {
    color: #25aae2
}

.mobile-menu .location {
    max-width: 240px;
    margin: 0 auto 20px
}

.mobile-menu .location a, .mobile-menu .location p {
    color: #b8b9ba
}

.mobile-menu .location a {
    display: block
}

.mobile-menu .location p {
    line-height: 30px;
    border-bottom: 1px solid hsla(0, 0%, 82%, .3);
    font-family: Roboto Condensed, sans-serif;
    font-size: 15px
}

.mobile-menu .location p:first-child {
    border-top: 1px solid hsla(0, 0%, 82%, .3)
}

.mobile-menu .social a {
    margin: 0 7px;
    display: inline-block
}

.mobile-menu .copyright {
    padding-bottom: 10px
}

.mobile-menu .copyright a, .mobile-menu .copyright p {
    color: #b8b9ba;
    font-size: 10px;
    font-weight: 300
}

.mobile-menu .copyright .site-management {
    margin-top: 5px;
    text-decoration: underline
}

.feedback-tell.in .modal-dialog {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.feedback-tell .modal-dialog {
    max-width: 375px;
    width: 100%;
    margin: auto;
    top: 50%
}

.feedback-tell .modal-header {
    background-color: #058ec5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-bottom: none
}

.feedback-tell .close {
    position: absolute;
    right: -30px;
    top: -25px;
    background-color: transparent;
    border: none;
    max-width: 22px;
    height: 22px
}

.feedback-tell h4 {
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center
}

.feedback-tell .modal-content {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background-color: transparent
}

.feedback-tell .modal-body {
    padding: 25px;
    background-color: #fff;
    border-bottom-right-radius: 10px
}

.feedback-tell .input-container {
    margin-bottom: 8px
}

.feedback-tell label {
    width: 100px;
    float: left;
    padding: 10px 0;
    color: #3f3f3f;
    font-weight: 300;
    font-size: 1rem
}

.feedback-tell .input {
    margin-left: 110px
}

.feedback-tell input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #dbdada;
    background-color: #fefdfd
}

.feedback-tell button {
    max-width: 100px;
    width: 100%;
    margin: 25px auto 0;
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    background-color: #058ec5;
    border: none;
    border-radius: 10px;
    text-transform: uppercase
}

.paperwork {
    background: url(../img/bg-3.jpg) no-repeat 100% 100%;
    margin-top: 112px
}

.paperwork .container {
    max-width: 1225px;
    margin: auto;
    position: relative;
    min-height: 570px;
    padding: 0 20px
}

.paperwork .text-width {
    max-width: 870px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.paperwork h1 {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    color: #004970
}

.paperwork .mark {
    font-weight: inherit;
    font-size: inherit;
    color: #058dc2
}

.paperwork p {
    font-weight: lighter;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #5d5d5d
}

.paperwork span {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 50px;
    color: #5d5d5d
}

.aboutUs {
    box-shadow: 0 2px 4px 0 hsla(214, 3%, 46%, .22);
    padding: 60px 0;
    position: relative
}

.aboutUs .name-company {
    font-weight: 500
}

.aboutUs .name-company span:first-child {
    color: #004970
}

.aboutUs .mark, .aboutUs .name-company span:nth-child(2) {
    color: #008fc8
}

.aboutUs .mark, .aboutUs b, .aboutUs strong {
    font-weight: 500
}

.aboutUs .icon {
    float: left
}

.aboutUs .pc-width {
    max-width: 1200px;
    margin: auto;
    padding: 0 10px
}

.aboutUs .icon-and-description {
    margin-bottom: 85px;
    font-size: 18px;
    line-height: 24px
}

.aboutUs .icon-and-description p {
    color: #5d5d5d;
    font-weight: 300;
    margin-bottom: 30px
}

.aboutUs .icon-and-description p:last-child {
    margin-bottom: 0
}

.aboutUs .icon-and-description .description {
    margin-left: 295px
}

.aboutUs .counters {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px
}

.aboutUs .counters p {
    font-weight: 300;
    color: #4a4a4a
}

.aboutUs .item {
    border-right: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 25%;
    padding: 40px 0
}

.aboutUs .item:first-child .back-icon {
    background: url(../img/about-us/passport.png) no-repeat 25px 8px
}

.aboutUs .item:nth-child(2) .back-icon {
    background: url(../img/about-us/family.png) no-repeat 25px 10px
}

.aboutUs .item:nth-child(3) .back-icon {
    background: url(../img/about-us/employee.png) no-repeat 25px 10px
}

.aboutUs .item:nth-child(4) {
    border-right: 0
}

.aboutUs .item:nth-child(4) .back-icon {
    background: url(../img/about-us/driver-license.png) no-repeat 25px 10px
}

.aboutUs .item:nth-child(5) {
    border-bottom: 0
}

.aboutUs .item:nth-child(5) .back-icon {
    background: url(../img/about-us/graduated.png) no-repeat 25px 10px
}

.aboutUs .item:nth-child(6) {
    border-bottom: 0
}

.aboutUs .item:nth-child(6) .back-icon {
    background: url(../img/about-us/skyline.png) no-repeat 25px 10px
}

.aboutUs .item:nth-child(7) {
    border-bottom: 0
}

.aboutUs .item:nth-child(7) .back-icon {
    background: url(../img/about-us/medicines.png) no-repeat 25px 0
}

.aboutUs .item:nth-child(8) {
    border-bottom: 0;
    border-right: 0
}

.aboutUs .item:nth-child(8) .back-icon {
    background: url(../img/about-us/payment-method.png) no-repeat 25px 0
}

.aboutUs .back-icon {
    padding: 25px 15px 25px 90px
}

.aboutUs h4 {
    font-weight: 700;
    color: #0088bf;
    font-size: 60px;
    font-family: Roboto Condensed, sans-serif;
    margin-bottom: 5px
}

.aboutUs .order-button, .aboutUs .ourServices .mobile-width .panel-collapse a, .aboutUs .ourServices .tab-content a, .ourServices .mobile-width .panel-collapse .aboutUs a, .ourServices .tab-content .aboutUs a {
    margin: auto;
    padding: 12px 25px
}

.aboutUs .cont-button {
    text-align: center
}

.benefits .bg-container {
    background: url(../img/benefits/bg-3.jpg) no-repeat 0
}

.benefits .width-container {
    max-width: 960px;
    margin-left: auto;
    padding: 40px 20px 0
}

.benefits h2 {
    color: #004970;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px
}

.benefits h2 span {
    color: #058ec5
}

.benefits .list-container {
    position: relative
}

.benefits .we-can {
    margin-bottom: 25px
}

.benefits .we-can .img-cont {
    background-color: #058ec5;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-height: 40px
}

.benefits .we-can p {
    margin-left: 20px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.benefits .we-can img {
    vertical-align: middle
}

.benefits .we-can li {
    min-height: 40px;
    padding-right: 100px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #e7f4fa;
    font-family: Roboto Condensed, sans-serif;
    color: #058ec5;
    font-size: 18px;
    margin-bottom: 10px
}

.benefits .and-also, .benefits .we-can li {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.benefits .and-also p {
    background-color: #004970;
    width: 40px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    line-height: 40px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.benefits .and-also ul {
    width: 100%
}

.benefits .and-also li {
    padding: 11px 0 11px 20px;
    background-color: #058ec5;
    font-family: Roboto Condensed, sans-serif;
    color: #fff;
    font-size: 18px
}

.benefits .and-also li:nth-child(odd) {
    background-color: #0982b3
}

.benefits .passport {
    position: absolute;
    bottom: 10px;
    right: -15px;
    max-width: 265px;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg)
}

.advantages {
    padding-top: 50px
}

.advantages .item-container {
    text-align: center
}

.advantages p {
    line-height: 18px
}

.aboutUs .advantages .counters, .advantages .aboutUs .counters, .advantages .benefits .and-also, .advantages .benefits .we-can .img-cont, .advantages .benefits .we-can li, .advantages .check-dossier .container-form, .advantages .check-dossier .title-form, .advantages .check-dossier .youll-get-container, .advantages .feedback-tell .modal-header, .advantages .five-reasons .mobile-container, .advantages .five-reasons form, .advantages .flex-container, .advantages .icon-container, .advantages .instruction form, .advantages .ourServices .desktop-list, .advantages .ourServices .flex, .advantages .stepsToReceive .list-tabs, .advantages header .pc-width, .advantages header .pc-width .menu-and-logo, .advantages header .pc-width .number-and-social, .advantages header .pc-width ul, .benefits .advantages .and-also, .benefits .we-can .advantages .img-cont, .benefits .we-can .advantages li, .check-dossier .advantages .container-form, .check-dossier .advantages .title-form, .check-dossier .advantages .youll-get-container, .feedback-tell .advantages .modal-header, .five-reasons .advantages .mobile-container, .five-reasons .advantages form, .instruction .advantages form, .ourServices .advantages .desktop-list, .ourServices .advantages .flex, .stepsToReceive .advantages .list-tabs, header .advantages .pc-width, header .pc-width .advantages .menu-and-logo, header .pc-width .advantages .number-and-social, header .pc-width .advantages ul {
    max-width: 765px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 50px
}

.advantages .item {
    margin: 0 18px 25px;
    max-width: 150px
}

.advantages .item p {
    font-family: Roboto Condensed, sans-serif;
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #818286
}

.advantages .icon-container {
    background: url(../img/advantages/bg-item.png) no-repeat 50%;
    background-size: cover;
    min-height: 150px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.advantages .icon {
    margin-bottom: 5px
}

.advantages span {
    font-family: Cuprum, sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700
}

.instruction {
    background-color: #058ec5;
    padding: 30px 0 0
}

.aboutUs .instruction .counters, .advantages .instruction .icon-container, .benefits .instruction .and-also, .benefits .we-can .instruction .img-cont, .benefits .we-can .instruction li, .check-dossier .instruction .container-form, .check-dossier .instruction .title-form, .check-dossier .instruction .youll-get-container, .feedback-tell .instruction .modal-header, .five-reasons .instruction .mobile-container, .five-reasons .instruction form, .instruction .aboutUs .counters, .instruction .advantages .icon-container, .instruction .benefits .and-also, .instruction .benefits .we-can .img-cont, .instruction .benefits .we-can li, .instruction .check-dossier .container-form, .instruction .check-dossier .title-form, .instruction .check-dossier .youll-get-container, .instruction .feedback-tell .modal-header, .instruction .five-reasons .mobile-container, .instruction .five-reasons form, .instruction .flex-container, .instruction .ourServices .desktop-list, .instruction .ourServices .flex, .instruction .stepsToReceive .list-tabs, .instruction form, .instruction header .pc-width, .instruction header .pc-width .menu-and-logo, .instruction header .pc-width .number-and-social, .instruction header .pc-width ul, .ourServices .instruction .desktop-list, .ourServices .instruction .flex, .stepsToReceive .instruction .list-tabs, header .instruction .pc-width, header .pc-width .instruction .menu-and-logo, header .pc-width .instruction .number-and-social, header .pc-width .instruction ul {
    overflow: hidden
}

.instruction form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 30px
}

.instruction button, .instruction input {
    border: 1px solid #dbdada;
    height: 35px;
    font-size: 14px;
    width: 100%
}

.instruction input {
    background-color: #fefdfd;
    padding-left: 10px
}

.instruction .input-container {
    width: 32%
}

.instruction h2 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 40px;
    color: #fff
}

.instruction .list {
    margin-bottom: 35px
}

.instruction li {
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px
}

.instruction button {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    transition: all .3s;
    background-color: transparent;
    font-family: Roboto Condensed, sans-serif
}

.instruction button:hover {
    background-color: #fff;
    color: #058ec5
}

.instruction .right {
    margin-left: 60px;
    max-width: 700px
}

.instruction .left {
    margin-bottom: -105px
}

.check-dossier {
    margin: auto;
    padding: 75px 0 60px
}

.check-dossier .title-block {
    margin-bottom: 25px
}

.check-dossier .title-form {
    margin-bottom: 15px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-dossier .title-form h2 {
    font-size: 24px;
    color: #818286;
    margin-bottom: 10px
}

.check-dossier .title-form p {
    color: #058ec5;
    font-size: 18px
}

.check-dossier .title-form .img-cont {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    max-width: 90px
}

.check-dossier input, .check-dossier select {
    border: 1px solid #dbdada;
    background-color: #fefdfd;
    height: 35px;
    font-size: 14px;
    width: 100%;
    padding-left: 10px;
    color: #818286
}

.check-dossier .input-container {
    width: 49%;
    margin-bottom: 10px
}

.check-dossier form {
    box-shadow: 1.06px 1.696px 51px 0 rgba(38, 39, 39, .21);
    border-radius: 10px 0 10px 0;
    max-width: 860px;
    padding: 30px;
    margin: auto
}

.check-dossier .container-form {
    margin-bottom: 10px
}

.check-dossier .container-form, .check-dossier .youll-get-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.check-dossier .youll-get-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.check-dossier .youll-get p {
    font-size: 18px;
    color: #058ec5;
    margin-bottom: 10px;
    font-weight: 700
}

.check-dossier .youll-get li {
    color: #818286;
    font-size: 16px;
    margin-bottom: 5px
}

.check-dossier .fa {
    color: #058ec5
}

.ourServices {
    background-color: #fafafa;
    box-shadow: 0 2px 4px 0 hsla(214, 3%, 46%, .22);
    z-index: 1;
    position: relative;
    padding: 50px 20px 20px
}

.ourServices .desktop-list, .ourServices .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ourServices .desktop-list li {
    border: 1px solid #058ec5;
    border-radius: 10px 0 10px 0;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    margin: 0 5px 10px
}

.ourServices .desktop-list li, .ourServices .desktop-list li a {
    transition: all .3s
}

.ourServices .desktop-list li.active, .ourServices .desktop-list li:hover {
    background-color: #058ec5
}

.ourServices .desktop-list li.active a, .ourServices .desktop-list li:hover a {
    color: #fff
}

.ourServices .desktop-list a {
    padding: 10px;
    font-size: 14px;
    font-family: Roboto Condensed, sans-serif;
    color: #058ec5;
    display: block
}

.ourServices .tabs-container {
    max-width: 930px;
    margin: auto
}

.ourServices .tabs-container .item-tab {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.ourServices .tabs-container .item-tab .right {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.ourServices .tab-content h4 {
    color: #058ec5;
    font-size: 26px;
    font-family: Roboto Condensed, sans-serif
}

.ourServices .tab-content h4:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #969696;
    max-width: 100px;
    margin: 15px 0 25px
}

.ourServices .tab-content p {
    color: #5d5d5d;
    line-height: 18px;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 35px
}

.ourServices .list li {
    margin-bottom: 30px
}

.ourServices .list li.active a {
    color: #058bc0
}

.ourServices .list li.active a:before {
    -webkit-animation: b 1.5s infinite;
    animation: b 1.5s infinite;
    background-color: #058bc0
}

.ourServices .list li.active a:after {
    border: 4px solid #fff
}

.ourServices .list li > a {
    position: relative;
    color: #004d74;
    font-size: 1.714rem
}

.ourServices .list li > a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 32px;
    width: 32px;
    border: 3px solid #004970;
    float: left;
    margin-right: 15px;
    background-color: transparent
}

.ourServices .list li > a:after, .ourServices .list li > a:before {
    content: "";
    transition: all .3s
}

.ourServices .list li > a:after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 4px solid transparent
}

.ourServices .mobile-width {
    padding-top: 35px
}

.ourServices .mobile-width h4 {
    font-family: Roboto Condensed, sans-serif;
    font-size: 16px;
    color: #058ec5;
    position: relative;
    margin-bottom: 15px
}

.ourServices .mobile-width h4:after {
    content: "";
    display: block;
    width: 100px;
    height: 1px;
    background-color: #969696;
    position: absolute;
    bottom: -5px
}

.ourServices .mobile-width .panel {
    background-color: transparent;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 25px
}

.ourServices .mobile-width .panel.active .panel-collapse a {
    color: #fff
}

.ourServices .mobile-width .panel.active .title-panel {
    background-color: #058ec5;
    color: #fff
}

.ourServices .mobile-width .panel.active .plus:after, .ourServices .mobile-width .panel.active .plus:before {
    background-color: #fff
}

.ourServices .mobile-width .panel.active .plus:after {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.ourServices .mobile-width .title-panel {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 35px;
    color: #058ec5;
    border: 1px solid #058ec5;
    background-color: #fff;
    padding: 0 20px;
    font-family: Roboto Condensed, sans-serif;
    font-size: 14px;
    border-radius: 10px 0 10px 0
}

.ourServices .mobile-width .plus {
    display: inline-block;
    width: 8px;
    position: relative;
    height: 3px
}

.ourServices .mobile-width .plus:after, .ourServices .mobile-width .plus:before {
    transition: all .3s;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #058ec5;
    position: absolute
}

.ourServices .mobile-width .plus:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.ourServices .mobile-width img {
    max-width: 25px
}

.ourServices .mobile-width p {
    color: #5d5d5d;
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 35px
}

.ourServices .mobile-width .item-tab {
    margin-top: 10px;
    padding: 0 10px
}

.opportunities {
    background: url(../img/Opportunities/bg.jpg) no-repeat 50%;
    padding: 60px 0;
    background-size: cover;
    box-shadow: 0 2px 4px 0 hsla(214, 3%, 46%, .22);
    position: relative;
    z-index: 1
}

.aboutUs .opportunities .counters, .advantages .opportunities .icon-container, .benefits .opportunities .and-also, .benefits .we-can .opportunities .img-cont, .benefits .we-can .opportunities li, .check-dossier .opportunities .container-form, .check-dossier .opportunities .title-form, .check-dossier .opportunities .youll-get-container, .feedback-tell .opportunities .modal-header, .five-reasons .opportunities .mobile-container, .five-reasons .opportunities form, .instruction .opportunities form, .opportunities .aboutUs .counters, .opportunities .advantages .icon-container, .opportunities .benefits .and-also, .opportunities .benefits .we-can .img-cont, .opportunities .benefits .we-can li, .opportunities .check-dossier .container-form, .opportunities .check-dossier .title-form, .opportunities .check-dossier .youll-get-container, .opportunities .feedback-tell .modal-header, .opportunities .five-reasons .mobile-container, .opportunities .five-reasons form, .opportunities .flex-container, .opportunities .instruction form, .opportunities .ourServices .desktop-list, .opportunities .ourServices .flex, .opportunities .stepsToReceive .list-tabs, .opportunities header .pc-width, .opportunities header .pc-width .menu-and-logo, .opportunities header .pc-width .number-and-social, .opportunities header .pc-width ul, .ourServices .opportunities .desktop-list, .ourServices .opportunities .flex, .stepsToReceive .opportunities .list-tabs, header .opportunities .pc-width, header .pc-width .opportunities .menu-and-logo, header .pc-width .opportunities .number-and-social, header .pc-width .opportunities ul {
    padding-top: 55px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1280px;
    margin: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.opportunities .item {
    margin-bottom: 30px;
    max-width: 415px
}

.five-reasons {
    background: #fafcfc url(../img/man-2.png) no-repeat 100% 100%;
    padding: 50px 0 0
}

.five-reasons .title {
    color: #058ec5;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px
}

.five-reasons .mark {
    color: #004970
}

.five-reasons .width-container {
    max-width: 1050px;
    margin: auto;
    padding: 0 20px
}

.five-reasons .list {
    color: #565757;
    margin-bottom: 50px;
    margin-left: 25px
}

.five-reasons i {
    font-weight: 500;
    font-style: italic
}

.five-reasons h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.five-reasons li {
    margin-bottom: 10px;
    font-size: 16px
}

.five-reasons .fa {
    color: #058ec5
}

.five-reasons input {
    border: 1px solid #dbdada;
    background-color: #fefdfd;
    height: 35px;
    font-size: 14px;
    width: 100%;
    padding-left: 10px
}

.five-reasons .input-container {
    width: 32%
}

.five-reasons form {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 600px
}

.five-reasons .order-button, .five-reasons .ourServices .mobile-width .panel-collapse a, .five-reasons .ourServices .tab-content a, .ourServices .mobile-width .panel-collapse .five-reasons a, .ourServices .tab-content .five-reasons a {
    padding: 7px
}

.five-reasons .mobile-container {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.five-reasons .hidden-desktop {
    display: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 300px
}

.stepsToReceive {
    padding: 60px 0 0
}

.stepsToReceive .pc-width .list-tabs {
    padding-top: 30px
}

.stepsToReceive .list-tabs {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    max-width: 1000px;
    margin: 0 auto 70px;
    position: relative
}

.stepsToReceive .list-tabs a {
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    position: relative;
    color: #c6c6c6;
    font-size: 18px;
    max-width: 100px;
    line-height: 18px;
    margin-bottom: 45px
}

.stepsToReceive .list-tabs li {
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.stepsToReceive .list-tabs li:first-child:after {
    display: none
}

.stepsToReceive .list-tabs li:last-child:after {
    max-width: 85%
}

.stepsToReceive .list-tabs li:before {
    content: "";
    position: absolute;
    margin: auto;
    box-sizing: border-box;
    background-color: #c6c6c6;
    box-shadow: inset 0 0 0 3px #fff;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 32px;
    width: 32px;
    border: 3px solid #c6c6c6
}

.stepsToReceive .list-tabs li:after {
    content: "";
    position: absolute;
    background-color: #c6c6c6;
    height: 5px;
    bottom: 13px;
    left: -80px;
    right: 0;
    z-index: -1
}

.stepsToReceive .list-tabs li.act:after, .stepsToReceive .list-tabs li:hover:after {
    background-color: #058bc0
}

.stepsToReceive .list-tabs li.act:before, .stepsToReceive .list-tabs li:hover:before {
    background-color: #279fe5;
    border-color: #004970;
    -webkit-animation: b 1.5s infinite;
    animation: b 1.5s infinite
}

.stepsToReceive .list-tabs li.act a, .stepsToReceive .list-tabs li:hover a {
    color: #066094
}

.stepsToReceive .list-tabs li.act a:after, .stepsToReceive .list-tabs li:hover a:after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 4px solid #fff;
    bottom: -43px;
    left: 36px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.stepsToReceive .stepsToReceive-mobile li {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding-bottom: 40px
}

.stepsToReceive .stepsToReceive-mobile li:after {
    content: "";
    position: absolute;
    background-color: #c6c6c6;
    width: 5px;
    left: 14px;
    right: 0;
    z-index: -1;
    height: 100%;
    top: 30px
}

.stepsToReceive .stepsToReceive-mobile li > a:before {
    background-color: #ddd
}

.stepsToReceive .stepsToReceive-mobile li > a:after {
    border: 4px solid #fff
}

.stepsToReceive .stepsToReceive-mobile li:last-child:after {
    display: none
}

.stepsToReceive .stepsToReceive-mobile li.active:after {
    background-color: #058bc0
}

.stepsToReceive .tab-content {
    max-width: 665px;
    margin: auto;
    text-align: center
}

.stepsToReceive .tab-content h4 {
    font-size: 18px;
    line-height: 18px;
    color: #058bc0;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    margin-bottom: 25px
}

.stepsToReceive .tab-content p {
    font-size: 1rem;
    color: #818286;
    line-height: 18px;
    font-weight: 300
}

.stepsToReceive .ourServices {
    background-color: #fff
}

.stepsToReceive .mobile-width .panel-collapse p {
    margin-bottom: 0
}

.stepsToReceive .mobile-width .item-tab {
    margin-left: 40px
}

.stepsToReceive .icon {
    text-align: center;
    margin-bottom: 20px
}

.whatYouGet {
    padding: 60px 0;
    background-color: #fafafa
}

.whatYouGet .title-block h2 {
    line-height: 40px
}

.whatYouGet .slider-container {
    position: relative;
    max-width: 1200px;
    margin: 85px auto 0
}

.whatYouGet .arrows-slide {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px
}

.whatYouGet .prev {
    left: 0;
    margin-top: -40px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.whatYouGet .next {
    right: 0
}

.whatYouGet .description-item {
    display: none;
    margin: 100px auto 0;
    text-align: center;
    font-family: Cuprum, sans-serif;
    color: #818286;
    font-size: 26px
}

.whatYouGet .description-item.active {
    display: block
}

.whatYouGet #carousel {
    height: 170px
}

.whatYouGet #carousel img {
    cursor: pointer
}

.feedback {
    padding: 60px 0;
    background-color: #fff
}

.feedback .slider-feedback {
    max-width: 625px;
    margin: 50px auto 0
}

.feedback .item {
    text-align: center
}

.feedback img {
    border-radius: 50%;
    margin-bottom: 20px
}

.feedback .description-slide, .feedback .description-user {
    color: #5d5d5d;
    font-size: 16px
}

.feedback .title-user {
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

.feedback .description-user {
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 50px
}

.feedback .slick-dots {
    text-align: center
}

.feedback .slick-dots li {
    display: inline-block;
    margin: 0 7px
}

.feedback .slick-dots li.slick-active button {
    background-color: #058bc0
}

.feedback .slick-dots button {
    background-color: #f3f3f3;
    font-size: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: none;
    box-shadow: inset .454px .891px 2px 0 rgba(53, 54, 56, .25)
}

.feedback .title-form {
    color: #fff;
    margin-bottom: 35px;
    text-align: center
}

.feedback .title-form h2 {
    text-transform: uppercase;
    font-family: Cuprum, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.714rem
}

.feedback .title-form p {
    font-size: 1rem;
    font-weight: 300
}

.feedback-form {
    min-height: 500px;
    padding: 75px 0 60px;
    background: #e1f0f4 url(../img/feedback/family.jpg) no-repeat 50%;
    background-size: cover
}

.feedback-form .width-container {
    max-width: 1220px;
    margin: auto;
    padding: 0 20px
}

.feedback-form .from-container {
    max-width: 400px
}

.feedback-form h2 {
    margin-bottom: 50px;
    font-size: 24px;
    color: #058ec5;
    font-weight: 700;
    text-transform: uppercase
}

.feedback-form h2 span {
    color: #004970
}

.feedback-form form {
    padding: 15px;
    max-width: 400px;
    margin: 0 auto 22px;
    background-color: #058ec5
}

.feedback-form form input, .feedback-form form textarea {
    font-family: Roboto, sans-serif;
    width: 100%;
    border: 1px solid #dbdada;
    background-color: #fefdfd;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 10px
}

.feedback-form form input {
    height: 33px;
    line-height: 33px
}

.feedback-form form textarea {
    padding-top: 10px;
    height: 100px;
    resize: none
}

.feedback-form form button {
    display: block;
    text-align: center;
    color: #fff;
    font-family: Cuprum, sans-serif;
    font-size: 1.143rem;
    border: 1px solid #fff;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    background-color: transparent;
    width: 100%;
    transition: all .3s
}

.feedback-form form button:hover {
    background-color: #fff;
    color: #058ec5;
    border-color: #058ec5
}

footer {
    height: 60px;
    background-color: #058bc0;
    font-weight: 300;
    font-size: 1rem;
    width: 100%;
    padding: 13px 0;
    box-sizing: border-box
}

footer, footer a {
    color: #fff
}

footer .before-left:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #1e96c6;
    vertical-align: middle;
    margin: 0 8px
}

.aboutUs footer .counters, .advantages footer .icon-container, .benefits .we-can footer .img-cont, .benefits .we-can footer li, .benefits footer .and-also, .check-dossier footer .container-form, .check-dossier footer .title-form, .check-dossier footer .youll-get-container, .feedback-tell footer .modal-header, .five-reasons footer .mobile-container, .five-reasons footer form, .instruction footer form, .ourServices footer .desktop-list, .ourServices footer .flex, .stepsToReceive footer .list-tabs, footer .aboutUs .counters, footer .advantages .icon-container, footer .benefits .and-also, footer .benefits .we-can .img-cont, footer .benefits .we-can li, footer .check-dossier .container-form, footer .check-dossier .title-form, footer .check-dossier .youll-get-container, footer .feedback-tell .modal-header, footer .five-reasons .mobile-container, footer .five-reasons form, footer .flex-container, footer .instruction form, footer .ourServices .desktop-list, footer .ourServices .flex, footer .stepsToReceive .list-tabs, footer header .pc-width, footer header .pc-width .menu-and-logo, footer header .pc-width .number-and-social, footer header .pc-width ul, header .pc-width footer .menu-and-logo, header .pc-width footer .number-and-social, header .pc-width footer ul, header footer .pc-width {
    max-width: 1270px;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

footer .social {
    font-size: 0
}

footer .social a {
    padding: 10px;
    text-align: center;
    width: 40px;
    border: 1px solid #1e96c6;
    transition: all .3s
}

footer .social a:hover {
    background-color: #047fb1;
    border-color: transparent
}

footer .social .fa {
    font-size: 1rem;
    vertical-align: middle
}

footer .confidentiality-policy {
    text-align: center;
    line-height: normal;
    display: block
}

footer .confidentiality-policy a:hover {
    text-decoration: underline
}

footer .site-management {
    display: block;
    text-align: center;
    margin-top: 2px
}

footer .site-management:hover {
    text-decoration: underline
}

#confidentiality-policy .close {
    margin-top: 0
}

#confidentiality-policy .modal-dialog {
    max-width: 800px
}

#confidentiality-policy .modal-body {
    padding: 50px
}

#confidentiality-policy h3, #confidentiality-policy p {
    color: #373737
}

#confidentiality-policy p {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px
}

#confidentiality-policy h3 {
    margin-bottom: 35px;
    font-size: 30px
}

.popupMessage {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    background-color: rgba(0, 77, 116, .6);
    transition: .4s;
    z-index: 999;
    opacity: 0;
    visibility: hidden
}

.popupMessage .popupText {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 500px;
    padding: 15px;
    border-color: #d6e9c6
}

.popupMessage .closePopup {
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 25px
}

.popupMessage.active {
    opacity: 1;
    visibility: visible
}

.popupMessage h3 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700
}

.popupMessage p {
    font-size: 16px
}

@media (max-width: 1400px) {
    .benefits .bg-container {
        background-position: -300px 0
    }
}

@media (max-width: 1200px) {
    header {
        position: fixed
    }

    header .pc-width {
        display: none
    }

    header .tablet-width {
        background-color: #fff;
        display: block;
        z-index: 2
    }

    .paperwork {
        margin-top: 71px
    }
}

@media (max-width: 992px) {
    .benefits .bg-container {
        background: #fff
    }

    .benefits .passport {
        bottom: auto;
        top: -60px;
        max-width: 100px
    }

    .benefits h2 {
        font-size: 18px;
        padding-right: 100px
    }
}

@media (max-width: 860px) {
    .instruction {
        padding: 30px 20px 0
    }

    .instruction form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .instruction .left {
        display: none
    }

    .instruction .right {
        margin-left: 0
    }

    .instruction .input-container {
        width: 100%;
        margin-bottom: 10px
    }

    .feedback-form {
        background: #e1f0f4;
        padding-bottom: 0
    }

    .feedback-form .mobile-width {
        text-align: center;
        display: block
    }

    .five-reasons {
        background: #fafcfc
    }

    .five-reasons form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .five-reasons .input-container {
        margin-bottom: 10px;
        width: 100%
    }

    .five-reasons .mobile-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .five-reasons .hidden-desktop {
        display: block
    }

    .benefits .and-also li, .benefits .we-can li {
        font-size: 12px
    }

    .check-dossier .order-button, .check-dossier .ourServices .mobile-width .panel-collapse a, .check-dossier .ourServices .tab-content a, .ourServices .mobile-width .panel-collapse .check-dossier a, .ourServices .tab-content .check-dossier a {
        margin: 20px auto 0
    }

    .stepsToReceive .pc-width {
        display: none
    }

    .ourServices {
        padding: 60px 25px 50px
    }

    .ourServices .pc-width {
        display: none
    }

    .ourServices .mobile-width {
        display: block
    }

    .paperwork .text-width {
        max-width: 550px
    }

    .paperwork p {
        display: none
    }

    .paperwork span {
        margin-bottom: 10px;
        font-size: 12px
    }

    .paperwork h1 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 10px
    }

    .paperwork .container {
        min-height: 120px
    }

    .paperwork a {
        font-size: 14px;
        padding: 7px 10px
    }

    .five-reasons .title-block h2 {
        font-size: 20px
    }

    .aboutUs .item {
        width: 50%
    }

    .aboutUs .item:nth-child(2), .aboutUs .item:nth-child(6) {
        border-right: 0
    }

    footer {
        display: none
    }

    .back-top {
        bottom: 20px
    }
}

@media (max-width: 600px) {
    .five-reasons .title, .instruction h2 {
        font-size: 16px
    }

    .five-reasons .mobile-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .five-reasons .hidden-desktop {
        max-width: 300px
    }

    .benefits .passport {
        max-width: 50px
    }

    .benefits .we-can li, .benefits h2 {
        padding-right: 50px
    }

    .benefits .we-can p {
        margin-left: 10px
    }

    .benefits .and-also li {
        padding: 11px 5px 11px 10px
    }

    .aboutUs .item {
        width: 50%
    }

    .aboutUs .item:nth-child(2), .aboutUs .item:nth-child(6) {
        border-right: 0
    }

    .aboutUs .icon-and-description .description {
        margin-left: 0
    }

    .aboutUs .icon-and-description .icon {
        float: right;
        margin-left: 25px;
        max-width: 200px
    }

    .feedback-tell .input {
        margin-left: 0
    }

    .feedback-tell label {
        float: none;
        display: block
    }

    .check-dossier .title-form .img-cont {
        max-width: 70px;
        margin-right: 10px
    }

    .check-dossier .title-form h2 {
        font-size: 14px
    }

    .check-dossier .title-form p {
        font-size: 12px
    }

    .whatYouGet .title-block h2 {
        line-height: 25px
    }

    .title-block .mark, .title-block h2 {
        font-size: 20px
    }

    .mobile-menu .copyright a, .mobile-menu .copyright p {
        font-size: 12px
    }
}

@media (max-width: 480px) {
    .ourServices .mobile-width .title-panel {
        font-size: 13px
    }

    .check-dossier .input-container, .check-dossier .order-button, .check-dossier .ourServices .mobile-width .panel-collapse a, .check-dossier .ourServices .tab-content a, .ourServices .mobile-width .panel-collapse .check-dossier a, .ourServices .tab-content .check-dossier a {
        width: 100%
    }

    .paperwork {
        margin-top: 33px
    }

    .aboutUs .counters {
        text-align: center
    }

    .aboutUs .counters p {
        font-size: 11px
    }

    .aboutUs .back-icon {
        padding: 50px 15px 0 35px;
        text-align: left
    }

    .aboutUs h4 {
        font-size: 40px
    }

    .aboutUs .item {
        padding: 25px 10px
    }

    .aboutUs .item:first-child .back-icon, .aboutUs .item:nth-child(2) .back-icon, .aboutUs .item:nth-child(3) .back-icon, .aboutUs .item:nth-child(4) .back-icon {
        background-size: 75px;
        background-position-y: 0
    }

    .aboutUs .item:nth-child(5) {
        border-bottom: 1px solid #e8e8e8
    }

    .aboutUs .item:nth-child(5) .back-icon {
        background-size: 75px;
        background-position-y: 0
    }

    .aboutUs .item:nth-child(6) {
        border-bottom: 1px solid #e8e8e8
    }

    .aboutUs .item:nth-child(6) .back-icon, .aboutUs .item:nth-child(7) .back-icon, .aboutUs .item:nth-child(8) .back-icon {
        background-size: 75px;
        background-position-y: 0
    }

    .aboutUs .icon-and-description .description {
        margin-left: 0;
        font-size: 14px;
        line-height: 16px
    }

    .aboutUs .icon-and-description .icon {
        display: none
    }

    .tablet-width .mobile-logo {
        display: block
    }

    .tablet-width .table-logo {
        display: none
    }

    .aboutUs header .tablet-width .counters, .advantages header .tablet-width .icon-container, .benefits .we-can header .tablet-width .img-cont, .benefits .we-can header .tablet-width li, .benefits header .tablet-width .and-also, .check-dossier header .tablet-width .container-form, .check-dossier header .tablet-width .title-form, .check-dossier header .tablet-width .youll-get-container, .feedback-tell header .tablet-width .modal-header, .five-reasons header .tablet-width .mobile-container, .five-reasons header .tablet-width form, .instruction header .tablet-width form, .ourServices header .tablet-width .desktop-list, .ourServices header .tablet-width .flex, .stepsToReceive header .tablet-width .list-tabs, header .pc-width .tablet-width .menu-and-logo, header .pc-width .tablet-width .number-and-social, header .pc-width .tablet-width ul, header .tablet-width .aboutUs .counters, header .tablet-width .advantages .icon-container, header .tablet-width .benefits .and-also, header .tablet-width .benefits .we-can .img-cont, header .tablet-width .benefits .we-can li, header .tablet-width .check-dossier .container-form, header .tablet-width .check-dossier .title-form, header .tablet-width .check-dossier .youll-get-container, header .tablet-width .feedback-tell .modal-header, header .tablet-width .five-reasons .mobile-container, header .tablet-width .five-reasons form, header .tablet-width .flex-container, header .tablet-width .instruction form, header .tablet-width .ourServices .desktop-list, header .tablet-width .ourServices .flex, header .tablet-width .pc-width, header .tablet-width .pc-width .menu-and-logo, header .tablet-width .pc-width .number-and-social, header .tablet-width .pc-width ul, header .tablet-width .stepsToReceive .list-tabs {
        padding: 0;
        max-height: 33px;
        min-height: 30px
    }

    header .tablet-width .mobile-menu .logo {
        margin-bottom: 20px
    }

    header .tablet-width .mobile-menu li a {
        font-size: 1rem
    }

    header .tablet-width .mobile-menu .location {
        margin: 0 auto 12px
    }

    header .tablet-width .mobile-menu .location p {
        line-height: 30px;
        font-size: .8571rem;
        border: none
    }

    header .tablet-width .mobile-menu .location p:first-child {
        border: none
    }

    header .tablet-width .tell {
        display: none
    }

    header .tablet-width .tell-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    header .tablet-width .toggle-menu {
        padding-left: 20px;
        width: auto;
        max-width: 100%
    }

    .feedback form {
        max-width: 275px
    }

    .feedback-tell .close {
        right: 0
    }

    .feedback-tell .modal-dialog {
        max-width: 300px
    }

    .ourServices .list li > a {
        font-size: 1.3rem
    }
}

@media screen and (max-width: 736px) and (orientation: landscape) {
    header .tablet-width .mobile-menu .width-menu {
        max-width: 450px
    }

    header .tablet-width .mobile-menu .logo {
        margin-bottom: 10px
    }

    header .tablet-width .mobile-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 400px;
        margin: 0 auto 20px
    }

    header .tablet-width .mobile-menu li {
        margin: 0 10px 10px
    }

    header .tablet-width .mobile-menu li a {
        font-size: 1rem
    }
}

@media screen and (max-width: 480px) and (orientation: landscape) {
    header .tablet-width .mobile-menu .width-menu {
        max-width: 450px
    }

    header .tablet-width .mobile-menu .logo {
        margin-bottom: 10px
    }

    header .tablet-width .mobile-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 400px;
        margin: 0 auto 20px
    }

    header .tablet-width .mobile-menu li {
        margin: 0 10px 10px
    }

    header .tablet-width .mobile-menu li a {
        font-size: 1rem
    }
}


.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto 3em;
}
.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}
.pricing-action {
    color: inherit;
    border: none;
    background: none;
}
.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
}
.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgb(5, 142, 197);
    padding: 4em 0 9em;
    position: relative;
}
.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}
.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}
.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}
.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}
.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}
.pricing-palden .icon {
    font-size: 2.5em;
}
.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}
.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
    font-size: 35px;
}
.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}
.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}
.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}
.pricing-palden .pricing-feature {
    padding: 1em 0;
}
.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: rgb(0, 73, 112);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.pricing-palden .pricing-action:hover, .pricing-palden .pricing-action:focus {
    background-color: #100A13;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}

@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon/icomoon.eot?pvm5gj');
    src:url('../fonts/icomoon/icomoon.eot?#iefixpvm5gj') format('embedded-opentype'),
    url('../fonts/icomoon/icomoon.woff?pvm5gj') format('woff'),
    url('../fonts/icomoon/icomoon.ttf?pvm5gj') format('truetype'),
    url('../fonts/icomoon/icomoon.svg?pvm5gj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
} /* Icons created with icomoon.io/app */

.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
}

/* Nav */
.tabs nav {
    text-align: center;
}

.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

.tabs nav li.tab-current {
    border: 1px solid #47a3da;
    box-shadow: inset 0 2px #47a3da;
    border-bottom: none;
    z-index: 100;
}

.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}

.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}

.tabs nav a:hover {
    color: #768e9d;
}

.tabs nav li.tab-current a {
    color: #47a3da;
}

/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.icon-food:before {
    content: "\e600";
}

.icon-lab:before {
    content: "\e601";
}

.icon-cup:before {
    content: "\e602";
}

.icon-truck:before {
    content: "\e603";
}

.icon-shop:before {
    content: "\e604";
}

/* Content */
.content section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.content section:before,
.content section:after {
    content: '';
    display: table;
}

.content section:after {
    clear: both;
}

/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}

.content section.content-current {
    display: block;
}

.mediabox {
    float: left;
    width: 33%;
    padding: 0 25px;
}

.mediabox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.mediabox h3 {
    margin: 0.75em 0 0.5em;
}

.mediabox p {
    padding: 0 0 1em 0;
    margin: 0;
    line-height: 1.3;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
    .tabs nav a span {
        display: none;
    }

    .tabs nav a:before {
        margin-right: 0;
    }

    .mediabox {
        float: none;
        width: auto;
        padding: 0 0 35px 0;
        font-size: 90%;
    }

    .mediabox img {
        float: left;
        margin: 0 25px 10px 0;
        max-width: 40%;
    }

    .mediabox h3 {
        margin-top: 0;
    }

    .mediabox p {
        margin-left: 40%;
        margin-left: calc(40% + 25px);
    }

    .mediabox:before,
    .mediabox:after {
        content: '';
        display: table;
    }

    .mediabox:after {
        clear: both;
    }
}

@media screen and (max-width: 32em) {
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0;
    }

    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px;
    }

    .tabs nav ul li:last-child {
        border-right: none;
    }

    .mediabox {
        text-align: center;
    }

    .mediabox img {
        float: none;
        margin: 0 auto;
        max-width: 100%;
    }

    .mediabox h3 {
        margin: 1.25em 0 1em;
    }

    .mediabox p {
        margin: 0;
    }
}