

/* Start:/bitrix/templates/speceurotech/css/normalize.css?16698357438032*/
    /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

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


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
    outline: 0;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
    overflow: hidden;
}


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


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

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR AVERON: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */

button,
html input[type="button"],
input[type="reset"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


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

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. CUSTOM FOR AVERON: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


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

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


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

optgroup {
    font-weight: bold;
}

/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/* End */


/* Start:/bitrix/templates/speceurotech/css/font-awesome.min.css?156649533131000*/
/*!
 *  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('/bitrix/templates/speceurotech/css/../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/bitrix/templates/speceurotech/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/bitrix/templates/speceurotech/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/bitrix/templates/speceurotech/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/bitrix/templates/speceurotech/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/bitrix/templates/speceurotech/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;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:solid .08em #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:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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:before,.fa-battery-full: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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language: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-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-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:before,.fa-thermometer-full: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-bathtub:before,.fa-s15:before,.fa-bath: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}

/* End */


/* Start:/bitrix/templates/speceurotech/css/ionicons.min.css?166983574351284*/
@charset "UTF-8";/*!
  Ionicons, v2.0.1
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("/bitrix/templates/speceurotech/css/../fonts/ionicons.eot?v=2.0.1");src:url("/bitrix/templates/speceurotech/css/../fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("/bitrix/templates/speceurotech/css/../fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("/bitrix/templates/speceurotech/css/../fonts/ionicons.woff?v=2.0.1") format("woff"),url("/bitrix/templates/speceurotech/css/../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}

/* End */


/* Start:/bitrix/templates/speceurotech/css/slick.css?16698357431776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    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
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: 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;
}

/* End */


/* Start:/bitrix/templates/speceurotech/css/slick-theme.css?16698357433152*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/bitrix/templates/speceurotech/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/bitrix/templates/speceurotech/css/./fonts/slick.eot');
    src: url('/bitrix/templates/speceurotech/css/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/speceurotech/css/./fonts/slick.woff') format('woff'), url('/bitrix/templates/speceurotech/css/./fonts/slick.ttf') format('truetype'), url('/bitrix/templates/speceurotech/css/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: fontawesome;
    font-size: 10px;
    line-height: 18px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: "\f10c";
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* End */


/* Start:/bitrix/templates/speceurotech/css/style.css?1778690676470346*/
a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}


@charset "UTF-8";
@media (max-width:991px) {
    .mastNav__subItem__label,
    .mastNav__subItem__link {
        display: block;
        font-size: 18px;
        text-transform: none;
        border-bottom: 1px solid #dfe0e1;
        padding: 15px;
        color: #4d4e53
    }
}

[role=button] {
    cursor: pointer
}

.outline {
    display: none
}

@media (min-width:992px) {
    html.side-nav-visible .ovelay-mask {
        visibility: hidden;
        opacity: 0
    }
    html.side-nav-visible body {
        overflow: visible
    }
}

.showMoreContainer {
    position: relative
}

.showMoreContent {
    overflow: hidden;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out
}

.showLessButton,
.showMoreButton {
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 2px solid transparent;
    white-space: nowrap;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.5;
    background-color: #fff;
    border-color: #4d4e53
}

.showLessButton {
    bottom: -20px
}

.showLessButton>span:after,
.showMoreButton>span:after {
    display: inline-block;
    font-family: fontawesome;
    padding-left: 5px
}

.showMoreButton>span:after {
    content: "\f107"
}

.showLessButton>span:after {
    content: "\f106"
}

.readMoreShadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 100px 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .1)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .1))
}

.fa-fw,
.fa-li {
    text-align: center
}

.fa,
.fa-stack {
    display: inline-block
}

body,
html {
    -webkit-text-size-adjust: 100%
}

hr,
input[type=search] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.carousel .slick-slider,
html {
    -webkit-tap-highlight-color: transparent
}

.btn,
.carousel .slick-slider,
.cta {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none
}

.carousel .slick-dots li button:before,
.fa,
.mediaGallery .close {
    -moz-osx-font-smoothing: grayscale
}

 

.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=col-]{padding-right:0;padding-left:0}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}
@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}
@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}
@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.row:after,.row:before{display:table;content:" "}.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

html {
    -ms-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.sr-only,
legend,
td,
th {
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

.btn,
.btn-default.active,
.btn-default:active,
.btn-primary.active,
.btn-primary:active,
.cta,
.cta.active,
.cta.primary-cta.active,
.cta.primary-cta:active,
.cta.special-cta.active,
.cta.special-cta:active,
.cta:active,
.open>.dropdown-toggle.btn-default,
.open>.dropdown-toggle.btn-primary,
.open>.dropdown-toggle.cta,
.open>.dropdown-toggle.cta.primary-cta,
.open>.dropdown-toggle.cta.special-cta {
    background-image: none
}

body {
    background-color: #fff;
    font-family: 'Rubik', sans-serif;

    /*font-family: Arial, sans-serif;*/
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
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
}

.collapsing,
.embed-responsive {
position: relative;
height: 0;
overflow: hidden
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
font-size: 65%
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
font-size: 75%
}

.text-justify {
text-align: justify
}

.text-nowrap {
white-space: nowrap
}

.text-lowercase {
text-transform: lowercase
}

.text-uppercase {
text-transform: uppercase
}

.text-capitalize {
text-transform: capitalize
}

.blockquote .h1,
.downloadList .subtitle,
.exteriorInterior h3,
.initialism,
header .header-container .title .location {
text-transform: uppercase
}

.list-inline {
margin-left: -5px
}

@media (min-width:768px) {
.lead {
    font-size: 24px
}
.dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.dl-horizontal dd {
    margin-left: 180px
}
}

.breadcrumb .breadcrumb-list-links:after,
.carousel .slick-track:after,
.downloadList:after,
.exteriorInterior .tabNavigation .tab-content,
.exteriorInterior .tabNavigation .tab-content:after,
.imageText:after,
.included-products .model-list,
.itemCarousel:after,
.linkList:after,
.newsArticle h2,
.newsArticle hr,
.newsFeaturesItem .news-item-content,
.newsList .news-item-content,
.newsList:after,
.productSelector .model-list,
.searchResults .form-inline:after,
.simpleItemDisplay:after,
header .dealer-bar:after,
header .header-container:after {
clear: both
}

abbr[data-original-title],
abbr[title] {
cursor: help;
border-bottom: 1px dotted #bfbebb
}

.initialism {
font-size: 90%
}

blockquote {
padding: 12px 24px;
margin: 0 0 24px;
font-size: 20px;
border-left: 5px solid #d8d7d5
}

.container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
display: block;
font-size: 80%;
line-height: 1.5;
color: #bfbebb
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #d8d7d5;
border-left: 0;
text-align: right
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
content: '\00A0 \2014'
}

address {
margin-bottom: 24px;
line-height: 1.5
}

@media (min-width:768px) {
.container {
    width: 756px
}
}

@media (min-width:992px) {
.container {
    width: 960px
}
}

@media (min-width:1300px) {
.container {
    width: 1300px
}
}

.row {
margin-left: -15px;
margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
float: left
}

.col-xs-12 {
width: 100%
}

.col-xs-11 {
width: 91.66666667%
}

.col-xs-10 {
width: 83.33333333%
}

.col-xs-9 {
width: 75%
}

.col-xs-8 {
width: 66.66666667%
}

.col-xs-7 {
width: 58.33333333%
}

.col-xs-6 {
width: 50%
}

.col-xs-5 {
width: 41.66666667%
}

.col-xs-4 {
width: 33.33333333%
}

.col-xs-3 {
width: 25%
}

.col-xs-2 {
width: 16.66666667%
}

.col-xs-1 {
width: 8.33333333%
}

.col-xs-pull-12 {
right: 100%
}

.col-xs-pull-11 {
right: 91.66666667%
}

.col-xs-pull-10 {
right: 83.33333333%
}

.col-xs-pull-9 {
right: 75%
}

.col-xs-pull-8 {
right: 66.66666667%
}

.col-xs-pull-7 {
right: 58.33333333%
}

.col-xs-pull-6 {
right: 50%
}

.col-xs-pull-5 {
right: 41.66666667%
}

.col-xs-pull-4 {
right: 33.33333333%
}

.col-xs-pull-3 {
right: 25%
}

.col-xs-pull-2 {
right: 16.66666667%
}

.col-xs-pull-1 {
right: 8.33333333%
}

.col-xs-pull-0 {
right: auto
}

.col-xs-push-12 {
left: 100%
}

.col-xs-push-11 {
left: 91.66666667%
}

.col-xs-push-10 {
left: 83.33333333%
}

.col-xs-push-9 {
left: 75%
}

.col-xs-push-8 {
left: 66.66666667%
}

.col-xs-push-7 {
left: 58.33333333%
}

.col-xs-push-6 {
left: 50%
}

.col-xs-push-5 {
left: 41.66666667%
}

.col-xs-push-4 {
left: 33.33333333%
}

.col-xs-push-3 {
left: 25%
}

.col-xs-push-2 {
left: 16.66666667%
}

.col-xs-push-1 {
left: 8.33333333%
}

.col-xs-push-0 {
left: auto
}

.col-xs-offset-12 {
margin-left: 100%
}

.col-xs-offset-11 {
margin-left: 91.66666667%
}

.col-xs-offset-10 {
margin-left: 83.33333333%
}

.col-xs-offset-9 {
margin-left: 75%
}

.col-xs-offset-8 {
margin-left: 66.66666667%
}

.col-xs-offset-7 {
margin-left: 58.33333333%
}

.col-xs-offset-6 {
margin-left: 50%
}

.col-xs-offset-5 {
margin-left: 41.66666667%
}

.col-xs-offset-4 {
margin-left: 33.33333333%
}

.col-xs-offset-3 {
margin-left: 25%
}

.col-xs-offset-2 {
margin-left: 16.66666667%
}

.col-xs-offset-1 {
margin-left: 8.33333333%
}

.col-xs-offset-0 {
margin-left: 0
}

@media (min-width:768px) {
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
    float: left
}
.col-sm-12 {
    width: 100%
}
.col-sm-11 {
    width: 91.66666667%
}
.col-sm-10 {
    width: 83.33333333%
}
.col-sm-9 {
    width: 75%
}
.col-sm-8 {
    width: 66.66666667%
}
.col-sm-7 {
    width: 58.33333333%
}
.col-sm-6 {
    width: 50%
}
.col-sm-5 {
    width: 41.66666667%
}
.col-sm-4 {
    width: 33.33333333%
}
.col-sm-3 {
    width: 25%
}
.col-sm-2 {
    width: 16.66666667%
}
.col-sm-1 {
    width: 8.33333333%
}
.col-sm-pull-12 {
    right: 100%
}
.col-sm-pull-11 {
    right: 91.66666667%
}
.col-sm-pull-10 {
    right: 83.33333333%
}
.col-sm-pull-9 {
    right: 75%
}
.col-sm-pull-8 {
    right: 66.66666667%
}
.col-sm-pull-7 {
    right: 58.33333333%
}
.col-sm-pull-6 {
    right: 50%
}
.col-sm-pull-5 {
    right: 41.66666667%
}
.col-sm-pull-4 {
    right: 33.33333333%
}
.col-sm-pull-3 {
    right: 25%
}
.col-sm-pull-2 {
    right: 16.66666667%
}
.col-sm-pull-1 {
    right: 8.33333333%
}
.col-sm-pull-0 {
    right: auto
}
.col-sm-push-12 {
    left: 100%
}
.col-sm-push-11 {
    left: 91.66666667%
}
.col-sm-push-10 {
    left: 83.33333333%
}
.col-sm-push-9 {
    left: 75%
}
.col-sm-push-8 {
    left: 66.66666667%
}
.col-sm-push-7 {
    left: 58.33333333%
}
.col-sm-push-6 {
    left: 50%
}
.col-sm-push-5 {
    left: 41.66666667%
}
.col-sm-push-4 {
    left: 33.33333333%
}
.col-sm-push-3 {
    left: 25%
}
.col-sm-push-2 {
    left: 16.66666667%
}
.col-sm-push-1 {
    left: 8.33333333%
}
.col-sm-push-0 {
    left: auto
}
.col-sm-offset-12 {
    margin-left: 100%
}
.col-sm-offset-11 {
    margin-left: 91.66666667%
}
.col-sm-offset-10 {
    margin-left: 83.33333333%
}
.col-sm-offset-9 {
    margin-left: 75%
}
.col-sm-offset-8 {
    margin-left: 66.66666667%
}
.col-sm-offset-7 {
    margin-left: 58.33333333%
}
.col-sm-offset-6 {
    margin-left: 50%
}
.col-sm-offset-5 {
    margin-left: 41.66666667%
}
.col-sm-offset-4 {
    margin-left: 33.33333333%
}
.col-sm-offset-3 {
    margin-left: 25%
}
.col-sm-offset-2 {
    margin-left: 16.66666667%
}
.col-sm-offset-1 {
    margin-left: 8.33333333%
}
.col-sm-offset-0 {
    margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
    float: left
}
.col-md-12 {
    width: 100%
}
.col-md-11 {
    width: 91.66666667%
}
.col-md-10 {
    width: 83.33333333%
}
.col-md-9 {
    width: 75%
}
.col-md-8 {
    width: 66.66666667%
}
.col-md-7 {
    width: 58.33333333%
}
.col-md-6 {
    width: 50%
}
.col-md-5 {
    width: 41.66666667%
}
.col-md-4 {
    width: 33.33333333%
}
.col-md-3 {
    width: 25%
}
.col-md-2 {
    width: 16.66666667%
}
.col-md-1 {
    width: 8.33333333%
}
.col-md-pull-12 {
    right: 100%
}
.col-md-pull-11 {
    right: 91.66666667%
}
.col-md-pull-10 {
    right: 83.33333333%
}
.col-md-pull-9 {
    right: 75%
}
.col-md-pull-8 {
    right: 66.66666667%
}
.col-md-pull-7 {
    right: 58.33333333%
}
.col-md-pull-6 {
    right: 50%
}
.col-md-pull-5 {
    right: 41.66666667%
}
.col-md-pull-4 {
    right: 33.33333333%
}
.col-md-pull-3 {
    right: 25%
}
.col-md-pull-2 {
    right: 16.66666667%
}
.col-md-pull-1 {
    right: 8.33333333%
}
.col-md-pull-0 {
    right: auto
}
.col-md-push-12 {
    left: 100%
}
.col-md-push-11 {
    left: 91.66666667%
}
.col-md-push-10 {
    left: 83.33333333%
}
.col-md-push-9 {
    left: 75%
}
.col-md-push-8 {
    left: 66.66666667%
}
.col-md-push-7 {
    left: 58.33333333%
}
.col-md-push-6 {
    left: 50%
}
.col-md-push-5 {
    left: 41.66666667%
}
.col-md-push-4 {
    left: 33.33333333%
}
.col-md-push-3 {
    left: 25%
}
.col-md-push-2 {
    left: 16.66666667%
}
.col-md-push-1 {
    left: 8.33333333%
}
.col-md-push-0 {
    left: auto
}
.col-md-offset-12 {
    margin-left: 100%
}
.col-md-offset-11 {
    margin-left: 91.66666667%
}
.col-md-offset-10 {
    margin-left: 83.33333333%
}
.col-md-offset-9 {
    margin-left: 75%
}
.col-md-offset-8 {
    margin-left: 66.66666667%
}
.col-md-offset-7 {
    margin-left: 58.33333333%
}
.col-md-offset-6 {
    margin-left: 50%
}
.col-md-offset-5 {
    margin-left: 41.66666667%
}
.col-md-offset-4 {
    margin-left: 33.33333333%
}
.col-md-offset-3 {
    margin-left: 25%
}
.col-md-offset-2 {
    margin-left: 16.66666667%
}
.col-md-offset-1 {
    margin-left: 8.33333333%
}
.col-md-offset-0 {
    margin-left: 0
}
}

@media (min-width:1300px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
    float: left
}
.col-lg-12 {
    width: 100%
}
.col-lg-11 {
    width: 91.66666667%
}
.col-lg-10 {
    width: 83.33333333%
}
.col-lg-9 {
    width: 75%
}
.col-lg-8 {
    width: 66.66666667%
}
.col-lg-7 {
    width: 58.33333333%
}
.col-lg-6 {
    width: 50%
}
.col-lg-5 {
    width: 41.66666667%
}
.col-lg-4 {
    width: 33.33333333%
}
.col-lg-3 {
    width: 25%
}
.col-lg-2 {
    width: 16.66666667%
}
.col-lg-1 {
    width: 8.33333333%
}
.col-lg-pull-12 {
    right: 100%
}
.col-lg-pull-11 {
    right: 91.66666667%
}
.col-lg-pull-10 {
    right: 83.33333333%
}
.col-lg-pull-9 {
    right: 75%
}
.col-lg-pull-8 {
    right: 66.66666667%
}
.col-lg-pull-7 {
    right: 58.33333333%
}
.col-lg-pull-6 {
    right: 50%
}
.col-lg-pull-5 {
    right: 41.66666667%
}
.col-lg-pull-4 {
    right: 33.33333333%
}
.col-lg-pull-3 {
    right: 25%
}
.col-lg-pull-2 {
    right: 16.66666667%
}
.col-lg-pull-1 {
    right: 8.33333333%
}
.col-lg-pull-0 {
    right: auto
}
.col-lg-push-12 {
    left: 100%
}
.col-lg-push-11 {
    left: 91.66666667%
}
.col-lg-push-10 {
    left: 83.33333333%
}
.col-lg-push-9 {
    left: 75%
}
.col-lg-push-8 {
    left: 66.66666667%
}
.col-lg-push-7 {
    left: 58.33333333%
}
.col-lg-push-6 {
    left: 50%
}
.col-lg-push-5 {
    left: 41.66666667%
}
.col-lg-push-4 {
    left: 33.33333333%
}
.col-lg-push-3 {
    left: 25%
}
.col-lg-push-2 {
    left: 16.66666667%
}
.col-lg-push-1 {
    left: 8.33333333%
}
.col-lg-push-0 {
    left: auto
}
.col-lg-offset-12 {
    margin-left: 100%
}
.col-lg-offset-11 {
    margin-left: 91.66666667%
}
.col-lg-offset-10 {
    margin-left: 83.33333333%
}
.col-lg-offset-9 {
    margin-left: 75%
}
.col-lg-offset-8 {
    margin-left: 66.66666667%
}
.col-lg-offset-7 {
    margin-left: 58.33333333%
}
.col-lg-offset-6 {
    margin-left: 50%
}
.col-lg-offset-5 {
    margin-left: 41.66666667%
}
.col-lg-offset-4 {
    margin-left: 33.33333333%
}
.col-lg-offset-3 {
    margin-left: 25%
}
.col-lg-offset-2 {
    margin-left: 16.66666667%
}
.col-lg-offset-1 {
    margin-left: 8.33333333%
}
.col-lg-offset-0 {
    margin-left: 0
}
}

.fade {
opacity: 0;
-webkit-transition: opacity .15s linear;
-o-transition: opacity .15s linear;
transition: opacity .15s linear
}

.fade.in {
opacity: 1
}

.collapse {
display: none;
visibility: hidden
}

.collapse.in {
display: block;
visibility: visible
}

tr.collapse.in {
display: table-row
}

tbody.collapse.in {
display: table-row-group
}

.collapsing {
-webkit-transition-property: height, visibility;
-o-transition-property: height, visibility;
transition-property: height, visibility;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease
}

.embed-responsive {
display: block;
padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0
}

.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%
}

.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%
}

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

:focus {
outline: 0
}

html {
font-size: 62.5%;
height: 100%
}

body {
color: #4d4e53;
font-size: 16px;
/*font-family: Arial, sans-serif;*/
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

a {
    color: #e31e24;
    text-decoration: none;
    -webkit-transition: color .1s linear;
    -o-transition: color .1s linear;
    transition: color .1s linear
}

a:focus,
a:hover {
    color: #0d3c87;
    text-decoration: none
}

a:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}
.img-fluid {
    display: block;
    width: 100%;
    height: auto
}

.custom-select-wrapper,
.img-thumbnail,
.list-inline>li,
sup {
    display: inline-block
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.5;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 24px;
    margin-bottom: 23px;
    border: 0;
    height: 1px;
    background-color: #d8d7d5
}

.component-metadata:after,
.component-metadata:before {
    top: 0;
    content: "";
    height: 100%
}

hr.margin-top-remove {
    margin-top: 0
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.imageText .image-text-title,
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    color: inherit;

    text-rendering: optimizeLegibility
}

.h1,
.h2,
.h3,
.h4,
.imageText .image-text-title,
h1,
h2,
h3,
h4 {

}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 600;
    line-height: 1;
    color: #bfbebb
}

.h2,
.h6,
h2,
h6 {
    color: #4d4e53
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0
}

.h2,
.h3,
.h4,
.h5,
h2,
h3,
h4,
h5 {
    margin-top: 24px
}

h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
.imageText .image-text-title,
h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 48px;
    margin-top: 24px;
    margin-bottom: 24px;
    color: #4d4e53
}

h1.section {
    padding-left: 16px
}

@media (max-width:767px) {
    .h1,
    .imageText .image-text-title,
    h1 {
        font-size: 36px;
        line-height: 32px
    }
}

.h2,
h2 {
    font-size: 48px;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 24px;
    letter-spacing: -.5px
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}

@media (max-width:767px) {
    .h2,
    h2 {
        font-size: 24px;
        line-height: 20px;
        margin-top: 24px;
        margin-bottom: 0
    }
}

.h3,
.h4,
.h5,
.h6,
h3,
h4,
h5,
h6 {
    line-height: 24px
}

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

.h4,
.h5,
h4,
h5 {
    font-weight: 500
}

@media (max-width:767px) {
    .h3,
    h3 {
        font-size: 24px
    }
}

.h4,
h4 {
    font-size: 22px
}

@media (max-width:767px) {
    .h4,
    h4 {
        font-size: 19px
    }
}

.h5,
h5 {
    font-size: 16px
}

.h6,
h6,
p {
    font-weight: 400
}

@media (max-width:767px) {
    .h5,
    h5 {
        font-size: 18px
    }
}

.h6,
h6 {
    font-size: 16px;
    margin-top: 0
}

@media (max-width:767px) {
    .h6,
    h6 {
        font-size: 16px
    }
}

p {
    position: relative;
    margin: 0 0 24px;
}

p.intro-text {
    font-weight: 700
}

.lead {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 24px
    }
}

sup {
    line-height: inherit;
    position: initial
}

.small,
small {
    font-size: 85%
}

.newsArticle.striped table td,
.tableComponent.striped table td,
.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.blockquote blockquote,
.carousel .slick-dots,
.carousel .slick-dots li button:before,
.component-description,
.component-fsdid,
.component-title,
.downloadList,
.exteriorInterior .exteriorInteriorContent,
.exteriorInterior h3,
.filters,
.filters .filter-padding,
.text-center,
footer .copyright-section,
footer .footer-share,
footer .footer__links-list .list-inline {
    text-align: center
}

.page-header {
    padding-bottom: 11px;
    margin: 48px 0 24px;
    border-bottom: 1px solid #d8d7d5
}

dl,
ol,
ul {
    margin-top: 0
}

[class*=col-].border-right {
    -webkit-box-shadow: 1px 0 0 #f1f0ef;
    box-shadow: 1px 0 0 #f1f0ef
}

[class*=col-].border-left {
    -webkit-box-shadow: -1px 0 0 #f1f0ef;
    box-shadow: -1px 0 0 #f1f0ef
}

[class^=icon-] {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center
}

ol,
ul {
    margin-bottom: 24px
}

ol ol,
ol ul,
ol>li,
ul ol,
ul ul,
ul>li {
    margin-bottom: 0
}

ol>li,
ul>li {
    position: relative
}

ul.rte>li {
    padding-left: 60px;
    list-style-position: outside
}

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

.list-inline>li {
    padding-left: 5px;
    padding-right: 5px
}

.list-inline>li:first-child {
    padding-left: 0
}

dl {
    margin-bottom: 24px
}

dd,
dt {
    line-height: 1.5
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.custom-select-wrapper {
    position: relative;
    width: 100%
}

.custom-select-wrapper:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: fontawesome;
    font-size: 24px;
    line-height: 24px;
    margin-top: -12px;
    content: "\f107";
    color: #e31e24;
    pointer-events: none
}

.custom-select {
    display: block;
    width: 100%;
    padding: 10px 40px 10px 15px;
    border: none;
    border-radius: 0;
    background-color: #ebebea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select::ms-expand {
    display: none
}

.component-metadata:after,
.component-metadata:before {
    position: absolute;
    background-color: #f1ebdc;
    display: block
}

.custom-select:disabled {
    opacity: .3
}

.ovelay-mask {
    background-color: rgba(0, 0, 0, .5);
    height: 100%;
    left: 0;
    opacity: .1;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3;
    position: fixed;
    -webkit-transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4, 0, .2, 1);
    -o-transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4, 0, .2, 1);
    transition: visibility 0 linear .4s, opacity .4s cubic-bezier(.4, 0, .2, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.ovelay-mask.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0
}

.news-article .downloadList {
    padding-top: 24px;
    background: #ebebea
}

.component-metadata {
    position: relative;
    background-color: #f1ebdc;
    padding: 24px 0;
    margin: 48px 0
}

.component-metadata:before {
    left: -100%;
    right: 100%
}

.component-metadata:after {
    left: 100%;
    right: -100%
}

.component-fsdid {
    margin-bottom: 0
}

.component-title {
    font-size: 32px;
    margin-bottom: 16px
}

.blockquote blockquote::after,
.blockquote blockquote::before {
    position: absolute;
    display: block;
    font-size: 16px;
    font-family: fontawesome
}

.component-description {
    margin-bottom: 0;
    font-size: 14px
}

.brand-gateway {
    margin: 0 -15px
}

.brand-gateway .heroImage .hero-image-center .wrapper {
    width: 100%;
    margin: 0
}

.list-templates>li {
    padding-bottom: 16px
}

.list-templates>li>a {
    display: block
}

@media (min-width:768px) {
    .brand-gateway {
        margin: 0
    }
}

.accordion .panel {
    margin-left: -15px;
    margin-right: -15px
}

.accordion .accordion-header {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1em;
    height: 60px;
    margin-top: 1px;
    padding: 20px 16px;
    color: #4d4e53;
    border-top: 3px solid #e31e24;
    background-color: #badce6
}

.accordion .accordion-header span {
    float: right;
    margin-right: 15px;
    font-weight: 400
}

.accordion .accordion-header::after {
    display: inline-block;
    position: absolute;
    right: 10px;
    font-family: fontawesome;
    font-size: 14px;
    content: "\f106"
}

.accordion .accordion-header.collapsed {
    border-top: 3px solid #d8d7d5;
    background-color: #d8d7d5
}

.accordion .accordion-header.collapsed::after {
    content: "\f107"
}

.accordion .accordion-header.collapsed.active,
.accordion .accordion-header.collapsed:hover {
    background-color: #badce6
}

.accordion .collapse {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow-y: hidden;
    height: 0;
    visibility: hidden
}

.accordion .collapse.in {
    overflow-y: auto;
    overflow-x: visible;
    height: auto;
    visibility: visible
}

.carousel .slick-loading .slick-slide,
.carousel .slick-loading .slick-track,
header .side-nav-container {
    visibility: hidden
}

.accordion .collapsing {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.blockquote {
    margin-top: 32px;
    margin-bottom: 32px
}

.blockquote .wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.blockquote blockquote {
    padding: 0 15px;
    margin: 0;
    border: none;
    left: 8.33333333%;
    position: relative;
    float: left;
    width: 83.33333333%;
    min-height: 1px
}

.blockquote blockquote::before {
    top: 20%;
    left: -15px;
    content: "\f10d"
}

.blockquote blockquote::after {
    top: 20%;
    right: -15px;
    content: "\f10e"
}

.blockquote .h1 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px
}

.blockquote .blockquote-content {
    font-size: 13px;
    line-height: 18px
}

.blockquote .blockquote-author {
    font-size: 12.8px;
    font-weight: 700;
    margin-bottom: 0
}

.blockquote .blockquote-descritpion {
    font-size: 12.8px
}

.breadcrumb {
    line-height: 3.5;
    width: 100%
}

.breadcrumb .breadcrumb-container {
    padding: 0 15px;
    margin: 0 auto
}

@media (min-width:768px) {
    .breadcrumb .breadcrumb-container {
        width: 756px
    }
}

@media (min-width:992px) {
    .breadcrumb .breadcrumb-container {
        width: 960px
    }
}

@media (min-width:1300px) {
    .breadcrumb .breadcrumb-container {
        width: 1200px
    }
}

.breadcrumb .breadcrumb-list-links {
    list-style: none;
    padding: 0 0 0 0px;
    margin: 0
}

.breadcrumb .breadcrumb-list-links:after,
.breadcrumb .breadcrumb-list-links:before {
    content: " ";
    display: table
}

.breadcrumb .breadcrumb-list-links li {
    float: left;
    font-size: 14px;
}
.item-selected-bold {
	font-weight: bold;
}

.breadcrumb .breadcrumb-link {
    padding-right: 16px;
    color: #919296;
    font-size: 14px
}

.breadcrumb .breadcrumb-link:after {
    padding-left: 16px;
    color: #919296
}

.breadcrumb .breadcrumb-link:focus,
.breadcrumb .breadcrumb-link:hover {
    color: #4d4e53
}

.carousel .slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.carousel .slick-list:focus {
    outline: 0
}

.carousel .slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.carousel .slick-slider .slick-list,
.carousel .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin: 0 auto
}

.carousel .slick-track:after,
.carousel .slick-track:before {
    display: table;
    content: ''
}

.carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.carousel [dir=rtl] .slick-slide {
    float: right
}

.carousel .slick-slide img {
    display: block
}

.carousel .slick-slide.slick-loading img {
    display: none
}

.carousel .slick-slide.dragging img {
    pointer-events: none
}

.carousel .slick-initialized .slick-slide {
    display: block
}

.carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.carousel .slick-next,
.carousel .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 100px;
    margin-top: -50px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: rgba(216, 215, 213, .9)
}

.carousel .slick-next:focus,
.carousel .slick-next:hover,
.carousel .slick-prev:focus,
.carousel .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: rgba(216, 215, 213, .9)
}

.carousel .slick-next:focus:before,
.carousel .slick-next:hover:before,
.carousel .slick-prev:focus:before,
.carousel .slick-prev:hover:before {
    opacity: 1
}

.carousel .slick-next.slick-disabled:before,
.carousel .slick-prev.slick-disabled:before {
    opacity: .25
}

.carousel .slick-next:before,
.carousel .slick-prev:before {
    font-family: fontawesome;
    font-size: 20px;
    line-height: 1;
    color: #4d4e53;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.carousel .slick-prev {
    left: -15px
}

.carousel [dir=rtl] .slick-prev {
    right: -15px;
    left: auto
}

.carousel .slick-prev:before {
    content: "\f104"
}

.carousel .slick-next:before,
.carousel [dir=rtl] .slick-prev:before {
    content: "\f105"
}

.carousel .slick-next {
    right: -15px
}

.carousel [dir=rtl] .slick-next {
    right: auto;
    left: -15px
}

.carousel [dir=rtl] .slick-next:before {
    content: "\f104"
}

.carousel .slick-slider {
    margin-bottom: 30px
}

.carousel .slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    background-color: transparent;
    height: 48px
}

.carousel .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.carousel .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.carousel .slick-dots li button:focus,
.carousel .slick-dots li button:hover {
    outline: 0
}

.carousel .slick-dots li button:focus:before,
.carousel .slick-dots li button:hover:before {
    opacity: 1
}

.carousel .slick-dots li button:before {
    font-family: fontawesome;
    font-size: 16px;
    line-height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f10c";
    color: #919296;
    -webkit-font-smoothing: antialiased
}

.carousel .slick-dots li.slick-active button:before {
    color: #919296;
    content: "\f192"
}

.carousel .heroImage,
.carousel .imageText {
    margin-bottom: 0
}

.metrics-change {
    margin: 12px 0
}

.metrics-change>a {
    padding-left: 15px
}

.contactUs .contact-us-title {
    font-size: 20px;
    line-height: 1.1em;
    margin: 0;
    padding-bottom: 12px;
    color: #4d4e53
}

.contactUs .contact-us-description {
    font-size: 11.9px;
    margin-bottom: 8px;
    color: #919296
}

.contactUs .contact-us-subtitle {
    font-weight: 700;
    margin: 16px 0
}

.contactUs .contact-us-address {
    font-size: 14px;
    margin-bottom: 0
}

.contactUs .contact-us-links {
    margin: 0;
    padding: 16px 0;
    list-style: none
}

.contactUs .contact-us-item {
    padding: 4px 0
}

.contactUs .contact-us-item>a {
    font-size: 14px;
    color: #4d4e53
}

.contactUs .contact-us-item>a:after {
    content: ""
}

.contactUs .contact-us-item .contact-us-item-locate:after {
    font-family: fontawesome;
    margin-left: 7.5px;
    content: "\f105";
    color: #e31e24
}

.contactUs .contact-us-item .fa {
    padding-right: 8px
}

.contactUs .contact-us-item .fa.fa-envelope {
    color: #4d4e53
}

.contactUs .contact-us-item:nth-child(2n+1)>a {
    color: #e31e24
}

.contactUs .contact-us-btn {
    font-size: 14px;
    border: none;
    background: #ecebea
}

.downloadList {
    margin-top: 48px;
    margin-bottom: 48px
}

.downloadList:after,
.downloadList:before {
    content: " ";
    display: table
}

.downloadList .cta {
    color: #e31e24;
    background-color: #fff;
    border-color: #e31e24
}

.downloadList .cta.active,
.downloadList .cta.focus,
.downloadList .cta:active,
.downloadList .cta:focus,
.downloadList .cta:hover,
.open>.dropdown-toggle.downloadList .cta {
    color: #e31e24;
    background-color: #e6e6e6;
    border-color: #0c387d
}

.downloadList .cta.active,
.downloadList .cta:active,
.open>.dropdown-toggle.downloadList .cta {
    background-image: none
}

.downloadList .cta.disabled,
.downloadList .cta.disabled.active,
.downloadList .cta.disabled.focus,
.downloadList .cta.disabled:active,
.downloadList .cta.disabled:focus,
.downloadList .cta.disabled:hover,
.downloadList .cta[disabled],
.downloadList .cta[disabled].active,
.downloadList .cta[disabled].focus,
.downloadList .cta[disabled]:active,
.downloadList .cta[disabled]:focus,
.downloadList .cta[disabled]:hover,
fieldset[disabled] .downloadList .cta,
fieldset[disabled] .downloadList .cta.active,
fieldset[disabled] .downloadList .cta.focus,
fieldset[disabled] .downloadList .cta:active,
fieldset[disabled] .downloadList .cta:focus,
fieldset[disabled] .downloadList .cta:hover {
    background-color: #fff;
    border-color: #e31e24
}

.downloadList .cta .badge {
    color: #fff;
    background-color: #e31e24
}

.downloadList .cta::after {
    content: ""
}

.downloadList .cta:focus,
.downloadList .cta:hover {
    color: #0b326f
}

.downloadList .cta span {
    font-weight: 400;
    padding-left: 5px
}

.downloadList .downloadList-multi ul li {
    margin-top: 16px
}

.downloadList .downloadList-multi ul a {
    font-weight: 700
}

.downloadList .downloadList-multi ul a span {
    font-weight: 400;
    padding-left: 5px
}

.embedCode .hljs-strong,
.embedCode .hljs-strongemphasis,
.exteriorInterior .tabNavigation .nav.nav-pills>li.active a,
header .header-container .title span.section {
    font-weight: 700
}

.downloadList .subtitle {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #919296
}

.dropdownTeaser {
    text-align: center;
    background: #d8d7d5;
    padding: 40px 15px
}

.dropdownTeaser .title {
    font-size: 32px;
    margin-bottom: 16px
}

.dropdownTeaser .custom-select-wrapper {
    width: 100%;
    float: left
}

.dropdownTeaser .btn {
    width: 16.67%;
    float: left;
    height: 44px;
    padding-right: 0;
    padding-left: 0
}

.exteriorInterior {
    margin-top: 48px;
    margin-bottom: 48px
}

.exteriorInterior h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px
}

.exteriorInterior .tabNavigation .nav.nav-pills>li>a {
    height: 4em;
    line-height: 2em
}

.exteriorInterior .tabNavigation .tab-content {
    padding-top: 24px
}

.exteriorInterior .tabNavigation .tab-content:after,
.exteriorInterior .tabNavigation .tab-content:before {
    content: " ";
    display: table
}

.exteriorInterior .tabNavigation .nav-justified {
    margin-left: -15px;
    margin-right: -15px;
    width: auto
}

.exteriorInterior .tabNavigation .nav-justified>li {
    display: table-cell;
    width: 1%
}

.filters {
    margin-top: 48px;
    margin-bottom: 48px
}

.filters .filter-trigger {
    display: inline-block;
    position: relative;
    z-index: 3;
    top: 0;
    line-height: 20px;
    padding: 10px 20px;
    background: #d8d7d5
}

.filters .filter-trigger>span {
    font-size: 14px;
    color: #4d4e53
}

.filters .filter-trigger.collapsed>span,
footer .footer__links-list .list-inline li a {
    color: #fff
}

.filters .filter-trigger>span:after {
    display: inline-block;
    font-family: fontawesome;
    padding-left: 5px;
    content: "\f106"
}

.filters .filter-trigger.collapsed {
    background-color: #e31e24
}

.filters .filter-trigger.collapsed>span:after {
    content: "\f107"
}

.filters .filter-content {
    overflow: hidden;
    position: relative;
    top: -41px;
    background: #ebebea
}

.filters .filter-padding {
    font-size: 0;
    margin: 0 -15px;
    padding: 55px 15px 15px
}

.filters .filter-column {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    margin-bottom: 16px
}

.filters .filter-dropdown {
    display: block;
    font-size: 16px;
    width: 100%
}

.filters .filter-sort {
    width: 70%
}

.filters .filter-dropdown-label {
    display: inline-block;
    font-size: 14px;
    padding-right: 8px;
    width: 30%
}

.filters .custom-select {
    background: #fff
}

.filters .filter-apply-btn {
    float: right;
    padding: 15px
}

footer {
    margin-top: 0px;
    /*margin-top: 48px;*/
    background-color: #fff
}

footer .accordion .accordion-header {
    border-top: none;
    background-color: #d8d7d5
}

footer .accordion .accordion-header::after {
    content: "\f106"
}

footer .accordion .accordion-header.collapsed::after {
    content: "\f107"
}

footer .list-inline {
    margin: 0
}

footer .footer-share {
    background-color: #f1f0ef;
    margin: 0 -15px
}

footer .footer-share .list-inline {
    padding: 16px 0
}

footer .footer-share .footer-share__icon {
    vertical-align: middle;
    padding: 0
}

footer .footer-share .footer-share__placeholder {
    display: block;
    padding-bottom: 16px
}

footer .footer-share .footer-share__placeholder>span {
    padding-left: 8px
}

footer .footer__links-list {
    font-size: 14px;
    background-color: #000
}

footer .footer__links-list .list-inline li {
    margin: 8px 0;
    padding: 0 12px;
    color: #fff;
    border-right: 1px solid #fff
}

footer .footer__links-list .list-inline li:last-child {
    border-right: none
}

footer .footer__links-list .list-inline li:first-child {
    margin-left: 12px
}

footer .copyright-section {
    font-size: 14px;
    height: auto;
    padding: 32px 0;
    background-color: #fff
}

footer .copyright-section .copyright {
    margin: 0;
    padding-left: 30px;
    color: #919296
}

.icon-Volvo_iron_mark_RGB {
    display: inline-block;
    width: 70px;
    vertical-align: middle
}

.footerLinks ul li a {
    font-size: 14px
}

.head-cont {
	margin-top: 25px;
    margin-bottom: 12px
}


.head-cont .col-md-4 {
	padding-left: 0;
}
.p-0 {
	padding: 0;
}

header .header-container {
    margin-top: 20px;
    margin-bottom: 20px
}

header .head-cont:after,
header .head-cont:before {
    content: " ";
    display: table
}

.call {
	color: #282828;
	display: block;
	font-size: 18px;
	/*font-family: Arial, sans-serif;*/
}


.call a {
	color: #111111;
}
.call a:hover {
	color: #111111ea;
	text-decoration: underline;
}

.head-cont .col-md-4 {
	text-align: right;
	display: block;
	
}

 
 @media (max-width: 980px) {
 
    .head-cont .col-md-4 {
        text-align: center;
        display: block;
        margin-top: 15px;
    }
     .head-cont .col-md-4 a {
         display: inline-block;
     }
 
}


header .header-container .logo {
    display: inline-block;
    width: 200px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle
}

header .header-container .title {
    display: inline-block;
    max-width: 50%;
    margin-left: 8px;
    vertical-align: middle
}

header .header-container .title span {
    display: block;
    font-size: 12px;
    line-height: 1.2em
}

header .header-container .mobile-menu-container {
    float: right;
    margin-top: 8px;
    text-align: right
}

header .header-container .mobile-menu-container a {
    font-size: 18px;
    line-height: 1em;
    color: #919296
}

.heroImage,
.mediaGallery .expander,
html.side-nav-visible body {
    overflow: hidden
}

header .dealer-bar {
    background: #ebebea;
    height: 60px;
    line-height: 60px
}

header .dealer-bar:after,
header .dealer-bar:before {
    content: " ";
    display: table
}

header .dealer-bar .dealer-contact,
header .dealer-bar .dealer-link,
header .dealer-bar .dealer-name,
header .dealer-bar .dealer-phone {
    font-size: 14px
}

header .dealer-bar .dealer-name {
    font-weight: 700;
    color: #4d4e53
}

header .dealer-bar .dealer-name .fa {
    color: #e31e24
}

header .dealer-bar .dealer-contact {
    padding-left: 15px
}

html.side-nav-visible .ovelay-mask {
    visibility: visible;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    opacity: 1
}

.headerNotification>div {
    padding-top: 32px;
    padding-bottom: 32px
}

.headerNotification .h1 i,
.headerNotification h1 i {
    font-size: 22px;
    position: relative;
    top: -2px;
    margin-right: 8px
}

.headerNotification .h1 i.fa-check,
.headerNotification h1 i.fa-check {
    color: #47962d;
    display: inline-block
}

.headerNotification .h1 i.fa-warning,
.headerNotification h1 i.fa-warning {
    color: #f7d352;
    display: inline-block
}

.headerNotification p {
    margin-bottom: 16px;
    font-size: 14px
}

.headerNotification .custom-checkbox {
    font-size: 14px
}

.headerNotification .custom-checkbox+div {
    text-align: center
}

.headerNotification .close {
    position: absolute;
    top: -8px;
    right: 40px;
    font-size: 18px;
    color: #919296
}

.heroImage {
    margin-bottom: 10px;
    position: relative
}


.heroImage .h1 {
    margin-bottom: 8px;
    line-height: 54px
}

.heroImage .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px
}

.heroImage .subtitle+.h1 {
    margin-top: 0
}

.heroImage .hero-image-light .h1,
.heroImage .hero-image-light p {
    color: #fff
}

.heroImage .hero-image-dark .h1,
.heroImage .hero-image-dark p,
.heroImage .wrapper.wrapper-external-mobile .h1 {
    color: #4d4e53
}

.heroImage .wrapper {
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    bottom: 0
}

.heroImage .wrapper.wrapper-external-mobile {
    position: static
}

.heroImage .wrapper.wrapper-external-mobile .content-container {
    padding: 15px
}

.heroImage .wrapper.wrapper-external-mobile p {
    display: block;
    color: #4d4e53;
    margin-bottom: 0
}

.heroImage .padding-container {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.heroImage_linkCover {
    background-color: transparent;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

@media (min-width:768px) {
    .heroImage .padding-container {
        float: left;
        width: 50%
    }
}

.heroImage .content-container {
    padding: 48px 32px 16px
}

.heroImage .image-container {
    position: relative;
    padding-top: 75%;
    overflow: hidden
}

.heroImage .image-container:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: -o-linear-gradient(270deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8))
}

.heroImage img {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: auto
}

.heroImage .hero-image-dark .image-container {
    background-color: #000
}

.heroImage .hero-image-dark .image-container:after {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .6))
}

.heroImage .hero-image-right img {
    left: -20%;
    right: auto
}

@media (min-width:768px) {
    .heroImage .hero-image-right .padding-container {
        margin-left: 50%
    }
}

.heroImage .hero-image-left img {
    right: -20%;
    left: auto
}

.heroImage .hero-image-center .padding-container {
    float: none;
    text-align: center;
    margin: 0 auto
}

.imageText .imageText-fullsize .image-container,
.imageText .imageText-fullsize .wrapper,
.imageText .imageText-fullsize-outsideText .image-container,
.imageText .imageText-fullsize-outsideText .wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.imageGrid {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

.imageGrid .imageGrid-title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center
}

.imageGrid p.imageGrid-description {
    text-align: center;
    margin-top: -24px
}

.imageGrid .grid-container {
    position: relative;
    display: block;
    width: 100%
}

.imageGrid .grid-container .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    text-align: center;
    padding: .8em;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.1em
}

.imageGrid .grid-container .title::after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 8px
}

.imageGrid .imageGrid-4 .grid-container .title {
    font-size: 12px
}

.imageGrid .imageGrid-3-special .panel .description {
    text-align: center;
    font-size: 14px;
    margin-top: 15px
}

.imageGrid .grid-wrapper .popover {
    width: 190%;
    max-width: none
}

.imageGrid .grid-wrapper:nth-child(even) .popover {
    left: -95%!important
}

.imageGrid .grid-wrapper:nth-child(odd) .popover {
    left: 5%!important
}

.imageGrid .popover-anchor {
    position: absolute;
    top: 50%;
    left: 50%
}

@media (max-width:767px) {
    .imageGrid .grid-wrapper {
        width: 50%;
        float: left;
        padding: 0
    }
}

.imageText {
    margin-top: 10px;
    margin-bottom: 10px;
}

.imageText:after,
.imageText:before {
    content: " ";
    display: table
}

.imageText .subtitle {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
    color: #919296
}

.imageText .imageText-fullsize,
.imageText .imageText-fullsize .cta-video,
.imageText .imageText-fullsize-outsideText,
.imageText .imageText-fullsize-outsideText .cta-video {
    color: #4d4e53
}

.imageText .subtitle+.h1 {
    margin-top: 0
}

.imageText .imageText-fullsize .h1,
.imageText .imageText-fullsize p,
.imageText .imageText-fullsize-outsideText .h1,
.imageText .imageText-fullsize-outsideText p {
    margin-bottom: 16px
}

.imageText .imageText-fullsize p.subtitle,
.imageText .imageText-fullsize-outsideText p.subtitle {
    margin-bottom: 8px
}

.imageText .imageText-fullsize .cta-link+.cta-link,
.imageText .imageText-fullsize .download-cta,
.imageText .imageText-fullsize-outsideText .cta-link+.cta-link,
.imageText .imageText-fullsize-outsideText .download-cta {
    display: block;
    margin-top: 16px
}

.imageText .imageText-fullsize .content-container,
.imageText .imageText-fullsize-outsideText .content-container {
    text-align: center;
    background-color: #ebebeb;
    padding: 16px 30px 24px
}

.imageText .imageText-fullsize-outsideText.imageText-dark .image-container,
.imageText .imageText-fullsize.imageText-dark .image-container {
    background-color: #000
}

.imageText .imageText-fullsize-outsideText.imageText-dark .image-container:after,
.imageText .imageText-fullsize.imageText-dark .image-container:after {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    background-image: -o-linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    background-image: -o-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4))
}

.imageText .imageText-fullsize-dealerFinder .h1 {
    margin-bottom: 8px;
    font-size: 32px
}

.imageText .imageText-fullsize-dealerFinder p {
    margin-bottom: 12px
}

.imageText .imageText-fullsize-dealerFinder .wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.imageText .imageText-fullsize-dealerFinder .content-container {
    text-align: center;
    background-color: #ebebeb;
    padding: 16px 30px 24px
}

.imageText .imageText-fullsize-dealerFinder .image-container {
    display: none
}

.imageText .imageText-grid {
    margin: 24px -15px;
    padding: 15px 30px;
    background-color: #ebebeb
}

.imageText .imageText-grid .h1 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
    margin-top: 24px
}

.imageText .imageText-grid p {
    margin-bottom: 8px
}

.imageText .imageText-grid .subtitle {
    font-size: 14px;
    line-height: 14px;
    margin-top: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #919296
}

.imageText .imageText-grid .subtitle+.h1 {
    margin-top: 0
}

.imageText .imageText-grid .cta {
    color: #e31e24;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0
}

.imageText .imageText-grid .cta:focus,
.imageText .imageText-grid .cta:hover {
    color: #0b326f
}

.imageText .image-text-title>a {
    /*font-family: Arial, sans-serif;*/
    font-size: 20px;
    line-height: 1.1em;
    color: #4d4e53
}

.imageText .image-text-title>a::after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105";
    color: #e31e24
}

.itemCarousel .itemCarousel-itemCarousel1:after,
.itemCarousel .itemCarousel-itemCarousel1:before,
.itemCarousel:after,
.itemCarousel:before {
    display: table;
    content: " "
}

.imageText .imageText-only-text {
    text-align: center;
    background: #f4f4f4;
}

.imageText .imageText-only-text .image-text-title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center
}

.imageText .imageText-longText-list {
    padding-top: 20px
}

.imageText .imageText-longText-list h5,
.imageText .imageText-longText-list p {
    font-size: 14px
}

.imageTextGrid .imageText {
    margin-top: 0;
    margin-bottom: 0
}

.imageTextGrid .imageTextGrid-4 .imageTextGrid-title {
    margin-bottom: 16px
}

.imageTextGrid .imageTextGrid-4 .imageText-grid {
    margin: 0 0 2px;
    padding: 5px 10px;
    background-color: transparent
}

.imageTextGrid .imageTextGrid-4 .cta {
    color: #e31e24
}

.imageTextGrid {
    margin-top: 48px;
    margin-bottom: 48px
}

.imageTextGrid .h1.imageTextGrid-title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center
}

.imageTextGrid p.imageTextGrid-description {
    text-align: center;
    margin-top: -24px
}

.itemCarousel {
    margin-top: 48px;
    margin-bottom: 48px
}

.itemCarousel .itemCarousel-itemCarousel1:after {
    clear: both
}

.itemCarousel .h1,
.itemCarousel h1 {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 40px;
    font-size: 32px;
    line-height: 28px
}

.itemCarousel .h1 span,
.itemCarousel h1 span {
    font-size: 24px
}

.itemCarousel h5 {
    font-weight: 700
}

.itemCarousel p {
    margin-bottom: 8px
}

.itemCarousel .image-container img {
    margin: 0 auto;
    min-height: 290px
}

.itemCarousel .image-container a {
    display: block;
    position: relative
}

.itemCarousel .cta {
    color: #e31e24;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0
}

.itemCarousel .price-details {
    background-color: #222;
    opacity: .8;
    color: #fff;
    font-size: 14px;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px
}

.mediaGallery .grid-wrapper,
.mediaGallery .title-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.linkList {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

.linkList:after,
.linkList:before {
    content: " ";
    display: table
}

.linkList .linkList-multi ul li {
    margin-top: 16px
}

.linkList .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #919296
}

.mediaGallery {
    margin-top: 48px;
    margin-bottom: 48px;
    position: relative
}

.mediaGallery .title-wrapper .media-gallery-subtitle {
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    text-transform: uppercase;
    color: #919296;
    text-align: center
}

.mediaGallery .title-wrapper .media-gallery-subtitle+.h1 {
    margin-top: 0
}

.mediaGallery .title-wrapper .h1,
.mediaGallery .title-wrapper h1 {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.mediaGallery .title-wrapper p {
    margin-top: -24px;
    text-align: center;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .mediaGallery .title-wrapper .h1,
    .mediaGallery .title-wrapper h1 {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
    .mediaGallery .title-wrapper p {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
}

.mediaGallery .grid-wrapper .grid-filters {
    text-align: center;
    margin: 0 0 16px
}

.mediaGallery .grid-wrapper .grid-filters .fa {
    cursor: pointer
}

.mediaGallery .grid-wrapper .grid-filters .fa.active {
    color: #e31e24
}

.mediaGallery .grid-wrapper .grid-filters .fa-film {
    font-size: 17px
}

.mediaGallery .grid-wrapper .grid-filters .fa-film::before {
    content: "\f008"
}

.mediaGallery .grid-wrapper .grid-filters .fa-file-photo-o {
    margin: 0 40px;
    font-size: 20px
}

.mediaGallery .grid-wrapper .grid-filters .fa-file-photo-o::before {
    content: "\f1c5"
}

.mediaGallery .grid {
    position: relative;
    padding: 0;
    list-style: none
}

.mediaGallery .grid li {
    display: inline-block;
    position: static;
    width: 50%;
    margin: 7.5px -.25em 7.5px 0;
    padding-right: 7.5px;
    padding-left: 7.5px;
    vertical-align: top
}

.mediaGallery .grid li.video-grid i {
    position: absolute;
    top: 52%;
    left: 41%;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.mediaGallery .grid li>a,
.mediaGallery .grid li>a img {
    display: block;
    position: relative;
    border: none;
    outline: 0
}

.mediaGallery .grid li>a::before {
    -webkit-transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    transition: box-shadow .5s;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    background-color: #fff;
    content: ""
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    border-top-color: #000;
    border-width: 5px 5px 0;
    bottom: 0
}

.mediaGallery .grid li.expanded>a::before,
.mediaGallery .grid li>a:hover::before {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 15px rgba(0, 0, 0, .5)
}

.mediaGallery .grid li.expanded>a::after {
    position: absolute;
    top: auto;
    left: 50%;
    width: 0;
    height: 0;
    margin: 0 0 0 -12px;
    content: " ";
    pointer-events: none;
    border: solid transparent;
    border-width: 12px;
    border-top-color: #fff
}

.mediaGallery .expander {
    position: absolute;
    top: auto;
    left: 0;
    width: 100%;
    height: 0;
    margin-top: 10px;
    padding: 0 7.5px;
    font-size: 14px
}

.mediaGallery .expander .details h5 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 8px
}

.mediaGallery .expander .details a {
    display: block;
    margin-top: 8px
}

.mediaGallery .expander .details a::after {
    content: "\f019";
    font-family: fontawesome;
    padding-left: 8px
}

.mediaGallery .expander .details a.download {
    font-weight: 700
}

.mediaGallery .expander .details a.download span,
.mediaGallery .expander .details a.download::after {
    font-weight: 400
}

.mediaGallery .expander .details p {
    margin-bottom: 8px
}

.mediaGallery .expander .fullimg {
    position: relative;
    display: block
}

.mediaGallery .expander .fullimg::after {
    content: "\f065";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 15px;
    background-color: rgba(216, 215, 213, .9);
    color: #fff;
    font-family: fontawesome;
    pointer-events: none
}

.mediaGallery .expander .fullimg.fullvid::after {
    content: " ";
    display: none
}

.mediaGallery .expander .fullimg img {
    cursor: pointer
}

.mediaGallery .expander .fullimg a {
    text-align: left;
    display: block;
    margin-top: 8px;
    font-weight: 700
}

.mediaGallery .expander .fullimg a::before {
    content: "\f019";
    font-family: fontawesome;
    padding-right: 8px
}

.mediaGallery .expander .fullimg a span {
    font-weight: 400
}

.mediaGallery .expander-inner {
    padding-top: 15px;
    padding-bottom: 15px
}

.mediaGallery .close {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    font: normal normal normal 14px/1 fontawesome;
    font-size: inherit;
    cursor: pointer;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #4d4e53;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased
}

.mediaGallery .close::before {
    content: "\f00d"
}

.mediaGallery .fullimg,
.mediaGallery .fullvid {
    text-align: center
}

.mediaGallery .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
    margin: -25px 0 0 -25px;
    color: #bfbebb
}

@-webkit-keyframes input-shadow {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    100% {
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 15px rgba(0, 0, 0, .5)
    }
}

@-o-keyframes input-shadow {
    0% {
        box-shadow: none
    }
    100% {
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 15px rgba(0, 0, 0, .5)
    }
}

@keyframes input-shadow {
    0% {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    100% {
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 3px 15px rgba(0, 0, 0, .5)
    }
}
/** 
.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.modal-content {
    position: relative;
    background-color: transparent;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    margin-top: 100px
}

.modal-content button.btn-close {
    position: absolute;
    right: 8px;
    margin-top: -40px;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 18px;
    color: #919296
}

.modal-backdrop {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .88;
    filter: alpha(opacity=88)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.5px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    padding: 0
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.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
}

.modal {
    padding-right: 0!important
}

.modal .modal-dialog {
    background: #d8d7d5;
    width: 100%
}

.modal .modal-dialog.modal-metrics .modal-title {
    font-family: 'Oswald', sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 24px;
    margin: 0
}

.modal .modal-dialog.modal-metrics .modal-header {
    border: none;
    padding: 0
}

.modal .modal-dialog.modal-metrics .modal-body {
    padding: 20px 0
}

.modal .modal-dialog.modal-metrics .modal-content {
    border: none;
    padding: 30px 15px;
    font-size: 14px
}

.modal .modal-dialog.modal-metrics .modal-content .btn-close {
    top: 30px;
    right: 15px;
    margin: 0;
    padding: 0;
    z-index: 10
}

.modal .modal-dialog.modal-metrics .modal-footer {
    border: none
}

.modal .modal-dialog.modal-metrics .modal-footer .btn-primary {
    background-color: #e31e24;
    border: none
}

.modal .modal-dialog.modal-metrics .modal-footer .btn-primary .fa {
    padding-left: 8px
}

.modal .modal-dialog.modal-metrics input[type=radio]+.radio-label {
    padding-left: 10px
}

.modal .modal-dialog.modal-metrics .cookies-info-msg {
    padding-top: 16px;
    margin-bottom: 0;
    text-align: left
}
**/
.modelComparison,
.modelIntroduction,
.modelListing,
.pagination .page-count,
.popover,
.product,
.tooltip-inner {
    text-align: center
}

.modelComparison {
    margin-top: 48px;
    margin-bottom: 48px
}

.modelComparison .title {
    display: inline-block;
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 24px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4d4e53
}

.modelComparison .subtitle {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #919296
}

.modelIntroduction {
    margin-top: 48px;
    margin-bottom: 48px
}

.modelIntroduction .title {
    display: inline-block;
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 24px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #4d4e53
}

.modelIntroduction .subtitle {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #919296
}

.modelIntroduction .model-spec {
    margin-top: 16px
}

.modelIntroduction .model-spec-name {
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    line-height: 1.5;
    margin-top: 8px;
    text-transform: uppercase
}

.modelIntroduction .model-spec-value {
    margin-top: 4px;
    font-size: 32px
}

.modelIntroduction .model-spec-description {
    margin-top: 16px
}

.modelIntroduction .model-spec-icon {
    font-size: 24px
}

.modelListing {
    margin-top: 48px;
    margin-bottom: 48px
}

.modelListing .title {
    font-size: 32px;
    line-height: 24px;
    margin-bottom: 24px;
    margin-top: 10px;
    color: #4d4e53
}

.modelListing .title:before {
    display: none;
    content: ""
}

.modelListing .subtitle {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #919296
}

.newsArticle {
    margin-top: 48px;
    margin-bottom: 48px
}

.newsArticle img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 24px
}

.newsArticle h2 {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 32px
}

.newsArticle hr {
    background-color: transparent;
    margin-top: 12px;
    margin-bottom: 12px
}

.newsArticle .downloadList {
    padding-top: 24px;
    background: #ebebea
}

.newsFeatures {
    margin-top: 48px;
    margin-bottom: 48px
}

.newsFeatures .subtitle,
.newsFeatures .title {
    /*font-family: Arial, sans-serif;*/
    text-align: center;
    text-transform: uppercase
}

.newsFeatures .subtitle {
    font-size: 14px;
    color: #919296;
    line-height: 1.5;
    margin: 0
}

.newsFeatures .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px
}

.newsFeatures .subtitle+.title {
    margin-top: 8px
}

.newsFeaturesItem .image-container {
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding-right: 15px
}

.newsFeaturesItem .news-item-metadata {
    float: left;
    font-size: 12px;
    width: 50%;
    margin-top: -5px
}

.newsFeaturesItem .news-item-category,
.newsFeaturesItem .news-item-date {
    display: block
}

.newsFeaturesItem .news-item-category .category-color {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px
}

.newsFeaturesItem .news-item-date {
    color: #919296
}

.newsFeaturesItem .news-item-content {
    width: 100%
}

.newsFeaturesItem .news-item-title {
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 25px;
    line-height: 1em;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: -.5px;
    font-weight: 600;
}

.newsFeaturesItem .news-item-title>a {
    color: #4d4e53
}

.newsFeaturesItem .news-item-title>a:after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105";
    color: #e31e24
}

.newsIntro .news-article-date,
.newsList .news-item-date {
    color: #919296
}

.newsFeaturesItem .news-item-excerpt {
    font-size: 14px
}

.newsIntro {
    margin-top: 48px;
    margin-bottom: 48px
}

.newsIntro .title {
    font-size: 32px;
    line-height: 1.2em;
    margin: 0;
    font-weight: 600;
}

.newsIntro .news-article-headline {
    margin-bottom: 24px
}

.newsIntro .news-article-author,
.newsIntro .news-article-category,
.newsIntro .news-article-date,
.newsIntro .news-article-summary {
    display: block;
    font-size: 14px
}

.newsIntro .news-article-author {
    font-style: italic
}

.newsIntro .category-color {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 8px
}

.newsIntro .news-article-summary {
    font-weight: 700
}

.newsIntro .image-caption {
    text-align: center;
    font-size: 14px;
    margin: 5px 20px
}

.newsList {
    padding: 30px 0;
    border-top: 1px solid #ebebea
}

.newsList:after,
.newsList:before {
    content: " ";
    display: table
}

.newsList .image-container {
    float: left;
    width: 50%;
    margin-bottom: 16px;
    padding-right: 15px
}

.newsList .news-item-metadata {
    float: left;
    font-size: 12px;
    width: 50%
}

.newsList .news-item-category,
.newsList .news-item-date {
    display: block
}

.newsList .news-item-category .category-color {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px
}

.newsList .news-item-content {
    width: 100%
}

.newsList .news-item-title {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 23px;
    line-height: 1em;
    margin-top: 24px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.newsList .news-item-title>a {
    color: #4d4e53
}

.newsList .news-item-title>a:after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105";
    color: #e31e24
}

.popover,
.tooltip {
    /*font-family: Arial, sans-serif*/
}

.newsList .news-item-excerpt {
    font-size: 14px;
    margin: 0
}

.newsList .news-item-download {
    display: none
}

.pagination {
    position: relative;
    font-size: 14px;
    padding-top: 24px
}

.pagination.bottom {
    border-top: 1px solid #f1f0ef;
    border-bottom: 1px solid #f1f0ef
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.pagination .next,
.pagination .prev {
    color: #4d4e53
}

.pagination .next.disabled,
.pagination .prev.disabled {
    color: #d8d7d5
}

.pagination .prev {
    position: absolute;
    left: 0
}

.pagination .next {
    position: absolute;
    right: 0
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.popover,
.popover-title {
    border-radius: 0;
    font-size: 16px
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-decoration: none;
    background-color: #000;
    border-radius: 3px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: none;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, .2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    display: block;
    margin: 0;
    padding: 0 14px 8px;
    background-color: transparent;
    border-bottom: none
}

.popover-title:after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105";
    color: #e31e24
}

.popover-content {
    padding: 20px 14px 9px;
    color: #4d4e53
}

.popover-btn-close {
    float: right;
    color: #4d4e53;
    border: none;
    background: 0 0
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.bottom>.arrow:after,
.popover.left>.arrow:after,
.popover.right>.arrow:after,
.popover.top>.arrow:after {
    content: " "
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.product .product-title {
    font-weight: 700;
    color: #e31e24
}

.product .product-title:hover {
    color: #0d3c87
}

.product .product-title::after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105"
}

.product p {
    display: none
}

.product .image-container img {
    margin-right: auto;
    margin-left: auto
}

.product .product--image-small {
    display: table;
    text-align: left;
    padding: 4px 0
}

.product .product--image-small .image-container,
.product .product--image-small .wrapper {
    display: table-cell;
    vertical-align: middle
}

.product .product--image-small .image-container {
    width: 60px
}

.product .product--image-small .wrapper {
    padding-left: 15px
}

.product.product-no-image p {
    display: block;
    padding: 0 15px
}

.productCarousel {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

.productCarousel .title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #4d4e53
}

.productCarousel .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #919296
}

.productCarousel .description {
    display: none
}

@media (max-width:480px) {
    .slick-dots li {
        margin: 0;
    }
    .productCarousel .carousel {
        width: 100%
    }
    .productCarousel .carousel .slick-dots li {
        margin: 0
    }
    .productCarousel .carousel .slick-dots li button:before {
        font-size: 12px
    }
}

.productGrid {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

.productGrid .h1,
.productGrid h1 {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 0
}

.productGrid .productGrid-title {
    font-weight: 700;
    color: #e31e24
}

.productGrid .productGrid-title:hover {
    color: #0d3c87
}

.productGrid .productGrid-title::after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105"
}

.productGrid .product-grid-subtitle {
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    text-transform: uppercase;
    color: #919296
}

.productGrid .cta {
    margin-top: 32px
}

.productGrid .cta::after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 8px
}

.productGrid .slick-dots {
    margin-bottom: 8px
}

.sitemap .sitemap-menu .open .first-level::after,
.sitemap .sitemap-menu .open .open .open .third-level::after,
.sitemap .sitemap-menu .open .open .second-level::after {
    content: "\f106"
}

.quick-navigation {
    position: fixed;
    right: 0;
    bottom: 48px;
    left: 0;
    height: 90%;
    background: #d8d7d5;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.quick-navigation .components-list span,
.quick-navigation .elements-list span,
.quick-navigation .pages-list span {
    color: #919296;
    font-size: 12px;
    display: block;
    margin-bottom: -5px
}

.quick-navigation .components-list a,
.quick-navigation .elements-list a,
.quick-navigation .pages-list a {
    color: #4d4e53;
    display: block;
    margin-bottom: 8px
}

.quick-navigation .components-list a::after,
.quick-navigation .elements-list a::after,
.quick-navigation .pages-list a::after {
    content: "\f105";
    font-family: fontawesome;
    padding-left: 8px;
    color: #e31e24
}

.quick-navigation .tabNavigation {
    margin-top: 16px
}

.quick-navigation .tabNavigation .nav {
    text-align: center
}

.quick-navigation .tabNavigation .nav.nav-pills>li {
    display: inline-block;
    float: none;
    width: auto
}

.quick-navigation .tabNavigation .nav.nav-pills>li>a {
    background-color: transparent;
    margin: 0 15px;
    color: #e31e24;
    padding-bottom: 0;
    height: 2.4em;
    text-transform: uppercase;
    border-top: 0
}

.quick-navigation .tabNavigation .nav.nav-pills>li>a:hover .quick-navigation .tabNavigation .nav.nav-pills>li>a:active {
    border-top: none;
    border-top: 0;
    border-bottom: 2px solid #e31e24;
    color: #919296;
    background-color: transparent
}

.quick-navigation .tabNavigation .nav.nav-pills>li>a:after {
    content: "";
    display: inline-block;
    background-color: #919296;
    width: 1px;
    position: absolute;
    right: -20px;
    top: 10px;
    height: 1em
}

.quick-navigation .tabNavigation .nav.nav-pills>li:last-child a:after {
    display: none
}

.quick-navigation .tabNavigation .nav.nav-pills>li.active a,
.quick-navigation .tabNavigation .nav.nav-pills>li.active a:hover {
    background-color: #fff;
    border-top: none;
    border-bottom: 2px solid #e31e24;
    color: #919296
}

.quick-navigation .nav-expander {
    position: relative;
    height: 48px;
    padding-top: 8px;
    cursor: pointer;
    text-align: center;
    color: #e31e24;
    background: #d8d7d5;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -o-transition: -o-transform .4s ease-in-out;
    transition: transform .4s ease-in-out
}

.quick-navigation .quick-navigation-options {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none
}

.quick-navigation .quick-navigation-options>li {
    float: left;
    padding: 0 10px
}

.quick-navigation .quick-navigation-label {
    float: left;
    padding: 0 10px;
    text-transform: uppercase
}

.quick-navigation .quick-navigation-home-icon {
    text-transform: uppercase;
    border-right: 1px solid #919296;
    padding-right: 25px;
    text-align: center;
    line-height: 1.1em;
    font-size: 10px;
    color: #4d4e53;
    display: inline-block
}

.quick-navigation .quick-navigation-component-name {
    /* font-family: 'Oswald', sans-serif; */
    font-weight: 400;
    font-size: 24px;
    color: #4d4e53
}

.quick-navigation .quick-navigation-page-information {
    display: none;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 100;
    margin: 0;
    padding: 0;
    list-style: none
}

.quick-navigation .quick-navigation-page-information>li {
    float: left;
    padding: 0 10px
}

.quick-navigation .ver {
    float: right
}

.quick-navigation .ver pre {
    margin: 0
}

.quick-navigation .vp-width-setter {
    border: none;
    background-color: transparent;
    line-height: 10px
}

.quick-navigation .vp-width-setter span {
    font-size: 10px
}

.quick-navigation .vp-width-setter:focus {
    outline: 0
}

.quick-navigation .vp-width-setter.active {
    color: #919296
}

.quick-navigation .quick-navigation-content {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 48px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 48px;
    background: #fff
}

.quick-navigation .quick-navigation-content .list-column {
    width: 100%;
    margin: 30px 0 0 20px;
    list-style: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.quick-navigation.expanded,
.quick-navigation.expanded .nav-expander {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.quick-navigation .quick-navigation-content .list-column.elements-list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.quick-navigation .quick-navigation-content .list-column li {
    padding: 0
}

.quick-navigation .close-menu,
.quick-navigation .open-menu {
    display: inline-block;
    font-size: 12px
}

.quick-navigation .close-menu,
.quick-navigation.expanded .open-menu {
    display: none
}

.quick-navigation.expanded {
    bottom: 0!important;
    background: #d8d7d5;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out
}

.quick-navigation.expanded .quick-navigation-label {
    float: left;
    padding: 0 10px
}

.quick-navigation.expanded .close-menu {
    display: inline-block
}

.searchResults {
    margin-top: 48px;
    margin-bottom: 48px
}

.searchResults .searchResults-title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-transform: uppercase;
    text-align: center
}

.searchResults p.searchResults-description {
    text-align: center;
    margin-top: -24px
}

.searchResults .search-item {
    padding-top: 30px;
    border-top: 1px solid #f1f0ef
}

.searchResults .search-item a {
    font-weight: 700;
    display: block
}

.searchResults .search-item p {
    margin-bottom: 0;
    font-size: 14px
}

.searchResults .form-inline:after,
.searchResults .form-inline:before {
    content: " ";
    display: table
}

.searchResults .search-form {
    position: relative
}

.searchResults .search-form .search-box-container {
    margin-right: 90px;
    left: 0
}

.sitemap .sitemap-menu .fourth-level+p,
.sitemap .sitemap-menu .third-level+p {
    margin-top: -6px;
    left: 2px
}

.searchResults .search-form input {
    width: 100%;
    padding: 15px;
    color: #4d4e53;
    border: none;
    border-radius: 0;
    background-color: #f1f0ef;
    -webkit-box-shadow: none;
    box-shadow: none
}

.searchResults .search-btn,
.searchResults .search-form .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 8px;
    padding: 15px 30px;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: #e31e24;
    -webkit-box-shadow: none;
    box-shadow: none
}

.tabNavigation .nav-justified>.dropdown .dropdown-menu,
.tabNavigation .nav-tabs.nav-justified>.dropdown .dropdown-menu {
    left: auto;
    top: auto
}

.searchResults .search-btn:hover {
    background-color: #0d3c87
}

.searchResults .twitter-typeahead {
    width: 100%
}

.twitter-typeahead {
    text-align: left
}

.twitter-typeahead .tt-menu {
    border-radius: 0 0 5px 5px;
    background: #fbfcfc;
    border: 1px solid #ddd;
    width: 100%
}

.twitter-typeahead .tt-menu .tt-dataset {
    width: 100%
}

.twitter-typeahead .tt-menu .tt-dataset h5 {
    text-transform: uppercase;
    background-color: #e5e5e5;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 16px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    height: 38px;
    overflow: hidden
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #4d4e53;
    padding: 8px 15px;
    text-align: right
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft a {
    color: #4d4e53
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft a::after {
    padding-left: 8px;
    font-size: 14px
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft-default {
    text-transform: uppercase;
    font-size: 14px;
    color: #4d4e53;
    padding: 8px 15px;
    text-align: right
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft-default a {
    color: #4d4e53
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft-default a::after {
    padding-left: 8px;
    font-size: 14px
}

.twitter-typeahead .tt-menu .tt-dataset .tt-active,
.twitter-typeahead .tt-menu .tt-dataset .tt-cursor,
.twitter-typeahead .tt-menu .tt-dataset .tt-hover,
.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion:hover {
    background: #badce6;
    color: #4d4e53
}

.twitter-typeahead .tt-menu .tt-dataset .empty-message {
    padding: 8px 15px
}

.twitter-typeahead .tt-menu .tt-ft {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #4d4e53;
    padding: 8px 15px;
    text-align: right
}

.twitter-typeahead .tt-menu .tt-ft a {
    color: #4d4e53
}

.twitter-typeahead .tt-menu .tt-ft a::after {
    padding-left: 8px;
    font-size: 14px
}

.simpleFooter {
    width: 100%;
    background-color: #d8d7d5
}

.simpleFooter .footer-text {
    padding: 32px 15px;
    text-align: center
}

.simpleFooter .footer-text p {
    margin: 0;
    font-size: 12px
}

@media (min-width:768px) {
    .simpleFooter {
        margin: 0 auto
    }
}

.simpleHeader {
    text-align: center;
    font-size: 14px;
    margin-top: 48px;
    margin-bottom: 48px
}

.simpleHeader.underlined {
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f0ef
}

.simpleHeader img {
    display: inline-block;
    height: 20px
}

.simpleItemDisplay {
    margin-bottom: 40px;
    text-align: center
}

.simpleItemDisplay:after,
.simpleItemDisplay:before {
    content: " ";
    display: table
}

.simpleItemDisplay .title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.sitemap .h5::after,
.sitemap .sitemap-menu a::after,
.sitemap h5::after,
.sitemap li a::after {
    font-family: fontawesome
}

.simpleItemDisplay .description {
    width: 83.33333333%;
    margin-right: auto;
    margin-left: auto
}

.simpleItemDisplay .item {
    display: inline-block;
    float: left;
    width: 140px;
    padding: 0 15px;
    margin: 15px auto;
    vertical-align: top
}

.simpleItemDisplay .item.item-block {
    float: none;
    display: block
}

.simpleItemDisplay .item-row {
    margin-left: -15px;
    margin-right: -15px;
    display: inline-block
}

.simpleItemDisplay .item-row.item-row-even .item:nth-child(2n+1),
.simpleItemDisplay .item-row.item-row-odd .item:nth-child(2n) {
    clear: left
}

.sitemap {
    margin-top: 48px;
    margin-bottom: 48px
}

.sitemap .h5,
.sitemap h5 {
    margin-top: 10px;
    padding-bottom: 8px
}

.sitemap .h5::after,
.sitemap h5::after {
    padding-left: 8px;
    content: "\f105";
    font-size: 14px
}

.sitemap a {
    color: #4d4e53;
    font-size: 14px
}

.sitemap:after,
.sitemap:before {
    content: " ";
    display: table
}

.sitemap:after {
    clear: both
}

.sitemap ul {
    margin: 0 0 0 10px;
    border-left: 1px solid #ddd;
    padding-left: 12px
}

.sitemap li {
    line-height: 24px
}

.sitemap li a {
    color: #4d4e53;
    padding-bottom: 10px;
    display: inline-block
}

.sitemap li a::after {
    padding-left: 8px;
    content: "\f105";
    font-size: 14px
}

.sitemap li ul {
    margin: 0 10px
}

.sitemap .sitemap-menu a {
    color: #4d4e53;
    display: block;
    position: relative;
    padding: 15px;
    border-bottom: 1px solid #919296
}

.sitemap .sitemap-menu a::after {
    display: inline-block;
    content: "\f105";
    font-size: 14px
}

.tabItemCarousel .title,
.tabbedImageGrid .tabbed-image-grid-headline,
.tabbedImageGrid .tabbed-image-grid-subtitle,
.tabbedModule2 .title-wrapper .h1,
.tabbedModule2 .title-wrapper h1,
.tableComponent .title {
    text-transform: uppercase;
    /*font-family: Arial, sans-serif*/
}

.sitemap .sitemap-menu p {
    font-size: 10px;
    color: #919296;
    margin: 0;
    position: relative
}

.sitemap .sitemap-menu .first-level {
    text-transform: uppercase;
    font-size: 12px
}

.sitemap .sitemap-menu .first-level::after {
    content: "\f107";
    color: #e31e24;
    position: absolute;
    right: 15px
}

.sitemap .sitemap-menu .second-level {
    text-transform: none;
    font-size: 14px;
    background-color: #fdfdfd;
    border-bottom: 1px solid #dfe0e1
}

.sitemap .sitemap-menu .second-level::after {
    content: "\f107";
    color: #e31e24;
    margin-left: 7.5px
}

.sitemap .sitemap-menu .second-level+p {
    background-color: #fff;
    margin-top: -16px;
    left: 2px;
    padding: 0 15px 10px
}

.sitemap .sitemap-menu .third-level-item {
    background-color: #fff
}

.sitemap .sitemap-menu .third-level {
    text-transform: none;
    font-size: 12px;
    background-color: #fff;
    border-bottom: none;
    padding: 7.5px 15px
}

.sitemap .sitemap-menu .third-level::after {
    content: "\f107";
    color: #e31e24;
    margin-left: 7.5px
}

.sitemap .sitemap-menu .fourth-level-item {
    padding: 7.5px 15px;
    background-color: #fff
}

.sitemap .sitemap-menu .fourth-level-item:first-child {
    padding-top: 0
}

.sitemap .sitemap-menu .fourth-level-item:last-child {
    padding-bottom: 15px
}

.sitemap .sitemap-menu .fourth-level {
    text-transform: none;
    font-size: 12px;
    background-color: #fff;
    border-bottom: none;
    padding: 0;
    margin-left: 8px
}

.sitemap .sitemap-menu .fourth-level::after {
    content: "\f105";
    color: #e31e24;
    margin-left: 7.5px
}

.sitemap .sitemap-menu .open .first-level {
    background-color: #fdfdfd;
    border-bottom: 1px solid #dfe0e1
}

.sitemap .sitemap-menu .open .open .open .third-level,
.sitemap .sitemap-menu .open .open .second-level {
    background-color: #fff;
    border-bottom: none
}

.sitemap .sitemap-menu .no-children::after {
    content: "\f105"
}

.subNavigationCarousel .cta-link {
    display: inline-block;
    text-align: center;
    width: 100%
}

.tabbedImageGrid {
    text-align: center;
    margin-top: 48px;
    margin-bottom: 48px
}

.tabbedImageGrid .tabbed-image-grid-headline {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 24px;
    color: #4d4e53
}

.tabbedImageGrid .tabbed-image-grid-subtitle {
    font-size: 16px;
    color: #919296
}

.tabbedImageGrid .accordion-header {
    text-align: left
}

.tabbedImageGrid .cta {
    margin: 16px 0
}

.tabbedModule1 .title-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.tabbedModule1 .title-wrapper .h1,
.tabbedModule1 .title-wrapper h1 {
    /*font-family: Arial, sans-serif;*/
    font-size: 17.6px;
    line-height: 32px;
    margin-bottom: 16px;
    text-transform: uppercase;
    text-align: center
}

.tabbedModule1 .panel .imageTextGrid {
    margin-top: 0;
    margin-bottom: 0
}

.tabbedModule1 .panel .imageTextGrid .imageText-grid {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0
}

.tabbedModule1 .panel .imageTextGrid .image-container {
    margin-left: -30px;
    margin-right: -30px
}

.tabbedModule1 .cta-link {
    display: inline-block;
    padding-right: 24px;
    line-height: 3em
}

.tabbedModule1 .download-cta {
    display: block;
    line-height: 3em
}

.tabbedModule1 .imageTextGrid {
    margin-top: 0;
    margin-bottom: 0
}

.tabbedModule2 .title-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

.tabbedModule2 .title-wrapper .h1,
.tabbedModule2 .title-wrapper h1 {
    font-size: 17.6px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center
}

.tabbedModule2 .panel .imageTextGrid {
    margin-top: 0;
    margin-bottom: 0
}

.tabbedModule2 .panel .imageTextGrid .imageText-grid {
    background-color: transparent;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0
}

.tabbedModule2 .panel .imageTextGrid .image-container {
    margin-left: -30px;
    margin-right: -30px
}

.tabbedModule2 .carousel img {
    margin-left: auto;
    margin-right: auto
}

.tabbedModule2 .carousel .description {
    margin-left: -15px;
    margin-right: -15px;
    color: #4d4e53;
    padding: 15px 60px
}

.tabbedModule2 .carousel .description p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2em;
    text-align: center
}

.tabItemCarousel .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center
}

.tableComponent {
    margin-top: 48px;
    margin-bottom: 48px;
    text-align: center
}

.tableComponent table {
    background-color: transparent
}

.tableComponent caption {
    padding-top: 16px 16px;
    padding-bottom: 16px 16px;
    color: #bfbebb;
    text-align: left
}

.tableComponent th {
    text-align: left
}

.tableComponent .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 24px
}

.tableComponent .table>tbody>tr>td,
.tableComponent .table>tbody>tr>th,
.tableComponent .table>tfoot>tr>td,
.tableComponent .table>tfoot>tr>th,
.tableComponent .table>thead>tr>td,
.tableComponent .table>thead>tr>th {
    padding: 16px;
    line-height: 1.5;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.tableComponent .table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.tableComponent .table>caption+thead>tr:first-child>td,
.tableComponent .table>caption+thead>tr:first-child>th,
.tableComponent .table>colgroup+thead>tr:first-child>td,
.tableComponent .table>colgroup+thead>tr:first-child>th,
.tableComponent .table>thead:first-child>tr:first-child>td,
.tableComponent .table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.tableComponent .table>tbody+tbody {
    border-top: 2px solid #ddd
}

.tableComponent .table .table {
    background-color: #fff
}

.newsArticle.striped .tableComponent table>tbody>tr:nth-of-type(odd),
.tableComponent .newsArticle.striped table>tbody>tr:nth-of-type(odd),
.tableComponent .table-hover>tbody>tr:hover,
.tableComponent .table-striped>tbody>tr:nth-of-type(odd),
.tableComponent .table>tbody>tr.active>td,
.tableComponent .table>tbody>tr.active>th,
.tableComponent .table>tbody>tr>td.active,
.tableComponent .table>tbody>tr>th.active,
.tableComponent .table>tfoot>tr.active>td,
.tableComponent .table>tfoot>tr.active>th,
.tableComponent .table>tfoot>tr>td.active,
.tableComponent .table>tfoot>tr>th.active,
.tableComponent .table>thead>tr.active>td,
.tableComponent .table>thead>tr.active>th,
.tableComponent .table>thead>tr>td.active,
.tableComponent .table>thead>tr>th.active,
.tableComponent.striped table>tbody>tr:nth-of-type(odd) {
    background-color: #f1f0ef
}

.tableComponent .table .text-center img {
    margin-left: auto;
    margin-right: auto
}

.tableComponent .table-condensed>tbody>tr>td,
.tableComponent .table-condensed>tbody>tr>th,
.tableComponent .table-condensed>tfoot>tr>td,
.tableComponent .table-condensed>tfoot>tr>th,
.tableComponent .table-condensed>thead>tr>td,
.tableComponent .table-condensed>thead>tr>th {
    padding: 5px
}

.tableComponent .table-bordered,
.tableComponent .table-bordered>tbody>tr>td,
.tableComponent .table-bordered>tbody>tr>th,
.tableComponent .table-bordered>tfoot>tr>td,
.tableComponent .table-bordered>tfoot>tr>th,
.tableComponent .table-bordered>thead>tr>td,
.tableComponent .table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.tableComponent .table-bordered>thead>tr>td,
.tableComponent .table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.tableComponent table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

.tableComponent table td[class*=col-],
.tableComponent table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.tabNavigation .nav>li,
.tabNavigation .nav>li>a {
    position: relative;
    display: block
}

.tableComponent .table-hover>tbody>tr.active:hover>td,
.tableComponent .table-hover>tbody>tr.active:hover>th,
.tableComponent .table-hover>tbody>tr:hover>.active,
.tableComponent .table-hover>tbody>tr>td.active:hover,
.tableComponent .table-hover>tbody>tr>th.active:hover {
    background-color: #e4e4e2
}

.tableComponent .table>tbody>tr.header>td,
.tableComponent .table>tbody>tr.header>th,
.tableComponent .table>tbody>tr>td.header,
.tableComponent .table>tbody>tr>th.header,
.tableComponent .table>tfoot>tr.header>td,
.tableComponent .table>tfoot>tr.header>th,
.tableComponent .table>tfoot>tr>td.header,
.tableComponent .table>tfoot>tr>th.header,
.tableComponent .table>thead>tr.header>td,
.tableComponent .table>thead>tr.header>th,
.tableComponent .table>thead>tr>td.header,
.tableComponent .table>thead>tr>th.header {
    background-color: #badce6
}

.tableComponent .table-hover>tbody>tr.header:hover>td,
.tableComponent .table-hover>tbody>tr.header:hover>th,
.tableComponent .table-hover>tbody>tr:hover>.header,
.tableComponent .table-hover>tbody>tr>td.header:hover,
.tableComponent .table-hover>tbody>tr>th.header:hover {
    background-color: #a7d3df
}

.tableComponent .table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .tableComponent .table-responsive {
        width: 100%;
        margin-bottom: 18px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .tableComponent .table-responsive>.table {
        margin-bottom: 0
    }
    .tableComponent .table-responsive>.table>tbody>tr>td,
    .tableComponent .table-responsive>.table>tbody>tr>th,
    .tableComponent .table-responsive>.table>tfoot>tr>td,
    .tableComponent .table-responsive>.table>tfoot>tr>th,
    .tableComponent .table-responsive>.table>thead>tr>td,
    .tableComponent .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .tableComponent .table-responsive>.table-bordered {
        border: 0
    }
    .tableComponent .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .tableComponent .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .tableComponent .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .tableComponent .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .tableComponent .table-responsive>.table-bordered>thead>tr>td:first-child,
    .tableComponent .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .tableComponent .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .tableComponent .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .tableComponent .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .tableComponent .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .tableComponent .table-responsive>.table-bordered>thead>tr>td:last-child,
    .tableComponent .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .tableComponent .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .tableComponent .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .tableComponent .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .tableComponent .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

.tableComponent .title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: center
}

.tableComponent .table-title {
    text-align: left;
    font-size: 32px;
    margin-bottom: 15px
}

.tableComponent .changeMetrics {
    float: right
}

.tabNavigation {
    margin-top: 48px;
    margin-bottom: 48px
}

.tabNavigation .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.tabNavigation .nav>li>a {
    padding: 10px 15px
}

.tabNavigation .nav>li>a:focus,
.tabNavigation .nav>li>a:hover {
    text-decoration: none;
    background-color: #d8d7d5
}

.tabNavigation .nav>li.disabled>a {
    color: #bfbebb
}

.tabNavigation .nav>li.disabled>a:focus,
.tabNavigation .nav>li.disabled>a:hover {
    color: #bfbebb;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.tabNavigation .nav .open>a,
.tabNavigation .nav .open>a:focus,
.tabNavigation .nav .open>a:hover {
    background-color: #d8d7d5;
    border-color: #e31e24
}

.tabNavigation .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.tabNavigation .nav>li>a>img {
    max-width: none
}

.tabNavigation .nav-tabs {
    border-bottom: 1px solid #ddd
}

.tabNavigation .nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.tabNavigation .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 3px 3px 0 0
}

.tabNavigation .nav-tabs-justified>.active>a,
.tabNavigation .nav-tabs-justified>.active>a:focus,
.tabNavigation .nav-tabs-justified>.active>a:hover,
.tabNavigation .nav-tabs.nav-justified>.active>a,
.tabNavigation .nav-tabs.nav-justified>.active>a:focus,
.tabNavigation .nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

.tabNavigation .nav-tabs>li>a:hover {
    border-color: #d8d7d5 #d8d7d5 #ddd
}

.tabNavigation .nav-tabs>li.active>a,
.tabNavigation .nav-tabs>li.active>a:focus,
.tabNavigation .nav-tabs>li.active>a:hover {
    color: #919296;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.tabNavigation .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.tabNavigation .nav-tabs.nav-justified>li {
    float: none
}

.tabNavigation .nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px;
    margin-right: 0;
    border-radius: 3px
}

@media (min-width:768px) {
    .tabNavigation .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .tabNavigation .nav-tabs.nav-justified>li>a {
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .tabNavigation .nav-tabs.nav-justified>.active>a,
    .tabNavigation .nav-tabs.nav-justified>.active>a:focus,
    .tabNavigation .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tabNavigation .nav-pills>li {
    float: left
}

.tabNavigation .nav-justified>li,
.tabNavigation .nav-stacked>li {
    float: none
}

.tabNavigation .nav-pills>li>a {
    height: 3.1em;
    line-height: 1.1em;
    font-size: 14px;
    border-radius: 0;
    border-top: 3px solid transparent;
    margin-right: 1px;
    background: #f1f0ef;
    color: #4d4e53
}

.tabNavigation .nav-pills>li+li {
    margin-left: 2px
}

.tabNavigation .nav-pills>li.active:hover>a,
.tabNavigation .nav-pills>li.active>a,
.tabNavigation .nav-pills>li:focus>a,
.tabNavigation .nav-pills>li:hover>a {
    color: #4d4e53;
    background-color: #badce6;
    border-top: 3px solid #e31e24
}

.tabNavigation .nav-pills>li:hover>a {
    border-top: 3px solid transparent
}

.tabNavigation .nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.tabNavigation .nav-justified {
    width: 100%
}

.tabNavigation .nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.tabNavigation .nav-tabs-justified {
    border-bottom: 0
}

.tabNavigation .nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 3px
}

@media (min-width:768px) {
    .tabNavigation .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .tabNavigation .nav-justified>li>a {
        margin-bottom: 0
    }
    .tabNavigation .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 3px 3px 0 0
    }
    .tabNavigation .nav-tabs-justified>.active>a,
    .tabNavigation .nav-tabs-justified>.active>a:focus,
    .tabNavigation .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tabNavigation .tab-content>.tab-pane {
    overflow-y: hidden;
    height: 0;
    visibility: hidden
}

.tabNavigation .tab-content>.active {
    overflow-y: auto;
    overflow: visible;
    height: auto;
    visibility: visible
}

.tabNavigation .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.video .poster-image {
    position: relative;
    margin-right: 0;
    margin-left: 0;
    padding-top: 30px;
    text-align: center
}

.video .poster-image iframe {
    width: 100%
}

@media (min-width:768px) {
    .accordion .panel {
        margin-left: auto;
        margin-right: auto
    }
    .blockquote .blockquote-content,
    .blockquote .h1 {
        font-size: 24px;
        line-height: 32px
    }
    .blockquote blockquote {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .blockquote blockquote::before {
        top: 20%;
        left: -60px;
        font-size: 32px
    }
    .blockquote blockquote::after {
        top: 20%;
        right: -60px;
        font-size: 32px
    }
    .blockquote .h1 {
        margin-bottom: 32px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .blockquote blockquote {
        left: 16.66666667%;
        float: left;
        width: 66.66666667%
    }
}

@media (min-width:768px) {
    .carousel .slick-next,
    .carousel .slick-prev {
        width: 50px
    }
    .carousel .slick-prev {
        left: -80px
    }
    .carousel [dir=rtl] .slick-prev {
        right: -80px;
        left: auto
    }
    .carousel .slick-next {
        right: -80px
    }
    .carousel [dir=rtl] .slick-next {
        right: auto;
        left: -80px
    }
    .dropdownTeaser .custom-select-wrapper {
        width: 83.33%;
        padding-right: 8px
    }
    .filters .filter-trigger>span {
        font-weight: 700
    }
    .filters .filter-column {
        width: 33.33333333%
    }
    footer .footer-share .footer-share__placeholder {
        display: inline-block
    }
    footer .copyright-section {
        font-size: 14px
    }
    footer .copyright-section p.copyright {
        color: #fff;
        float: left;
        margin-bottom: 0
    }
    footer .copyright-section ul.list-inline {
        float: right;
        margin-bottom: 0;
        padding: 0
    }
    footer .copyright-section ul.list-inline li {
        color: #fff;
        border-right: 1px solid #fff;
        margin: 0
    }
    footer .copyright-section ul.list-inline li:last-child {
        border-right: none
    }
    .headerNavigationList p.title>a::after,
    .headerNavigationList ul li a::after {
        font-family: fontawesome;
        padding-left: 8px;
        content: "\f105"
    }
    .headerNavigationList p {
        font-size: 11.9px;
        margin-bottom: 8px;
        color: #919296
    }
    .headerNavigationList p.title {
        font-size: 20px;
        line-height: 1.1em;
        color: #4d4e53
    }
    .headerNavigationList p.title>a {
        color: #4d4e53
    }
    .headerNavigationList p.title>a::after {
        color: #e31e24
    }
    .headerNavigationList p.subtitle {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 24px;
        color: #4d4e53
    }
    .headerNavigationList .product-title {
        display: inline-block;
        line-height: 1.2
    }
    .headerNavigationList ul {
        margin-top: 16px
    }
    .headerNavigationList ul li {
        font-size: 14px;
        padding-top: 8px;
        padding-bottom: 8px
    }
    .headerNavigationList ul li:first-child {
        padding-top: 0
    }
    .headerNavigationList ul li a {
        font-size: 14px;
        cursor: pointer;
        color: #4d4e53
    }
    .headerNavigationList ul li a::after {
        color: #e31e24
    }
    .headerNotification {
        margin-left: 0
    }
    .headerNotification .h1,
    .headerNotification h1 {
        font-size: 32px;
        margin-bottom: 0
    }
    .headerNotification .h1 i,
    .headerNotification h1 i {
        margin-left: -32px
    }
    .headerNotification .close {
        top: 0;
        right: 0
    }
    .heroImage>div {
        padding-top: 0
    }
    .heroImage .h1 {
        margin-bottom: 24px
    }

    .heroImage .wrapper {
        top: 0;
        bottom: auto;
        width: 100%
    }
    .heroImage .wrapper.wrapper-external-mobile {
        position: absolute
    }
    .heroImage .image-container {
        position: static;
        padding-top: 0
    }
    .heroImage img {
        width: 100%;
        position: static;
        height: auto
    }
    .heroImage .image-container:after {
        top: 0;
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-30deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
        background-image: -o-linear-gradient(-30deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
        background-image: -webkit-linear-gradient(120deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
        background-image: -o-linear-gradient(120deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
        background-image: linear-gradient(-30deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4))
    }
    .heroImage .hero-image-dark .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(-30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: -o-linear-gradient(-30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: -webkit-linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: -o-linear-gradient(120deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: linear-gradient(-30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4))
    }
    .heroImage .hero-image-dark.hero-image-right .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: -o-linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: -webkit-linear-gradient(60deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: -o-linear-gradient(60deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4));
        background-image: linear-gradient(30deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .4))
    }
    .heroImage .hero-image-light .wrapper.wrapper-external-mobile .h1,
    .heroImage .hero-image-light .wrapper.wrapper-external-mobile p {
        color: #fff
    }
    .heroImage .hero-image-right .image-container:after {
        background-repeat: repeat-x;
        background-image: -webkit-linear-gradient(30deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background-image: -o-linear-gradient(30deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background-image: -webkit-linear-gradient(60deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background-image: -o-linear-gradient(60deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
        background-image: linear-gradient(30deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .2))
    }
    .imageGrid .grid-wrapper {
        margin-bottom: 30px
    }
    .imageGrid .grid-wrapper .popover {
        width: 110%;
        margin: -.8em -5% 0
    }
    .imageGrid .grid-wrapper:nth-child(even) .popover,
    .imageGrid .grid-wrapper:nth-child(odd) .popover {
        left: 0!important
    }
    .imageText .imageText-fullsize-outsideText .wrapper:after,
    .imageTextGrid:after {
        clear: both
    }
    .imageText .subtitle {
        font-size: 20px;
        line-height: 20px;
        color: #919296
    }
    .imageText .imageText-fullsize {
        position: relative
    }
    .imageText .imageText-fullsize .h1 {
        font-size: 48px
    }
    .imageText .imageText-fullsize .wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .imageText .imageText-fullsize .padding-container {
        padding-left: 120px;
        padding-right: 120px
    }
    .imageText .imageText-fullsize .content-container {
        text-align: center;
        background-color: transparent;
        padding-top: 16px;
        padding-bottom: 16px
    }
    .imageText .imageText-fullsize .image-container {
        margin-left: 0;
        margin-right: 0
    }
    .imageTextGrid .imageTextGrid-1-left .imageText-grid,
    .imageTextGrid .imageTextGrid-1-left-4-columns .imageText-grid,
    .imageTextGrid .imageTextGrid-1-left-5-columns .imageText-grid,
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid,
    .imageTextGrid .imageTextGrid-1-right .imageText-grid,
    .imageTextGrid .imageTextGrid-1-right-4-columns .imageText-grid,
    .imageTextGrid .imageTextGrid-1-right-5-columns .imageText-grid,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid,
    .imageTextGrid .imageTextGrid-video-left .imageText-grid,
    .imageTextGrid .imageTextGrid-video-right .imageText-grid {
        margin-left: -15px;
        margin-right: -15px
    }
    .imageText .imageText-fullsize .image-container:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff
    }
    .imageText .imageText-fullsize.imageText-light .h1,
    .imageText .imageText-fullsize.imageText-light p {
        color: #fff
    }
    .imageText .imageText-fullsize.imageText-light .image-container:before {
        background-color: #000
    }
    .imageText .imageText-fullsize.imageText-light .image-container img {
        opacity: .85
    }
    .imageText .imageText-fullsize.imageText-dark .h1,
    .imageText .imageText-fullsize.imageText-dark p {
        color: #4d4e53
    }
    .imageText .imageText-fullsize.imageText-dark .image-container:before {
        background-color: #fff
    }
    .imageText .imageText-fullsize.imageText-dark .image-container img {
        opacity: .85
    }
    .imageText .imageText-fullsize-outsideText .wrapper {
        position: static;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    .imageText .imageText-fullsize-outsideText .wrapper:after,
    .imageText .imageText-fullsize-outsideText .wrapper:before {
        content: " ";
        display: table
    }
    .imageText .imageText-fullsize-outsideText .content-container {
        text-align: center;
        background-color: transparent;
        padding: 0;
        margin-left: -15px;
        margin-right: -15px
    }
    .imageText .imageText-fullsize-outsideText .content-container .padding-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 24px
    }
    .imageText .imageText-fullsize-outsideText .image-container {
        margin-left: 0;
        margin-right: 0
    }
    .imageText .imageText-fullsize-outsideText .image-container .video {
        float: none
    }
    .imageText .imageText-fullsize-outsideText .video {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageText .imageText-fullsize-outsideText .cta-link+.cta-link {
        margin-left: 30px;
        display: inline;
        margin-bottom: 0
    }
    .imageText .imageText-fullsize-dealerFinder {
        position: relative
    }
    .imageText .imageText-fullsize-dealerFinder.imageText-light,
    .imageText .imageText-fullsize-dealerFinder.imageText-light .h1,
    .imageText .imageText-fullsize-dealerFinder.imageText-light .subtitle {
        color: #fff
    }
    .imageText .imageText-fullsize-dealerFinder.imageText-dark,
    .imageText .imageText-fullsize-dealerFinder.imageText-dark .h1 {
        color: #4d4e53
    }
    .imageText .imageText-fullsize-dealerFinder .h1 {
        font-size: 48px
    }
    .imageText .imageText-fullsize-dealerFinder .wrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .imageText .imageText-fullsize-dealerFinder .padding-container {
        padding-left: 120px;
        padding-right: 120px
    }
    .imageText .imageText-fullsize-dealerFinder .content-container {
        text-align: center;
        background-color: transparent;
        padding-top: 16px;
        padding-bottom: 16px
    }
    .imageText .imageText-fullsize-dealerFinder .image-container {
        margin-left: 0;
        margin-right: 0;
        display: block
    }
    .imageText .imageText-fullsize-dealerFinder .image-container:before {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-color: #fff
    }
    .imageText .imageText-fullsize-dealerFinder .image-container img {
        opacity: .85
    }
    .imageText .imageText-fullsize-dealerFinder.imageText-light .image-container:before {
        background-color: #4d4e53
    }
    .imageText .imageText-fullsize-dealerFinder.imageText-light .image-container img {
        opacity: .5
    }
    .imageText .imageText-fullsize-dealerFinder.imageText-dark .image-container:before {
        background-color: #fff
    }
    .imageText .imageText-fullsize-dealerFinder.imageText-dark .image-container img {
        opacity: .85
    }
    .imageText .imageText-grid {
        background-color: transparent;
        margin: 0;
        padding: 0
    }
    .imageText .imageText-grid .h1 {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
        margin-top: 24px
    }
    .imageText .imageText-longText-list {
        padding-top: 0
    }
    .imageTextGrid:after,
    .imageTextGrid:before {
        content: " ";
        display: table
    }
    .imageTextGrid .subtitle {
        font-size: 16px;
        line-height: 16px;
        margin-top: 32px
    }
    .imageTextGrid .imageTextGrid-1-left .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-left-4-columns .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-left-5-columns .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right-4-columns .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right-5-columns .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-video-left .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-video-right .imageText-grid .h1,
    .imageTextGrid [class*=imageTextGrid-1] .subtitle,
    .imageTextGrid [class*=imageTextGrid-video] .subtitle {
        margin-top: 0
    }
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .h1 {
        font-size: 60px;
        line-height: 1em
    }
    .imageTextGrid .imageTextGrid-1-left .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-video-left .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-video-left .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-left-5-columns .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left-5-columns .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-left-4-columns .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left-4-columns .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-right .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-right .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-video-right .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-video-right .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-right-5-columns .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-right-5-columns .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-right-4-columns .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-right-4-columns .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-4 .imageText-grid {
        margin: 0;
        padding: 0;
        background-color: transparent
    }
    .imageTextGrid .imageTextGrid-4 .imageText-grid .image-container {
        display: block
    }
    .imageTextGrid .imageTextGrid-4 .cta {
        margin-top: 8px
    }
    .imageTextGrid .imageTextGrid-video-left .h1,
    .imageTextGrid .imageTextGrid-video-right .h1 {
        margin-top: -6px
    }
}

@media (min-width:768px) {
    .itemCarousel,
    .itemCarousel .wrapper .carousel {
        margin-left: -15px;
        margin-right: -15px
    }
    .itemCarousel .carousel-item,
    .itemCarousel .wrapper {
        min-height: 1px;
        position: relative;
        padding-left: 15px;
        padding-right: 15px
    }
    .itemCarousel .h1,
    .itemCarousel h1 {
        font-size: 48px;
        line-height: 28px
    }
    .itemCarousel .h1 span,
    .itemCarousel h1 span {
        font-size: 16px
    }
    .itemCarousel .image-container img {
        min-height: 100%
    }
    .itemCarousel .itemCarousel-fullsize1 .content-container,
    .itemCarousel .itemCarousel-fullsize1 .image-container {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .imageText .imageText-fullsize-outsideText .content-container .padding-container {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
    .imageText .imageText-fullsize-outsideText .video {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
    .imageTextGrid .imageTextGrid-1-left .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left-bigger-header .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-video-left .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-video-left .imageText-grid .wrapper {
        float: left;
        width: 50%
    }
    .imageTextGrid .imageTextGrid-1-left-5-columns .imageText-grid .image-container {
        float: left;
        width: 41.66666667%
    }
    .imageTextGrid .imageTextGrid-1-left-5-columns .imageText-grid .wrapper {
        float: left;
        width: 58.33333333%
    }
    .imageTextGrid .imageTextGrid-1-left-4-columns .imageText-grid .image-container {
        float: left;
        width: 33.33333333%
    }
    .imageTextGrid .imageTextGrid-1-left-4-columns .imageText-grid .wrapper {
        float: left;
        width: 66.66666667%
    }
    .imageTextGrid .imageTextGrid-1-right .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-video-right .imageText-grid .image-container {
        left: 50%;
        float: left;
        width: 50%
    }
    .imageTextGrid .imageTextGrid-1-right .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-1-right-bigger-header .imageText-grid .wrapper,
    .imageTextGrid .imageTextGrid-video-right .imageText-grid .wrapper {
        float: left;
        width: 50%;
        right: 50%
    }
    .imageTextGrid .imageTextGrid-1-right-5-columns .imageText-grid .image-container {
        left: 58.33333333%;
        float: left;
        width: 41.66666667%
    }
    .imageTextGrid .imageTextGrid-1-right-5-columns .imageText-grid .wrapper {
        float: left;
        width: 58.33333333%;
        right: 41.66666667%
    }
    .imageTextGrid .imageTextGrid-1-right-4-columns .imageText-grid .image-container {
        left: 66.66666667%;
        float: left;
        width: 33.33333333%
    }
    .imageTextGrid .imageTextGrid-1-right-4-columns .imageText-grid .wrapper {
        float: left;
        width: 66.66666667%;
        right: 33.33333333%
    }
    .itemCarousel .wrapper {
        margin-left: 8.33333333%;
        float: left;
        width: 83.33333333%
    }
    .itemCarousel .carousel-item {
        float: left;
        width: 83.33333333%
    }
    .itemCarousel .itemCarousel-fullsize1 .image-container {
        left: 50%;
        float: left;
        width: 50%
    }
    .itemCarousel .itemCarousel-fullsize1 .content-container {
        right: 50%;
        float: left;
        width: 50%
    }
}

@media (min-width:768px) {
    .mediaGallery .grid,
    .mediaGallery .title-wrapper {
        margin-left: -15px;
        margin-right: -15px
    }
    .mediaGallery .grid-container,
    .mediaGallery .title-wrapper h1,
    .mediaGallery .title-wrapper p {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .mediaGallery .grid li {
        width: 33.33333333%
    }
    .mediaGallery .grid li.video-grid i {
        position: absolute;
        top: 52%;
        left: 41%;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%)
    }
    .mediaGallery .details,
    .mediaGallery .fullimg {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .mediaGallery .title-wrapper h1 {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
    .mediaGallery .title-wrapper p {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
    .mediaGallery .grid-container {
        float: left;
        width: 83.33333333%;
        left: 8.33333333%
    }
    .mediaGallery .fullimg {
        float: left;
        width: 58.33333333%
    }
    .mediaGallery .details {
        float: left;
        width: 41.66666667%
    }
}
/**
@media (min-width:768px) {
    .modal .modal-dialog {
        margin: 0 auto;
        width: 726px
    }
    .modal .modal-dialog .modal-content {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .modal .modal-dialog.modal-metrics {
        width: 600px
    }
    .modal .modal-dialog.modal-metrics .modal-body {
        padding: 30px 0
    }
}
**/
@media (min-width:768px) {
    .modelListing .title {
        font-size: 48px
    }
    .navigationFooterCTA {
        background-color: #ebebea;
        margin-top: 40px;
        margin-bottom: -15px
    }
    .navigationFooterCTA p {
        text-align: center;
        font-size: 14px;
        color: #4d4e53;
        padding-top: 16px;
        padding-bottom: 16px;
        margin: 0 0 0 8px
    }
    .navigationFooterCTA p a {
        color: #e31e24;
        display: inline;
        padding: 0;
        margin-left: 8px
    }
    .navigationFooterCTA p a::after {
        font-family: fontawesome;
        padding-left: 8px;
        content: "\f105"
    }
    .newsArticle .news-image-half-width-right {
        padding-left: 32px;
        width: 50%;
        float: right
    }
    .newsArticle .news-image-half-width-left {
        padding-right: 32px;
        width: 50%;
        float: left
    }
    .newsArticle .news-image-full-width,
    .newsArticle iframe {
        width: 70%
    }
    .newsFeatures .title {
        font-size: 24px
    }
    .newsFeaturesItem .list-teaser .image-container,
    .newsFeaturesItem .list-teaser .news-item-content,
    .newsFeaturesItem .list-teaser .news-item-metadata {
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        min-height: 1px
    }
    .newsFeaturesItem .column-teaser .news-item-title,
    .newsFeaturesItem .list-teaser .news-item-title {
        margin-top: 8px
    }
    .newsFeaturesItem .column-teaser .image-container {
        float: none;
        width: 100%;
        padding: 0
    }
    .newsFeaturesItem .column-teaser .news-item-metadata {
        display: inline-block;
        float: none;
        width: 100%
    }
    .newsFeaturesItem .column-teaser .news-item-category {
        float: left
    }
    .newsFeaturesItem .column-teaser .news-item-date {
        float: right
    }
    .newsFeaturesItem .list-teaser {
        margin-left: -15px;
        margin-right: -15px
    }
    .newsFeaturesItem .list-teaser .news-item-content {
        clear: none
    }
    .newsFeaturesItem .news-item-metadata {
        font-size: 14px
    }
    .newsFeaturesItem .news-item-excerpt {
        font-size: 16px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .newsFeaturesItem .list-teaser .image-container {
        float: left;
        width: 25%
    }
    .newsFeaturesItem .list-teaser .news-item-content,
    .newsFeaturesItem .list-teaser .news-item-metadata {
        float: left;
        width: 75%
    }
}

@media (min-width:768px) {
    .newsIntro .title {
        font-size: 50px
    }
    .newsIntro .news-article-author,
    .newsIntro .news-article-category,
    .newsIntro .news-article-date,
    .newsIntro .news-article-subheadline,
    .newsIntro .news-article-summary {
        font-size: 16px
    }
    .newsIntro .news-image-full-width {
        width: 70%;
        max-width: 70%
    }
    .newsList .image-container,
    .newsList .news-item-content,
    .newsList .news-item-metadata {
        position: relative;
        min-height: 1px;
        padding-left: 15px
    }
    .newsList>div {
        margin-left: -15px;
        margin-right: -15px
    }
    .newsList .image-container {
        padding-right: 15px
    }
    .newsList .news-item-metadata {
        font-size: 14px;
        padding-right: 15px
    }
    .newsList .news-item-content {
        clear: none;
        padding-right: 15px
    }
    .newsList .news-item-title {
        margin-top: 8px
    }
    .newsList .news-item-download {
        display: block;
        font-size: 14px;
        margin: 15px -15px 0
    }
    .newsList .news-item-download>li {
        margin-bottom: 12px
    }
    .newsList .news-item-excerpt {
        font-size: 16px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .newsList .image-container {
        float: left;
        width: 25%
    }
    .newsList .news-item-content,
    .newsList .news-item-metadata {
        float: left;
        width: 75%
    }
}

@media (min-width:768px) {
    .pagination {
        clear: left
    }
    .pagination .page-count {
        text-align: right;
        margin-right: 80px
    }
    .pagination .prev {
        position: absolute;
        left: auto;
        right: 32px
    }
    .pagination .next {
        position: absolute;
        right: 0
    }
    .pagination .total-results {
        position: absolute;
        left: auto;
        top: 24px;
        display: inline-block
    }
    .popover .popover-content {
        padding-top: 9px
    }
    .productCarousel .carousel-wrapper,
    .productCarousel .slick-slide .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .productCarousel:after,
    .productCarousel:before {
        content: " ";
        display: table
    }
    .productCarousel:after {
        clear: both
    }
    .productCarousel .carousel-wrapper .carousel {
        margin-left: -15px;
        margin-right: -15px
    }
    .productCarousel .carousel-wrapper .carousel .slick-next,
    .productCarousel .carousel-wrapper .carousel .slick-prev {
        top: 0;
        margin-top: 0
    }
    .productCarousel .slick-slide {
        width: 130px;
        margin: 0 10px
    }
    .productCarousel .slick-slide .image-container img {
        width: 130px;
        height: auto
    }
    .productCarousel .description {
        display: block
    }
}

@media (min-width:768px) and (min-width:768px) {
    .productCarousel .carousel-wrapper {
        margin-left: 8.33333333%;
        float: left;
        width: 83.33333333%
    }
    .productCarousel .slick-slide .wrapper {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .searchResults .search-item {
        margin-bottom: 30px
    }
    .searchResults .search-item img {
        display: block;
        max-width: 100%;
        height: auto
    }
    .searchResults .search-item a {
        margin-bottom: 8px
    }
    .searchResults .search-item p {
        margin-bottom: 0;
        font-size: 16px
    }
    .searchResults .form-inline {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 24px
    }
}

@media (min-width:768px) and (min-width:768px) {
    .searchResults .form-inline {
        float: left;
        width: 50%;
        left: 25%
    }
}

@media (min-width:768px) {
    .simpleItemDisplay .item {
        float: none
    }
    .tabbedModule1 .tabNavigation .nav,
    .tabbedModule1 .tabNavigation .tab-content,
    .tabbedModule1 .title-wrapper .h1,
    .tabbedModule1 .title-wrapper h1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .tabbedModule1 .title-wrapper .h1,
    .tabbedModule1 .title-wrapper h1 {
        font-size: 24px;
        margin-bottom: 32px
    }
    .tabbedModule1 .tabNavigation {
        display: inline-block;
        position: relative;
        margin: 0 -15px
    }
    .tabbedModule1 .tabNavigation .tabpanel {
        margin-left: -15px;
        margin-right: -15px
    }
    .tabbedModule1 .tabNavigation .imageTextGrid h1 {
        margin-bottom: 24px
    }
    .tabbedModule1 .tabNavigation .imageTextGrid .image-container {
        margin-top: -43px
    }
    .tabbedModule1 .tabNavigation .imageTextGrid .wrapper {
        padding-top: 30px
    }
    .tabbedModule1 .nav-pills>li>a {
        background-color: #f1f0ef;
        color: #4d4e53
    }
    .tabbedModule1 .nav-stacked>li {
        float: none
    }
    .tabbedModule1 .nav-stacked>li+li {
        margin-top: 2px;
        margin-left: 0
    }
}

@media (min-width:768px) and (min-width:768px) {
    .tabbedModule1 .title-wrapper .h1,
    .tabbedModule1 .title-wrapper h1 {
        float: left;
        width: 66.66666667%;
        left: 16.66666667%
    }
    .tabbedModule1 .tabNavigation .nav {
        float: left;
        width: 50%
    }
    .tabbedModule1 .tabNavigation .tab-content {
        float: left;
        width: 100%
    }
}

@media (min-width:768px) {
    .tabbedModule2 .tabNavigation .nav,
    .tabbedModule2 .tabNavigation .tab-content,
    .tabbedModule2 .title-wrapper .h1,
    .tabbedModule2 .title-wrapper h1 {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .tabbedModule2 .title-wrapper .h1,
    .tabbedModule2 .title-wrapper h1 {
        font-size: 24px;
        margin-bottom: 32px
    }
    .tabbedModule2 .tabNavigation {
        margin-left: -15px;
        margin-right: -15px
    }
    .tabbedModule2 .tabNavigation:after,
    .tabbedModule2 .tabNavigation:before {
        content: " ";
        display: table
    }
    .tabbedModule2 .tabNavigation:after {
        clear: both
    }
    .tabbedModule2 .tabNavigation .tab-pane img {
        margin-left: auto;
        margin-right: auto
    }
    .tabbedModule2 .tabNavigation .image-container {
        margin-top: -80px
    }
    .tabbedModule2 .tabNavigation .imageTextGrid {
        margin-top: 32px
    }
    .tabbedModule2 .tabNavigation .imageTextGrid h1 {
        margin-bottom: 24px
    }
    .tabbedModule2 .nav-pills>li {
        display: block;
        width: 100%
    }
    .tabbedModule2 .nav-pills>li+li {
        margin-left: 0
    }
    .tabbedModule2 .nav-pills>li>a {
        height: auto;
        text-align: left;
        background-color: #f1f0ef;
        color: #4d4e53;
        border-top: 0;
        border-left: 3px solid transparent;
        margin-right: 0;
        margin-bottom: 1px;
        padding-top: 25px;
        padding-bottom: 25px
    }
    .tabbedModule2 .nav-pills>li.active:hover>a,
    .tabbedModule2 .nav-pills>li.active>a,
    .tabbedModule2 .nav-pills>li:focus>a,
    .tabbedModule2 .nav-pills>li:hover>a {
        border-top: 0;
        border-left: 3px solid #e31e24
    }
    .tabbedModule2 .nav-pills>li:hover>a {
        border-left: 3px solid transparent
    }
}

@media (min-width:768px) and (min-width:768px) {
    .tabbedModule2 .title-wrapper .h1,
    .tabbedModule2 .title-wrapper h1 {
        float: left;
        width: 66.66666667%;
        left: 16.66666667%
    }
    .tabbedModule2 .tabNavigation .nav {
        margin-left: 8.33333333%;
        float: left;
        width: 33.33333333%
    }
    .tabbedModule2 .tabNavigation .tab-content {
        float: left;
        width: 50%;
        margin-left: 8.33333333%
    }
}

@media (min-width:992px) {
    .carousel .slick-dots {
        position: absolute;
        bottom: 7px;
        display: block;
        width: 100%;
        padding: 0;
        list-style: none;
        text-align: center;
        background-color: rgba(0, 0, 0, .4);
        height: 48px
    }
    .carousel .slick-dots li button:before,
    .carousel .slick-dots li.slick-active button:before {
        color: rgba(255, 255, 255, .4)
    }
    .exteriorInterior .tabNavigation .nav.nav-pills {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .exteriorInterior .tabNavigation .nav.nav-pills {
        margin-left: 25%;
        float: left;
        width: 50%
    }
}


    header .header-market {
        height: auto;
        background-color: #dfdfdf;
       /** padding: 15px 5px;**/
       padding: 0;
        color: #4d4e53;
        font-size: 18px;
        /* font-family: 'Oswald', sans-serif; */
    }
    
    header .header-market a{
        color: #4d4e53;
    }
        
    header .header-market a:hover{
        color: #4d4e53;
    }
    
    .dropdownmenu a {
		padding: 0 45px 0 0;
	}
	
	
	@media (max-width:1024px) {
		header .header-market {
			font-size: 18px;
		}	
	    .dropdownmenu a {
		padding: 0 25px 0 0;
	}
	
	}	
	
	
	@media (max-width:560px) {
		header .header-market {
			font-size: 15px;
		}	
	    .dropdownmenu a {
		padding: 0 15px 0 0;
	}
	
	}
	
    
@media (min-width:992px) {
    footer .copyright-section p.copyright {
        margin-left: 32px
    }
    footer .copyright-section ul.list-inline {
        margin-right: 48px
    }
    footer .copyright-section ul.list-inline li {
        padding: 0 16px
    }
    footer .footer-share .footer-share__placeholder {
        display: inline-block;
        padding-bottom: 0
    }

    header .dealer-navigation {
        background-color: #919296
    }
    header .dealer-navigation span {
        display: inline-block;
        float: left;
        padding: 15px
    }
    header .dealer-navigation ul {
        margin-bottom: 0
    }
    header .dealer-navigation a {
        display: inline-block;
        padding: 15px;
        text-transform: uppercase;
        color: #4d4e53
    }
    header .dealer-navigation a.active {
        background-color: #fff
    }
    header .header-container {
        font-size: 0;
        margin: 24px -15px 32px
    }
    header .header-container:after,
    header .header-container:before {
        content: " ";
        display: table
    }
    header .header-container:after {
        clear: both
    }
    header .header-container .logo-container {
        display: inline-block;
        font-size: 16px;
        width: 50%;
        padding: 0 15px;
        vertical-align: middle
    }
    header .header-container .menu-container {
        display: inline-block;
        font-size: 16px;
        width: 50%;
        padding: 0 15px;
        text-align: right;
        vertical-align: middle
    }
    header .header-container .header-meta-links {
        padding: 0 15px
    }
    header .header-container .top-links {
        font-size: 12px;
        margin-bottom: 16px;
        text-align: right
    }
    header .header-container .top-links li {
        margin-left: 10px;
        padding-right: 0
    }
    header .header-container .top-links li a {
        color: #4d4e53
    }
    header .header-container .top-links li a:hover {
        color: #7e8088
    }
    header .header-container .logo {
        width: auto;
        min-width: 70px;
        max-width: 50%;
        height: initial;
        max-height: 70px;
        margin-right: 0
    }
    header .header-container .logo img {
        max-height: 70px
    }
    header .header-container .title {
        max-width: 50%;
        margin-left: 0;
        padding-left: 32px;
        color: #000
    }
    header .header-container .title span {
        display: block;
        font-size: 16px;
        line-height: 1.2em
    }
    header .header-container .title span.section {
        font-size: 24px;
        font-weight: 700
    }
    header .header-container .search-form {
        display: inline-block;
        position: relative;
        vertical-align: middle
    }
    header .header-container .search-form .search-box-container {
        left: 0
    }
    header .header-container .search-form input {
        width: 100%;
        padding: 7.5px 15px;
        color: #4d4e53;
        border: none;
        border-radius: 0;
        background-color: #f1f0ef;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    header .header-container .search-form input:focus {
        border: 1px solid #e31e24;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    header .header-container .search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        margin-left: 8px;
        padding: 7.5px 15px;
        color: #919296;
        border: none;
        border-radius: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    header .header-container .volvo-logo {
        display: inline-block;
        width: 70px;
        margin-right: 30px;
        vertical-align: middle
    }
    .heroImage p {
        display: block;
    }
    .itemCarousel .carousel-item {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width:992px) and (min-width:992px) {
    .itemCarousel .carousel-item {
        float: left;
        width: 33.33333333%
    }
}

@media (min-width:992px) {
    .mediaGallery .grid li {
        width: 20%;
        margin: 15px -.25em;
        padding-right: 15px;
        padding-left: 15px
    }
    .mediaGallery .grid li.video-grid i {
        position: absolute;
        top: 52%;
        left: 41%;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%)
    }
    .mediaGallery .expander {
        font-size: 16px
    }
    .mediaGallery .expander .details h5 {
        font-size: 16px;
        margin-top: 0;
        line-height: 1em
    }
    .mediaGallery .expander .fullimg::after {
        right: 15px
    }
    .mediaGallery .grid-wrapper .grid-filters {
        float: left;
        position: absolute;
        left: 32px
    }
    .mediaGallery .grid-wrapper .grid-filters .fa {
        cursor: pointer;
        display: block
    }
    .mediaGallery .grid-wrapper .grid-filters .fa.active {
        color: #e31e24
    }
    .mediaGallery .grid-wrapper .grid-filters .fa-film {
        font-size: 17px
    }
    .mediaGallery .grid-wrapper .grid-filters .fa-film::before {
        content: "\f008"
    }
    .mediaGallery .grid-wrapper .grid-filters .fa-file-photo-o {
        margin: 16px 0;
        font-size: 20px
    }
    .mediaGallery .grid-wrapper .grid-filters .fa-file-photo-o::before {
        content: "\f1c5"
    }
    /** 
    .modal .modal-dialog {
        width: 930px
    }**/
    .product p {
        display: block
    }
    .productCarousel .carousel-wrapper .carousel .slick-next,
    .productCarousel .carousel-wrapper .carousel .slick-prev {
        top: 15px;
        margin-top: 0
    }
}

.blockquote .wrapper:after,
.blockquote .wrapper:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.heroImage .wrapper:after,
.heroImage .wrapper:before,
.mediaGallery .grid-wrapper:after,
.mediaGallery .grid-wrapper:before,
.mediaGallery .title-wrapper:after,
.mediaGallery .title-wrapper:before,
.model:after,
.model:before,
.row:after,
.row:before,
.simpleItemDisplay .item-row:after,
.simpleItemDisplay .item-row:before,
.tabNavigation .nav:after,
.tabNavigation .nav:before,
.tabbedModule1 .title-wrapper:after,
.tabbedModule1 .title-wrapper:before,
.tabbedModule2 .title-wrapper:after,
.tabbedModule2 .title-wrapper:before {
    content: " ";
    display: table
}

h1.sample-header:after,
h1.sample-header:before {
    position: absolute;
    background-color: #f1ebdc;
    content: ""
}

.blockquote .wrapper:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.heroImage .wrapper:after,
.mediaGallery .grid-wrapper:after,
.mediaGallery .title-wrapper:after,
.model:after,
.row:after,
.simpleItemDisplay .item-row:after,
.tabNavigation .nav:after,
.tabbedModule1 .title-wrapper:after,
.tabbedModule2 .title-wrapper:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

h1.sample-header,
h2.component.title,
h2.sample-header {
    /*font-family: Arial, sans-serif*/
}

.hidden {
    visibility: hidden!important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .visible-xs-inline-block {
        display: inline-block!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .visible-sm-inline-block {
        display: inline-block!important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .visible-md-inline-block {
        display: inline-block!important
    }
}

@media (min-width:1300px) {
   /** .modal .modal-dialog {
        width: 1170px
    }**/
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .hidden-md {
        display: none!important
    }
}

@media (min-width:1300px) {
    .hidden-lg {
        display: none!important
    }
}

.visible-print {
    display: none!important
}

@media print {
    body {padding: unset;}
    r-menu {display: none}
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}

.visible-print-block {
    display: none!important
}

@media print {
    .visible-print-block {
        display: block!important
    }
}

.visible-print-inline {
    display: none!important
}

@media print {
    .visible-print-inline {
        display: inline!important
    }
}

.visible-print-inline-block {
    display: none!important
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
    .hidden-print {
        display: none!important
    }
}


h1.sample-header {
    font-size: 18px;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 64px;
    padding: 32px 0;
    text-transform: capitalize;
    background-color: #f1ebdc
}

.ux-header a,
h1.sample-header span,
h2.component.title,
p.component.subtitle {
    text-transform: uppercase
}

h1.sample-header:before {
    display: block;
    left: -100%;
    right: 100%;
    top: 0;
    height: 100%
}

h1.sample-header:after {
    display: block;
    left: 100%;
    right: -100%;
    top: 0;
    height: 100%
}

h1.sample-header span {
    display: block;
    font-size: 16px;
    color: #919296;
    margin-top: -8px
}

@media (min-width:480px) {
    h1.sample-header {
        font-size: 20px;
        line-height: 1.2em
    }
}

h2.sample-header {
    font-size: 12px;
    font-weight: 700;
    padding-left: 16px;
    border-bottom: 2px solid #dfe0e1
}

@media (min-width:480px) {
    h2.sample-header {
        font-size: 16px
    }
}

h2.component.title {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 24px;
    text-align: center;
    color: #4d4e53
}

p.component.subtitle {
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #919296;
    text-align: center
}

[role=button] {
    cursor: pointer
}

.outline {
    display: none
}

@media (min-width:992px) {
    html.side-nav-visible .ovelay-mask {
        visibility: hidden;
        opacity: 0
    }
    html.side-nav-visible body {
        overflow: visible
    }
}

@media (max-width:767px) {
    .footerHeadline {
        /*font-family: Arial, sans-serif;*/
        display: block;
        position: relative;
        font-size: 14px;
        font-weight: 700;
        line-height: 1.1em;
        height: 60px;
        margin-top: 1px;
        padding: 20px 16px;
        color: #4d4e53;
        background-color: #d8d7d5;
        cursor: pointer
    }
    .footerHeadline:hover {
        background-color: #badce6
    }
    .footerHeadline:after {
        display: inline-block;
        position: absolute;
        right: 10px;
        font-family: fontawesome;
        font-size: 14px;
        content: "\f107"
    }
    .footerHeadline--active:after {
        content: "\f106"
    }
}

.footerLinks {
    max-height: none!important
}

.footerWrapper>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footerWrapper>.row>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.footerWrapper>.row:after,
.footerWrapper>.row:before {
    content: none
}

footer {
    background-color: #242424;
}

footer .footer-column {
    padding-top: 40px;
    padding-bottom: 0
}

footer .footer-column h4 {
    font-size: 32px;
    line-height: 1.1em
}

.footerLinks ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #fff;
}

.footerLinks ul:first-child {
    margin-top: 0px
}

.footerLinks ul li a {
    color: #fff;
}

.footerLinks ul li a:hover {
    color: #7e8088
}

.footerHeadlineEqualHeight {
    color: #d5d4d3;
    /*font-family: Arial;*/
    font-size: 16px!important;
    border-bottom: 2px solid #808185;
    padding: 0 0 10px 0
}

.footer__links_container {
    background-color: #000;
    width: 100%
}

@media (max-width:991px) {
    .header-container {
        position: relative
    }
    .header-container .menu-container {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0
    }
    .header-container .search-form {
        display: inline-block
    }
    .header-container .search-btn,
    .header-container .side-menu-close {
        padding: 9px;
        background-color: transparent;
        border: 0;
        color: #919296;
        display: inline-block;
        font-size: 18px
    }
    .header-container .nav-bar-content {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 15px 15px
    }
}

@media (max-width:991px) {
    .header-container__wrap {
        width: 100%
    }
}

.mastNav {
    background-color: #d8d7d5
}

@media (max-width:991px) {
    .mastNav {
        position: fixed!important;
        top: 0!important;
        z-index: 1000!important;
        height: 100%;
        overflow: auto;
        width: 300px;
        right: -300px;
        left: auto!important
    }
    .mastNav--active {
        -webkit-transition: -webkit-transform .2s ease;
        -o-transition: -o-transform .2s ease;
        transition: transform .2s ease;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px)
    }
}

.mastNav__container {
    position: relative
}

@media (max-width:991px) {
    .mastNav__container {
        padding: 0;
        width: auto
    }
}

.mastNav__header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 3.4em
}

@media (min-width:992px) {
    .mastNav__header {
        display: none
    }
}

.mastNav__header__item {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.mastNav__header__item--close {
    width: 3em
}

.mastNav__header__link {
    display: inline-block
}

.mastNav__header__icon {
    height: 3em;
    line-height: 3em;
    color: #4d4e53;
    min-width: 2em
}

.mastNav__header__icon--close {
    color: #919296
}

.mastNav__items {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative
}

.mastNav__items:after {
    content: "";
    display: block;
    clear: both
}

.mastNav__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (min-width:992px) {
    .mastNav__item {
        float: left;
        position: static
    }
    .mastNav__item--active {
        -webkit-box-shadow: inset 0 4px #e31e24;
        box-shadow: inset 0 4px #e31e24
    }
    .mastNav__item:hover {
        background-color: #fff
    }
    .mastNav__item.selected {
        background-color: #fff
    }
}

@media (max-width:991px) {
    .mastNav__item {
        border-bottom: 1px solid #919296
    }
    .mastNav__item.selected {
        border-bottom-width: 0;
        background-color: #f5f5f5
    }
}

@media (min-width:992px) {
    .mastNav__item--extra {
        display: none
    }
}

@media (min-width:992px) {
    .mastNav__item--featured {
        display: block;
        float: right;
        margin-right: -24px
    }
    .mastNav__item--featured:hover {
        background-color: transparent
    }
}

.mastNav__item__label {
    display: block;
    font-size: 12px;
    color: #4d4e53
}

@media (min-width:992px) {
    .mastNav__item__label {
        padding: 15px 24px
    }
}

@media (max-width:991px) {
    .mastNav__item__label {
        font-size: 14px;
        padding: 15px
    }
    [data-js-mastnav-reveal] .mastNav__item__label:after {
        position: absolute;
        right: 15px;
        content: "\f107";
        display: inline-block;
        font-size: 14px;
        font-family: fontawesome;
        color: #e31e24
    }
    [data-js-mastnav-reveal].selected .mastNav__item__label:after {
        content: "\f106"
    }
}

.mastNav--capitalize .mastNav__item__label {
    text-transform: uppercase
}

.mastNav__item__label--link {
    color: #e31e24
}

.mastNav__item__label--link:hover {
    background-color: transparent;
    color: #0d3c87
}

.mastNav__item__label--link:after {
    content: ""
}

.mastNav__item__label__icon {
    margin-right: 8px
}

@media (max-width:991px) {
    .mastNav__subItem.selected {
        background-color: #fff
    }
}

@media (min-width:992px) {
    .mastNav__subItem--extra {
        display: none
    }
}

@media (min-width:992px) {
    .mastNav__subItem--large {
        width: 66.66%;
        padding: 0 15px;
        float: left;
        -webkit-box-shadow: 1px 0 0 #f1f0ef;
        box-shadow: 1px 0 0 #f1f0ef
    }
}

@media (min-width:992px) {
    .mastNav__subItem--wide {
        width: 100%;
        padding: 0 15px;
        float: left
    }
}

@media (min-width:992px) {
    .mastNav__subItem--right {
        width: 33.33%;
        padding: 0 15px;
        float: left
    }
}

@media (max-width:991px) {
    .mastNav__subItem.selected .mastNav__subItem__label {
        border-bottom-color: transparent
    }
    .mastNav__subItem__label:after {
        font-family: fontawesome;
        content: "\f107";
        font-size: 14px;
        color: #e31e24;
        margin-left: 7.5px
    }
    .mastNav__subItem.selected .mastNav__subItem__label:after {
        content: "\f106"
    }
}

@media (max-width:991px) {
    .mastNav__subItem__link:hover {
        color: #4d4e53
    }
    .mastNav__subItem__link--small {
        display: inline-block;
        border-width: 0;
        padding: 7.5px 15px;
        font-size: 14px
    }
}

.mastNav__subItem__info {
    font-size: 11.9px;
    margin-bottom: 8px;
    color: #919296;
    width: 83.33333333%;
    padding-right: 15px
}

@media (max-width:991px) {
    .mastNav__subItem__info {
        display: none
    }
}

@media (max-width:991px) {
    .mastNav__subItem__content {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .4s ease;
        -o-transition: max-height .4s ease;
        transition: max-height .4s ease
    }
    .mastNav__subItem:not(.selected) .mastNav__subItem__content {
        max-height: 0!important
    }
}

@media (max-width:991px) {
    .mastNav__subItem__content__inner {
        font-size: 14px;
        padding: 0 15px 15px;
        text-transform: none;
        background-color: #fff
    }
}

.mastNav__level {
    max-height: 0;
    overflow: hidden;
    cursor: default;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

@media (min-width:992px) {
    .mastNav__level {
        position: absolute;
        z-index: 1000;
        top: 100%;
        right: 0;
        left: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        box-shadow: 0 10px 15px rgba(0, 0, 0, .2);
        max-height: none!important;
        display: none
    }
    .selected .mastNav__level {
        display: block
    }
}

@media (max-width:991px) {
    .mastNav__level {
        -webkit-transition: max-height .4s ease;
        -o-transition: max-height .4s ease;
        transition: max-height .4s ease
    }
    .selected .mastNav__level {
        border-top: 1px solid #dfe0e1
    }
}

.mastNav__item:not(.selected) .mastNav__level {
    max-height: 0!important
}

@media (min-width:992px) {
    .mastNav__level__inner {
        padding: 30px 0
    }
    .mastNav__level__inner:after {
        content: "";
        display: block;
        clear: both
    }
}

.mastNav__level__footer {
    text-align: center;
    font-size: 14px;
    color: #4d4e53;
    margin: 0;
    padding: 15px;
    background-color: #ebebea
}

@media (max-width:991px) {
    .mastNav__level__footer {
        display: none
    }
}

.mastNav__level__footer__link:after {
    font-family: fontawesome;
    padding-left: 8px;
    content: "\f105"
}

@media (min-width:992px) {
    .mastNav__mod__headline {
        display: block;
        font-size: 20px;
        line-height: 1.1em;
        color: #4d4e53;
        margin-bottom: 8px
    }
    .mastNav__subItem__content+.mastNav__mod__headline--secondary {
        margin-top: 20px
    }
}

@media (min-width:992px) {
    .mastNav__mod__headline__strong {
        font-weight: 700
    }
}

.mastNav__mod__link {
    display: block;
    text-transform: none;
    color: #4d4e53;
    padding: 7.5px 15px;
    font-size: 14px
}

@media (min-width:992px) {
    .mastNav__mod__link {
        padding-left: 0
    }
}

@media (max-width:991px) {
    .mastNav__mod__link:first-child {
        padding-top: 0
    }
    .mastNav__mod__link:last-child {
        padding-bottom: 15px
    }
}

@media (min-width:992px) {
    .mastNav__mod__list {
        margin: 0 -15px;
        max-height: none!important
    }
    .mastNav__mod__list:after {
        content: "";
        display: block;
        clear: both
    }
}

@media (min-width:992px) {
    .mastNav__mod__product {
        float: left;
        width: 33.33%;
        padding: 4px 15px;
        display: table;
        table-layout: fixed
    }
    .mastNav__mod__product:nth-child(3n+1) {
        clear: both
    }
    .mastNav__mod__product.mastNav__mod__services:nth-child(3n+1) {
        clear: none
    }
    .mastNav__mod__product.mastNav__mod__services:nth-child(3n+2) {
        clear: both
    }
    .mastNav__mod__productImageWrap {
        width: 75px;
        height: 60px
    }
    .mastNav__mod__productImageWrap,
    .mastNav__mod__productLink {
        display: table-cell;
        vertical-align: middle;
        color: #343539;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2em
    }
}

@media (max-width:991px) {
    .mastNav__mod__productImageWrap {
        display: none
    }
    .mastNav__mod__product:first-child {
        margin-top: -7.5px
    }
    .mastNav__mod__product:last-child {
        padding-bottom: 7.5px
    }
}

@media (min-width:992px) {
    .mastNav__mod__gridWrap {
        width: 75%;
        float: left
    }
}

@media (min-width:992px) {
    .mastNav__mod__gridItem {
        width: 25%;
        float: left;
        padding: 0 15px;
        -webkit-box-shadow: -1px 0 0 #f1f0ef;
        box-shadow: -1px 0 0 #f1f0ef
    }
    .mastNav__mod__gridItem img {
        width: 100%;
        margin-bottom: 16px
    }
}

@media (max-width:991px) {
    .mastNav__mod__gridItem {
        background-color: #fff
    }
    .mastNav__mod__gridItem--camo {
        background-color: transparent
    }
}

@media (max-width:991px) {
    .mastNav__mod__gridItem--extra,
    .mastNav__mod__gridItem__imgLink {
        display: none
    }
}

.mastNav__mod__gridItem--extra {
    width: 25%
}

@media (min-width:992px) {
    .mastNav__mod__gridItem--large {
        width: 33.33%;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .mastNav__mod__gridItem--large:nth-child(3n+2) {
        clear: both
    }
}

@media (min-width:992px) {
    .mastNav__mod__gridItem--thin {
        padding-right: -webkit-calc(6.666% + 15px);
        padding-right: calc(6.666% + 15px)
    }
}

.mastNav__mod__gridItem__info p {
    margin: 0 0 8px
}

@media (min-width:992px) {
    .mastNav__mod__gridItem__info--small {
        font-size: 11.9px;
        margin: 5px 0 8px;
        color: #919296
    }
}

@media (max-width:991px) {
    .mastNav__mod__gridItem__info {
        display: block;
        margin: -6px 0 0;
        padding: 0 15px 7.5px;
        color: #919296;
        font-size: 10px
    }
}

@media (min-width:992px) {
    .mastNav__mod__gridItem__link {
        color: #e31e24;
        font-weight: 400;
        background-color: transparent;
        border: none;
        padding: 0
    }
}

@media (min-width:992px) {
    .mastNav__mod__gridItem__headline {
        font-size: 20px;
        line-height: 1.1em;
        margin: 0 0 16px;
        color: #4d4e53;
        display: block
    }
    .mastNav__mod__gridItem__headline--secondary {
        margin-top: 20px
    }
}

.mastNav__mod__gridHeader {
    float: left;
    width: 100%;
    padding: 0 15px
}

@media (max-width:991px) {
    .mastNav__mod__gridHeader {
        display: none
    }
}

.mastNav__mod__gridHeader__headline {
    font-size: 20px;
    line-height: 1.1em;
    margin: 0;
    padding-bottom: 12px;
    color: #4d4e53;
    display: block
}

.mastNav__mod__gridHeader__info {
    font-size: 11.9px;
    margin-bottom: 22px;
    color: #919296
}

.mastNav__contact__address {
    margin-bottom: 0;
    padding: 7.5px 0;
    font-size: 14px
}

.mastNav__contact__btn {
    display: block;
    text-align: center
}

.forminclude.oneColumnForm {
    max-width: 460px;
    padding: 0 20px
}

.forminclude.oneColumnForm .wForm form .htmlSection .htmlContent h1 {
    margin-left: -50px;
    margin-right: -50px;
    line-height: 1.166
}

@media (max-width:767px) {
    .forminclude.oneColumnForm .wForm form .htmlSection .htmlContent h1 {
        margin-left: 0;
        margin-right: 0
    }
}

.forminclude.oneColumnForm .wForm form .row {
    margin-left: 0;
    margin-right: 0
}

.forminclude.oneColumnForm .wForm form .oneField.col-md-6 {
    padding: 0;
    width: 100%
}

.forminclude.oneColumnForm .wForm form>div:first-child {
    text-align: center
}

.forminclude.oneColumnForm .wForm form>div>div:first-child {
    margin: 0 0 0
}

.forminclude.oneColumnForm .wForm form>div>div:last-child {
    margin: 0 0 50px
}

.forminclude.oneColumnForm .wForm form h1 {
    color: #4d4e53;
    font-family: Arial, sans-serif;
    font-size: 24px
}

.forminclude.oneColumnForm .wForm form .g-recaptcha>div {
    margin: 0 auto
}

.forminclude.oneColumnForm .wForm form .primaryAction.cta.blue {
    text-align: center;
    width: 100%
}

.forminclude.oneColumnForm .js-textAccordion {
    display: block;
    height: auto;
    max-height: none;
    overflow-y: hidden;
    position: relative;
    -webkit-transition: max-height ease .5s;
    -o-transition: max-height ease .5s;
    transition: max-height ease .5s
}

.forminclude.oneColumnForm .js-textAccordion:after {
    background: #fff;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    bottom: 0;
    content: '';
    display: block;
    height: 50%;
    left: 0;
    opacity: 1;
    position: absolute;
    -webkit-transition: height ease .5s, opacity ease .5s;
    -o-transition: height ease .5s, opacity ease .5s;
    transition: height ease .5s, opacity ease .5s;
    width: 100%;
    z-index: 1
}

.forminclude.oneColumnForm .js-textAccordion .js-textAccordion-button {
    background: #fff;
    border: 2px solid #4d4e53;
    bottom: 1px;
    color: #4d4e53;
    cursor: pointer;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 16px;
    font-weight: 700;
    padding: 12px 32px;
    position: absolute;
    left: 50%;
    letter-spacing: .5px;
    min-width: 130px;
    text-align: center;
    text-decoration: none;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-transition: border .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, background-color .2s linear;
    transition: border .2s linear, background-color .2s linear;
    white-space: nowrap;
    word-break: keep-all;
    z-index: 2
}

.forminclude.oneColumnForm .js-textAccordion .js-textAccordion-button:hover {
    background: #e6e5e5
}

.forminclude.oneColumnForm .js-textAccordion .js-textAccordion-button:active {
    background: #fff
}

.forminclude.oneColumnForm .js-textAccordion .js-textAccordion-button:after {
    content: '\f078';
    display: inline-block;
    font-family: fontawesome;
    margin-left: 1rem;
    -webkit-transform-origin: 50% 55%;
    -ms-transform-origin: 50% 55%;
    -o-transform-origin: 50% 55%;
    transform-origin: 50% 55%;
    -webkit-transform: rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
    -webkit-transition: -webkit-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    transition: transform .2s ease
}

.forminclude.oneColumnForm .js-textAccordion .js-textAccordion-button.js-noLessLabel:after,
.forminclude.oneColumnForm .js-textAccordion .js-textAccordion-button.js-noMoreLabel:after {
    margin-left: 0
}

.forminclude.oneColumnForm .js-textAccordion.js-closing {
    max-height: 10rem
}

.forminclude.oneColumnForm .js-textAccordion.js-closing:after {
    height: 7.5rem;
    opacity: 1;
    position: relative
}

.forminclude.oneColumnForm .js-textAccordion.js-closed {
    max-height: 10rem
}

.forminclude.oneColumnForm .js-textAccordion.js-closed:after {
    height: 50%;
    opacity: 1
}

.forminclude.oneColumnForm .js-textAccordion.js-opening {
    max-height: 100vh
}

.forminclude.oneColumnForm .js-textAccordion.js-opening:after {
    height: 7.5rem;
    opacity: 0
}

.forminclude.oneColumnForm .js-textAccordion.js-opening .js-textAccordion-button:after {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg)
}

.forminclude.oneColumnForm .js-textAccordion.js-open {
    max-height: none
}

.forminclude.oneColumnForm .js-textAccordion.js-open:after {
    height: 7.5rem;
    opacity: 0;
    position: relative
}

.forminclude.oneColumnForm .js-textAccordion.js-open .js-textAccordion-button:after {
    -webkit-transform: rotate3d(0, 0, 1, 180deg);
    transform: rotate3d(0, 0, 1, 180deg)
}

.header-container .search-form {
    margin: 0 0 0 30px
}

[dir=rtl] .header-container .search-form {
    margin: 0 30px 0 0
}

.subNav {
    background-color: #4d4e53
}

@media (max-width:991px) {
    .subNav__container {
        width: 100%;
        padding: 0
    }
}

.subNav__inner {
    position: relative
}

@media (min-width:992px) {
    .subNav__inner {
        font-size: 0;
        white-space: nowrap;
        overflow: hidden
    }
}

.subNav__headline {
    color: #fff;
    width: 100%;
    line-height: 50px;
    display: block;
    text-align: center;
    cursor: pointer
}

.subNav__headline:after {
    font-family: fontawesome;
    content: "\f0c9";
    color: #fff;
    position: absolute;
    left: 0;
    top: 35px;
    width: 100%;
    text-align: center;
    pointer-events: none;
    font-size: 10px;
    line-height: 1em;
    -webkit-transition: opacity .1s ease, -webkit-transform .2s ease;
    -o-transition: opacity .1s ease, -o-transform .2s ease;
    transition: opacity .1s ease, transform .2s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.subNav--active .subNav__headline:after {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    -o-transform: translateY(1em);
    transform: translateY(1em)
}

@media (min-width:992px) {
    .subNav__headline {
        display: none
    }
}

.subNav__backBtn {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

@media (min-width:992px) {
    .subNav__backBtn {
        display: none
    }
}

.subNav__backBtn__link {
    display: inline-block;
    font-size: 28px;
    color: #fff;
    background-color: #919296;
    width: 40px;
    text-align: center
}

.subNav__backBtn__link:hover {
    color: #fff
}

.subNav__backBtn__link__icon {
    line-height: 50px
}

@media (min-width:992px) {
    .subNav__logo {
        display: inline-block
    }
}

@media (max-width:991px) {
    .subNav__logo {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }
}

.subNav__logo__link {
    display: table;
    font-size: 10px;
    padding: 0 15px;
    color: #fff;
    background-color: #1c1c1e;
    height: 50px;
    width: 80px;
    text-align: center
}

.subNav__logo__link:hover {
    color: #fff
}

@media (min-width:992px) {
    .subNav__logo__link {
        font-size: 12px
    }
}

.subNav__logo__link strong {
    display: table-cell;
    vertical-align: middle
}

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

@media (min-width:992px) {
    .subNav__items {
        display: inline-block;
        vertical-align: top
    }
}

@media (max-width:991px) {
    .subNav__items {
        background-color: #919296;
        width: 100%;
        max-height: 0;
        -webkit-transition: max-height .4s ease;
        -o-transition: max-height .4s ease;
        transition: max-height .4s ease;
        overflow: hidden
    }
}

@media (min-width:992px) {
    .subNav__item {
        display: inline-block;
        vertical-align: top
    }
}

.subNav__item--close {
    text-align: center;
    color: #fff;
    background-color: #4d4e53;
    font-size: 10px
}

@media (min-width:992px) {
    .subNav__item--close {
        display: none
    }
}

@media (min-width:992px) {
    .subNav__item__link {
        line-height: 50px;
        padding: 0 15px;
        font-size: 12px;
        color: #fff;
        display: inline-block;
        position: relative
    }
    .subNav__item__link:hover {
        color: #fff;
        background-color: #343539
    }
    .subNav__item__link--active:after {
        position: absolute;
        bottom: -5px;
        left: 50%;
        width: 0;
        height: 0;
        margin: 0 0 0 -12px;
        content: " ";
        pointer-events: none;
        border: solid transparent;
        border-width: 12px;
        border-bottom-color: #fff
    }
}

@media (max-width:991px) {
    .subNav__item__link {
        display: block;
        padding: 10px;
        text-align: center;
        color: #fff;
        border-top: 1px solid #fff
    }
    .subNav__item__link:hover {
        color: #fff
    }
}

@media (min-width:768px) {
    .subSectionListing .h3.model-name {
        font-size: 32px;
        margin-top: 20px
    }
}

@media (max-width:767px) {
    .subSectionListing .model .model-image {
        padding-right: 0
    }
}

@media (max-width:767px) {
    .twoLevelLinkList {
        text-align: center
    }
}

.twoLevelLinkList ul {
    margin-top: 15px
}

.twoLevelLinkList li {
    padding: 4px 0
}

.twoLevelLinkList li a {
    font-size: 14px
}

.imageText-nomargin {
    margin: 0
}

.imageText-nobottommargin {
    margin-bottom: 0
}

.imageText-nobottommargin p:last-child {
    margin-bottom: 0
}

.imageText-expanded {
    position: relative;
    margin: 0 auto;
    max-width: 1420px;
    text-align: center
}

.imageText-expanded.imageText-fullsize .image-container,
.imageText-expanded.imageText-fullsize .wrapper {
    margin: 0
}

.imageText-expanded:not(.imageText-fullsize) .wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.spirit-magazine-theme-intro p {
    margin-bottom: 0
}

@media (max-width:767px) {
    .spirit-magazine-article-listing .imageTextGrid {
        margin: 0
    }
}

.spirit-magazine-start-header .imageText {
    margin-bottom: 0;
    margin-top: 40px
}

.spirit-magazine-start-header .imageText .about-link {
    margin: -20px 0 20px
}

@media (min-width:992px) {
    .spirit-magazine-start-header .imageText .imageText-only-text {
        position: relative
    }
    .spirit-magazine-start-header .imageText .imageText-only-text .about-link {
        margin: 0;
        position: absolute;
        top: 0;
        right: 0
    }
}

.spirit-magazine-pagination .pagination:not(.bottom) {
    padding-top: 48px
}

@media (min-width:768px) {
    .spirit-magazine-pagination .pagination:not(.bottom) {
        border-bottom: 1px solid #ebebea
    }
}

.spirit-magazine-pagination .pagination:not(.bottom) .total-results {
    top: 48px
}

.spirit-magazine-article-listing .imageText.spirit-magazine-list-item .h1 {
    font-size: 32px;
    margin-bottom: 9px
}

@media (min-width:768px) and (max-width:991px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item .h1 {
        font-size: 24px
    }
}

.spirit-magazine-article-listing .imageText.spirit-magazine-list-item .article-metadata {
    overflow: hidden;
    font-size: 14px;
    position: relative;
    min-height: 1px;
    margin: 16px 0 8px
}

.spirit-magazine-article-listing .imageText.spirit-magazine-list-item .article-metadata .theme {
    float: left
}

.spirit-magazine-article-listing .imageText.spirit-magazine-list-item .article-metadata .theme span {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 8px;
    background-color: #16a6c9
}

.spirit-magazine-article-listing .imageText.spirit-magazine-list-item .article-metadata .date {
    color: #919296;
    float: right
}

@media (min-width:768px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--fullwidth .h1 {
        font-size: 48px
    }
}

@media (min-width:992px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--fullwidth .article-metadata {
        margin-top: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--oneplusthree {
        margin-bottom: 48px
    }
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--oneplusthree .h1 {
        font-size: 32px
    }
}

@media (min-width:768px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--small {
        margin-bottom: 30px
    }
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--small .image-container {
        float: left;
        margin: 0 20px 10px 0
    }
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--small .article-metadata {
        margin-top: 0
    }
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--small .h1 {
        font-size: 22px;
        margin-bottom: 5px
    }
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item--small p {
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-list-item {
        border-top: 2px solid #ebebea;
        padding-top: 20px
    }
}

.spirit-magazine-article-listing .imageText.spirit-magazine-theme-item {
    margin-bottom: 24px
}

@media (max-width:767px) {
    .spirit-magazine-article-listing .imageText.spirit-magazine-theme-item {
        border-top: 2px solid #ebebea;
        padding-top: 20px
    }
}

.spirit-magazine-next-theme {
    background-color: #ebebea
}

.spirit-magazine-next-theme .container .row {
    margin: 18px 0 12px
}

.spirit-magazine-next-theme .container .row .column-theme-available {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    padding: 6px 0 8px 0
}

.spirit-magazine-next-theme .container .row .column-theme-available .date {
    color: #919296;
    font-style: italic
}

.spirit-magazine-next-theme .container .row .column-theme {
    float: left;
    border-left: 1px solid #4d4e53;
    padding: 6px 0 2px 20px;
    line-height: 16px
}

@media (max-width:767px) {
    .spirit-magazine-next-theme {
        background-color: #fff
    }
    .spirit-magazine-next-theme .container .row {
        margin: 32px 0 30px 0
    }
    .spirit-magazine-next-theme .container .row .column-theme {
        padding: 2px 0 2px 20px;
        font-size: 14px;
        line-height: 10px
    }
    .spirit-magazine-next-theme .container .row .column-theme-available {
        margin-left: 4px;
        font-size: 9px
    }
}

@media (max-width:767px) {
    .spirit-articleIntro .article-headline .title {
        font-size: 50px
    }
}

@media (min-width:992px) {
    .spirit-articleIntro .article-headline .title {
        font-size: 70px
    }
    .spirit-magazine-container .carousel .slick-dots {
        bottom: 31px
    }
    .spirit-magazine-container .carousel .spirit-articleImage .image-caption {
        margin-top: 5px
    }
}

.spirit-articleIntro {
    margin-top: 48px;
    text-align: center
}

.spirit-articleIntro .article-headline {
    min-height: 240px;
    margin-bottom: 24px
}

.spirit-articleIntro .article-headline .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 8px
}

.spirit-articleIntro .article-headline .title {
    display: block;
    margin: 0 0 20px 0
}

.spirit-articleIntro .article-author {
    display: block;
    font-size: 16px
}

.spirit-articleIntro .article-summary {
    display: block;
    font-size: 14px
}

.spirit-articleIntro .article-date {
    display: inline
}

.spirit-articleIntro .article-link {
    border-left: 1px solid #4d4e53;
    padding-left: 5px;
    display: inline
}

.spirit-articleIntro .article-introduction {
    font-size: 28px;
    line-height: 36px
}

@media (max-width:767px) {
    .spirit-articleIntro .article-introduction {
        font-size: 25px;
        line-height: 33px
    }
}

.spirit-articleImage .image-caption {
    text-align: center;
    font-size: 14px;
    margin: 5px 20px
}

@media (max-width:767px) {
    .col-xs-12>.spirit-articleImage {
        width: 100vw;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.spirit-articleImage--fullwidth {
    max-width: 1420px;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.articleContent {
    margin-top: 24px;
    margin-bottom: 24px
}

@media (max-width:991px) {
    .articleContent {
        padding: 0 15px
    }
}

.articleContent ol,
.articleContent p,
.articleContent ul {
    font-size: 21px;
    line-height: 34px
}

@media (max-width:767px) {
    .articleContent ol,
    .articleContent p,
    .articleContent ul {
        font-size: 18px;
        line-height: 28px
    }
}

.articleContent h2 {
    font-size: 24px;
    margin-bottom: 30px
}

.articleContent.dropcaps p:first-child:first-letter {
    float: left;
    font-size: 100px;
    line-height: 80px;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 3px
}

@media (max-width:767px) {
    .articleContent.dropcaps p:first-child:first-letter {
        font-size: 90px;
        padding-top: 4px;
        padding-right: 4px
    }
}

.articleContent .spirit-infobox {
    background-color: #d8d7d5
}

.articleContent .spirit-infobox .spirit-infoboxContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 15px 0 15px
}

.articleContent .spirit-infobox .spirit-infoboxContent .title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 12px
}

.articleContent .spirit-infobox .spirit-infoboxContent ol,
.articleContent .spirit-infobox .spirit-infoboxContent p,
.articleContent .spirit-infobox .spirit-infoboxContent ul {
    font-size: 16px;
    line-height: 26px
}

.spirit-magazine-link-filter {
    text-align: center;
    line-height: 22px;
    margin-top: 55px;
    margin-bottom: 7px
}

.spirit-magazine-link-filter span:first-child {
    padding-right: 22px;
    margin-left: 0;
    border-right: 1px solid #d8d7d5
}

.spirit-magazine-link-filter a,
.spirit-magazine-link-filter span {
    margin-left: 22px
}

.spirit-magazine-dropdown-filter {
    margin-top: 0;
    margin-bottom: 0
}

.spirit-carousel .articleContent {
    margin-top: 0;
    margin-bottom: 0
}

@media (min-width:992px) {
    .spirit-carousel .slick-dots {
        max-width: 1420px;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

@media (max-width:991px) {
    .spirit-carousel .spirit-articleImage .image-caption {
        margin-top: 40px
    }
}

.spiritMagazine>.imageText {
    margin-top: 24px;
    margin-bottom: 24px
}

.spiritMagazine .imageText p {
    font-size: 21px;
    line-height: 34px
}

.spiritMagazine .imageText-fullsize-outsideText h2 {
    text-align: center
}

@media (min-width:992px) {
    .spiritMagazine .imageText-fullsize-outsideText p {
        margin-left: 16.66667%;
        width: 66.66667%
    }
}

@media (max-width:767px) {
    .spiritMagazine .imageText p {
        font-size: 18px;
        line-height: 28px
    }
    .spiritMagazine>.imageTextGrid {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.heroImage.campaign {
    overflow: visible
}

.heroImage.campaign.campaign-page {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .heroImage.campaign.campaign-page .hero-image-light {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    .heroImage.campaign.campaign-page .hero-image-light .wrapper {
        margin: 0 -30px
    }
}

@media (min-width:768px) {
    .heroImage.campaign .wrapper {
        margin: 0
    }
}

.heroImage.campaign .image-container:after {
    content: none!important
}

@media (min-width:768px) {
    .heroImage.campaign .wrapper.wrapper-external-mobile .content-container {
        padding: 30px
    }
}

.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container {
    background-color: #dd7611;
    opacity: .9;
    padding: 15px
}

.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container>:last-child {
    margin-bottom: 0
}

@media (min-width:768px) {
    .heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container {
        float: left;
        width: auto;
        max-width: 50%
    }
    [dir=rtl] .heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container {
        float: right
    }
    .heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: skew(-20deg);
        -ms-transform: skew(-20deg);
        -o-transform: skew(-20deg);
        transform: skew(-20deg);
        -webkit-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%;
        background-color: #dd7611;
        z-index: -1
    }
    [dir=rtl] .heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container:after {
        -webkit-transform: skew(20deg);
        -ms-transform: skew(20deg);
        -o-transform: skew(20deg);
        transform: skew(20deg)
    }
}

.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container .h1 {
    margin-bottom: 0
}

@media (min-width:768px) {
    .heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container .h1 {
        font-size: 48px
    }
}

.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container .h1,
.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container .subtitle,
.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .padding-container p {
    color: #fff
}

.heroImage.campaign .wrapper.wrapper-external-mobile .content-container .cta-container {
    padding-top: 20px;
    clear: both
}

.imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid,
.imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid {
    margin-left: -15px;
    margin-right: -15px
}

.imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid,
.imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid .image-container,
    .imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid .wrapper {
        position: relative;
        min-height: 1px;
        padding-left: 15px;
        padding-right: 15px
    }
    .imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid .h1 {
        margin-top: 0
    }
    .imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid .h1,
    .imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid .h1 {
        margin-top: 0
    }
    .imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid .image-container {
        float: left;
        width: 66.66666667%
    }
    .imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid .image-container {
        left: 33.33333333%;
        float: left;
        width: 66.66666667%
    }
    .imageTextGrid .imageTextGrid-1-left-8-columns .imageText-grid .wrapper {
        float: left;
        width: 33.33333333%
    }
    .imageTextGrid .imageTextGrid-1-right-8-columns .imageText-grid .wrapper {
        float: left;
        width: 33.33333333%;
        right: 66.66666667%
    }
}

#geoIpText {
    font-style: italic;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .mastNav__subItem__label,
    .mastNav__subItem__link {
        display: block;
        font-size: 18px;
        text-transform: none;
        border-bottom: 1px solid #dfe0e1;
        padding: 15px;
        color: #4d4e53
    }
}

.primary-cta-teaser {
    margin: 0 -15px;
    padding: 50px 15px;
    background-color: #d8d7d5
}

@media (min-width:768px) {
    .primary-cta-teaser {
        padding: 50px 0;
        margin: 0 0 150px
    }
}

.primary-cta-teaser .h1 {
    font-size: 48px;
    margin: 0 0 35px
}

@media (min-width:768px) {
    .primary-cta-teaser .h1 {
        margin-bottom: 20px
    }
}

.primary-cta-teaser p {
    margin-bottom: 35px
}

@media (min-width:992px) {
    .container .article-carousel .slick-dots {
        bottom: 31px
    }
    .container .article-carousel .articleImage .image-caption {
        margin-top: 5px
    }
}

@media (min-width:992px) {
    .article-carousel .slick-dots {
        max-width: 1200px;
        margin: 0 auto;
        left: 0;
        right: 0
    }
}

.article-carousel .articleImage .image-caption {
    text-align: center;
    font-size: 14px;
    margin: 5px 20px
}

@media (max-width:991px) {
    .article-carousel .articleImage .image-caption {
        margin-top: 40px
    }
}

.articleImage--fullwidth {
    max-width: 1200px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#state-filter .filter-content {
    background: 0 0;
    top: 0
}

#state-filter .custom-select {
    background-color: #ebebea
}

#state-filter .filter-padding {
    padding-top: 0
}

.contractsList dl {
    overflow: hidden
}

.contractsList dt {
    float: left;
    clear: both;
    font-weight: 400;
    line-height: 2;
    margin-right: 5px
}

[dir=rtl] .contractsList dt {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.contractsList dd {
    font-weight: 700;
    line-height: 2
}

.contractTable td {
    font-weight: 700
}

.contractTable td p {
    font-weight: 700
}

.contractTable td ol:last-child,
.contractTable td p:last-child,
.contractTable td ul:last-child {
    margin-bottom: 0
}

.cta {
    cursor: pointer;
    padding: 12px 32px;
    position: relative;
    text-align: center;
    -webkit-transition: border .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, background-color .2s linear;
    transition: border .2s linear, background-color .2s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    /*font-family: Arial, Helvetica, sans-serif;*/
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px
}

.cta.blue {
    background: #DFDFDF;
    border: 2px solid transparent;
    color: #4d4e53;
}

.cta.blue:focus,
.cta.blue:hover {
    background: #7a7a7e
}

.cta.blue:active {
    background: #7a7a7e
}

.cta.blue.disabled {
    background: #6fa1f1;
    pointer-events: none
}

.cta.grey {
    background: #DFDFDF;
    border: 2px solid transparent;
    color: #fff
}

.cta.grey:focus,
.cta.grey:hover {
    background: #343539;
    color: #fff
}

.cta.grey:active {
    background: #4d4e53
}

.cta.grey.disabled {
    background: #999aa0;
    pointer-events: none
}

.cta.white {
    background: #fff;
    border: 2px solid #4d4e53;
    color: #4d4e53;
   /** width: 100%**/
}

.cta.white:focus,
.cta.white:hover {
    background: #e6e5e5
}

.cta.white:active {
    background: #fff
}

.cta.white.disabled {
    background: #fff;
    border: 2px solid #999aa0;
    pointer-events: none;
    color: #999aa0
}

.cta .fa-download {
    vertical-align: middle
}

.link.blue {
    color: #e31e24;
    text-decoration: none
}

.link.grey {
    color: #4d4e53;
    text-decoration: none
}

.link:hover.blue {
    color: #0d3c87
}

.link:hover.grey {
    color: #343539
}

.link:active.blue {
    color: #e31e24
}

.link:active.grey {
    color: #66676d
}

.chevron-link:after,
.popover-title:after {
    /*font-family: Arial, Helvetica, sans-serif;*/
    content: "›";
    display: inline-block;
    -webkit-transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    padding-left: 5px
}

[dir=rtl] .chevron-link:after,
[dir=rtl] .popover-title:after {
    padding-left: 0;
    padding-right: 5px
}

.cta.back .chevron-link:after {
    content: none
}

.cta.back .chevron-link:before {
    /*font-family: Arial, Helvetica, sans-serif;*/
    content: "‹";
    display: inline-block;
    -webkit-transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    -o-transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    transition: all 1.1s cubic-bezier(.19, 1, .22, 1);
    padding-right: 5px
}

[dir=rtl] .cta.back .chevron-link:before {
    padding-right: 0;
    padding-left: 5px
}

.cta:hover .chevron-link:after,
.cta:hover.popover-title:after,
.link:hover .chevron-link:after,
.link:hover.popover-title:after {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

[dir=rtl] .cta:hover .chevron-link:after,
[dir=rtl] .cta:hover.popover-title:after,
[dir=rtl] .link:hover .chevron-link:after,
[dir=rtl] .link:hover.popover-title:after {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.cta:hover .chevron-link:before,
.link:hover .chevron-link:before {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

[dir=rtl] .cta:hover .chevron-link:before,
[dir=rtl] .link:hover .chevron-link:before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.video-button {
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, .9);
    color: #4d4e53;
    width: 50px;
    height: 50px;
    font-size: 22px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 0 12px 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 12px 4px rgba(0, 0, 0, .3);
    vertical-align: middle;
    margin-right: 20px
}

[dir-rtl] .video-button {
    margin-right: 0;
    margin-left: 20px
}

.video-button .fa {
    position: absolute;
    top: 50%;
    left: 55%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

a:hover .video-button .fa {
    -webkit-transform: translateY(-50%) translateX(-50%) scale(1.2);
    -ms-transform: translateY(-50%) translateX(-50%) scale(1.2);
    -o-transform: translateY(-50%) translateX(-50%) scale(1.2);
    transform: translateY(-50%) translateX(-50%) scale(1.2)
}

a:hover .video-button {
    background: rgba(230, 230, 230, .9);
    color: #343539;
    cursor: pointer
}

a:active .video-button {
    background: rgba(255, 255, 255, .9);
    color: #4d4e53
}

.cta-video {
    display: inline-block;
    color: #4d4e53;
    position: relative
}

.cta-video:hover {
    color: #343539
}

.hero-image-light .cta-video,
.imageText-light .cta-video {
    color: #fff
}

.hero-image-light .cta-video:hover,
.imageText-light .cta-video:hover {
    color: #e6e5e5
}

.model {
    margin: 5px -10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border: 1px solid #d8d7d5;
    text-align: left
}

@media (min-width:992px) {
    .model {
        margin: 15px 0
    }
}

[dir=rtl] .model {
    text-align: right
}

.model .model-details,
.model .model-image {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-top: 15px;
}

.model .model-name {
    font-size: 20px;
    margin-bottom: 10px
}

@media (min-width:768px) {
    .model .model-name {
        font-size: 23px;
        margin-bottom: 20px
    }
}

.model .model-name:after {
    font-family: fontawesome;
    content: " \f105";
    vertical-align: top;
    color: #4d4e53;
    padding-left: 8px
}

[dir=rtl] .model .model-name:after {
    content: " \200F‎\f104";
    padding-left: 0;
    padding-right: 8px
}

.model-specs-list {
    margin: 0 0 10px;
    padding: 0;
    list-style: none
}

.model .model-specs-list {
    line-height: 1;
}

.model-specs-list>li {
	padding-top: 1px;
 
}

.model-specs-list .model-spec-key {
    font-size: 14px;
    margin: 0;
    color: #919296
}

#product-details .model-specs-list .model-spec-key {
    font-size: 15px
}

.model-specs-list .model-spec-value {
    display: inline-block;
    font-size: 14px;
    color: #4d4e53
}

.model .model-specs-list .model-spec-value {
    font-size: 12px
}

@media (min-width:768px) {
    .model .model-specs-list .model-spec-value {
        font-size: 14px
    }
}

@media (min-width:768px) {
    #product-details .model-specs-list .model-spec-value {
        font-size: 15px
    }
}

.model-specs-list .model-spec-value .fa {
    display: inline-block;
    font-size: 22px;
    width: 25px;
    vertical-align: middle
}

.model .model-specs-list .model-spec-value .fa {
    font-size: 16px;
    line-height: 1.2;
    width: 18px
}

@media (min-width:768px) {
    .model .model-specs-list .model-spec-value .fa {
        font-size: 20px;
        width: 25px
    }
}

.model-specs-list .model-spec-value.visible-xs {
    display: inline-block!important
}

@media (min-width:768px) {
    .model-specs-list .model-spec-value.visible-xs {
        display: none!important
    }
}

.tooltip {
    font-size: 14px
}

.model .tooltip {
    font-size: 12px
}

@media (min-width:768px) {
    .model .tooltip {
        font-size: 14px
    }
}

.tooltip .tooltip-inner {
    background-color: #4d4e53;
    border-radius: 0;
    white-space: normal;
    text-align: inherit
}

.tooltip.right {
    padding-left: 11px
}

.tooltip.right .tooltip-arrow {
    margin-top: -11px;
    border-width: 11px 11px 11px 0;
    border-right-color: #4d4e53
}

.tooltip.top {
    padding-bottom: 10px
}

.tooltip.top .tooltip-arrow {
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-top-color: #4d4e53
}

#product-details {
    position: relative;
    margin-top: 15px;
}

#product-details .col-product-title h1 {
    font-size: 21px;
    margin: 0 0 10px;
    padding-bottom: 1px;
    border-bottom: 2px solid #ebebea
}

#product-details .col-product-title img {
    width: 60px;
    height: auto;
    margin: 0 0 15px 0;
}


@media (min-width:768px) {
    #product-details .col-product-title h1 {
        font-size: 18px;
        white-space: normal;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media (min-width:768px) {
    #product-details .col-product-title {
        height: 95px
    }
}

@media (max-width:767px) {
    #product-details .col-product-title {
        text-align: center
    }
}

@media (min-width:768px) {
    #product-details .col-product-image {
        margin-top: -120px
    }
    #product-details .col-product-image .img-responsive {
        max-width: 75%;
        margin: 0 auto
    }
}

#product-details .product-subcategory {
    /*font-family: Arial, Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    display: block;
    color: #919296;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media (min-width:768px) {
    #product-details .product-subcategory {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

#product-details .cta {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 15px
}

@media (min-width:992px) {
    #product-details .cta {
        width: 80%
    }
}

#product-details .cta.secondary-cta {
    color: #e31e24;
    border-color: #e31e24
}

#product-details .comparison,
#product-details .download {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    margin: 5px 0
}

#product-details .model-description {
    font-size: 15px;
    line-height: 1.6
}

@media (max-width:767px) {
    #product-details .model-description {
        display: none
    }
}

#product-tabs {
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .1) 0 15px 15px;
    box-shadow: rgba(0, 0, 0, .1) 0 15px 15px
}

@media (max-width:991px) {
    #product-tabs {
        height: 0;
        background-color: #ebebea
    }
    #product-tabs.scroll-to-fixed-fixed {
        height: auto
    }
    #product-tabs .container {
        padding: 0
    }
}

#product-tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#product-tabs ul li {
    float: left
}

[dir=rtl] #product-tabs ul li {
    float: right
}

#product-tabs ul li .product-tab-link {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 16px 50px;
    color: #4d4e53
}

#product-tabs ul li .product-tab-link.active,
#product-tabs ul li .product-tab-link:hover {
    background-color: #ebebea;
    color: #4d4e53
}

@media (max-width:991px) {
    #product-tabs ul li .product-tab-link {
        display: none
    }
}

@media (min-width:992px) and (max-width:1299px) {
    #product-tabs ul li .product-tab-link {
        padding: 16px 30px
    }
}

#product-tabs ul #product-tab-heading .h1 {
    font-size: 24px;
    color: #919296;
    margin: 0;
    padding: 13px 20px;
    display: block
}

@media (max-width:991px) {
    #product-tabs ul #product-tab-heading .h1 {
        font-size: 21px;
        padding: 14px 20px 15px
    }
}

#product-tabs ul #product-tab-cta {
    float: right
}

@media (min-width:992px) and (max-width:1299px) {
    #product-tabs ul #product-tab-cta {
        float: none;
        position: absolute;
        right: 0
    }
}

[dir=rtl] #product-tabs ul #product-tab-cta {
    float: left
}

#product-tabs ul #product-tab-cta .cta {
    font-size: 15px
}

@media (max-width:991px) {
    #product-tabs ul #product-tab-cta .cta {
        font-size: 12px;
        padding: 14px 10px
    }
}

#overview .overview-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:767px) {
    #overview .overview-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    #overview .overview-row .overview-media {
        margin-bottom: 18px
    }
}

@media (min-width:768px) {
    #overview .overview-row {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    #overview .overview-row .overview-media {
        -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start
    }
}

#overview .overview-row h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 7px
}

@media (min-width:768px) {
    #overview .overview-row h2 {
        font-size: 22px;
        margin-bottom: 10px
    }
}

#overview .overview-row p {
    font-size: 14px
}

@media (min-width:768px) {
    #overview .overview-row p {
        font-size: 15px
    }
}

#features {
    font-size: 15px
}

@media (max-width:991px) {
    #features {
        font-size: 14px
    }
}

#features .h2 {
    font-size: 36px
}

#features .description {
    margin-bottom: 4px
}

#features .feature-list>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#features .feature-list>.row:after,
#features .feature-list>.row:before {
    content: none
}

#features .feature-list>.row>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0 30px
}

#features .feature-list>.row>div>div {
    text-align: left;
    background-color: #fff
}

[dir=rtl] #features .feature-list>.row>div>div {
    text-align: right
}

#features .feature-list>.row>div>div>picture {
    position: relative
}

#features .feature-list>.row>div>div>picture img {
    width: 100%
}

#features .feature-list>.row>div>div .feature-info {
    position: relative;
    font-size: 14px;
    margin: 0 30px 30px
}

@media (max-width:767px) {
    #features .feature-list>.row>div>div .feature-info {
        margin: 15px
    }
}

#features .feature-list>.row>div>div .feature-info h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    margin: 30px 0 10px
}

@media (max-width:991px) {
    #features .feature-list>.row>div>div .feature-info h4 {
        font-size: 14px
    }
}

@media (max-width:991px) {
    #features .feature-list>.row>div>div {
        border: 1px solid #d8d7d5
    }
}

#features .feature-list>.row>div>div .readmore-wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    height: 0
}

@media (max-width:991px) {
    #features .feature-list>.row>div>div .readmore-wrapper {
        left: 50%
    }
}

#features .feature-list>.row>div>div .readmore-wrapper .readmore {
    position: relative;
    top: -14px;
    background-color: #fff;
    border-radius: 10px;
    padding: 5px 38px 5px 20px;
    margin-right: 30px;
    font-size: 12px;
    color: #4d4e53
}

@media (max-width:991px) {
    #features .feature-list>.row>div>div .readmore-wrapper .readmore {
        border: 1px solid #d8d7d5;
        border-top: 0;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        top: -9px;
        padding: 5px 15px 7px 15px;
        left: -50%;
        margin-right: 0
    }
}

@media (min-width:992px) {
    [dir=rtl] #features .feature-list>.row>div>div .readmore-wrapper .readmore {
        padding: 5px 20px 5px 38px;
        margin-right: 0;
        margin-left: 30px
    }
}

#features .feature-list>.row>div>div .readmore-wrapper .readmore:after {
    font-family: fontawesome;
    content: "\f065"
}

[dir=rtl] #features .feature-list>.row>div>div .readmore-wrapper .readmore:after {
    right: auto;
    left: 12px
}

@media (max-width:991px) {
    #features .feature-list>.row>div>div .readmore-wrapper .readmore:after {
        font-size: 20px;
        position: relative;
        top: -2px;
        left: 3px
    }
    [dir=rtl] #features .feature-list>.row>div>div .readmore-wrapper .readmore:after {
        left: 3px
    }
}

@media (min-width:992px) {
    #features .feature-list>.row>div>div .readmore-wrapper .readmore:after {
        display: inline-block;
        position: absolute;
        right: 9px;
        top: -1px;
        font-size: 16px
    }
}

@media (max-width:767px) {
    #features .feature-list>.row>div .grid-container {
        max-width: 375px;
        border: 1px solid #d8d7d5;
        margin: 0 auto
    }
}

#attachments {
    font-size: 15px
}

@media (max-width:991px) {
    #attachments {
        font-size: 14px
    }
}

#attachments .h2 {
    font-size: 36px
}

#attachments .description {
    margin-bottom: 9px
}

#attachments .attachment-list .productAccordionContent>.row,
#attachments .attachment-list>.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#attachments .attachment-list .productAccordionContent>.row>div,
#attachments .attachment-list>.row>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#attachments .attachment-list .productAccordionContent>.row:after,
#attachments .attachment-list .productAccordionContent>.row:before,
#attachments .attachment-list>.row:after,
#attachments .attachment-list>.row:before {
    content: none
}

#attachments .grid-container {
    background-color: #fff;
    border: 1px solid #d8d7d5
}

@media (min-width:768px) {
    #attachments .grid-container {
        margin: 15px 0
    }
}

#attachments .grid-container h4 {
    font-size: 18px;
    padding: 12px 20px;
    background-color: #ebebea;
    border-bottom: 1px solid #d8d7d5
}

#attachments .grid-container .attachment-info {
    margin: 10px;
    font-size: 14px
}

@media (min-width:768px) {
    #attachments .grid-container .attachment-info {
        margin: 20px
    }
}

#attachments .grid-container .attachment-info img {
    width: 100%;
    padding-bottom: 10px
}

#attachments .grid-container .attachment-info a {
    display: block;
    margin: 10px 0
}

@media (max-width:767px) {
    #attachments .productAccordionHeader {
        font-weight: 400;
        margin-top: 5px;
        background-color: #ebebea
    }
    #attachments .productAccordionContent .row {
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 5px
    }
    #attachments .productAccordionContent .grid-wrapper {
        margin: 5px 0;
        padding-left: 5px;
        padding-right: 5px
    }
}

#specifications {
    text-align: left;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0
}

[dir=rtl] #specifications {
    text-align: right
}

@media (max-width:991px) {
    #specifications {
        font-size: 14px
    }
}

@media (max-width:767px) {
    #specifications .changeMetricContainer {
        text-align: center
    }
    #specifications .changeMetrics {
        float: none
    }
}

#specifications .changeMetrics {
    margin-bottom: 20px
}

#specifications .h2 {
    font-size: 36px
}

#specifications .specifications-table {
    font-size: 14px
}

#specifications .specifications-table .model-spec-value {
    display: table-cell;
    font-weight: 700
}

#specifications .specifications-table tr:nth-child(odd) {
    background: #f5f5f5
}

#specifications .specifications-table td {
    border-top: 0 solid #000
}

#specifications .specifications-table th {
    font-size: 14px;
    border-top: 0 solid #000
}

#specifications .comparison,
#specifications .download {
    font-size: 14px;
    line-height: 1.6;
    display: block;
    margin: 10px 0
}

#overview>div.container {
    padding-top: 20px;
    padding-bottom: 20px
}

#attachments>div.container,
#downloads>div.container,
#features>div.container,
#specifications>div.container {
    padding-top: 40px;
    padding-bottom: 40px
}

@media (min-width:992px) {
    #downloads,
    #features,
    #overview {
        background: #ebebea
    }
}

.competitor-comparison {
    margin-top: 20px
}

.competitor-comparison .title {
    font-size: 19px;
    line-height: 1.2;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .competitor-comparison .title {
        font-size: 22px
    }
}

.competitor-comparison p {
    font-size: 14px
}

@media (min-width:768px) {
    .competitor-comparison p {
        font-size: 15px
    }
}

.competitor-comparison .table {
    font-size: 14px
}

.competitor-comparison .table>thead>tr>th {
    padding: 0 10px;
    vertical-align: top;
    border: none
}

.competitor-comparison .table>thead>tr.model-row>th {
    padding: 0 20px
}

.competitor-comparison .table>thead>tr.change-row>th {
    padding: 0 20px 20px
}

.competitor-comparison .table .replace-model {
    display: inline-block;
    font-weight: 400;
    margin-top: 10px
}

@media (min-width:768px) {
    .competitor-comparison .table .replace-model {
        font-size: 15px
    }
}

.competitor-comparison .table>tbody>tr>td,
.competitor-comparison .table>tbody>tr>th {
    border: none
}

@media print {
    .competitor-comparison .table>tbody>tr>td,
    .competitor-comparison .table>tbody>tr>th {
        border-top: 1px solid #d8d7d5
    }
}

.competitor-comparison .table tbody td:first-of-type {
    font-weight: 700
}

.related-teaser-list {
    padding-top: 20px;
    padding-bottom: 20px
}

.related-teaser-list .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 5px;
    padding-right: 5px
}

.related-teaser-list .row:after,
.related-teaser-list .row:before {
    content: none
}

.related-teaser-list .row>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.related-teaser-list .row>div>div {
    margin: 15px -5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    border: 1px solid #d8d7d5;
    text-align: left
}

[dir=rtl] .related-teaser-list .row>div>div {
    text-align: right
}

.related-teaser-list .row>div>div picture {
    position: relative
}

.related-teaser-list .row>div>div picture img {
    width: 100%
}

.related-teaser-list .row>div>div>div {
    padding: 20px 18px;
    position: relative;
    font-size: 14px
}

@media (max-width:991px) {
    .related-teaser-list .row>div>div {
        margin: 5px -10px
    }
}

@media (max-width:991px) {
    .related-teaser-list .row {
        padding-left: 10px;
        padding-right: 10px
    }
}

.related-teaser-list .row:first-child {
    padding-left: 0;
    padding-right: 0
}

.related-teaser-list .row h4 {
    text-rendering: optimizeLegibility;
    /* font-family: 'Oswald', sans-serif; */
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 8px
}

.related-teaser-list .row h4 a {
    color: #4d4e53
}

.related-teaser-list .row h2 {
    font-size: 36px
}

@media (max-width:767px) {
    .related-teaser-list .row h2 {
        width: 100%;
        /*font-family: Arial, sans-serif;*/
        text-align: center;
        text-transform: uppercase;
        font-size: 12px;
        padding-bottom: 10px
    }
}

.related-teaser-list.related-teaser-product-list {
    padding-top: 0
}

.related-teaser-list.related-teaser-product-list h2 {
    width: 100%;
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px
}

.related-teaser-list .related-contact-us .cta-link {
    margin: 12px 0;
    display: block
}

.related-teaser-list .related-contact-us .cta-link:first-of-type {
    margin-top: 0
}

.related-teaser-list .related-contact-us a span {
    white-space: nowrap
}

@media (max-width:991px) {
    .productAccordionHeader {
        /*font-family: Arial, sans-serif;*/
        display: block;
        position: relative;
        font-size: 14px;
        margin-top: 1px;
        padding: 20px 16px;
        color: #4d4e53;
        background-color: #d8d7d5;
        cursor: pointer
    }
    .productAccordionHeader:hover {
        background-color: #badce6
    }
    .productAccordionHeader:after {
        display: inline-block;
        position: absolute;
        right: 20px;
        font-family: fontawesome;
        font-size: 14px;
        content: "\f107"
    }
    [dir=rtl] .productAccordionHeader:after {
        right: auto;
        left: 20px
    }
    .productAccordionHeader--active:after {
        content: "\f106";
        font-weight: 700
    }
    .productAccordionHeader--active {
        font-weight: 700
    }
    .productAccordionContent {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .4s ease;
        -o-transition: max-height .4s ease;
        transition: max-height .4s ease;
        min-height: 0
    }
    #attachments,
    #downloads,
    #features,
    #overview,
    #specifications {
        min-height: 0
    }
}

.product-category-list>.row {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap */
}

.product-category-list>.row>div {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex */
}

.product-category-list>.row:after,
.product-category-list>.row:before {
    content: none
}

@media (max-width:767px) {
    .product-category-list>.row {
        margin: 0 -10px
    }
}

.product-category-list>.row .category-card {
    /* -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; */
    align-items: center;
    padding: 0 32px;
    min-height: 350px;
    font-size: 15px
}

@media (max-width:767px) {
    .product-category-list>.row .category-card {
        min-height: initial;
        font-size: 12px
    }
    .product-category-list>.row .category-card.even {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
    .product-category-list>.row .category-card.even>div {
        width: 50%;
        margin: 24px auto
    }
}

.product-category-list>.row .category-card h4 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 15px
}

.product-category-list>.row .category-card ul {
    text-align: initial
}

.product-category-list>.row .category-card>div {
    width: 100%
}

.product-category-list>.row .category-card>div>div {
    margin-bottom: 22px
}

.product-category-list>.row .category-card .divider {
    display: block;
    height: 1px;
    width: 44%;
    background-color: #919296;
    margin: 0 auto 24px auto
}

.product-category-list>.row .category-card .fa {
    font-size: 5px;
    vertical-align: middle
}

.model-toggle:hover {
    -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .25)
}

.product-category-heading {
    font-weight: 700;
    margin: 15px 0;
}

.included-products .filter-trigger.collapsed.activeFilter span:after,
.productSelector .filter-trigger.collapsed.activeFilter span:after {
    border-bottom: 2px solid #e31e24;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%
}

.included-products .hr,
.productSelector .hr {
    border: 0;
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #d8d7d5
}

.included-products .animate-show-hide.ng-hide-add,
.included-products .animate-show-hide.ng-hide-remove,
.productSelector .animate-show-hide.ng-hide-add,
.productSelector .animate-show-hide.ng-hide-remove {
    -webkit-transition: all linear .33s;
    -o-transition: all linear .33s;
    transition: all linear .33s
}

.included-products .animate-show-hide.ng-hide,
.productSelector .animate-show-hide.ng-hide {
    opacity: 0
}

.included-products,
.productSelector {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

.included-products .title,
.productSelector .title {
    display: inline-block;
    vertical-align: middle;
    /*font-family: Arial, sans-serif;*/
    font-size: 16px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff
}

.included-products .title:before,
.productSelector .title:before {
    font-family: fontawesome;
    content: "\f135";
    display: inline-block;
    position: absolute;
    left: -25px;
    vertical-align: middle
}

.included-products .title-container,
.productSelector .title-container {
    position: relative;
    height: 50px;
    margin: 0 -15px 24px;
    background: #4d4e53
}

.included-products .carousel .slick-prev,
.productSelector .carousel .slick-prev {
    left: 0
}

.included-products .carousel .slick-next,
.productSelector .carousel .slick-next {
    right: 0
}

.included-products .carousel .slick-disabled,
.productSelector .carousel .slick-disabled {
    opacity: .5
}

.included-products .carousel .img-responsive,
.productSelector .carousel .img-responsive {
    width: 64px;
    height: auto;
    opacity: .7;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    filter: url("data:image/svg+xml;utf8, <svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale")
}

.included-products .carousel .img-responsive:hover,
.included-products .product.active .img-responsive,
.productSelector .carousel .img-responsive:hover,
.productSelector .product.active .img-responsive {
    -webkit-filter: none;
    filter: none;
    -moz-filter: none;
    -ms-filter: none
}

.included-products .carousel .active .img-responsive,
.included-products .carousel .img-responsive:hover,
.productSelector .carousel .active .img-responsive,
.productSelector .carousel .img-responsive:hover {
    opacity: 1
}

.included-products .product,
.productSelector .product {
    padding: 0 16px
}

.included-products .product>div,
.productSelector .product>div {
    border-top: 4px solid transparent
}

.included-products .product .product-title,
.productSelector .product .product-title {
    font-size: 14px;
    font-weight: 400;
    color: #4d4e53;
    display: inline-block;
    line-height: 1.3em
}

.included-products .product .product-title:after,
.productSelector .product .product-title:after {
    display: none;
    content: ""
}

.included-products .product.active .product-title,
.productSelector .product.active .product-title {
    font-weight: 700
}

.included-products .product.active>div,
.productSelector .product.active>div {
    border-top-color: #e31e24
}

.included-products .product-range,
.productSelector .product-range {
    position: relative
}

.included-products .product-range:after,
.productSelector .product-range:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    font-family: fontawesome;
    font-size: 24px;
    line-height: 24px;
    margin-top: -12px;
    content: "\f107";
    color: #e31e24
}

.included-products .product-select,
.productSelector .product-select {
    font-size: 14px;
    width: 100%
}

.included-products .custom-select,
.productSelector .custom-select {
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    background-color: #ebebea;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.included-products .custom-select::ms-expand,
.productSelector .custom-select::ms-expand {
    display: none
}

.included-products .product-selector-list,
.productSelector .product-selector-list {
    margin-top: 30px
}

.included-products .model-list-title,
.productSelector .model-list-title {
    font-size: 32px;
    margin-top: 10px
}

.included-products .model-list-subtitle,
.productSelector .model-list-subtitle {
    font-size: 16px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #919296
}

.included-products p.spec,
.productSelector p.spec {
    margin-top: 24px;
    margin-bottom: 5px
}

.included-products .model-name a,
.productSelector .model-name a {
    color: #4d4e53
}

.included-products .filter-trigger,
.productSelector .filter-trigger {
    display: block;
    position: relative;
    z-index: 10;
    font-size: 14px;
    padding: 11px 20px
}

@media (min-width:768px) {
    .included-products .filter-trigger,
    .productSelector .filter-trigger {
        display: inline-block;
        padding: 14px 15px
    }
}

.included-products .filter-trigger>span,
.productSelector .filter-trigger>span {
    font-size: 14px;
    color: #4d4e53;
    position: relative
}

.included-products .filter-trigger:after,
.productSelector .filter-trigger:after {
    display: inline-block;
    font-family: fontawesome;
    padding-left: 5px;
    font-size: 20px;
    vertical-align: top;
    content: "\f106";
    line-height: 1
}

@media (max-width:767px) {
    .included-products .filter-trigger:after,
    .productSelector .filter-trigger:after {
        position: absolute;
        right: 15px
    }
}

.included-products .filter-trigger.collapsed:after,
.productSelector .filter-trigger.collapsed:after {
    content: "\f107"
}

.included-products .filter-content,
.productSelector .filter-content {
    overflow: hidden;
    position: relative;
    top: -40px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    max-height: 0;
    -webkit-transition: max-height 350ms ease-in-out;
    -o-transition: max-height 350ms ease-in-out;
    transition: max-height 350ms ease-in-out
}

.included-products .filter-padding,
.productSelector .filter-padding {
    padding: 55px 15px 15px
}

.included-products .filter-reset,
.productSelector .filter-reset {
    display: inline-block;
    float: left;
    position: static;
    width: 50%;
    padding: 20px 0
}

.included-products .filter-reset>a>span,
.productSelector .filter-reset>a>span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    color: #e31e24
}

.included-products .filter-reset>a>span:before,
.productSelector .filter-reset>a>span:before {
    display: inline-block;
    position: absolute;
    left: 0;
    font-family: fontawesome;
    content: "\f0e2"
}

[slider],
slider {
    display: inline-block;
    position: relative;
    height: 7px;
    width: 100%;
    margin: 25px 5px 25px 5px;
    vertical-align: middle
}

[slider] div,
slider div {
    white-space: nowrap;
    position: absolute
}

[slider] div.bar,
slider div.bar {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    background: #444;
    overflow: hidden
}

[slider] div.bar .selection,
slider div.bar .selection {
    width: 0%;
    height: 100%;
    background: #13b6ff
}

[slider] div.handle,
slider div.handle {
    cursor: pointer;
    width: 20px;
    height: 20px;
    top: -8px;
    background-color: #fff;
    border: 1px solid #000;
    z-index: 2;
    border-radius: 100%
}

[slider] div.handle:after,
slider div.handle:after {
    content: '';
    background-color: #777;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%
}

[slider] div.handle:after:hover,
slider div.handle:after:hover {
    background-color: #000
}

[slider] div.handle.active:after,
slider div.handle.active:after {
    background-color: red
}

[slider] div.bubble,
slider div.bubble {
    display: none;
    cursor: default;
    top: -22px;
    padding: 1px 3px 1px 3px;
    font-size: .7em;
    /*font-family: sans-serif*/
}

[slider] div.bubble.active,
slider div.bubble.active {
    display: inline-block
}

[slider] div.bubble.limit,
slider div.bubble.limit {
    color: #777
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none!important
}

.included-products slider,
.productSelector slider,
[slider] {
    margin-right: auto;
    margin-left: auto;
    height: 9px;
    width: 95%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.included-products [slider] div.bar,
.included-products slider div.bar,
.productSelector [slider] div.bar,
.productSelector slider div.bar {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 3px
}

.included-products [slider] div.bar .selection,
.included-products slider div.bar .selection,
.productSelector [slider] div.bar .selection,
.productSelector slider div.bar .selection {
    background: #e31e24
}

.included-products [slider] div.handle,
.included-products slider div.handle,
.productSelector [slider] div.handle,
.productSelector slider div.handle {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    border-color: #4d4e53;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .06)
}

.included-products [slider] div.handle:after,
.included-products slider div.handle:after,
.productSelector [slider] div.handle:after,
.productSelector slider div.handle:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -2px;
    height: 14px;
    width: 4px;
    background: 0 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-radius: 0
}

.included-products [slider] div.handle.active:after,
.included-products slider div.handle.active:after,
.productSelector [slider] div.handle.active:after,
.productSelector slider div.handle.active:after {
    background-color: transparent
}

.included-products slider .bubble.low,
.productSelector slider .bubble.low {
    left: 0
}

.included-products slider .bubble.high,
.productSelector slider .bubble.high {
    right: 0
}

.included-products [slider] div.bubble.value,
.included-products slider div.bubble.value,
.productSelector [slider] div.bubble.value,
.productSelector slider div.bubble.value {
    display: inline-block;
    /*font-family: Arial, sans-serif;*/
    font-size: 14px;
    top: -35px;
    padding: 0;
    font-weight: 700
}

.included-products .carouse,
.productSelector .carouse {
    margin: 0 50px
}

.included-products .carousel .slick-prev,
.productSelector .carousel .slick-prev {
    left: -50px
}

.included-products .carousel .slick-next,
.productSelector .carousel .slick-next {
    right: -50px
}

.no-animate {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none!important
}

.included-products slider,
.productSelector slider,
[slider] {
    margin-right: auto;
    margin-left: auto;
    height: 9px;
    width: 95%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.included-products [slider] div.bar,
.included-products slider div.bar,
.productSelector [slider] div.bar,
.productSelector slider div.bar {
    width: 100%;
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-radius: 3px
}

.included-products [slider] div.bar .selection,
.included-products slider div.bar .selection,
.productSelector [slider] div.bar .selection,
.productSelector slider div.bar .selection {
    background: #e31e24
}

.included-products [slider] div.handle,
.included-products slider div.handle,
.productSelector [slider] div.handle,
.productSelector slider div.handle {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    border-color: #4d4e53;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, .06)
}

.included-products [slider] div.handle:after,
.included-products slider div.handle:after,
.productSelector [slider] div.handle:after,
.productSelector slider div.handle:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    margin-top: -7px;
    margin-left: -2px;
    height: 14px;
    width: 4px;
    background: 0 0;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-radius: 0
}

.included-products [slider] div.handle.active:after,
.included-products slider div.handle.active:after,
.productSelector [slider] div.handle.active:after,
.productSelector slider div.handle.active:after {
    background-color: transparent
}

.included-products slider .bubble.low,
.productSelector slider .bubble.low {
    left: 0
}

.included-products slider .bubble.high,
.productSelector slider .bubble.high {
    right: 0
}

.included-products [slider] div.bubble.value,
.included-products slider div.bubble.value,
.productSelector [slider] div.bubble.value,
.productSelector slider div.bubble.value {
    display: inline-block;
    /*font-family: Arial, sans-serif;*/
    font-size: 14px;
    top: -35px;
    padding: 0;
    font-weight: 700
}

.included-products .carouse,
.productSelector .carouse {
    margin: 0 50px
}

.included-products .carousel .slick-prev,
.productSelector .carousel .slick-prev {
    left: -50px
}

.included-products .carousel .slick-next,
.productSelector .carousel .slick-next {
    right: -50px
}

.included-products .filter-apply,
.productSelector .filter-apply {
    float: left;
    width: 50%;
    padding: 15px 0
}

.included-products .filter-apply .btn,
.productSelector .filter-apply .btn {
    color: #fff;
    background: #e31e24
}

.included-products .filter-categories,
.productSelector .filter-categories {
    margin: 0;
    text-align: left
}

.included-products .filter-categories>li,
.productSelector .filter-categories>li {
    float: none;
    padding: 10px 15px
}

.included-products .filter-specs,
.productSelector .filter-specs {
    text-align: left;
    background: #fff
}

.included-products .filter-specs-section,
.productSelector .filter-specs-section {
    text-align: left
}

.included-products .filter-specs-section .fa,
.productSelector .filter-specs-section .fa {
    display: inline-block;
    width: 25px;
    font-size: 22px;
    vertical-align: middle
}

.included-products .filter-specs-trigger,
.productSelector .filter-specs-trigger {
    position: relative;
    font-size: 14px;
    padding: 11px 20px;
    color: #919296;
    text-align: center
}

.included-products .filter-specs-trigger:after,
.productSelector .filter-specs-trigger:after {
    position: absolute;
    right: 15px;
    font-family: fontawesome;
    font-size: 20px;
    content: "\f106";
    line-height: 1
}

.included-products .filter-specs-trigger.collapsed,
.productSelector .filter-specs-trigger.collapsed {
    color: #4d4e53
}

.included-products .filter-specs-trigger.collapsed:after,
.productSelector .filter-specs-trigger.collapsed:after {
    content: "\f107"
}

.included-products .product-category,
.productSelector .product-category {
    position: relative;
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
    color: #4d4e53;
    display: inline-block
}

.included-products .product-category:before,
.productSelector .product-category:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: "";
    border: 1px solid #4d4e53;
    border-radius: 20px;
    background: #fff
}

.included-products .product-category.active,
.productSelector .product-category.active {
    font-weight: 700
}

.included-products .product-category.active:after,
.productSelector .product-category.active:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    -webkit-transform: translateX(5px) translateY(-5px);
    -ms-transform: translateX(5px) translateY(-5px);
    -o-transform: translateX(5px) translateY(-5px);
    transform: translateX(5px) translateY(-5px);
    content: "";
    border-radius: 10px;
    background: #e31e24
}

.included-products .filter-content.open,
.productSelector .filter-content.open {
    max-height: 900px
}

@media (max-width:767px) {
    .included-products .filter-categories,
    .productSelector .filter-categories {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 350ms ease-in-out;
        -o-transition: max-height 350ms ease-in-out;
        transition: max-height 350ms ease-in-out
    }
}

.included-products .filter-categories.open,
.productSelector .filter-categories.open {
    max-height: 300px
}

.included-products .filter-specs-section .filter-specs,
.productSelector .filter-specs-section .filter-specs {
    overflow: hidden;
    text-align: center;
    max-height: 0;
    margin: 0 20px;
    -webkit-transition: max-height 350ms ease-in-out;
    -o-transition: max-height 350ms ease-in-out;
    transition: max-height 350ms ease-in-out
}

.included-products .filter-specs-section .filter-specs.open,
.productSelector .filter-specs-section .filter-specs.open {
    max-height: 900px;
    padding: 20px 0
}

.included-products .filter-specs-section.isDesktop .filter-specs,
.productSelector .filter-specs-section.isDesktop .filter-specs {
    margin: 0
}

.included-products .filter-specs-section.isDesktop .filter-specs.open,
.productSelector .filter-specs-section.isDesktop .filter-specs.open {
    padding: 10px 0
}

@media (max-width:767px) {
    .included-products .filter-group,
    .productSelector .filter-group {
        border: 1px solid #d8d7d5;
        margin-bottom: 10px
    }
}

@media (min-width:768px) {
    .included-products .filter-group,
    .productSelector .filter-group {
        border-top: 1px solid #d8d7d5;
        border-bottom: 1px solid #d8d7d5;
    }
    .included-products .filter-group.product-selector-filter,
    .productSelector .filter-group.product-selector-filter {
        border-bottom: 1px solid #d8d7d5
    }
}

@media (min-width:768px) {
    .included-products .title,
    .productSelector .title {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 24px;
        color: #4d4e53
    }
    .included-products .title:before,
    .productSelector .title:before {
        content: '';
        display: none
    }
    .included-products .product-selector-list,
    .productSelector .product-selector-list {
        margin-top: 0
    }
    .included-products .filter-categories,
    .productSelector .filter-categories {
        display: inline-block;
        text-align: center
    }
    .included-products .filter-categories:after,
    .included-products .filter-categories:before,
    .productSelector .filter-categories:after,
    .productSelector .filter-categories:before {
        content: " ";
        display: table
    }
    .included-products .filter-categories:after,
    .productSelector .filter-categories:after {
        clear: both
    }
    .included-products .filter-categories>li,
    .productSelector .filter-categories>li {
        display: inline-block;
        padding: 14px 15px
    }
    .included-products .filter-reset,
    .productSelector .filter-reset {
        float: none;
        position: absolute;
        top: 10px;
        right: 15px;
        width: auto;
        padding: 0
    }
    .included-products .filter-specs,
    .productSelector .filter-specs {
        font-size: 0;
        text-align: center;
        background: 0 0
    }
    .included-products .filter-specs-section,
    .productSelector .filter-specs-section {
        text-align: center;
        font-size: 14px
    }
    .included-products .filter-specs-column,
    .productSelector .filter-specs-column {
        display: inline-block;
        width: 33%;
        padding: 0 15px
    }
    .included-products .spec,
    .productSelector .spec {
        text-align: center
    }
    .included-products .model-list-title,
    .productSelector .model-list-title {
        font-size: 48px
    }
    .included-products .metrics-change,
    .productSelector .metrics-change {
        float: right
    }
    .included-products .model-image .img-responsive,
    .productSelector .model-image .img-responsive {
        max-width: 80%
    }
    .included-products .model-details,
    .productSelector .model-details {
        padding-top: 8px
    }
}

.no-animate {
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important
}

.toggle {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.toggle.ng-enter {
    opacity: 0;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms
}

.toggle.ng-enter-active {
    opacity: 1
}

.toggle.ng-leave {
    opacity: 1;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms
}

.toggle.ng-leave-active {
    opacity: 0
}

.toggle.ng-hide-add {
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.toggle.ng-hide-add.ng-hide-add-active {
    opacity: 0
}

.toggle.ng-hide-remove {
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.toggle.ng-hide-remove.ng-hide-remove-active {
    opacity: 1
}

.slide-top {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-top.ng-enter {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-top.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.slide-top.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-top.ng-leave-active {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    opacity: 0
}

.slide-top.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-top.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    opacity: 0
}

.slide-top.ng-hide-remove {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-top.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.slide-right {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-right.ng-enter {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-right.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-right.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-right.ng-leave-active {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    opacity: 0
}

.slide-right.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-right.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    opacity: 0
}

.slide-right.ng-hide-remove {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-right.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-left {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-left.ng-enter {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-left.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-left.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-left.ng-leave-active {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0
}

.slide-left.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-left.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0
}

.slide-left.ng-hide-remove {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-left.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-down {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-down.ng-enter {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-down.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.slide-down.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-down.ng-leave-active {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
}

.slide-down.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-down.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
}

.slide-down.ng-hide-remove {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-down.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-top {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-top.ng-enter {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-top.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-top.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-top.ng-leave-active {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    opacity: 0
}

.bouncy-slide-top.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-top.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    opacity: 0
}

.bouncy-slide-top.ng-hide-remove {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-top.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-right {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-right.ng-enter {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-right.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-right.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-right.ng-leave-active {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    opacity: 0
}

.bouncy-slide-right.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-right.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    opacity: 0
}

.bouncy-slide-right.ng-hide-remove {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-right.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-left {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-left.ng-enter {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-left.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-left.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-left.ng-leave-active {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    opacity: 0
}

.bouncy-slide-left.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-left.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    opacity: 0
}

.bouncy-slide-left.ng-hide-remove {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-left.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-down {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-down.ng-enter {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-down.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-down.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-down.ng-leave-active {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    opacity: 0
}

.bouncy-slide-down.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-down.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    opacity: 0
}

.bouncy-slide-down.ng-hide-remove {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-down.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.scale-fade {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.scale-fade.ng-enter {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.scale-fade.ng-enter-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.scale-fade.ng-leave {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade.ng-leave-active {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    opacity: 0
}

.scale-fade.ng-hide-add {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade.ng-hide-add.ng-hide-add-active {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    opacity: 0
}

.scale-fade.ng-hide-remove {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.scale-fade.ng-hide-remove.ng-hide-remove-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.spin-toggle {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.spin-toggle.ng-enter {
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.spin-toggle.ng-enter-active {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    opacity: 1
}

.spin-toggle.ng-leave {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.spin-toggle.ng-leave-active {
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0
}

.spin-toggle.ng-hide-add {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.spin-toggle.ng-hide-add.ng-hide-add-active {
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0
}

.spin-toggle.ng-hide-remove {
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.spin-toggle.ng-hide-remove.ng-hide-remove-active {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    opacity: 1
}

.scale-fade-in {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.scale-fade-in.ng-enter {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.scale-fade-in.ng-enter-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.scale-fade-in.ng-leave {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade-in.ng-leave-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.scale-fade-in.ng-hide-add {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade-in.ng-hide-add.ng-hide-add-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.scale-fade-in.ng-hide-remove {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.scale-fade-in.ng-hide-remove.ng-hide-remove-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.bouncy-scale-in {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-scale-in.ng-enter {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    opacity: 0
}

.bouncy-scale-in.ng-enter-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.bouncy-scale-in.ng-leave {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    opacity: 1
}

.bouncy-scale-in.ng-leave-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.bouncy-scale-in.ng-hide-add {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    opacity: 1
}

.bouncy-scale-in.ng-hide-add.ng-hide-add-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.bouncy-scale-in.ng-hide-remove {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    display: block!important;
    opacity: 0
}

.bouncy-scale-in.ng-hide-remove.ng-hide-remove-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.flip-in {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.flip-in.ng-enter {
    transform: perspective(300px) rotateX(90deg);
    -ms-transform: perspective(300px) rotateX(90deg);
    -webkit-transform: perspective(300px) rotateX(90deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: .7
}

.flip-in.ng-enter-active {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    opacity: 1
}

.flip-in.ng-leave {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.flip-in.ng-leave-active {
    transform: perspective(300px) rotateX(135deg);
    -ms-transform: perspective(300px) rotateX(135deg);
    -webkit-transform: perspective(300px) rotateX(135deg);
    opacity: .7
}

.flip-in.ng-hide-add {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.flip-in.ng-hide-add.ng-hide-add-active {
    transform: perspective(300px) rotateX(135deg);
    -ms-transform: perspective(300px) rotateX(135deg);
    -webkit-transform: perspective(300px) rotateX(135deg);
    opacity: 0
}

.flip-in.ng-hide-remove {
    transform: perspective(300px) rotateX(90deg);
    -ms-transform: perspective(300px) rotateX(90deg);
    -webkit-transform: perspective(300px) rotateX(90deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    display: block!important;
    opacity: 0
}

.flip-in.ng-hide-remove.ng-hide-remove-active {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    opacity: 1
}

.rotate-in {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.rotate-in.ng-enter {
    transform: perspective(300px) rotateY(40deg);
    -ms-transform: perspective(300px) rotateY(40deg);
    -webkit-transform: perspective(300px) rotateY(40deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: .7
}

.rotate-in.ng-enter-active {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    opacity: 1
}

.rotate-in.ng-leave {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.rotate-in.ng-leave-active {
    transform: perspective(300px) rotateY(-40deg);
    -ms-transform: perspective(300px) rotateY(-40deg);
    -webkit-transform: perspective(300px) rotateY(-40deg);
    opacity: .7
}

.rotate-in.ng-hide-add {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.rotate-in.ng-hide-add.ng-hide-add-active {
    transform: perspective(300px) rotateY(-40deg);
    -ms-transform: perspective(300px) rotateY(-40deg);
    -webkit-transform: perspective(300px) rotateY(-40deg);
    opacity: 0
}

.rotate-in.ng-hide-remove {
    transform: perspective(300px) rotateY(40deg);
    -ms-transform: perspective(300px) rotateY(40deg);
    -webkit-transform: perspective(300px) rotateY(40deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    display: block!important;
    opacity: 0
}

.rotate-in.ng-hide-remove.ng-hide-remove-active {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    opacity: 1
}

.toggle {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.toggle.ng-enter {
    opacity: 0;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms
}

.toggle.ng-enter-active {
    opacity: 1
}

.toggle.ng-leave {
    opacity: 1;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms
}

.toggle.ng-leave-active {
    opacity: 0
}

.toggle.ng-hide-add {
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.toggle.ng-hide-add.ng-hide-add-active {
    opacity: 0
}

.toggle.ng-hide-remove {
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.toggle.ng-hide-remove.ng-hide-remove-active {
    opacity: 1
}

.slide-top {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-top.ng-enter {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-top.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.slide-top.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-top.ng-leave-active {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    opacity: 0
}

.slide-top.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-top.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    opacity: 0
}

.slide-top.ng-hide-remove {
    -o-transform: translateY(60px);
    transform: translateY(60px);
    -ms-transform: translateY(60px);
    -webkit-transform: translateY(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-top.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.slide-right {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-right.ng-enter {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-right.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-right.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-right.ng-leave-active {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    opacity: 0
}

.slide-right.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-right.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    opacity: 0
}

.slide-right.ng-hide-remove {
    -o-transform: translateX(60px);
    transform: translateX(60px);
    -ms-transform: translateX(60px);
    -webkit-transform: translateX(60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-right.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-left {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-left.ng-enter {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.slide-left.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-left.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-left.ng-leave-active {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0
}

.slide-left.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-left.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    opacity: 0
}

.slide-left.ng-hide-remove {
    -o-transform: translateX(-60px);
    transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    -webkit-transform: translateX(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-left.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.slide-down {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.slide-down.ng-enter {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    opacity: 0
}

.slide-down.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.slide-down.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-duration: .4s;
    opacity: 1
}

.slide-down.ng-leave-active {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
}

.slide-down.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.slide-down.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    opacity: 0
}

.slide-down.ng-hide-remove {
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -webkit-transform: translateY(-60px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.slide-down.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-top {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-top.ng-enter {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-top.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-top.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-top.ng-leave-active {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    opacity: 0
}

.bouncy-slide-top.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-top.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    opacity: 0
}

.bouncy-slide-top.ng-hide-remove {
    -o-transform: translateY(240px);
    transform: translateY(240px);
    -ms-transform: translateY(240px);
    -webkit-transform: translateY(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-top.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-right {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-right.ng-enter {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-right.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-right.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-right.ng-leave-active {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    opacity: 0
}

.bouncy-slide-right.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-right.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    opacity: 0
}

.bouncy-slide-right.ng-hide-remove {
    -o-transform: translateX(240px);
    transform: translateX(240px);
    -ms-transform: translateX(240px);
    -webkit-transform: translateX(240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-right.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-left {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-left.ng-enter {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-left.ng-enter-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-left.ng-leave {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-left.ng-leave-active {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    opacity: 0
}

.bouncy-slide-left.ng-hide-add {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-left.ng-hide-add.ng-hide-add-active {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    opacity: 0
}

.bouncy-slide-left.ng-hide-remove {
    -o-transform: translateX(-240px);
    transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-left.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateX(0);
    transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    opacity: 1
}

.bouncy-slide-down {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-slide-down.ng-enter {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.bouncy-slide-down.ng-enter-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.bouncy-slide-down.ng-leave {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-down.ng-leave-active {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    opacity: 0
}

.bouncy-slide-down.ng-hide-add {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.bouncy-slide-down.ng-hide-add.ng-hide-add-active {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    opacity: 0
}

.bouncy-slide-down.ng-hide-remove {
    -o-transform: translateY(-240px);
    transform: translateY(-240px);
    -ms-transform: translateY(-240px);
    -webkit-transform: translateY(-240px);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.bouncy-slide-down.ng-hide-remove.ng-hide-remove-active {
    -o-transform: translateY(0);
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.scale-fade {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.scale-fade.ng-enter {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.scale-fade.ng-enter-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.scale-fade.ng-leave {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade.ng-leave-active {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    opacity: 0
}

.scale-fade.ng-hide-add {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade.ng-hide-add.ng-hide-add-active {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    opacity: 0
}

.scale-fade.ng-hide-remove {
    -o-transform: scale(.7);
    transform: scale(.7);
    -ms-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.scale-fade.ng-hide-remove.ng-hide-remove-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.spin-toggle {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.spin-toggle.ng-enter {
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.spin-toggle.ng-enter-active {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    opacity: 1
}

.spin-toggle.ng-leave {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.spin-toggle.ng-leave-active {
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0
}

.spin-toggle.ng-hide-add {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.spin-toggle.ng-hide-add.ng-hide-add-active {
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    opacity: 0
}

.spin-toggle.ng-hide-remove {
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.spin-toggle.ng-hide-remove.ng-hide-remove-active {
    -o-transform: rotate(0);
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    opacity: 1
}

.scale-fade-in {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.scale-fade-in.ng-enter {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 0
}

.scale-fade-in.ng-enter-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.scale-fade-in.ng-leave {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade-in.ng-leave-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.scale-fade-in.ng-hide-add {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    opacity: 1
}

.scale-fade-in.ng-hide-add.ng-hide-add-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.scale-fade-in.ng-hide-remove {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-duration: 250ms;
    display: block!important;
    opacity: 0
}

.scale-fade-in.ng-hide-remove.ng-hide-remove-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.bouncy-scale-in {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.bouncy-scale-in.ng-enter {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    opacity: 0
}

.bouncy-scale-in.ng-enter-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.bouncy-scale-in.ng-leave {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    opacity: 1
}

.bouncy-scale-in.ng-leave-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.bouncy-scale-in.ng-hide-add {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    opacity: 1
}

.bouncy-scale-in.ng-hide-add.ng-hide-add-active {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0
}

.bouncy-scale-in.ng-hide-remove {
    -o-transform: scale(3);
    transform: scale(3);
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-duration: 450ms;
    display: block!important;
    opacity: 0
}

.bouncy-scale-in.ng-hide-remove.ng-hide-remove-active {
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.flip-in {
    -webkit-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -o-transition: all 0 cubic-bezier(.25, .46, .45, .94);
    transition: all 0 cubic-bezier(.25, .46, .45, .94);
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    -o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94)
}

.flip-in.ng-enter {
    transform: perspective(300px) rotateX(90deg);
    -ms-transform: perspective(300px) rotateX(90deg);
    -webkit-transform: perspective(300px) rotateX(90deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: .7
}

.flip-in.ng-enter-active {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    opacity: 1
}

.flip-in.ng-leave {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.flip-in.ng-leave-active {
    transform: perspective(300px) rotateX(135deg);
    -ms-transform: perspective(300px) rotateX(135deg);
    -webkit-transform: perspective(300px) rotateX(135deg);
    opacity: .7
}

.flip-in.ng-hide-add {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.flip-in.ng-hide-add.ng-hide-add-active {
    transform: perspective(300px) rotateX(135deg);
    -ms-transform: perspective(300px) rotateX(135deg);
    -webkit-transform: perspective(300px) rotateX(135deg);
    opacity: 0
}

.flip-in.ng-hide-remove {
    transform: perspective(300px) rotateX(90deg);
    -ms-transform: perspective(300px) rotateX(90deg);
    -webkit-transform: perspective(300px) rotateX(90deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    display: block!important;
    opacity: 0
}

.flip-in.ng-hide-remove.ng-hide-remove-active {
    transform: perspective(300px) rotateX(0);
    -ms-transform: perspective(300px) rotateX(0);
    -webkit-transform: perspective(300px) rotateX(0);
    opacity: 1
}

.rotate-in {
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1);
    -webkit-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    transition: all 0 cubic-bezier(.175, .885, .32, 1.275);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    -o-transition-timing-function: cubic-bezier(.175, .885, .45, 1.595);
    transition-timing-function: cubic-bezier(.175, .885, .45, 1.595)
}

.rotate-in.ng-enter {
    transform: perspective(300px) rotateY(40deg);
    -ms-transform: perspective(300px) rotateY(40deg);
    -webkit-transform: perspective(300px) rotateY(40deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: .7
}

.rotate-in.ng-enter-active {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    opacity: 1
}

.rotate-in.ng-leave {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.rotate-in.ng-leave-active {
    transform: perspective(300px) rotateY(-40deg);
    -ms-transform: perspective(300px) rotateY(-40deg);
    -webkit-transform: perspective(300px) rotateY(-40deg);
    opacity: .7
}

.rotate-in.ng-hide-add {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    opacity: 1
}

.rotate-in.ng-hide-add.ng-hide-add-active {
    transform: perspective(300px) rotateY(-40deg);
    -ms-transform: perspective(300px) rotateY(-40deg);
    -webkit-transform: perspective(300px) rotateY(-40deg);
    opacity: 0
}

.rotate-in.ng-hide-remove {
    transform: perspective(300px) rotateY(40deg);
    -ms-transform: perspective(300px) rotateY(40deg);
    -webkit-transform: perspective(300px) rotateY(40deg);
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-duration: 550ms;
    display: block!important;
    opacity: 0
}

.rotate-in.ng-hide-remove.ng-hide-remove-active {
    transform: perspective(300px) rotateY(0);
    -ms-transform: perspective(300px) rotateY(0);
    -webkit-transform: perspective(300px) rotateY(0);
    opacity: 1
}

.media-gallery-category {
    margin: 10px 20px
}

.media-gallery-category:hover {
    cursor: pointer
}

.media-gallery-category.selected {
    font-weight: 700
}

.media-gallery-category-input:hover {
    cursor: pointer
}

.media-gallery-radio .checked {
    font-weight: 700
}

.media-gallery-item {
    padding: 30px 0
}

.media-gallery-item-headline {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.media-gallery-item-description {
    font-size: 14px;
    margin: 0
}

.media-gallery-item-details {
    font-size: 85%;
    margin: 10px 0;
    color: #787878
}

.media-gallery-download {
    font-size: 14px;
    color: #78b7ff
}

.media-gallery-link {
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap
}

.card-tags {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    line-height: 1;
    min-height: 2em;
    position: relative;
    top: 0;
    width: 100%;
    
    
}

@media (max-width:991px) {
    .card-tags--sm-padding {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media (max-width:767px) {
    .card-tags--xs-neg-margin {
        top: -10px
    }
}

[dir=rtl] .card-tags {
    text-align: right
}

.card-tag {
    background: #4d4e53;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1.5;
    margin-bottom: .2em;
    max-width: 80%;
    padding: 5px 15px;
    position: relative;
    text-transform: uppercase;
    text-align: left;
    vertical-align: top;
    word-break: break-all;
    z-index: 0
}

@media (max-width:991px) {
    .card-tag {
        font-size: 10px;
        letter-spacing: -.1px;
        padding: 3px 15px
    }
}

[dir=rtl] .card-tag {
    margin-right: 0;
    margin-left: 1.4em
}

.card-tag:after {
    background: #4d4e53;
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0;
    -webkit-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -o-transform: skewX(-23deg);
    transform: skewX(-23deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 100%;
    z-index: -1
}

[dir=rtl] .card-tag:after {
    left: -1px;
    right: auto;
    -webkit-transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    -o-transform: skewX(23deg);
    transform: skewX(23deg);
    text-align: right
}

.card-tag:hover {
    color: #fff
}

.card-tag+.card-tag {
    margin-left: 1.4em
}

.card-tag+.card-tag:before {
    background: #4d4e53;
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    left: -1.5em;
    top: 0;
    -webkit-transform: skewX(-23deg);
    -ms-transform: skewX(-23deg);
    -o-transform: skewX(-23deg);
    transform: skewX(-23deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 100%;
    z-index: -1
}

[dir=rtl] .card-tag+.card-tag:before {
    left: auto;
    right: -1.5em;
    -webkit-transform: skewX(23deg);
    -ms-transform: skewX(23deg);
    -o-transform: skewX(23deg);
    transform: skewX(23deg)
}

[dir=rtl] .card-tag+.card-tag {
    margin-right: 0;
    margin-left: 1.4em
}

.card-tag--big {
    font-size: 17px;
    letter-spacing: .5px;
    margin-top: 25px;
    padding: 13px 20px
}

.card-tag--big .card-tag-link-arrow {
    font-size: 22px;
    margin-left: 25px;
    -webkit-transition: -webkit-transform .1s linear;
    -o-transition: -o-transform .1s linear;
    transition: transform .1s linear;
    -webkit-transform: scale3d(.8, .8, 1);
    transform: scale3d(.8, .8, 1);
    vertical-align: middle
}

[dir=rtl] .card-tag--big .card-tag-link-arrow {
    margin-right: 25px;
    margin-left: 0
}

.card-tag--big:hover .card-tag-link-arrow {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1)
}

@media (max-width:991px) {
    .card-tag--big {
        font-size: 10px;
        letter-spacing: -.1px;
        padding: 10px 15px
    }
    .card-tag--big .card-tag-link-arrow {
        font-size: 12px;
        margin-left: 15px;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }
    [dir=rtl] .card-tag--big .card-tag-link-arrow {
        margin-right: 15px;
        margin-left: 0
    }
}

@media (max-width:767px) {
    .card-tag--big {
        margin-top: 0
    }
}

.card-tag--offer {
    background: #dd7611
}

.card-tag+.card-tag--offer:before,
.card-tag--offer:after {
    background: #dd7611
}

.card-tag--prebook {
    background: #78b833
}

.card-tag+.card-tag--prebook:before,
.card-tag--prebook:after {
    background: #78b833
}

@-webkit-keyframes productDetailsModal {
    from {
        top: 100%
    }
    to {
        top: 0
    }
}

@-o-keyframes productDetailsModal {
    from {
        top: 100%
    }
    to {
        top: 0
    }
}

@keyframes productDetailsModal {
    from {
        top: 100%
    }
    to {
        top: 0
    }
}

@-webkit-keyframes productDetailsModal-content {
    0%,
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes productDetailsModal-content {
    0%,
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes productDetailsModal-content {
    0%,
    50% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}
/**
.productDetails-modal {
    padding-right: 17px;
    -webkit-animation-name: productDetailsModal;
    -o-animation-name: productDetailsModal;
    animation-name: productDetailsModal;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-duration: .5s;
    -o-animation-duration: .5s;
    animation-duration: .5s
}

.productDetails-modal .dark {
    background-color: #1c1c1e;
    min-height: 100%
}

.productDetails-modal .dark .modal-dialog {
    background-color: #1c1c1e
}

.productDetails-modal .light {
    background-color: #fff;
    min-height: 100%
}

.productDetails-modal .light .modal-dialog {
    background-color: #fff
}

.productDetails-modal .light .modal-header {
    color: #4d4e53;
    background-color: #f1f0ef
}

.productDetails-modal .light .modal-header-content {
    color: #4d4e53
}

.productDetails-modal .light .modal-header-content .h1 {
    color: #000
}

.productDetails-modal .light .modal-body {
    color: #4d4e53
}

.productDetails-modal .light .modal-body .divider {
    border-bottom: 1px solid #ebebea
}

.productDetails-modal .light .modal-footer button.btn-close {
    color: #e31e24
}

.productDetails-modal .modal-backdrop {
    display: none
}

.productDetails-modal .modal-content {
    margin-top: 0;
    border: 0;
    -webkit-animation-name: productDetailsModal-content;
    -o-animation-name: productDetailsModal-content;
    animation-name: productDetailsModal-content;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s
}

.productDetails-modal .modal-content .container {
    width: auto!important
}

.productDetails-modal .modal-header {
    border: 0;
    color: #fff;
    background-color: #343539;
    width: 100%
}

.productDetails-modal .modal-header button.btn-close {
    margin-top: 0;
    color: inherit;
    position: absolute;
    right: 20px;
    background: 0 0;
    border: none;
    outline: 0;
    font-size: 18px;
    z-index: 1000
}

.productDetails-modal .modal-header--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.productDetails-modal button.btn-close span {
    text-transform: uppercase;
    font-size: 14px
}

.productDetails-modal .modal-header-content {
    margin: 0 auto;
    text-align: center;
    color: #fff
}

.productDetails-modal .modal-header-content .title {
    display: block;
    text-transform: uppercase
}

.productDetails-modal .modal-header-content .h1 {
    display: block;
    font-size: 40px;
    color: #fff;
    margin: 0 0 10px
}

.productDetails-modal .modal-body {
    margin: 20px 0;
    padding: 0 20px;
    color: #fff
}

.productDetails-modal .modal-body .divider {
    border-bottom: 2px solid #4d4e53;
    margin: 0 auto;
    width: 400px;
    display: block
}

@media (max-width:767px) {
    .productDetails-modal .modal-body .divider {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .productDetails-modal .modal-body .divider {
        width: 500px
    }
}

.productDetails-modal .modal-body h4 {
    padding: 30px
}

.productDetails-modal .modal-footer {
    border: 0;
    text-align: center;
    padding-bottom: 40px
}

.productDetails-modal .modal-footer button.btn-close {
    color: #78b7ff;
    margin: 20px 0;
    position: relative;
    right: 0
}

@media (max-width:767px) {
    .productDetails-modal .modal-header-content .title {
        font-size: 14px
    }
    .productDetails-modal .modal-header-content .h1 {
        font-size: 30px;
        margin: 0 0 5px
    }
}

@media (min-width:992px) {
    .productDetails-modal .modal-body {
        margin: 40px 0;
        padding: 0 126px
    }
}

.productDetails-modal .featureModal .feature {
    text-align: center
}

.productDetails-modal .featureModal .feature p {
    margin: 0 0 40px
}

.productDetails-modal .featureModal .keymessage {
    margin: 40px 0
}

@media (min-width:768px) {
    .productDetails-modal .featureModal .keymessage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .productDetails-modal .featureModal .keymessage .content-container,
    .productDetails-modal .featureModal .keymessage .image-container {
        width: 50%
    }
    .productDetails-modal .featureModal .keymessage.imageleft .content-container {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-left: 15px
    }
    .productDetails-modal .featureModal .keymessage.imageleft .image-container {
        padding-right: 15px
    }
    .productDetails-modal .featureModal .keymessage.imageright .content-container {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        padding-right: 15px
    }
    .productDetails-modal .featureModal .keymessage.imageright .image-container {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 15px
    }
}

.productDetails-modal .featureModal .keymessage h4 {
    padding: 20px 0;
    font-size: 17px;
    font-weight: 700
}
**/
.media-gallery-category {
    margin: 10px 20px
}

.media-gallery-category:hover {
    cursor: pointer
}

.media-gallery-category.selected {
    font-weight: 700
}

.media-gallery-category-input:hover {
    cursor: pointer
}

.media-gallery-radio .checked {
    font-weight: 700
}

.media-gallery-item {
    padding: 30px 0
}

.media-gallery-item-headline {
    margin: 15px 0;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px
}

.media-gallery-item-description {
    font-size: 14px;
    margin: 0
}

.media-gallery-item-details {
    font-size: 85%;
    margin: 10px 0;
    color: #787878
}

.media-gallery-download {
    font-size: 14px;
    color: #78b7ff
}

.media-gallery-link {
    position: absolute;
    top: 90%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap
}

.metric-switch-line {
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
    border-right: 1px solid #4d4e53;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    -o-transform: skew(-45deg);
    transform: skew(-45deg)
}

.metric-switch-unit {
    /*font-family: Arial;*/
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer
}

.metric-switch-unit.selected {
    font-weight: 700
}

.productAccordionContent .slick-list {
    overflow: visible
}

[dir=rtl] .productAccordionContent .slick-list {
    overflow: hidden
}

.content-cards,
.included-products .product-carousel {
    margin: 80px 0 20px 0
}

.content-cards h2,
.included-products .product-carousel h2 {
    text-transform: uppercase;
    font-size: 22px
}

.content-cards h2.more-offers,
.included-products .product-carousel h2.more-offers {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 36px;
    text-align: left;
    margin-bottom: 0
}

.content-cards .card,
.included-products .product-carousel .card {
    position: relative;
    text-align: center;
    margin: 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .25)
}

.content-cards .card:before,
.included-products .product-carousel .card:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 102.702702703%
}

@media (max-width:767px) {
    .content-cards .card,
    .included-products .product-carousel .card {
        margin: 30px 50px
    }
}

.content-cards .card .h2,
.content-cards .card a,
.content-cards .card p,
.included-products .product-carousel .card .h2,
.included-products .product-carousel .card a,
.included-products .product-carousel .card p {
    color: #fff;
    margin: 20px 20px 0 20px
}

.content-cards .card .h2,
.included-products .product-carousel .card .h2 {
    font-size: 16px;
    line-height: 26px
}

@media (min-width:768px) {
    .content-cards .card .h2,
    .included-products .product-carousel .card .h2 {
        font-size: 32px
    }
}

.content-cards .card p,
.included-products .product-carousel .card p {
    font-size: 14px;
    margin-top: 15px
}

@media (min-width:768px) {
    .content-cards .card p,
    .included-products .product-carousel .card p {
        font-size: 15px
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .content-cards .card p,
    .included-products .product-carousel .card p {
        font-size: 12px;
        line-height: 1.2
    }
}

.content-cards .card a,
.included-products .product-carousel .card a {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    font-size: 12px
}

@media (min-width:768px) {
    .content-cards .card a,
    .included-products .product-carousel .card a {
        font-size: 14px
    }
}

@media (min-width:992px) and (max-width:1299px) {
    .content-cards .card a,
    .included-products .product-carousel .card a {
        padding: 10px 15px;
        font-size: 12px
    }
}

.content-cards .card .card-content,
.content-cards .card .img-card-background,
.included-products .product-carousel .card .card-content,
.included-products .product-carousel .card .img-card-background {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.content-cards .card:not(.card-50-50) .card-content,
.included-products .product-carousel .card:not(.card-50-50) .card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.content-cards .card:not(.card-50-50) .card-content .h2,
.included-products .product-carousel .card:not(.card-50-50) .card-content .h2 {
    font-size: 26px;
    line-height: 1
}

@media (min-width:768px) {
    .content-cards .card:not(.card-50-50) .card-content .h2,
    .included-products .product-carousel .card:not(.card-50-50) .card-content .h2 {
        font-size: 48px
    }
}

.content-cards .card.card-full-height-large .card-content,
.content-cards .card.card-full-height-large-campaign .card-content,
.content-cards .card.card-full-height-small .card-content,
.content-cards .card.card-full-height-small-campaign .card-content,
.included-products .product-carousel .card.card-full-height-large .card-content,
.included-products .product-carousel .card.card-full-height-large-campaign .card-content,
.included-products .product-carousel .card.card-full-height-small .card-content,
.included-products .product-carousel .card.card-full-height-small-campaign .card-content {
    background-color: rgba(0, 0, 0, .3)
}

@media (min-width:768px) {
    .content-cards .card.card-full-height-small .card-content .h2,
    .content-cards .card.card-full-height-small-campaign .card-content .h2,
    .included-products .product-carousel .card.card-full-height-small .card-content .h2,
    .included-products .product-carousel .card.card-full-height-small-campaign .card-content .h2 {
        font-size: 32px
    }
}

.content-cards .card .img-card-background,
.included-products .product-carousel .card .img-card-background {
    z-index: -1
}

.content-cards .slick-active .card,
.content-cards .slick-no-slide .card,
.included-products .product-carousel .slick-active .card,
.included-products .product-carousel .slick-no-slide .card {
    opacity: 1
}

.content-cards .slick-slider .slick-slide:not(.slick-active) .card,
.included-products .product-carousel .slick-slider .slick-slide:not(.slick-active) .card {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.content-cards .card-50-50-gold-campaign,
.content-cards .card-solid-gold-campaign,
.included-products .product-carousel .card-50-50-gold-campaign,
.included-products .product-carousel .card-solid-gold-campaign {
    background-color: #dd7611
}

.content-cards .card-50-50-blue,
.content-cards .card-solid-blue,
.included-products .product-carousel .card-50-50-blue,
.included-products .product-carousel .card-solid-blue {
    background-color: #16a6c9
}

.content-cards .card-50-50-gray,
.content-cards .card-solid-gray,
.included-products .product-carousel .card-50-50-gray,
.included-products .product-carousel .card-solid-gray {
    background-color: #4d4e53
}

.content-cards .slick-next,
.content-cards .slick-prev,
.included-products .product-carousel .slick-next,
.included-products .product-carousel .slick-prev {
    background: 0 0;
    width: 24px;
    height: 48px;
    z-index: 1
}

.content-cards .slick-next:focus,
.content-cards .slick-next:hover,
.content-cards .slick-prev:focus,
.content-cards .slick-prev:hover,
.included-products .product-carousel .slick-next:focus,
.included-products .product-carousel .slick-next:hover,
.included-products .product-carousel .slick-prev:focus,
.included-products .product-carousel .slick-prev:hover {
    background: 0 0
}

.content-cards .slick-next:before,
.content-cards .slick-prev:before,
.included-products .product-carousel .slick-next:before,
.included-products .product-carousel .slick-prev:before {
    content: ""!important;
    border-top: 2px solid #4d4e53;
    margin: -10px -5px;
    position: absolute;
    height: 24px;
    width: 24px
}

.content-cards .slick-prev,
.included-products .product-carousel .slick-prev {
    left: 10px!important
}

@media (min-width:768px) {
    .content-cards .slick-prev,
    .included-products .product-carousel .slick-prev {
        left: -5px!important
    }
}

@media (min-width:992px) {
    .content-cards .slick-prev,
    .included-products .product-carousel .slick-prev {
        left: 10px!important
    }
}

.included-products [dir=rtl] .product-carousel .slick-prev,
[dir=rtl] .content-cards .slick-prev,
[dir=rtl] .included-products .product-carousel .slick-prev {
    left: auto!important;
    right: 10px!important
}

@media (min-width:768px) {
    .included-products [dir=rtl] .product-carousel .slick-prev,
    [dir=rtl] .content-cards .slick-prev,
    [dir=rtl] .included-products .product-carousel .slick-prev {
        left: auto!important;
        right: -5px!important
    }
}

@media (min-width:992px) {
    .included-products [dir=rtl] .product-carousel .slick-prev,
    [dir=rtl] .content-cards .slick-prev,
    [dir=rtl] .included-products .product-carousel .slick-prev {
        left: auto!important;
        right: 10px!important
    }
}

.content-cards .slick-prev:before,
.included-products .product-carousel .slick-prev:before {
    border-left: 2px solid #4d4e53;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 0
}

.included-products [dir=rtl] .product-carousel .slick-prev:before,
[dir=rtl] .content-cards .slick-prev:before,
[dir=rtl] .included-products .product-carousel .slick-prev:before {
    border-left: none;
    border-right: 2px solid #4d4e53;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: auto;
    left: 0
}

.content-cards .slick-next,
.included-products .product-carousel .slick-next {
    right: 10px!important
}

@media (min-width:768px) {
    .content-cards .slick-next,
    .included-products .product-carousel .slick-next {
        right: -5px!important
    }
}

@media (min-width:992px) {
    .content-cards .slick-next,
    .included-products .product-carousel .slick-next {
        right: 10px!important
    }
}

.included-products [dir=rtl] .product-carousel .slick-next,
[dir=rtl] .content-cards .slick-next,
[dir=rtl] .included-products .product-carousel .slick-next {
    right: auto!important;
    left: 10px!important
}

@media (min-width:768px) {
    .included-products [dir=rtl] .product-carousel .slick-next,
    [dir=rtl] .content-cards .slick-next,
    [dir=rtl] .included-products .product-carousel .slick-next {
        right: auto!important;
        left: -5px!important
    }
}

@media (min-width:992px) {
    .included-products [dir=rtl] .product-carousel .slick-next,
    [dir=rtl] .content-cards .slick-next,
    [dir=rtl] .included-products .product-carousel .slick-next {
        right: auto!important;
        left: 10px!important
    }
}

.content-cards .slick-next:before,
.included-products .product-carousel .slick-next:before {
    border-right: 2px solid #4d4e53;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0
}

.included-products [dir=rtl] .product-carousel .slick-next:before,
[dir=rtl] .content-cards .slick-next:before,
[dir=rtl] .included-products .product-carousel .slick-next:before {
    border-right: none;
    border-left: 2px solid #4d4e53;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: auto;
    right: 0
}

.content-cards .slick-dots,
.included-products .product-carousel .slick-dots {
    background: 0 0;
    position: static;
    margin: 0
}

.content-cards .slick-dots li button:before,
.included-products .product-carousel .slick-dots li button:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #d8d7d5
}

.content-cards .slick-dots li.slick-active button:before,
.included-products .product-carousel .slick-dots li.slick-active button:before {
    content: "";
    background-color: #4d4e53
}

.content-cards .carousel .slick-slider,
.included-products .product-carousel .carousel .slick-slider {
    margin: 0
}

.campaign-page .slick-next,
.campaign-page .slick-prev {
    margin-left: -89px;
    margin-right: -89px
}

.productCategoryListing {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center
}

.productCategoryListing .item-row {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.productCategoryListing .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    vertical-align: top
}

.productCategoryListing .category-name a {
    color: #4d4e53;
    font-size: 15px;
    font-weight: 400;
    padding: 0 5px;
}


.productCategoryListing .product {
    border: 1px solid #d8d7d5;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 5px 15px 5px;
    overflow: hidden;
    margin: 5px 3px;
    position: relative;
}
.productCategoryListing.mainPageListing .product {
    /*width: 217px;*/
    /*float: left;*/
    /*clear: none;*/
}
.productCategoryListing .product:hover {
    -webkit-box-shadow: 0 0 10px -2px rgba(0, 0, 0, .25);
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, .25)
}

.productCategoryListing .product .product-title:hover {
    color: #4d4e53
}

.productCategoryListing .product .image-container img {
    padding: 5px 0;
}

.productCategoryListing .h3 {
    width: 100%;
    display: block;
}
.productCategoryListing.mainPageListing .h3 {
    position: absolute;
    width: 100%;
    bottom: 16px;
}
.productCategoryListing .product > a {
    height: auto;
    display: block;
    margin-bottom: 0;
}
.productCategoryListing.mainPageListing .product > a {
    margin-bottom: 3rem;
    height: 80%;
}
.productCategoryListing .product > a picture {
    height: 100%;
    display: block;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.productCategoryListing .product img {
    height: auto;
}
.productCategoryListing .title {
    /*font-family: Arial, sans-serif;*/
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    margin-top: 0;
    margin-bottom: 24px;
    text-transform: uppercase;
    color: #4d4e53
}

.productCategoryListing .subtitle {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 8px;
    color: #919296
}

.productCategoryListing .description {
    display: block;
    width: 83.33333333%;
    margin-right: auto;
    margin-left: auto
}
.productCategoryListing.serviceList .chevron-link::after {
    position: absolute;
    line-height: 1.8em;
    margin-left: -2px;
}

@media (min-width:992px) {
    .productCategoryListing .col-5-4-2 {
        width: 20%
    }
}

@media (max-width:991px) {
    .productCategoryListing .col-5-4-2 {
        width: 25%
    }
}

@media (max-width:767px) {
    .productCategoryListing .col-5-4-2 {
        width: 50%
    }
    .productCategoryListing .category-name a {
        font-size: 18px;
        line-height: 18px;
        letter-spacing: .5px
    }
    .productCategoryListing .description {
        display: none
    }
    .productCategoryListing .productCategoryListing .item {
        padding: 6px
    }
    .productCategoryListing .item-row {
        margin-left: -6px;
        margin-right: -6px
    }
    .productCategoryListing .item {
        padding: 6px
    }
}

@media (max-width:360px) {
    .productCategoryListing .category-name a {
        font-size: 15px;
        line-height: 15px;
        letter-spacing: .5px
    }
}

@media (max-width:767px) {
    .campaign-page .imageText,
    .campaign-page .imageTextGrid {
        margin-top: 0;
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .campaign-page .imageText .imageText-grid,
    .campaign-page .imageTextGrid .imageText-grid {
        margin-top: 0;
        margin-bottom: 0;
        background: 0 0
    }
}

.imageText.campaign {
    padding-top: 0;
    margin-top: 0
}

.imageText.campaign .campaign-duration {
    text-transform: uppercase;
    font-weight: 700
}

.imageText.campaign .image-text-title {
    color: #4d4e53
}

@media (min-width:992px) {
    .imageText.campaign .campaign-duration {
        font-size: 22px
    }
    .imageText.campaign .padding-container {
        margin-top: 0
    }
    .imageText.campaign .subtitle {
        font-size: 18px
    }
    .imageText.campaign .image-text-title {
        font-size: 50px;
        color: #4d4e53
    }
    .imageText.campaign p {
        font-size: 22px
    }
    .imageText.campaign .image-text-title,
    .imageText.campaign p {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .imageText.campaign {
        margin-bottom: 0
    }
    .imageText.campaign .campaign-duration,
    .imageText.campaign .image-text-title,
    .imageText.campaign .subtitle,
    .imageText.campaign p {
        text-align: left
    }
    [dir=rtl] .imageText.campaign .campaign-duration,
    [dir=rtl] .imageText.campaign .image-text-title,
    [dir=rtl] .imageText.campaign .subtitle,
    [dir=rtl] .imageText.campaign p {
        text-align: right
    }
    .imageText.campaign .campaign-duration {
        margin-top: 30px
    }
    .imageText.campaign .content-container {
        background: 0 0
    }
}

.campaign-row .col-sm-6:not(.campaign-column) .imageText .imageText-grid .wrapper .content-container .padding-container h2 {
    margin-top: 0;
    margin-bottom: 25px
}

@media (max-width:767px) {
    .campaign-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .campaign-row .col-sm-6.campaign-column {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }
    .campaign-row .col-sm-6:not(.campaign-column) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .campaign-row .imageText-grid {
        background: 0 0;
        margin: 0 -15px
    }
}

.campaign-column {
    padding: 0 15px
}

.campaign-column .imageText {
    border: 1px #d8d7d5 solid;
    padding-left: 25px;
    padding-right: 25px
}

@media (max-width:767px) {
    .campaign-column {
        margin: 0 20px;
        padding: 0
    }
    .campaign-column .imageTextGrid {
        padding: 0 30px;
        margin-top: 0
    }
}

@media (max-width:767px) {
    .imageTextGrid {
        margin-top: 0
    }
}

.imageText-campaign {
    text-align: center
}

@media (max-width:1299px) {
    .imageText-campaign {
        margin: 24px -15px
    }
}

.imageText-campaign .wrapper {
    background: #d8d7d5
}

.imageText-campaign .wrapper>.content-container>.padding-container {
    padding-top: 48px;
    padding-bottom: 48px
}

@media (max-width:767px) {
    .imageText-campaign .wrapper>.content-container>.padding-container .cta-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.imageText-campaign .wrapper>.content-container>.padding-container .cta-container .cta {
    margin: 0 10px;
    width: 340px;
    text-align: center
}

@media (max-width:1299px) {
    .imageText-campaign .wrapper>.content-container>.padding-container .cta-container .cta {
        width: 290px
    }
}

@media (max-width:767px) {
    .imageText-campaign .wrapper>.content-container>.padding-container .cta-container .cta {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 10px
    }
}

@media (max-width:767px) {
    .competitor-comparison .changeMetrics {
        float: none
    }
    .competitor-comparison .table-wrapper {
        overflow: visible;
        word-break: break-all
    }
    .competitor-comparison .table-wrapper .change-header {
        vertical-align: bottom
    }
    .competitor-comparison .table-wrapper .spec-header {
        text-transform: uppercase;
        padding: 10px 0 0 0;
        color: #787878;
        /*font-family: Arial, sans-serif;*/
        font-weight: 400;
        letter-spacing: .5px
    }
    .competitor-comparison .table-wrapper .model-row {
        font-size: 11px;
        text-transform: uppercase;
        padding: 0;
        word-break: break-all
    }
    .competitor-comparison .table-wrapper .image-change-row>th:nth-child(1) {
        padding-right: 10px
    }
    .competitor-comparison .table-wrapper .image-change-row>th {
        padding: 0
    }
    .competitor-comparison .table-wrapper .model-row>th {
        padding: 5px 0 5px 0!important;
        position: -webkit-sticky;
        position: sticky;
        background: #fff;
        top: 0;
        font-weight: 400
    }
    .competitor-comparison .table-wrapper .model-row>th:first-of-type {
        font-weight: 700
    }
    .competitor-comparison .table-wrapper .model-row>th:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: 2px solid #b1dde8
    }
    .competitor-comparison .table-wrapper .table {
        table-layout: fixed;
        font-size: 12px
    }
    .competitor-comparison .table-wrapper table>tbody>tr:nth-of-type(even)>td {
        padding: 7px 0
    }
    .competitor-comparison .table-wrapper table>tbody>tr:nth-of-type(even) {
        background-color: #f1f0ef
    }
    .competitor-comparison .table-wrapper table>tbody>tr:nth-of-type(odd) {
        background-color: #fff;
        padding-top: 10px
    }
}

.included-products .product-carousel {
    margin: 0
}

.included-products .product-carousel .slick-list {
    overflow: hidden
}

@media (max-width:1299px) {
    .included-products .product-carousel .slick-next,
    .included-products .product-carousel .slick-prev {
        visibility: hidden
    }
}

.included-products .product-carousel .slick-next,
.included-products .product-carousel .slick-prev {
    width: 0;
    margin-left: -50px;
    margin-right: -50px
}

.included-products .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.included-products .slick-slide {
    height: unset
}

.included-products .products-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.included-products .products-column {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.included-products .products-column .model-toggle {
    width: 100%
}

.included-products .models-included-text {
    float: left;
    text-transform: uppercase
}

[dir=rtl] .included-products .models-included-text {
    float: right
}

.included-products .all-products-link {
    float: right;
    font-size: 18px
}

[dir=rtl] .included-products .all-products-link {
    float: left
}

.included-products .category-row,
.included-products .link-row {
    margin-left: 0;
    margin-right: 0
}

.included-products .col-category,
.included-products .col-link {
    border-bottom: 1px solid #d8d7d5;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0
}

.included-products .col-category {
    margin: 30px 0 10px 0
}

.included-products .short-description {
    font-size: 16px;
    line-height: initial
}

.included-products .carousel .img-responsive {
    width: auto
}

.included-products .carousel-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

@media (max-width:767px) {
    .included-products {
        margin-top: 0
    }
    .included-products .carousel-wrapper,
    .included-products .products-row {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1299px) {
    .included-products .all-products-link {
        margin-top: 15px;
        font-size: 16px
    }
}

.included-products .products-row:after,
.included-products .products-row:before,
.included-products .slick-track:after,
.included-products .slick-track:before {
    width: 0
}

#content-article-filter {
    margin-top: -20px;
    text-align: center
}

#content-article-filter .year-list .more-years,
#content-article-filter .year-list a,
#content-article-filter .year-list span {
    display: inline-block;
    padding: 5px 15px
}

#content-article-filter .year-list span {
    border-right: 1px solid #d8d7d5
}

[dir=rtl] #content-article-filter .year-list span {
    border-right: none;
    border-left: 1px solid #d8d7d5
}

#content-article-filter .year-list a.selected {
    color: #4d4e53
}

#content-article-filter .year-list .more-years {
    position: relative
}

#content-article-filter .year-list .year-dropdown-menu {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    width: 100%;
    text-align: left;
    -webkit-box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, .5);
    overflow: auto
}

[dir=rtl] #content-article-filter .year-list .year-dropdown-menu {
    text-align: right
}

#content-article-filter .year-list .year-dropdown-menu a {
    display: block;
    padding: 10px 15px
}

#content-article-filter .year-list .more-years-label {
    color: #e31e24;
    cursor: pointer;
    -webkit-user-select: none
}

#content-article-filter .year-list .more-years-label:hover {
    color: #0d3c87
}

#content-article-filter .year-list .more-years-label .fa:after {
    content: "\f107"
}

#content-article-filter .year-list .toggle {
    display: none
}

#content-article-filter .year-list .toggle:checked~.year-dropdown-menu {
    max-height: 176px
}

#content-article-filter .year-list .toggle:checked~.more-years-label .fa:after {
    content: "\f106"
}

#content-article-filter .custom-select-wrapper {
    margin: 20px 0 -20px
}

#content-article-filter .custom-select-wrapper .custom-select {
    border: 1px solid #d8d7d5;
    background-color: #fff
}

.faq {
    margin-bottom: 100px
}

.faq dl {
    border: 1px solid #badce6;
    border-bottom: none
}

.faq dt {
    padding: 20px 40px 20px 20px;
    position: relative;
    border-bottom: 1px solid #badce6;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis
}

.faq dt:before {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: absolute;
    right: 20px
}

.faq dt.active {
    border-bottom: none
}

.faq dt.active:before {
    content: "\f077"
}

.faq dd {
    padding: 0 20px 20px 20px;
    word-break: break-word
}

@media not print {
    .js .faq dd {
        display: none
    }
}

.js .faq dt.active+dd {
    display: block;
    border-bottom: 1px solid #badce6
}

.faq .faq-group-heading {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    margin: 20px 0
}

.faq dl+.faq-group-heading {
    margin-top: 100px
}

.faq+.row h3 {
    /* font-family: 'Oswald', sans-serif; */
    font-size: 36px;
    line-height: 1;
    margin: 0 0 20px
}

h1 span.h1,
h1 span.subtitle {
    display: block
}

@media print {
    a[href]:after {
        content: ""
    }
    .headerNotification,
    header {
        display: none
    }
    nav.subNav {
        display: none
    }
    footer>div {
        display: none
    }
    footer .copyright-section {
        display: block!important
    }
    body>.container {
        width: auto!important
    }
    #dealer-info-tab,
    #dealer-locator-content {
        width: auto!important
    }
    .list-container {
        display: none!important
    }
    .dealer-locator-heading {
        display: none!important
    }
    #dealer-locator-info .close-details {
        display: none
    }
    #dealer-details-top .directions {
        display: none
    }
    #dealer-details-bottom .print-button {
        display: none
    }
    #dealer-locator-content #dealer-map-tab {
        display: none
    }
    #dealer-locator-info #dealer-info {
        height: auto
    }
    #dealer-info-map-wrapper {
        display: block!important
    }
    #dealer-info-map-wrapper img {
        width: 100%
    }
    .table-wrapper {
        overflow: visible!important
    }
    .changeMetrics,
    .downloadList,
    .imageText-fullsize-dealerFinder {
        display: none
    }
}

header .header-container {
    margin-right: -15px
}

@media (min-width:992px) {
    header .header-container .logo {
        height: auto!important;
        height: initial!important
    }
}

.heroImage .image-container {
    padding-top: 0
}

.heroImage .image-container img {
    right: auto;
    left: auto;
    position: static;
    height: auto
}

@media (min-width:768px) {
    .productCarousel .slick-slide .image-container img {
        width: auto!important
    }
}

@media (min-width:768px) {
    .model .model-image .img-responsive {
        max-width: 100%!important
    }
}

.tableComponent th[scope=row] {
    font-weight: 400;
    width: 50%
}

.blockquote blockquote::after {
    top: 20%
}

.blockquote blockquote::before {
    top: 20%
}

.pseudoCtaLink {
    line-height: 3em;
    display: inline-block
}

@media (min-width:768px) {
    .itemCarousel .image-container img {
        min-height: 0!important
    }
    .carousel .slick-prev {
        left: -69px
    }
    .carousel .slick-next {
        right: -69px
    }
}

@media (min-width:768px) {
    .heroImage .wrapper.wrapper-external-mobile .content-container {
        padding: 48px 32px 16px
    }
}

.video .cta-link {
    padding-right: 0;
    line-height: normal
}

.downloadList .downloadList-multi ul a {
    font-weight: 400
}

.downloadList {
    margin: 24px 0!important;
    padding: 24px 0!important
}

.downloadList-gray {
    background-color: #f1f0ef
}

.custom-comma-links a:not(:last-child):after {
    content: ", "
}

header .sub-navigation {
    margin-bottom: 0!important
}

.included-products .title:before,
.productSelector .title:before {
    content: "\e614"
}

.heroImage .nogradient .image-container:after {
    background: 0 0!important
}

.imageText-fullsize-dealerFinder .image-container:before {
    content: none!important
}

@media (min-width:768px) {
    .imageText .imageText-fullsize-dealerFinder.imageText-light .image-container img {
        opacity: 1!important
    }
}

.footerLinks .fa,
.header-meta-links .fa {
    padding-right: 4px
}

.twitter-typeahead .tt-menu .tt-dataset .tt-ft {
    display: block!important
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion {
    height: auto!important
}

.twitter-typeahead .tt-menu .tt-dataset .tt-suggestion a {
    color: #000;
    display: block
}

.pagination .next,
.pagination .prev {
    z-index: 3
}

.pagination .prev {
    padding-right: 10px
}

.pagination .next {
    padding-left: 10px
}

.searchResults .search-item {
    margin-bottom: 30px
}

.searchResults .search-item a {
    margin-top: 5px
}

@media (min-width:768px) {
    .searchResults .search-item a {
        margin-top: 0
    }
}

.searchResults .search-item>a {
    margin: 0
}

.searchResults .search-item>a:after {
    content: none!important
}

.custom-select-wrapper.filter-sort,
.filters .filter-dropdown-label {
    vertical-align: middle
}

.custom-select {
    line-height: 1.2;
    height: 40px
}

select::-ms-expand {
    display: none
}

.headerNotification .h1 {
    margin-top: 0
}

.included-products .filter-trigger,
.productSelector .filter-trigger {
    z-index: 1!important
}

.loader {
    margin: 80px auto;
    font-size: 16px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    -o-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

@-webkit-keyframes load5 {
    0%,
    100% {
        -webkit-box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7);
        box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7)
    }
    12.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5)
    }
    25% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    37.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    50% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    62.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    75% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    87.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000;
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000
    }
}

@-o-keyframes load5 {
    0%,
    100% {
        box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7)
    }
    12.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5)
    }
    25% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    37.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    50% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    62.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    75% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    87.5% {
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000
    }
}

@keyframes load5 {
    0%,
    100% {
        -webkit-box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7);
        box-shadow: 0 -2.6em 0 0 #000, 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .5), -1.8em -1.8em 0 0 rgba(0, 0, 0, .7)
    }
    12.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .7), 1.8em -1.8em 0 0 #000, 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .5)
    }
    25% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .5), 1.8em -1.8em 0 0 rgba(0, 0, 0, .7), 2.5em 0 0 0 #000, 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    37.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .5), 2.5em 0 0 0 rgba(0, 0, 0, .7), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    50% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .5), 1.75em 1.75em 0 0 rgba(0, 0, 0, .7), 0 2.5em 0 0 #000, -1.8em 1.8em 0 0 rgba(0, 0, 0, .2), -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    62.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .5), 0 2.5em 0 0 rgba(0, 0, 0, .7), -1.8em 1.8em 0 0 #000, -2.6em 0 0 0 rgba(0, 0, 0, .2), -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    75% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2);
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .5), -1.8em 1.8em 0 0 rgba(0, 0, 0, .7), -2.6em 0 0 0 #000, -1.8em -1.8em 0 0 rgba(0, 0, 0, .2)
    }
    87.5% {
        -webkit-box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000;
        box-shadow: 0 -2.6em 0 0 rgba(0, 0, 0, .2), 1.8em -1.8em 0 0 rgba(0, 0, 0, .2), 2.5em 0 0 0 rgba(0, 0, 0, .2), 1.75em 1.75em 0 0 rgba(0, 0, 0, .2), 0 2.5em 0 0 rgba(0, 0, 0, .2), -1.8em 1.8em 0 0 rgba(0, 0, 0, .5), -2.6em 0 0 0 rgba(0, 0, 0, .7), -1.8em -1.8em 0 0 #000
    }
}

.btn,
.cta {
    white-space: normal;
    text-align: left
}

@media (max-width:991px) {
    header .header-container {
        line-height: 40px
    }
    header .header-container .logo {
        height: auto
    }
    header .header-container .mobile-menu-container {
        margin-top: 0
    }
}

@media (min-width:992px) {
    header .header-container .logo-container {
        width: 60%
    }
    header .header-container .menu-container {
        width: 40%
    }
}

.subNavigationCarousel .itemCarousel .content-container {
    text-align: center;
    margin-top: 8px
}

@media (min-width:1300px) {
    .subNavigationCarousel .itemCarousel .content-container {
        width: 86%;
        margin: 16px auto;
        padding: 0
    }
}

.subNavigationCarousel .itemCarousel .content-container a {
    font-weight: 700;
    line-height: 1.5
}

@media (min-width:768px) {
    .imageGrid .grid-wrapper .popover {
        width: 110%;
        margin: -.4em -5% 0
    }
}

.imageGrid p.imageGrid-description {
    margin-top: 0
}

@media (min-width:768px) {
    .imageText .imageText-fullsize .wrapper,
    .imageText .imageText-fullsize-dealerFinder .wrapper {
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.mediaGallery .grid li.video-grid i.fa-play-circle {
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.mediaGallery .grid li.video-grid i.fa-play-circle:before {
    display: inline-block;
    margin-left: .14em;
    margin-bottom: .02em
}

.mediaGallery img.embed-responsive-item {
    position: static;
    height: auto
}

.mediaGallery .grid li.video-grid .video-crop {
    padding-bottom: 51.54%;
    height: 0;
    overflow: hidden
}

.heroImage .wrapper.wrapper-external-mobile p {
    margin-bottom: 10px
}

@media (max-width:767px) {
    .heroImage .wrapper.wrapper-external-mobile .p {
        margin-bottom: 0
    }
    .heroImage .wrapper.wrapper-external-mobile .cta,
    .heroImage .wrapper.wrapper-external-mobile .cta-video,
    .heroImage .wrapper.wrapper-external-mobile .p {
        color: #4d4e53
    }
    .heroImage .wrapper.wrapper-external-mobile .cta-video:hover:hover {
        color: #343539
    }
}

.blockquote-content p {
    /*font-family: inherit;*/
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 24px!important
}

.blockquote .cta,
.blockquote .cta-video {
    margin-top: 24px
}

.blockquote .h1+.cta {
    margin-top: 0
}

h1,
h2,
h3,
h4 {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal
}

.forminclude h1,
.forminclude h2,
.forminclude h3,
.forminclude h4,
.newsArticle h1,
.newsArticle h2,
.newsArticle h3,
.newsArticle h4,
.wForm h1,
.wForm h2,
.wForm h3,
.wForm h4 {
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}

.h1,
.h2,
.h3,
.h4,
.imageText .image-text-title,
.newsFeaturesItem .news-item-title,
.newsList .news-item-title {
    text-transform: uppercase
}

.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child {
    margin-top: 0;
}

.p {
    position: relative;
    margin: 0 0 24px;
}

.heroImage .hero-image-light .subtitle {
    color: #fff;
    /* font-family: 'Oswald', sans-serif; */
}

.productGrid .product-grid-subtitle {
    margin-bottom: 0
}

@media (min-width:768px) {
    footer .footer-column .h4 {
        font-size: 32px
    }
}

.mediaGallery .grid li {
    margin-left: 0!important;
    margin-right: 0!important
}

@media (min-width:768px) {
    .mediaGallery .title-wrapper .h1,
    .mediaGallery .title-wrapper h1,
    .mediaGallery .title-wrapper p {
        float: none;
        width: auto;
        left: auto
    }
    .mediaGallery .expander .fullimg::after {
        right: 15px
    }
}

@media (min-width:992px) {
    .mediaGallery .grid-wrapper .grid-filters {
        left: 22px
    }
}

.mediaGallery .title-wrapper h1 {
    line-height: 24px;
    margin-bottom: 0
}

.mediaGallery .title-wrapper .h1 {
    margin-bottom: 0
}

.mediaGallery .title-wrapper p {
    margin-top: 0
}

.mediaGallery .grid-wrapper .grid-filters .fa {
    margin-left: 20px;
    margin-right: 20px
}

.cta::after,
.footerLinks ul li a::after,
.imageText .image-text-title>a::after,
.mastNav__level__footer__link:after,
.mastNav__mod__gridItem__headline:after,
.mastNav__mod__gridItem__link:after,
.mastNav__mod__link:after,
.mastNav__mod__productLink:after,
.model .model-name:after,
.news-item-title>a:after,
.product .product-title::after,
a.cta-link::after {
    content: none!important
}

/** 
.chevron-link {
    white-space: nowrap
} **/

.downloadList .cta span.chevron-link {
    font-weight: 700;
    padding-left: 0
}

@media (min-width:768px) {
    .newsArticle .news-image-half-width-right {
        padding-left: 0;
        margin-left: 32px;
        width: auto;
        max-width: 50%;
        float: right
    }
    .newsArticle .news-image-half-width-left {
        padding-right: 0;
        margin-right: 32px;
        width: auto;
        max-width: 50%;
        float: left
    }
}

@media (min-width:768px) {
    .imageText .imageText-fullsize-outsideText .cta-link+.cta-link {
        display: inline-block
    }
}

.imageText-only-text .subtitle {
    text-align: center
}

.breadcrumb {
    padding: 20px 0;
    line-height: 1.8
}

.breadcrumb li:last-child a::after {
    content: none
}

.breadcrumb-link:after {
    content: "›";
}

@media (max-width:767px) {
    .heroImage .image-container:after {
        top: 35%
    }
}

@media (min-width:768px) {
    .heroImage .image-container:after {
        background-image: -webkit-radial-gradient(0 0, 80% 100%, rgba(0, 0, 0, .3), transparent);
        background-image: -o-radial-gradient(0 0, 80% 100%, rgba(0, 0, 0, .3), transparent);
        background-image: radial-gradient(80% 100% at 0 0, rgba(0, 0, 0, .3), transparent)
    }
    .heroImage .hero-image-dark .image-container:after {
        background-image: -webkit-radial-gradient(0 0, 80% 100%, rgba(255, 255, 255, .7), transparent);
        background-image: -o-radial-gradient(0 0, 80% 100%, rgba(255, 255, 255, .7), transparent);
        background-image: radial-gradient(80% 100% at 0 0, rgba(255, 255, 255, .7), transparent)
    }
    .heroImage .hero-image-dark.hero-image-right .image-container:after {
        background-image: -webkit-radial-gradient(100% 0, 80% 100%, rgba(255, 255, 255, .7), transparent);
        background-image: -o-radial-gradient(100% 0, 80% 100%, rgba(255, 255, 255, .7), transparent);
        background-image: radial-gradient(80% 100% at 100% 0, rgba(255, 255, 255, .7), transparent)
    }
    .heroImage .hero-image-right .image-container:after {
        background-image: -webkit-radial-gradient(100% 0, 80% 100%, rgba(0, 0, 0, .3), transparent);
        background-image: -o-radial-gradient(100% 0, 80% 100%, rgba(0, 0, 0, .3), transparent);
        background-image: radial-gradient(80% 100% at 100% 0, rgba(0, 0, 0, .3), transparent)
    }
}

.included-products .carousel .img-responsive,
.productSelector .carousel .img-responsive {
    opacity: 1;
    -webkit-filter: none;
    filter: none
}

.contactUs .contact-us-item>a {
    color: #4d4e53!important
}

.blockquote blockquote {
    padding: 0 12px;
    float: none;
    width: auto;
    left: auto
}

.blockquote blockquote::after,
.blockquote blockquote::before {
    content: none
}

.blockquote .blockquote-content {
    display: table;
    margin: 0 auto
}

.blockquote .blockquote-content p {
    display: table-cell;
    vertical-align: top
}

.blockquote .blockquote-content::after,
.blockquote .blockquote-content::before {
    font-size: 16px;
    font-family: fontawesome;
    content: "";
    padding: 0 20px
}

@media (min-width:768px) {
    .blockquote .blockquote-content::after,
    .blockquote .blockquote-content::before {
        font-size: 32px
    }
}

.blockquote .blockquote-content::after {
    content: ""
}

@media (max-width:991px) {
    footer .copyright-section {
        padding: 12px 0!important
    }
    footer .copyright-section img {
        display: block;
        margin: 0 auto
    }
    footer .copyright-section .copyright {
        display: block;
        padding-top: 12px!important;
        padding-left: 0!important
    }
}

@media (min-width:992px) {
    footer .copyright-section {
        padding: 12px 0!important
    }
    footer .copyright-section .copyright-container {
        margin-top: -3px
    }
    footer .copyright-section img {
        display: inline-block;
        vertical-align: baseline
    }
    footer .copyright-section .copyright {
        display: inline-block;
        vertical-align: baseline;
        padding-left: 12px
    }
}

@media (min-width:992px) {
    header .header-container .volvo-logo {
        margin: 0
    }
}

sup {
    position: relative!important
}

.table-wrapper {
    overflow: auto
}

.forminclude {
    max-width: 600px;
    margin: 0 auto 40px
}

.forminclude .wForm .oneField,
.forminclude .wForm fieldset {
    margin: 10px 0 20px
}

@media (min-width:992px) {
    .forminclude .wForm .oneField,
    .forminclude .wForm fieldset {
        margin: 10px 0
    }
}

.forminclude .wForm fieldset {
    border: 1px solid #d8d7d5
}

.forminclude .wForm input:not([type=checkbox]):not([type=radio]):not([type=submit]),
.forminclude .wForm textarea {
    width: 100%;
    padding: 10px 15px;
    height: 40px;
    border: 1px solid #d8d7d5;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.forminclude .wForm textarea {
    height: 120px
}

.forminclude .wForm select {
    background-color: #fff;
    border: 1px solid #d8d7d5
}

.forminclude .wForm select[multiple] {
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.forminclude .wForm .label.reqMark:after {
    content: " *";
    color: #c4001a
}

.forminclude .wForm .errMsg {
    color: #c4001a;
    font-size: 85%;
    margin-top: 5px
}

.forminclude .wForm .vertical .oneChoice {
    display: block;
    margin: 10px 0
}

.forminclude .wForm .horizontal {
    display: block;
    margin: 5px 0
}

.forminclude .wForm .horizontal .oneChoice {
    display: inline-block;
    margin: 5px 0
}

.forminclude .wForm .postField {
    margin: 0 20px 0 6px
}

.forminclude .wForm .offstate {
    display: none
}

@media (min-width:768px) {
    .product-archive-list .imageTextGrid-4 .row {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .imageTextGrid .imageTextGrid-4 .row {
        background-color: #ebebeb
    }
    .imageTextGrid .imageTextGrid-4 .imageText {
        text-align: center
    }
}

.imageTextGrid .imageTextGrid-4 .link {
    display: inline-block;
    margin-top: 8px
}

iframe.application-inclusion {
    width: 100%;
    height: 100%
}

iframe.application-inclusion.loading {
    background: transparent url(/bitrix/templates/speceurotech/css/../images/spinner.gif) no-repeat scroll 50% 50%
}

@media (min-width:768px) {
    [data-geoipitemid].col-sm-4 {
        margin-bottom: 20px
    }
    [data-geoipitemid].col-sm-4:nth-child(3n+1) {
        clear: both
    }
}

.mediaGallery .expander .details h5 {
    line-height: 1.5
}

.video .youkuVideo {
    -webkit-background-size: contain!important;
    background-size: contain!important;
    width: 100%
}

.video .youkuVideo .linkContainer {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center
}

.mediaGallery .grid li.video-grid .cta-video i {
    position: relative;
    top: initial;
    left: initial;
    font-size: initial;
    color: inherit;
    line-height: 1!important;
    vertical-align: middle!important;
    font-size: 3em;
    margin-right: 7.5px;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
    -webkit-transform: inherit
}

.mediaGallery .grid li.video-grid a.cta-video::after {
    content: "";
    font-family: initial;
    padding-left: initial
}

.mediaGallery .expander .fullimg.youkuContainer::after {
    content: "";
    display: block;
    position: initial;
    top: 0;
    right: 0;
    padding: 0;
    background-color: initial;
    color: initial;
    font-family: initial;
    pointer-events: none
}

.simpleItemDisplay .item-row {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:768px) {
    .product-carousel2.slick-slider {
        margin-bottom: 60px
    }
}

.model .tooltip .tooltip-inner {
    white-space: normal;
    text-align: inherit
}

@media (max-width:768px) {
    .model .tooltip .tooltip-inner {
        padding-top: 15px;
        padding-bottom: 15px;
        line-height: 1.5
    }
}

.forminclude h1,
.forminclude h2,
.forminclude h3,
.forminclude h4,
.h1,
.h2,
.h3,
.h4,
.heroImage .h1,
.imageText .image-text-title,
.imageText .imageText-grid .h1,
.modelListing .title,
.newsArticle h1,
.newsArticle h2,
.newsArticle h3,
.newsArticle h4,
.newsFeaturesItem .news-item-title,
.newsList .news-item-title,
.wForm h1,
.wForm h2,
.wForm h3,
.wForm h4 {
    line-height: 1
}

@media (max-width:767px) {
    .heroImage .h1 {
        padding-top: 12px
    }
}

.productGrid .h1 {
    line-height: 32px
}

@media (min-width:768px) {
    .productGrid .h1 {
        line-height: 48px
    }
}

.cookie-notification {
    color: #4d4e53;
    background-color: #d8d7d5;
    border-top: 1px solid #919296;
    font-size: 14px;
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0
}

.cookie-notification .container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.cookie-notification .container .cookie-notification-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.cookie-notification .container .cookie-notification-left h2 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    color: #4d4e53;
    letter-spacing: .2px;
    margin-top: 10px;
    margin-bottom: 0;
    /*font-family: Arial, sans-serif;*/
    width: 100%
}

.cookie-notification .container .cookie-notification-left p {
    margin-bottom: 8px
}

.cookie-notification .container .cookie-notification-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 0
}

.cookie-notification .container .cookie-notification-right a {
    border-color: #e31e24;
    background-color: #e31e24;
    color: #fff;
    width: auto;
    margin: 10px 0 10px 60px
}

.cookie-notification .container .cookie-notification-right a:hover {
    border-color: #0d3c87;
    background-color: #0d3c87
}

@media (max-width:768px) {
    .cookie-notification .container {
        display: block
    }
    .cookie-notification .container>div {
        margin-top: 0;
        display: block
    }
    .cookie-notification .container .cookie-notification-left p {
        margin-bottom: 0
    }
    .cookie-notification .container .cookie-notification-right a {
        margin: 10px 0 15px 0;
        padding: 4px 14px;
        text-align: center;
        width: 100%
    }
}

.productCarousel .title {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 1.2
}

@media (max-width:767px) {
    .serviceArea .hero-image-withicon .wrapper {
        width: 100%
    }
    .serviceArea .hero-image-withicon .wrapper .padding-container {
        padding-right: 40px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .serviceArea .hero-image-withicon .padding-container {
        width: 70%
    }
}

.serviceArea .hero-image-icon {
    position: absolute!important;
    width: auto!important;
    height: auto!important;
    top: auto!important;
    right: 20px!important;
    bottom: 20px!important;
    z-index: 9
}

@media (max-width:767px) {
    .serviceArea .hero-image-icon {
        width: 50px!important
    }
}

.imageText .image-text-title>a {
    /* font-family: 'Oswald', sans-serif; */
    font-size: inherit;
    line-height: inherit;
    color: #4d4e53
}

@media (max-width:767px) {
    .heroImage .wrapper {
        overflow-wrap: break-word;
        word-wrap: break-word
    }
}


/** слайдер **/ 
.slick-arrow {
	display: none;
}

.dnone {
	display: none;
}
/*# sourceMappingURL=maps/application.min.css.map */

/** / -- слайдер **/


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

.fa.fa-heart {
  color: #ff6060;
}

.flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

.card--outer {
  position: relative;
  color: #ffffff;
  width: 33.3335%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  min-width: 350px;
  height: 250px;
  margin: 0 auto;
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 2px 10px 0 rgba(21, 21, 43, 0.08);
  overflow: hidden;
    border: solid 5px #fff0;
  
}
.card--outer:hover {
  color: #ffffff;
}
.card--outer:hover > .card-top__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.card--outer:hover > .card-bottom__details hr {
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

@media (max-width: 650px) {
    .card--outer {
        position: relative;
        color: #ffffff;
        width: 33.3335%;
        -webkit-box-flex: 1;
        flex-grow: 1;
        min-width: 365px;
        height: 170px;
        margin: 0 auto;
        padding: 0;
        border-radius: 0px;
        box-shadow: 0 2px 10px 0 rgb(21 21 43 / 8%);
        overflow: hidden;
        border: solid 2px #fff0;
    }
}



.card-top__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 0px;
  -webkit-transition: all 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.card-top__image:after {
  content: "";
  position: absolute;
  width: 100%;
  height: inherit;
  top: 0;
  left: 0;
  /** background: rgba(0, 0, 0, 0.4); **/
  border-radius: 0px;
}
.card-top__details {
    position: absolute;
    padding: 0 0 1em 1em;
    bottom: 0;
    left: 0;
    text-align: left;
    width: calc(100% - 2em);
}

.card-top__details .title {
    font-weight: 600;
    line-height: 1.2em;
    font-size: 1.7em;
    text-shadow: 1px 1px 0 rgba(0,0,0,.3);
    /* font-family: 'Oswald', sans-serif; */
}



.card-bottom__details {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  /*width: calc(100% - 2em);*/
  width: 100%;
  background-color: #000000a6;
    padding: 0.2em 1em;
    height: 2.4em;
    line-height: 1em;
    display: flex;
    align-items: center;
}

.card-bottom__details .title {
  font-weight: 300;
  line-height: 1.2em;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 rgba(0,0,0,.3);
  /* font-family: 'Oswald', sans-serif; */
  
  
}
.card-bottom__details .author {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  font-size: 0.9em;
}

.card-bottom__details hr {
  width: 60px;
  border: none;
  
  height: 1px;
  background-color: #d8d7d5;
    
  border-top: 2px solid #d8d7d5;
  margin: 1em auto 1em 0;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}


.menu-dropdown-icon li {
	
}


/*кнопка звонка*/

.callback-bt {
        background:#38a3fd;
        border:2px solid #38a3fd;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 3%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#38a3fd;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@media (max-width: 760px) {

    .callback-bt {
        display: none;
    }

}



@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */



/*кнопка обратной связи*/

.email-bt {
        background:#F95C18;
        border:2px solid #F95C18;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(249,92,24,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        left: 3%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:email-an linear 1s infinite;
        animation:email-an linear 1s infinite;
}

.email-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.email-bt .text-call span {
    text-align: center;
    color:#F95C18;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
}

.email-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.email-bt:hover i {
    display:none;
}

.email-bt:hover {
        z-index:1;
        background:#fff;
        transition:.3s;
}
.email-bt:hover i {
        color:#38a3fd;
        font-size:40px;
        transition:.3s;
}
.email-bt i {
        color:#fff;
        font-size:29px;
        transition:.3s;
        line-height: 66px;
}

.email-bt i  {
        -webkit-animation: opsimple 3s infinite;
        animation: opsimple 3s infinite;
}


@media (max-width: 760px) {
    .email-bt {
        display: none;
    }
}


@-webkit-keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}@keyframes email-an {
        0% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 0 rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 15px rgba(249,92,24,0.2),0 0 0 0 rgba(249,92,24,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 26.7px rgba(249,92,24,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(249,92,24,0.3),0 0 0 30px rgba(249,92,24,0),0 0 0 40px rgba(249,92,24,0.0)
}
}

@keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}

80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}

@-webkit-keyframes opsimple {
0% {
    opacity: 0;
}
40% {
    opacity: 1;
}
80% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* конец кнопки звязи */

/** верхнее меню **/
.dropdownmenu ul,
.dropdownmenu li {
    margin: 0;
    padding: 0;
}

.dropdownmenu ul {
    background: gray;
    list-style: none;
    width: 100%;
}

.dropdownmenu li {
    float: left;
    position: relative;
    width: auto;
}

.dropdownmenu a {
    background: #dfdfdf;
    color: #000;
    display: block;
        font-size: 13px;
        text-transform: uppercase;
    line-height: 35px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.dropdownmenu li:hover a {
    background: #F2F2F2;
}

#submenu {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    margin-top: 15px;
    min-width: 265px;
}

li:hover ul#submenu {
    opacity: 1;
    top: 40px;
    /* adjust this as per top nav padding top & bottom comes */
    visibility: visible;
}

#submenu li {
    float: none;
    width: 100%;
}

#submenu a:hover {
    background: #dfdfdf;
}

#submenu a {
    background-color: #dfdfdf;
    text-align: left;
    font-size: 15px;
    line-height: 22px;


}

/** /верхнее меню **/

.listimg img {
    width: 55px;
    height: auto;
    position: absolute;
    margin: 10px 5px;
    z-index: 15;
}

#bx_1847241719_30 {
    display: none;
}

#bx_1847241719_29 {
    display: none;
}

#bx_1847241719_61 {
    display: none;
}


.slam-easyform .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    background: #DFDFDF;
    color: #4d4e53;
}

.slam-easyform .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 #fff;
    opacity: .5;
    filter: alpha(opacity=50);
}

.slam-easyform .btn-primary {
    display: none;
}

.active-1 a{
    background: #F2F2F2;
}


/** contacts **/

.addresses {
    margin: 0;
  }
  .addresses .button {
    width: 100%;
  }
  .addresses__container {
    width: 100%;
    margin-left: -20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  @media (max-width: 649px) {
    .addresses__container {
      margin-bottom: 40px;
    }
  }
  .addresses__card {
    width: 22%;
    padding-top: 20px;
    margin: 10px 10px 10px 20px;
    border: 1px solid #e6e7e8;
  }
  @media (min-width: 650px) and (max-width: 1299px) {
    .addresses__card {
      width: 47%;
      margin: 0 0 15px 12px;
    }
  }
  @media (max-width: 649px) {
    .addresses__card {
      width: 100%;
      padding-top: 30px;
 
    }
    .addresses__card:last-of-type {
      margin-bottom: 30px;
    }
  }
  .addresses__card:nth-child(3n+0) {
    margin-right: 0;
  }
  .addresses__card .tabs-nav__item--active .tabs-nav__link {
    color: #ffffff;
  }
  .addresses__card .caption  {
    /*margin-right: 25px;*/
    margin-bottom: 20px;
    margin-left: 25px;
    font-weight: bold;
    font-size: 16px;
  }

  .addresses__card .button {
    font-size: 16px;
    font-weight: 400;
    color: #4d4e53;
    border: 2px solid #DFDFDF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 14px 30px;
    text-align: center;
    background-color: #DFDFDF;
}


  .addresses__card .button:hover {
 
    color: #4d4e53;
    border: 2px solid #DFDFDF;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
 
    background-color: #fff;
}

  .button--width-auto {
    width: auto;
    min-width: auto;
  }
  @media (max-width: 649px) {
    .button--width-auto {
      width: 100%;
      max-width: 100%;
    }
  }
  .button--square {
    border-radius: 0;
    padding: 19px 30px;
    min-width: 100%;
    text-align: center;
  }
  .button--medium {
    border-radius: 0;
    text-align: center;
    width: 100%;
  }
  .button--minor {
    background-color: transparent;
    color: #4d5360;
  }
  .button--minor:hover,
  .button--minor:focus {
    background-color: #b5121b;
    color: #ffffff;
  }
  .button--small {
    padding: 4px 10px;
    min-width: 115px;
    text-align: center;
    font-size: 14px;
    line-height: normal;
  }
  .button--dark {
    color: #ffffff;
  }
  .button--dark:hover,
  .button--dark:focus {
    color: #ffffff;
  }
  .button--disabled {
    background-color: #909090;
    color: #e6e7e8;
    border-color: #909090;
  }
  .button--disabled:hover,
  .button--disabled:focus {
    background-color: #909090;
    color: #e6e7e8;
  }
  .button--disabled-minor {
    border-color: #909090;
    color: #909090;
  }
  .button--disabled-minor:hover,
  .button--disabled-minor:focus {
    background-color: transparent;
    color: #909090;
  }
  .button--no-text {
    color: #b5121b;
    cursor: default;
  }
  .button--no-text:hover,
  .button--no-text:focus {
    background-color: #b5121b;
    color: #b5121b;
  }
  .caption {
    font-size: 18px;
  }

  @media (max-width: 649px) {
    .addresses__card .caption {
      margin-right: 30px;
      margin-left: 16px;
    }
  }
  .addresses__content {
    min-height: 255px;
  }
  .addresses__content--modal {
    min-height: 150px;
  }
  .addresses__title {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .addresses__inner {
    margin: 0 auto;
    max-width: 1440px;
    padding-right: 135px;
    padding-left: 135px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: sstarts;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  @media (min-width: 1024px) and (max-width: 1366px) {
    .addresses__inner {
      padding-right: 80px;
      padding-left: 80px;
    }
  }
  @media (min-width: 650px) and (max-width: 1024px) {
    .addresses__inner {
      padding-right: 40px;
      padding-left: 40px;
    }
  }
  @media (max-width: 649px) {
    .addresses__inner {
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  .location__inner .addresses__inner {
    padding: 0;
  }
  @media (max-width: 649px) {
    .addresses__inner {
      margin-bottom: 40px;
    }
  }
  .addresses__item {
    /*display: -ms-flexbox;*/
    /*display: -webkit-flex;*/
    /*display: flex;*/
    /*-webkit-box-pack: space-between;*/
    /*-moz-box-pack: space-between;*/
    /*-ms-flex-pack: sspace-betweens;*/
    /*-webkit-justify-content: space-between;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: baseline;*/
    /*-moz-box-align: baseline;*/
    /*-ms-flex-align: baseline;*/
    /*-webkit-align-items: baseline;*/
    /*align-items: baseline;*/

    /*margin-right: 25px;*/
    margin-bottom: 20px;
    margin-left: 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
  }

  .addresses__text {
    display: block;
    width: 89.3%;
    line-height: 1.67;
  }
  @media (max-width: 649px) {
    .addresses__text {
      padding-right: 16%;
      font-size: 14px;
      line-height: 1.5;
    }
  }
  .addresses__text--schedule {
    font-size: 14px;
    line-height: 1.5;
  }
  .addresses__tel {
    color: inherit;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .addresses__tel:hover {
    color: #3675a3;
  }

/** **/

/** каталог з/ч**/

.catalog__content {
    margin-bottom: 25px; }
  
  .catalog__table {
    width: 100%; }
    .catalog__table thead {
      font-size: 11px; }
      .catalog__table thead tr {
        border-bottom: 2px solid #b8b6b6; }
      .catalog__table thead td {
        padding-bottom: 8px;
        vertical-align: top;
        padding-right: 10px; }
        .catalog__table thead td:last-child {
          padding-right: 0; }
    .catalog__table tbody tr {
      border-bottom: 2px solid #b8b6b6; }
    .catalog__table tbody td {
      padding: 10px 20px 10px 0px;
      vertical-align: top; }
    .catalog__table tbody td:first-child {
       text-align:center; }
      .catalog__table tbody td:last-child {
        padding-right: 0; }
    .catalog__table__head--photo {
      width: 122px; }
    .catalog__table__head--name {
      width: 187px; }
    .catalog__table__head--place {
      width: 16.5%; }
    .catalog__table__head--price {
      width: 13.7%; }
    .catalog__table__head--quant1 {
      width: 12.8%; }
    .catalog__table p {
      font-size: 12px;
      margin-bottom: 3px; }
    .catalog__table__img {
      border: 1px solid #d5d5d5; 
      width: 120px;
     }
      .catalog__table__img--user {
        width: 120px; }
  @media (max-width: 600px) {
    .catalog__table__img--user {
        width: 60px; }
    .catalog__table tbody td {
      padding-right: 8px;}
    .catalog__table__buy {
     /**  position: relative;
      bottom: 0;
      top: 37px;
      left: -70px; **/} 
    .catalog__table__buy .btn {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 12px;}
    .promo-count__number {
       height: 33px;}
    .input-group-btn > .btn {
      height: 12px;} 
    .catalog__table tbody td:last-child {
      max-width: 0px;
    }
  }
  
   
    .catalog__table .light {
      color: #757575; }
      .catalog__table .light + .title {
        margin-top: -6px; }
    .catalog__table .circle {
      display: inline-block;
      vertical-align: text-top;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #757575;
      margin-right: 5px; }
    .catalog__table .title {
      display: inline-block;
      vertical-align: top;
      color: #000;
      margin-bottom: 14px;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px; }
      .catalog__table .title:hover, .catalog__table .title:focus {
        color: #000; }
    .catalog__table .mini {
      font-size: 10px; }
    .catalog__table--basket thead td {
      font-weight: bold;
      padding-bottom: 20px; }
    .catalog__table--basket .catalog__table__head--name {
      width: 280px; }
    .catalog__table--ordering tbody tr:last-child {
      border-bottom: none; }
    .catalog__table--ordering tbody td {
      padding-top: 0; }
      @media (max-width: 1050px) {
        .catalog__table--ordering tbody td {
          padding-top: 20px; } }
  
  .catalog__history li {
    display: inline-block; }
  
  .catalog--cabinet {
    padding-top: 10px; }
  
  .promo-catalog {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -14px;
    margin-left: -20px;
    margin-right: -20px;
    font-size: 0;
    margin-bottom: -50px; }
    .promo-catalog:before, .promo-catalog:after {
      content: " ";
      display: table; }
    .promo-catalog:after {
      clear: both; }
    @media (max-width: 1400px) {
      .promo-catalog {
        margin-left: -10px;
        margin-right: -10px; } }
    @media (max-width: 1050px) {
      .promo-catalog {
        margin-top: 0; } }
    @media (max-width: 500px) {
      .promo-catalog {
        margin-bottom: -10px; } }
    .promo-catalog__block {
      position: relative;
      float: left;
      width: 33.33333%;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      position: relative;
      min-height: 1px;
      padding-left: 10px;
      padding-right: 10px;
      display: inline-block;
      vertical-align: top;
      float: none !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-bottom: 50px; }
      @media (min-width: 1050px) {
        .promo-catalog__block {
          float: left;
          width: 33.33333%; } }
      @media (max-width: 1400px) {
        .promo-catalog__block {
          padding-left: 10px !important;
          padding-right: 10px !important; } }
      @media (max-width: 700px) {
        .promo-catalog__block {
          position: relative;
          float: left;
          width: 50%;
          min-height: 1px;
          padding-left: 10px;
          padding-right: 10px;
          margin-bottom: 20px; } }
      @media (max-width: 500px) {
        .promo-catalog__block {
          width: 100%; } }
      @media (max-width: 500px) {
        .promo-catalog__block:last-child {
          margin-bottom: 0; } }
    .promo-catalog__item {
      display: block;
      padding-bottom: 25px;
      border-bottom: 2px solid #b8b6b6;
      margin-bottom: 15px;
      /*min-height: 520px;*/ }
      @media (max-width: 1050px) {
        .promo-catalog__item {
          box-shadow: 0px 0px 16px 0px rgba(98, 98, 98, 0.25); } }
      .promo-catalog__item:hover {
        box-shadow: 0px 0px 16px 0px rgba(98, 98, 98, 0.25); }
    .promo-catalog__img {
      width: 100%;
      height: 154px;
      position: relative;
      overflow: hidden;
      margin-bottom: 16px; }
      .promo-catalog__img img {
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        max-width: 90%;
        max-height: 90%; }
    .promo-catalog__description {
      padding: 0px 7px 0px 18px; }
      @media (max-width: 1050px) {
        .promo-catalog__description {
          padding-left: 10px;
          padding-right: 10px; } }
    .promo-catalog__number {
      font-size: 12px;
      margin-bottom: 18px;
      color: #757575; }
      @media (max-width: 1050px) {
        .promo-catalog__number {
          margin-bottom: 5px; } }
    .promo-catalog__title {
      display: inline-block;
      vertical-align: top;
      font-size: 14px;
      color: #000;
      font-weight: bold;
      margin-bottom: 35px; }
      @media (max-width: 1050px) {
        .promo-catalog__title {
          margin-bottom: 10px; } }
      .promo-catalog__title:hover, .promo-catalog__title:focus {
        color: #000; }
      .promo-catalog__title + .promo-catalog__price {
        margin-top: 0; }
    .promo-catalog__text {
      line-height: 14px;
      margin-bottom: 15px; }
      @media (max-width: 1050px) {
        .promo-catalog__text {
          margin-bottom: 10px; } }
      .promo-catalog__text p {
        font-size: 13px; }
    .promo-catalog__place {
      font-size: 11px;
      margin-bottom: 16px; }
      @media (max-width: 1050px) {
        .promo-catalog__place {
          margin-bottom: 10px; } }
      .promo-catalog__place p {
        margin-top: 1px;
        font-size: 12px;
        color: #757575; }
    .promo-catalog__city {
      font-size: 11px;
      margin-bottom: 15px;
      font-weight: bold; }
      @media (max-width: 1050px) {
        .promo-catalog__city {
          margin-bottom: 10px; } }
    .promo-catalog__price {
      font-size: 26px;
      margin-top: 36px; }
      @media (max-width: 1050px) {
        .promo-catalog__price {
          margin-top: 20px; } }
      .promo-catalog__price .rouble {
        margin-left: -2px; }
    .promo-catalog__action {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      vertical-align: top;
      margin-top: 26px; }
      .promo-catalog__action__count {
        float: left;
        width: 60px; }
      .promo-catalog__action__buy {
        float: right;
        width: 120px; }
      .promo-catalog__action .btn {
        width: 100%;
        margin-bottom: 20px; }
        .promo-catalog__action .btn:last-child {
          margin-bottom: 0; }

          
.kol_red {
	text-align: center;
	color: #b8b6b6;
	font-weight: 700;
}

.product__item .kol_green,
.product__item .kol_red {
	font-size: 20px;
}

.pageScroll-a a {
    color: #b8b6b6;
}


.promo-catalog__item .kol_green,
.promo-catalog__item .kol_red {
	font-size: 16px;
}

.catalog__table tbody td:last-child {
	width: 210px;
	position: relative;
}

.catalog__table tbody td:last-child .kol_green,
.catalog__table tbody td:last-child .kol_red {
	display: inline-block;
}

.catalog__table tbody td:last-child .kol_green {
	/** margin-right: 30px; **/
}

.catalog__table tbody td:last-child .kol_red {
	margin-right: 4px;
}

.catalog__table tbody td:last-child .catalog__table__buy {
	display: inline-block;
}

@media (max-width:600px) {
	.catalog__table tbody td:nth-child(2) {
		max-width: 95px;
	}

	.catalog__table__count {
		margin-bottom: 60px;
	}

	.catalog__table tbody td:last-child {
		width: 0;
	}

	.catalog__table tbody td:last-child .kol_green,
	.catalog__table tbody td:last-child .kol_red {
	/**	position: absolute;
		top: 45px;
		left: -90px;
		width: 88px;
		text-align: right;
		margin-right: 0;**/
	}

	.catalog__table__buy {
	/**	position: absolute;
		top: 65px; **/
	}
}

.catalog__table__buy .btn {
	margin-bottom: 0;
}

/*подменю*/
.article-main__side .sidebar-menu {
	list-style: none;
	padding: 0;
}

.promo-news__submenu {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	width: 628px;
	left: 219px;
	top: 0;
	background-color: #fff;
	z-index: 10;
}

.promo-news__submenu-item {
	width: 50% !important;
	padding: 15px;
	margin: 0;
}

.promo-news__item {
	position: relative;
}

@media (min-width: 992px) {
	.promo-news__item:hover .promo-news__submenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border: 1px solid #FFCA1C;
	}
}

.promo-news li {
	margin-bottom: 0;
	padding-bottom: 13.2px;
}

/*Форма Ремонта*/
.remont-form {
	width: 751px;
	max-width: 100%;
	margin-top: 40px;
	padding: 43px 67px;
	position: relative;
	background-color: #ffca1c;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (max-width: 1199px) {
	.remont-form {
		padding: 40px;
	}
}

@media (max-width: 1050px) {
	.remont-form {
		margin-bottom: 40px;
	}
}

@media (max-width: 543px) {
	.remont-form {
		margin: 20px 0;
		padding: 20px;
	}
}

.remont-form__title {
	margin-bottom: 23px;
	color: #303030;
	font-size: 36px;
	font-weight: bold;
}

@media (max-width: 767px) {
	.remont-form__title {
		text-align: center;
	}
}

@media (max-width: 543px) {
	.remont-form__title {
		margin-bottom: 20px;
		font-size: 28px;
	}
}

.remont-form__img {
	position: absolute;
	top: 101px;
	left: 355px;
	width: 500px;
}

.remont-form__img img {
	max-width: 100%;
}

@media (max-width: 1199px) {
	.remont-form__img {
		left: 320px;
		width: 400px;
	}
}

@media (max-width: 1050px) {
	.remont-form__img {
		width: 500px;
	}
}

@media (max-width: 991px) {
	.remont-form__img {
		width: 400px;
	}
}

@media (max-width: 767px) {
	.remont-form__img {
		display: none;
	}
}




.catalog__table tbody td:last-child .catalog__table__buy {
	display: inline-block;
}

@media (max-width:600px) {
	.catalog__table tbody td:nth-child(2) {
		max-width: 95px;
	}

	.catalog__table__count {
		margin-bottom: 60px;
	}

	.catalog__table tbody td:last-child {
		width: 0;
	}

	.catalog__table tbody td:last-child .kol_green,
	.catalog__table tbody td:last-child .kol_red {
	/**	position: absolute;
		top: 45px;
		left: -90px;
		width: 88px;
		text-align: right;
		margin-right: 0;**/
	}

	.catalog__table__buy {
	/** 	position: absolute;
		top: 65px; **/
	}
}

.catalog__table__buy .btn {
	margin-bottom: 0;
}


.btn__promo--simple {
    box-shadow: inset 0px 0px 0px 1px #4d4e53;
    background: #fff;
    color: #4d4e53; }
    .btn__promo--simple:hover, .btn__promo--simple:focus {
      box-shadow: inset 0px 0px 0px 1px #4d4e53;
      color: #4d4e53;
      background: #fff; }
.btn__simple {
  background-color: #eeeeee;
  box-shadow: none;
  border-radius: 0px;
  color: #000;
  border: 1px solid #d0cfd4; }
  .btn__simple:hover, .btn__simple:focus {
    color: #000; }
  .btn__simple.active {
    background-color: #ffcc1b;
    border-color: #ffcc1b;
    box-shadow: none; }



    
.color--bright {
    color: #ff5400; }
  
  .color--dark {
    color: #000; }
    .color--dark:hover, .color--dark:focus {
      color: #000; }
  
  .text--underline {
    text-decoration: underline; }
    .text--underline:hover, .text--underline:focus {
      text-decoration: underline; }
  
  .text--nowrap {
    white-space: nowrap; }
  
  .text--mark {
    color: #ff572a; }
  
  .promo-lines {
    font-size: 26px;
    color: #ffde00; }
    @media (max-width: 1050px) {
      .promo-lines {
        font-size: 20px; } }
    .promo-lines span {
      color: black; }
  
  button {
    outline: none;
    border: none; }
  
  .btn {
    border: none;
    position: relative;
    z-index: 1;
    outline: none !important;
    cursor: pointer;
    text-decoration: none;
    border-radius: 5px; }
    .btn:active, .btn:focus {
      box-shadow: none;
      outline: 0px; }
    .btn__promo {
      background: #4d4e53;
      background: linear-gradient(to top, #4d4e53 50%, #ffa01b 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e53', endColorstr='#ffa01b', GradientType=1 );
      padding: 11px 14px 8px 17px;
      font-size: 15px;
      letter-spacing: -0.5px;
      border-radius: 0px;
      border: none;
      color: white;
      transition: all 0.2s ease-in-out;
      text-transform: uppercase; }
      @media (max-width: 1050px) {
        .btn__promo {
          font-size: 14px; } }
      .btn__promo:hover, .btn__promo:focus {
        opacity: 0.7;
        background: #4d4e53;
        background: linear-gradient(to right, #4d4e53 0%, #ffa01b 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4e53', endColorstr='#ffa01b', GradientType=1 );
        color: white; }
      .btn__promo--simple {
        box-shadow: inset 0px 0px 0px 1px #4d4e53;
        background: #fff;
        color: #4d4e53; }
        .btn__promo--simple:hover, .btn__promo--simple:focus {
          box-shadow: inset 0px 0px 0px 1px #4d4e53;
          color: #4d4e53;
          background: #fff; }
    .btn__simple {
      background-color: #eeeeee;
      box-shadow: none;
      border-radius: 0px;
      color: #000;
      border: 1px solid #d0cfd4; }
      .btn__simple:hover, .btn__simple:focus {
        color: #000; }
      .btn__simple.active {
        background-color: #ffcc1b;
        border-color: #ffcc1b;
        box-shadow: none; }
  

        .search-form-zch p {
            margin: 0 0 10px;
            font-size: 18px; 

        }

        .by-detail p {
        margin: 10px 0;
        font-size: 16px; 

        }

        .search-form-zch input {
            font-size: 16px;
            height: 44px;
            margin: 0;
            padding: 0 10px;
            border: 1px solid #ccd5db;
            border-radius: 2px;
            background: #fff;
            outline: none;
            border-style: solid;
            border-width: 1px;
            -webkit-border-image: url(/bitrix/templates/speceurotech/css/images/border_default.png) 2 repeat;
            -moz-border-image: url(/bitrix/templates/speceurotech/css/images/border_default.png) 2 repeat;
            -o-border-image: url(/bitrix/templates/speceurotech/css/images/border_default.png) 2 repeat;
            border-image: url(/bitrix/templates/speceurotech/css/images/border_default.png) 2 repeat;
        }


/** плавающий блок **/
@media only screen and (max-width:992px)
{
	#left-buttons
	{
		display: none;
	}
}

@media only screen and (min-width:992px)
{
	#left-buttons
	{
		display: block;
		left: 0;
		position: fixed;
		top: 30%;
		width: 60px;
		z-index: 100;
	}
	#left-buttons div>a
	{
		background: #141414;
		border-top: 1px solid #4c4c4c;
		display: block;
		height: 60px;
		text-align: center;
	}
	#left-buttons div.buy-supplement>a
	{
		border-top: 0;
		border-top-right-radius: 3px;
		moz-border-radius-topright: 3px;
		webkit-border-top-right-radius: 3px;
	}
	#left-buttons div.support>a
	{
		border-bottom-right-radius: 3px;
		moz-border-radius-bottomright: 3px;
		webkit-border-bottom-right-radius: 3px;
	}
	#left-buttons div>a:hover
	{
		background: #ff5100;
	}
	#left-buttons div>a i
	{
		color: #fff;
		font-size: 18px;
		line-height: 60px;
	}
}


#left-buttons div>a img
{
    width: 35px;
    height: 35px;
    line-height: 60px;
    margin-top: 10px;
}


.field-tip
{
	position: relative;
}
.field-tip .tip-content
{
	background: #141414;
	box-shadow: 2px 2px 5px #aaa;
	color: #fff;
	margin-right: -220px;
	moz-box-shadow: 2px 2px 5px #aaa;
	moz-transition: opacity 250ms ease-out;
	ms-transition: opacity 250ms ease-out;
	opacity: 0;
	o-transition: opacity 250ms ease-out;
	padding: 10px;
	position: absolute;
	right: 9999px;
	top: 4px;
	transition: opacity 250ms ease-out;
	webkit-box-shadow: 2px 2px 5px #aaa;
	webkit-transition: opacity 250ms ease-out;
	width: 200px;
}
.field-tip .tip-content:before
{
	border: 8px solid transparent;
	border-right-color: #141414;
	color: #141414;
	content: ' ';
	height: 0;
	left: -16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	width: 0;
}
.field-tip:hover .tip-content
{
	opacity: 1;
	right: 0px;
}

/** **/


/** плавающий блок 2 **/

.sticky-container{
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -230px;
    top: 100px;
    width: 300px;
}
.sticky li{
    list-style-type: none;
    color: #ffffff;
    height: 43px;
    border-radius:4px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
}
.sticky li:hover{
    margin-left: -115px;
}
.sticky li a{
color:#ffffff;
text-decoration:none;
line-height:43px;
padding:0 7px;
}
.sticky .descbutton{
padding-left:14px;
}
.sticky .chat{
background-color:#a9ccc6;
}
.sticky .news{
background-color:#495b94;
}
.sticky .notes{
background-color:#e26869;
}

/** **/

.cat-name {
    font-weight: 600;
    font-size: 14px;
    padding: 10px 10px 0 55px;
    text-transform: uppercase;
 
}


/** **/

div#tools {
    display: block !important;
    position: fixed;
    top: 140px;
    /* right: 0; */
    left: 0;
    width: 65px;
    background: #000;
    z-index: 6000;
    box-shadow: -1px 3px 8px 0 rgba(0, 0, 0, 0.2);
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}


div#tools ul {
    overflow: hidden;
    display: block;
    margin-bottom: 0;
}

div#tools ul {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

div#tools ul li {
    position: relative;
    z-index: 6002;
}

div#tools ul li {
    display: block;
    border-bottom: 1px solid #ffcd11;
}

div#tools ul li a {
    line-height: 1.05;
    padding-bottom: 8px;
    transition: all 0.25s;
}

div#tools ul li a:hover {
 background: #fff;
 transition: all 0.25s;
color: #000;
}

div#tools ul li a {
    text-align: center;
    font-size: 11.5px;
    font-weight: 400;
    color: #ffcd11;
    min-height: 40px;
    text-decoration: none;
}

#toolsHandle, div#tools ul li a {
    display: block;
    padding: 8px 0 7px;
}

div#tools ul li a i.calc {
    height: 34px;
    background-position: 0 -22px;
}

div#tools ul li a i {
    margin-bottom: 2px;
}

div#tools ul li a i {
    display: block;
    width: 30px;
    height: 25px;
    margin: 0 auto;
    /* background: url(/bitrix/templates/speceurotech/css/../images/tools.png) no-repeat; */
}

div#tools ul li.assistant a i.assistant {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/assistant-w.png) no-repeat center center;
}
div#tools ul li.assistant:hover a i.assistant {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/assistant.png) no-repeat center center;
}


div#tools ul li.cont a i.cont {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/cont-w.png) no-repeat center center;
}

div#tools ul li.cont:hover a i.cont {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/cont.png) no-repeat center center;
}

div#tools ul li.srv a i.srv {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/srv-w.png) no-repeat center center;
}

div#tools ul li.srv:hover a i.srv {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/srv.png) no-repeat center center;
}

div#tools ul li.letter a i.letter {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/letter-w.png) no-repeat center center;
}

div#tools ul li.letter:hover a i.letter {
    background: url(/bitrix/templates/speceurotech/css/../images/letter.png) no-repeat center center;
}

div#tools ul li.search a i.search {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/search-w.png) no-repeat center center;
}

div#tools ul li.search:hover a i.search {
    background: url(/bitrix/templates/speceurotech/css/../images/search.png) no-repeat center center;
}

div#tools ul li.exk a i.exk {
    height: 26px;
    background: url(/bitrix/templates/speceurotech/css/../images/exk-w.png) no-repeat center center;
    background-size: 100% auto;
}

div#tools ul li.exk:hover a i.exk {
    background: url(/bitrix/templates/speceurotech/css/../images/exk.png) no-repeat center center;
}

.cont-home-block {
    margin-top: 10px; 
    margin-bottom:15px; 
    background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 100%); 
    padding: 20px 0px 30px 0px;
}


.r-menu {
    display: block !important;
    position: fixed; /* Фиксированное положение */
    right: 0; /* Расстояние от правого края окна браузера */
    left: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 998;
    margin: 0;
    padding: 0;
    width: 65px;
}

.exk {
    display: block;
    
    position: relative;
    z-index: 6002;
}
.exk:hover {
    background: #fff;
    transition: all 0.25s;
    color: #000;
}

.exk a {
    display: block;
    padding: 8px 0 7px;
    text-align: center;
    font-size: 11.5px;
    font-weight: 400;
    color: #ffcd11;
    min-height: 40px;
    text-decoration: none;
    line-height: 1.05;
    transition: all 0.25s;
    border-bottom: 1px solid #ffcd11;
}

.exk a:hover {
    background: #fff;
    transition: all 0.25s;
    color: #000;
}


span.nr5-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background: url(/bitrix/templates/speceurotech/css/../images/exk-ye.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.exk a:hover span.nr5-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 30px;
    background: url(/bitrix/templates/speceurotech/css/../images/exk.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}


span.nrsr-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/search-ye.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.exk a:hover span.nrsr-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/search.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

span.srv-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/srv-ye.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.exk a:hover span.srv-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/srv.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}


span.nap-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/letter-ye.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.exk a:hover span.nap-n {
    display: block;
    text-align: center;
    width: 30px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/letter.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}



span.cont-n {
    display: block;
    text-align: center;
    width: 25px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/cont-ye.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.exk a:hover span.cont-n {
    display: block;
    text-align: center;
    width: 25px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/cont.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}



span.pom-n {
    display: block;
    text-align: center;
    width: 26px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/assistant-ye.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.exk a:hover span.pom-n {
    display: block;
    text-align: center;
    width: 26px;
    height: 35px;
    background: url(/bitrix/templates/speceurotech/css/../images/assistant.png) no-repeat center center;
    background-size: 100% auto;
    margin: 0 auto;
}

.moba a {
    font-size: 18px;
}

.topcon a {
    font-size: 18px;
}

.har-moba {
    display: none;
}
.har-topcon {
    display: none;
}

.footerLinks ul li a {
    text-transform: uppercase;
}

.wrap-drop {
    text-transform: lowercase;
}

.wrap-drop .drop li a {
    text-transform: lowercase;
}


.header-links {
    padding-top: 5px;
    text-align: center;
} 
 
.header-links__btn {
    margin: 0 5px;
    padding: 8px 17px;
    color: #171717;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ffcd11;
    /* border: 1px solid rgba(0, 0, 0, 0.2); */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 140px;
    min-height: 40px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    position: relative;
    z-index: 12;
}

.header-links__btn:hover,
.header-links__btn.active{
    /* border-color:#ffcd11; */
    background:#fff;}

.header-market table {
    margin: 1px 0 0 0;
}

@media (max-width:996px) { 
   .header-market table {
        margin: 0 0 10px 0;
    }
}

@media (max-width: 760px) {
    body > header > div:nth-child(1) > div > div > div > div.col-md-8 > nav {
        display: none;
    }
}



.search-page.search-form-zch font.text:nth-of-type(-n+2),
.search-page.search-form-zch hr:nth-of-type(1) {
    display: none;
}

.search-page.search-form-zch font.text:nth-of-type(-n+4) {
    font-size: 80%;
}

/*сортировка в умном фильтре не работает, поэтому сортирую тут*/
.bx-filter-select-popup ul {
    display: flex;
    flex-direction: column;
}
.bx-filter-select-popup ul li {
    order: 10;
}
/*VOLVO SDLG WEICHAI CARRARO LIUGONG*/
.bx-filter-select-popup ul li:nth-of-type(1) {
    order: 0;
}
.bx-filter-select-popup ul li:nth-of-type(5) {
    order: 1;
}
.bx-filter-select-popup ul li:nth-of-type(4) {
    order: 2;
}
.bx-filter-select-popup ul li:nth-of-type(6) {
    order: 3;
}
.bx-filter-select-popup ul li:nth-of-type(2) {
    order: 4;
}
.bx-filter-select-popup ul li:nth-of-type(3) {
    order: 5;
}


.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

/** --------------------- **/
.form_contact {
    background: url(/bitrix/templates/speceurotech/css/../images/bg_cont.jpg) center no-repeat;
    min-height: 730px;
    background-size: cover;
    padding: 50px 0;
    margin-top: 70px;
}
.contacts-web-form {
    margin: 30px 0 30px 0;
}

.form_contact_style h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.form_contact_style p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.form_contact_style .slam-easyform {
    max-width: 340px;
    margin: 0;
    background: #fff;
    border-radius: 5px;
    padding: 30px 40px;
    display: block;
}
.cont_form {
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 25px;
}

.form_contact_style .warning-buy {
    font-size: 12px;
    color: #494949;
    text-align: center;
    line-height: 15px;
}

.btn_cont {
    background: #C4151C;
    border-radius: 15px;
    border: 1px solid #C4151C;
    color: #fff;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 10px !important;
}

.btn_cont_link {
    color: #fff;
    background: #C4151C;
    border-radius: 15px;
    border: 1px solid #C4151C;
    font-size: 18px;
    padding: 0.5rem 0.625rem 0.6875rem;
    height: 50px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.btn_cont:hover {
    color: #fff;
    background: #e31e24;
    border: 1px solid #e31e24;
}
.btn_cont_link:hover {
    color: #fff;
    background: #e31e24;
    border: 1px solid #e31e24;
}
.text-end{
    text-align: end;
}
/** **/
#scrollToTopBtn {
    position: fixed;
    bottom: 4%;
    left: 5%;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%; /* Делаем кнопку круглой */
    width: 50px;       /* Ширина */
    height: 50px;      /* Высота */
    display: flex;     /* Используем flexbox для центрирования содержимого */
    justify-content: center; /* Центрируем по горизонтали */
    align-items: center; /* Центрируем по вертикали */
    cursor: pointer;
    font-size: 30px;   /* Размер стрелки или иконки */
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    opacity: 0;        /* Изначально скрываем кнопку */
    visibility: hidden; /* Скрываем кнопку */
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; /* Плавный переход */
}

#scrollToTopBtn.show {
    opacity: 1;        /* Показываем кнопку */
    visibility: visible; /* Делаем видимой */
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

.h1.image-text-title.h1-home {
    font-size: 25px;
    margin: 25px 0 0 0;
}

/** **/
    ul.section-tree a{
        color: #000;
    }
    ul.section-tree {
        list-style: none;
        box-sizing: border-box;
        flex-wrap: wrap;
        display: flex;
        position: relative;
        width: 100%;
    }

    li.level-1{
        margin: 0;
        width: 25%;
        box-sizing: border-box;
        padding: 15px 5px;
        margin: 15px 0;
    }

@media (max-width: 990px) {
    li.level-1{
        margin: 0;
        width: 33%;
        box-sizing: border-box;
        padding: 15px 5px;
        margin: 15px 0;
    }
}

@media (max-width: 780px) {
    li.level-1{
        margin: 0;
        width: 40%;
        box-sizing: border-box;
        padding: 15px 5px;
        margin: 15px 0;
    }
}

@media (max-width: 780px) {
    li.level-1{
        margin: 0;
        width: 40%;
        box-sizing: border-box;
        padding: 15px 5px;
        margin: 15px 0;
    }
}

@media (max-width: 550px) {
    li.level-1{
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 5px;
        margin: 15px 0;
    }
}


    /*li.level-1:hover{*/
    /*    background: #b6b6b6;*/
    /*}*/

    li.level-2{
        width: 100%;
        margin-left: -30px;
        box-sizing: border-box;
    }

    li.level-1 a {
        color: #333;
    }

    li.level-2 a {
        color: #333;
    }
    li.level-1 a:hover {
        color: #e31e24;
    }
    li.level-2 a:hover {
      text-decoration: underline;
    }

    li.level-1 img {
        width: auto;
        height: 110px;
        vertical-align: middle;
        margin: 5px 0 10px 0;
    }

    li.level-2 img {
        display: none;
    }
    p.level-1 {
        line-height: 20px;
        font-weight: 600;
        font-size: 15px;
        margin: 0 0 0 0;
        letter-spacing: 0;
    }

    p.level-2 {
        line-height: 16px;
        font-weight: 400;
        font-size: 14px;
        margin: 0 0 5px 0;
        letter-spacing: 0;
    }
/** **/

.list-icon-center {
    margin: 0 auto;
    display: flex;
    background: #fff;
    justify-content: space-around;
    padding: 20px 0;
    margin-bottom: 55px;
}
.list-icon-line-right {
    width: 1px;
    position: relative;
    margin: 25px 0 35px;
    display: none;
}
.list-icon-outer {
    float: left;
    flex-shrink: 0;
}
@media screen and (min-width: 992px) {
    .list-icon-one {
        padding: 0 12px;
    }
}


.list-icon-one:hover {
    cursor: pointer;
    color: #dc000c
}

.list-icon-one:hover+.list-icon-one-line {
    background-color: #dc000c
}

.list-icon-one {
    color: #333;
    padding: 0 15px;
    margin: 19px 0 15px;
    text-align: center;
    font-size: 1.6rem;
}
.list-icon-one img {
    height: 70px;
    width: auto;
}

.list-icon-one span {
    display: inline-block;
    width: 100%;
    text-align: center;
    transition-duration: .5s;
    height: 45px;
}

@media screen and (min-width: 1441px) {
    .list-icon-one-line {
        width: calc(100% - 60px);
        margin-left: 30px;
    }
}
.list-icon-one-line {
    width: calc(100% - 40px);
    height: 2px;
    margin-top: 14px;
    background-color: #fff;
    margin-left: 20px;
    transition-duration: .5s;
}

.activeClass .list-icon-outer .list-icon-one span {
    color: #dc000c!important
}

.activeClass .list-icon-outer .list-icon-one-line {
    background-color: #dc000c!important
}


@media screen and (max-width: 991px) {
    .list-icon-center {
        overflow-x: scroll;
        background: #fff;
        margin: 0 auto;
        display: flex;
        background: #fff;
        justify-content: space-around;
        padding: 15px 0;
        margin-bottom: 35px;
    }

    .list-icon-one {
        color: #333;
        padding: 0 10px;
        margin: 10px 0 10px;
        text-align: center;
        font-size: 15px;
        line-height: 16px;
    }
    .list-icon-one img {
        height: 70px;
        width: auto;
        padding: 5px 0;
    }
}
/** **/
.table-header a{
    color: #4d4e53;
}

.table-header i{
    padding-left: 5px;
    padding-right: 5px;
}


.table-header table{
    width: 100%;
}


.table-header table td{
    width: 60%;
}
div.table-header > table > tbody > tr:nth-child(2) > td {
    width: 100%;
}

.social-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.social-header img{
    width: 32px;
    height: 32px;
    margin: 0 5px;

}
@media (max-width: 1300px) {
    .social-header img{
        margin: 0 4px;
    }
}

@media (max-width: 990px) {
    .social-header img{
        width: 26px;
        height: 26px;
        margin: 15px 3px 0 3px;

    }
}
@media (max-width: 450px) {
  .social-header img {
    width: 26px;
    height: 26px;
    margin: 15px 2px 0 2px;
  }
}
.social-header img:hover{
    width: 39px;
    height: 39px;
    margin: 0 5px;
}
.header-adress {
    font-size: 16px;
}

.dropdown-a a{
    margin-top: 5px;
    display: flex;
    width: 100%;
    background-color: #c4151c;
    color: white;
    padding: 12px 15px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-direction: row;
    justify-content: center;
}
.dropdown-a i{
    font-size: 23px;
    padding-left: 15px;
    padding-right: 15px;
}
/** dropdown **/
.dropdown {
    position: relative;
    display: block;
}

/* Стили для кнопки, которая открывает выпадающий список */
.dropbtn {
    width: 100%;
    background-color: #c4151c;
    color: white; /* Белый текст */
    padding: 12px 15px; /* Увеличим padding для стрелки */
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 14px; /* Скругленные углы */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Тень для кнопки */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* Плавный переход */
    display: flex; /* Используем flexbox для выравнивания текста и стрелки */
    align-items: center; /* Выравнивание по центру */
    justify-content: space-between; /* Распределение пространства между текстом и стрелкой */
    gap: 10px; /* Отступ между текстом и стрелкой */
    margin: 5px 0;
}

/* Изменение цвета кнопки при наведении */
.dropbtn:hover {
    background-color: #a61016;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); /* Увеличенная тень при наведении */
}

/* Стили для стрелки */
.dropbtn .arrow {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white; /* Стрелка вниз */
    transition: transform 0.3s ease; /* Плавный переход для вращения */
}

/* Вращение стрелки при наведении на контейнер dropdown */
.dropdown:hover .dropbtn .arrow {
    transform: rotate(180deg); /* Поворот на 180 градусов (стрелка вверх) */
}

/* Стили для содержимого выпадающего списка (скрыт по умолчанию) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 280px; /* Увеличим минимальную ширину */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 8px;
    top: 100%; /* Позиционирование прямо под кнопкой */
    overflow: hidden; /* Скрываем содержимое, выходящее за границы скругленных углов */
    left: 0; /* Выравнивание по левому краю кнопки */
    right: auto;
}

/* Стили для ссылок внутри выпадающего списка */
.dropdown-content a {
    color: #333; /* Темно-серый цвет текста */
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.2s ease, color 0.2s ease; /* Плавный переход */
}

/* Изменение цвета при наведении на ссылки */
.dropdown-content a:hover {
    background-color: #e0e0e0; /* Светло-серый фон при наведении */
    color: #000; /* Черный текст при наведении */
}

/* Стили для заголовков и подписей внутри ссылок */
.contact-info strong {
    display: block; /* Номер телефона на новой строке */
    margin-bottom: 4px; /* Небольшой отступ снизу */
    font-size: 17px; /* Немного больший размер шрифта для номера */
    color: #222; /* Более темный цвет для номера */
}

.contact-info span {
    display: block; /* Описание на новой строке */
    color: #666; /* Более светлый цвет для описания */
    font-size: 14px;
}

/* Показать выпадающий список при наведении на контейнер */
.dropdown:hover .dropdown-content {
    display: block;
}
/** **/
.mailto img{
    margin-left: 5px;
    width: 20px;
    height: auto;
}

.header-call a{
    font-weight: bold;
    text-align: left;
}
.header-call p{
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    margin: 5px 0 10px 0px;
}
.header-call table{
    width: 100%;
}
.header-call table i{
    font-size: 30px;
    min-width: 40px;
    color: #c4151c;
}
/** **/
/* Стили для элемента details */
.details-wrapper {
    position: relative;
    background-color: #fff; /* bg-white */
    border-radius: 0.5rem; /* rounded-lg */
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); /* shadow-xl */
}

/* Стилизация маркера раскрытия/скрытия для details */
details summary::-webkit-details-marker {
    display: none;
}
details summary::marker {
    display: none;
}

/* Заголовок раскрывающегося списка (summary) */
.summary-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    cursor: pointer;
    background-color: #e41e24; /* bg-blue-600 */
    color: #fff; /* text-white */
    border-top-left-radius: 0.5rem; /* rounded-t-lg */
    border-top-right-radius: 0.5rem; /* rounded-t-lg */
    transition-property: background-color;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* transition-all duration-300 */
}
.summary-header:hover {
    background-color: #b20f14; /* hover:bg-blue-700 */
}

/* Заголовок H2 внутри summary */
.summary-title {
    font-size: 16px; /* text-lg */
    font-weight: 600; /* font-semibold */
    color: #fff;
}

/* Иконка стрелки */
.arrow-icon {
    width: 1.5rem; /* w-6 */
    height: 1.5rem; /* h-6 */
    transform: rotate(0deg);
    transition-property: transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); /* transition-transform duration-300 */
}
details[open] .arrow-icon {
    transform: rotate(180deg); /* group-open:rotate-180 */
}

/* Содержимое раскрывающегося списка */
.details-content {
    display: none; /* Скрываем содержимое по умолчанию */
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 1rem; /* p-4 */
    border-top: 1px solid #e5e7eb; /* border-t border-gray-200 */
    background-color: #fff; /* bg-white */
    border-bottom-left-radius: 0.5rem; /* rounded-b-lg */
    border-bottom-right-radius: 0.5rem; /* rounded-b-lg */
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); /* shadow-lg */
}
details[open] .details-content {
    display: block; /* Показываем содержимое при открытии */
}

/* Элемент списка контактов */
.contact-item {
    margin-bottom: 1rem; /* mb-4 */
    padding: 0.75rem; /* p-3 */
    background-color: #f9fafb; /* bg-gray-50 */
    border-radius: 0.375rem; /* rounded-md */
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* shadow-sm */
}
.contact-item:last-child {
    margin-bottom: 0; /* last:mb-0 */
}

/* Номер телефона */
.phone-number {
    color: #1f2937; /* text-gray-800 */
    font-weight: 700; /* font-bold */
    font-size: 1.125rem; /* text-lg */
    margin: 0; /* Убрать стандартные отступы p */
}

/* Описание */
.description {
    color: #4b5563; /* text-gray-600 */
    font-size: 0.875rem; /* text-sm */
    margin: 0; /* Убрать стандартные отступы p */
}

.ag_chatpanel_link_icon_phone2 {
    /*background-image: url(/bitrix/images/arturgolubev.chatpanel/iphone.svg);*/
    background-image: url(/bitrix/images/arturgolubev.chatpanel/phone-call-svgrepo-com.svg);
    background-color: #0083d1
}



/* End */


/* Start:/bitrix/templates/speceurotech/css/menu.css?17543049446017*/
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu {
    background: #f4f4f4;
    /*border-top: #ebebeb 1px solid;*/
    /*border-bottom: #ebebeb 1px solid;*/
}

.menu-cont {
    width: 100%;
    margin: 0 auto;
    background: #F2F2F2;
    border: #000 top ;
}

.menu-cont .container {
	padding-left: 0;
}


.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2.5rem;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 17px 25px;
  /**   background: #F2F2F2; **/
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    padding-inline-start: 0px;
    margin-block-start: 0em;
}

.menu > ol>li, ul>li {
    position: initial;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
   /**  background: #d8d7d5; **/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 15px 21px;
    font-weight: 500;
    display: block;
    font-size: 14px;
    color: #4d4e53;
    text-transform: uppercase;
}

.menu > ul > li a.root-item-selected{
    /*color: #fff;*/
}

.menu > ul > li a.idnav-0{
    color: #fff;
}


.menu > ul > li.active {
    box-shadow: inset 0 2px #c4151c;
    background: #dfdfdf;
}

.menu > ul > li a:hover {
    /*color: #38393d;*/
    color: #fff;
}

.menu > ul > li:hover {
    /*background: #dfdfdf;*/
    background: #c4151c;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0 10px 15px rgba(0,0,0,.2);
	max-height: none !important;

}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li:hover a{
    color: #4786ed;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 355px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 12px 0;
}


.menu > ul > li:first-child {
    background-color: #C4151C;
    color: #fff;
    text-transform: uppercase;
}


.menu > ul > li:first-child > a:before {
    content: "\f0c9";
    display: inline-block;
    font: inherit;
    font-family: FontAwesome;
    position: static;
    margin: 0 6px 0 0px;
    vertical-align: top;
    font-weight: 400;
    height: auto;
    width: auto;
    top: auto;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
	a.menu-mobile {
		color: #000;
        text-transform: uppercase;
	}
	
	.menu > ul li.active {
    box-shadow: inset 0 0px #4786ed;
    background: #939393;
    color: #fff;
	}
	
	.menu > ul li.active a{
    /*color: #fff;*/
    font-weight: bold;
	}

    .menu > ul li ul.normal-sub > li a {
        border: 0;
        padding: 7px 0;
    }


	.fa-none {
		display: none;
	}
    .menu-cont {
        width: 100%;
        background: #F2F2F2;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > .show-on-mobile {
        display: block;
    }

    .menu > ul > li.search-nav{display: none;}
}


.search-nav {
    text-align: right;
    display: contents;
    background: #FFDD22;
}


.search-nav i{
  font-size: 16px;
}


/* End */


/* Start:/bitrix/templates/speceurotech/css/betp.css?174956121447129*/
.beltp-home-top {
    background: url(/upload/beltp/pro_center_ban3.jpg) no-repeat center;
    padding: 70px 0px;
}

@media (max-width: 699px) {
    .beltp-home-top {
        background: none;
        padding: 0;
    }
}

.pro_center02 {

}

.fix:before, .fix:after {
    display: table;
    clear: both;
    content: '';
}

ul.fix {
    padding-left: 0;
    list-style-type: none;
}

.pro_center02 ul{
    padding-left: 0;
    list-style-type: none;
}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }

.bel-tp-tech-list-home {
    background: #f6f6f6;
}

*[class*="rect-"]{position: relative;display: block; width: 100%;height: 0;overflow: hidden;}
*[class*="rect-"] ._full{position: absolute;left: 0;top:0;width: 100%;height: 100%;
    *height: auto;}
.rect-50{padding-bottom: 50%;}
.rect-5625{padding-bottom: 56.25%;}
.rect-60{padding-bottom: 60%;}
.rect-618{padding-bottom: 61.8%;}
.rect-70{padding-bottom: 70%;}
.rect-75{padding-bottom: 75%;}
.rect-80{padding-bottom: 80%;}
.rect-90{padding-bottom: 90%;}
.rect-100{padding-bottom: 100%;}

.date {color: #767676;}

.pro_center02 li{width:23%; float:left; margin-right:1.3%; margin-bottom:45px; transition:all 0.5s ease; position:relative;border: 1px solid #e3e3e3;}
.pro_center-news  li{width:32%; float:left; margin-right:1.3%; margin-bottom:45px; transition:all 0.5s ease; position:relative;border: 1px solid #e3e3e3;}

.pro_center02 .li_four{margin-right:0px;}

.pro_center02 li .rect-1052{padding-bottom:105.2%;}

.pro_center-news li .rect-1052{
    padding-bottom: 69.5%;
}


.pro_center02 li .intro{background:#fff;}
.pro_center02 li .intro .box{padding:20px 15px;}
.pro_center02 li .intro .box .tit{
    font-size: 16px;
    line-height: 22px;
    color: #2f2f2f;
    text-transform: uppercase;
    margin-bottom: 0px;
    height: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pro_center-news li .intro .box .tit {
    text-transform: initial;
    color: #767676;
    font-weight: 600;
    font-size: 16px;
}

.pro_center02 li .li_line {width:0; height:5px; background:#C4151C; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.pro_center-news li .li_line {background:#e31e24;}
.pro_center02 .proCenter_more{text-align:center; font-size:0;}
.pro_center02 li:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);}
.pro_center02 li:hover .li_line {width:100%;}
.pro_center02 li:hover .noborder-btn span.icon {margin-left:25px;}
.pro_center03{padding:62px 0;}
.pro_center03 .infor{text-align:center;}
.pro_center03 .infor .tit{display:inline-block; font-size:26px; line-height:42px; color:#1a3d70; font-family:'he'; text-transform:uppercase;}
.pro_center03 .infor .tit span{display:inline-block; font-size:34px; color:#3b3b3b; position:relative; margin-right:23px; padding-bottom:6px; transition:all 0.5s ease;}
.pro_center03 .infor .tit span:after{content:''; width:100%; height:4px; background:#3b3b3b; position:absolute; left:0;
    bottom:0; transition:all 0.5s ease;}
.pro_center03 .infor .tit:hover{color:#ffc13d;}
.pro_center03 .infor .tit:hover span{color:#ffc13d;}
.pro_center03 .infor .tit:hover span:after{background:#ffc13d;}
.pro_center03 .content{margin-top:43px;}
.pro_center03 .content .rect-576{padding-bottom:57.6%;}
.pro_center03 .content li{position:relative;}


.pro_center03 .content li .intro{position:absolute; left:0; bottom:0; width:100%; z-index:3;}
.pro_center03 .content li .intro .box{padding:0 22px 26px;}
.pro_center03 .content li .intro .more_box {margin-bottom:14px;}
.pro_center03 .content li .intro .more_box a{display:inline-block; font-size:13px; height:20px; line-height:20px; border:1px solid #fff; border-color:rgba(255,255,255,.6); color:#fff; color:rgba(255,255,255,.6); padding:0 11px; margin-right:7px; font-weight:bold;}
.pro_center03 .content li .intro .more_box a:hover{background:#ffc13d; color:#3c3c3c; border-color:#ffc13d;}
.pro_center03 .content li .intro .tit a{display:block; font-size:22px; line-height:26px; color:#fff; font-weight:bold;}
.pro_center03 .content li .intro .tit a:hover{color:#ffc13d}


.pro_center04 .infor {text-transform:uppercase; width:50%;}
.pro_center04 .infor .tit{font-size:55px; line-height:55px; color:#fff; font-family:'he'; margin-bottom:50px;}
.pro_center04 .infor .con dt{margin-bottom:9px;}
.pro_center04 .infor .con dt span{display:inline-block; font-size:38px; line-height:40px; color:#000; font-family:'he_lighter'; background:#ffc13d;}
.pro_center04 .infor .con dd{margin-bottom:12px;}
.pro_center04 .infor .con dd span{display:inline-block; font-size:34px; line-height:36px; color:#fff; font-family:'he_lighter'; background:#000000;}
.pro_center04 .noborder-btn{margin-top:35px;}

.noborder-btn {
    display: inline-block;
    line-height: 30px;
    height: 40px;
    font-weight: bold;
    margin-top: 15px;
    /*padding-right: 26px;*/
    position: relative;
}

.noborder-yellow span {
    color: #C4151C;
}

.noborder-yellow span.icon {
    background: url(/upload/beltp/red_jt.png) no-repeat center;
}
.noborder-btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 29px;
}

.noborder-btn span.icon {
    width: 16px;
    height: 14px;
    margin-left: 10px;
    transition: all 0.8s ease;
}
.pro_center .noborder-btn {
    margin-top: 0px;
    text-transform: uppercase;
}

/** menu **/

/** menu **/


/** adaptive **/
@media only screen and (max-width: 760px) {
    .proCenter_banner{padding:30px 0;}
    .proCenter_banner li.li03,
    .proCenter_banner li.li05{display:none;}
    .proCenter_banner li .intro .box .tit{font-size:16px; line-height:20px;}
    .proCenter_banner li.li_last .intro .box .tit{margin-bottom:5px;}
    .proCenter_banner li .intro .box{padding:10px;}
    .proCenter_banner li.li_last .intro .box .con{font-size:12px; line-height:16px; height:48px; overflow-y:auto;}
    .pro_center.channel_content{padding-top:0px;}
    .pro_center01 .infor .tit{font-size:25px; line-height:30px;}
    .pro_center01 .infor .tit span{font-size:18px;}
    .pro_center01 .content{padding:0 2%; margin-top:20px;}
    .pro_center01 .content form{width:90%; height:40px; line-height:40px;}
    .pro_center01 .content form .inp{font-size:14px; padding-left:20px;  height:40px; line-height:40px;}
    .pro_center01 .content form .btns{width:32px; height:32px; margin-top:-16px; background-size:cover;}
    .pro_center01 .content .list{margin-top:20px;}
    .pro_center01 .content .list a{font-size:14px;}
    .pro_center02{padding:20px 0;}

    .pro_center02 li{
        width: 100%;
        border: 1px solid #e3e3e3;
        margin: 10px 0;
        padding: 10px;
    }

    .pro_center02 li:nth-child(2n){margin-right:0px;}
    .pro_center02 li .intro .box .tit{font-size:14px; line-height:18px; height:auto;}
    .prev_news {
        font-size: 14px;
        height: auto;
    }
    .cta {
        font-size: 14px;
    }
    .pro_center02 li .intro .box .con{font-size:13px;}
    .pro_center02 .proCenter_more a{height:40px; line-height:40px; font-size:15px; margin-top:10px;}
    .pro_center03 {padding:20px 0;}
    .pro_center03 .infor .tit{font-size:20px; line-height:24px;}
    .pro_center03 .infor .tit span{font-size:22px;}
    .pro_center03 .infor .tit span:after{height:2px;}
    .pro_center03 .content {margin-top:20px;}
    .pro_center03 .content li .intro .box{padding:0 15px 15px;}
    .pro_center03 .content li .intro .tit a{font-size:15px; line-height:20px;}
    .pro_center04 {padding:40px 0;}
    .pro_center04 .infor{width:100%;}
    .pro_center04 .infor .tit{font-size:30px; line-height:35px; margin-bottom:15px;}
    .pro_center04 .infor .con dt span{font-size:22px; line-height:25px;}
    .pro_center04 .infor .con dd {margin-bottom:7px;}
    .pro_center04 .infor .con dd span{font-size:16px; line-height:22px;}
    .pro_center04 .infor .pro04_more{margin-top:10px;}

    .noborder-btn {
        display: inline-block;
        line-height: 30px;
        height: 30px;
        font-weight: bold;
        margin-top: 15px;
        padding-right: 26px;
        position: relative;
    }
    .pro_center02 ul {
        padding-left: 0;
        list-style-type: none;
        margin: 0 0px 0 5px;
    }
}


.prev_news {
    color: #3e3e3e;
    height: 90px;
}

.pro_center-news .noborder-yellow span {
    color: #e31e24;
}

.pro_center-news .noborder-yellow span.icon {
    background: url(/upload/beltp/red_jt.png) no-repeat center;
}

.pro_center-news .noborder-btn {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
    margin-top: 5px;
    padding-right: 26px;
    position: relative;
}

/** ------------------------ каталог ----------------  **/
.catalog_posts {
    padding-bottom: 4rem;
}

.model_wrap {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 2rem;
    cursor: pointer;
    display: flex;
}

.model_wrap .model:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

}

.model_wrap .model {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 1rem 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    background-color: #fff;
    padding-top: 0.5rem;
    border: 1px solid #e3e3e3;
}

.slider2_wrap {
    padding-top: 2rem;
}

.model_wrap .model > .img {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}
.model_wrap a.btn {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.model_wrap .model .info {
    cursor: default;
    padding: 1rem;
}
.model_wrap .model .info .head {
    margin-bottom: 0.5rem;
}

.model_wrap .model .info .head p {
    font-size: 16px;
    color: #959595;
}

.model_wrap .model .info .head a {
    font-size: 16px;
    /*color: #959595;*/
    color: #000;
}

.model_wrap .model .info .head p > strong {
    font-size: 16px;
    color: #000;
    white-space: nowrap;
}
.model_wrap .model .info .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 1rem;
}
.model_wrap .model .info .table .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    color: #959595;
    font-size: 13px;
    margin-bottom: 0.325rem;
}
.model_wrap .model .info .table .line span > strong {
    color: #000;
}
.models_block {
    position: relative;
    z-index: 1;
}
.white1_block {
    background: url('/bitrix/templates/speceurotech/css/../i/wb1.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 470px;
    position: relative;
    z-index: 100;
}
.wb1 {
    max-width: 700px;
    float: right;
    margin-top: 6rem;
}
.wb1_items_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wb1_items_wrap .item_wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 2rem;
}
.wb1_items_wrap .item_wrap > .item {
    width: 320px;
    text-align: center;
    position: relative;
    padding: 0 2rem;
}
.wb1_items_wrap .item_wrap > .item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/bitrix/templates/speceurotech/css/../i/vetka.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 68px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.wb1_items_wrap .item_wrap > .item::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/bitrix/templates/speceurotech/css/../i/vetka.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 68px;
}
.wb1_items_wrap .item_wrap > .item p {
    color: #000;
    font-size: 1rem;
    line-height: 1.3;
    margin: 0;
}
.wb1_items_wrap .item_wrap > .item p > strong {
    color: #263b6e;
    font-size: 1.5rem;
    display: inline-block;
    margin-bototm: 0.5rem;
}

.white2_block {
    background: url('/bitrix/templates/speceurotech/css/../i/wb2.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 564px;
}
.wb2 {
    max-width: 700px;
    margin-top: 4rem;
}
.wb2_items_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wb2_items_wrap .item_wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 1rem;
    padding-right: 1rem;
}
.wb2_items_wrap .item_wrap > .img {
    min-width: 70px;
    max-width: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.wb2_items_wrap .item_wrap > .item p > strong {
    font-size: 1.5rem;
    line-height: 1.2;
}

.model_wrap a.btn {
    width: 100%;
    display: block;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.model_wrap .model .info {
    cursor: default;
    padding: 1rem;
}
.model_wrap .model .info .head {
    margin-bottom: 0.5rem;
}


.model_wrap .model .info .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.text_hover_model_wrap {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
}
.text_hover_model {
    font-size: 0.875rem;
    padding: 1rem 2rem;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: default;
}

.catalog_posts {
    padding-bottom: 4rem;
}
.main {
    background: #f9f9f9;
    padding-bottom: 3rem;
}
.heading.model {
    padding-top: 2rem;
    padding-bottom: 1rem;
}
.info_model {
    padding: 0;
    margin-bottom: 1rem;
    display: inline-block;
}
.table_model table {
    width: 100%;
    margin-bottom: 2rem;
}
.table_model table td {
    padding: 2px 0;
    cursor: default;
}
.text_model p {
    margin: 0 0 1rem;
}
.eshe {
    margin-top: 4rem;
}
.cat_cat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.cat_cat .img {
    overflow: hidden;
    min-height: 280px;
    max-height: 280px;
}
.cat_cat {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.cat_cat:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.cat_cat .name {
    margin-top: 0rem;
}
.cat_cat p {
    font-size: 1.25rem;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.cat_cat:hover p {
    color: #294077;
}

/** ------------------------ каталог ----------------  **/
.proDetail.channel_content {
    padding: 0px;
}
.channel_content {
    min-height: 300px;
    padding: 52px 0;
}

.proDetail01{border-bottom:6px solid #C4151C;}
.proDetail01 .left{width:49%; float:left; position:relative; margin-right:0.5%;}
.proDetail01 .left .img_720{font-size:24px; line-height:40px; font-weight:bold; position:absolute; right:30px; top:103%; display:none}
.proDetail01 .left .pro_crumbs{padding-top:20px; margin-bottom:20px;}
.proDetail01 .left .pro_crumbs a,
.proDetail01 .left .pro_crumbs span{font-size:16px; line-height:44px; color:#a1a1a1;}
.proDetail01 .left .rect-70{padding-bottom:70%;}
.proDetail01 .right{width:49%; float:right; position:relative; padding:10px 0 10px; background:#f6f6f6;
    min-height: 405px;
    margin-bottom: 20px;
}

.proDetail01 .right .r_box{padding-left:30px; padding-right:15px;}
.proDetail01 .right .r_box .intro {padding-bottom:20px; border-bottom:1px solid #b1b1b1;}
.proDetail01 .right .r_box .intro .smal_tit{font-size:24px; line-height:44px; color:#666;}
.proDetail01 .right .r_box .intro .big_tit{font-size:50px; color:#666; line-height:1; font-family:Impact;}
.proDetail01 .right .r_box .intro .big_tit span{display:inline-block;}
.proDetail01 .right .r_box .intro .big_tit .shareMore{font-size:14px; color:#6f6f6f; display:inline-block; cursor:pointer;}
.proDetail01 .right .r_box .intro .big_tit .shareMore i{vertical-align:0;}
.proDetail01 .right .list li{margin-top:15px; position:relative; padding-left:20px;}
.proDetail01 .right .list li:before{content:''; width:2px; height:46px; background:#C4151C; position:absolute; left:0; top:50%; margin-top:-23px;}

.proDetail01 .right .list li .t{font-size:16px; line-height:20px; color:#555;}
.proDetail01 .right .list li .c{font-size:20px; line-height:20px; color:#555; font-family:Impact;}
.proDetail01 .right .tool{margin-top:30px;}
.proDetail01 .right .tool a{display:inline-block; margin-right:35px;}
.proDetail01 .right .tool a span{display:inline-block; vertical-align:middle; font-size:18px; line-height:44px; color:#666;}
.proDetail01 .right .tool a span.icon{width:30px; height:30px; background:url(/upload/beltp/proDetail01_1.png) no-repeat; margin-right:5px;}
.proDetail01 .right .tool a.down span.icon{background-position:0 0;}
.proDetail01 .right .tool a.deal span.icon{background-position:-30px 0;}
.proDetail01 .right .tool a:hover span{color:#004c97;}
.proDetail01 .right .btn{padding-left:0; box-shadow:none; margin-top:15px;}
.proDetail01 .right .btn .icon{width:28px; height:23px; background:url(/upload/beltp/proDetail01_2.png) no-repeat left; display:inline-block; position:relative; top:5px; margin-right:10px;}
.proDetail01 .right .btn>a{display:inline-block; background:#C4151C; transition:.3s ease; font-size:18px; color:#4f4f4f; font-weight:bold; line-height:33px; padding:10px 25px;}
.proDetail01 .right .btn>a.order:hover{background:#fabc00;}
.proDetail01 .right .btn .tel .icon{background-position:-28px 0;}
.proDetail01 .right .btn .tel{ background:#00a1e9; color:#fff;}
.proDetail01 .right .btn .tel:hover{background:#038dcc;}
.proDetail02 .hd{border-bottom:1px solid #dfdfdf; height:75px;}
.proDetail02 .hd .target_wrap{padding:17px 0px; transition:padding 0.5s ease;}

.proDetail02 .hd .target_wrap.fixed{width:100%; position:fixed; left:0; top:0; background:#fff; z-index:5; box-shadow:0 0 15px rgba(0,0,0,.2); padding: 15px 0 0px 0;}

.proDetail02 .hd .target_wrap.fixed .wrap{
    width: 1150px;
    margin-right: auto;
    margin-left: auto;
}

.proDetail02 .hd .title{float:left; font-size:35px; line-height:44px; color:#333f47; font-family:Impact;}
.proDetail02 .hd ul{float:right;}
.proDetail02 .hd ul li{display:inline-block; font-size:20px; line-height:44px; color:#333f47; font-weight:500; margin-left:95px; cursor:pointer;}
.proDetail02 .hd ul li.active{color:#C4151C;}
.proDetail02 .sections01{padding:25px 0 0;}
.proDetail02 .sections01 .infor{color:#555;}
.proDetail02 .sections01 .infor .tit{font-size:36px; line-height:44px; text-transform:uppercase; font-weight:bold;}
.proDetail02 .sections01 .infor .con{font-size:26px; line-height:36px; text-transform:uppercase; font-weight:bold; margin:20px 0;}
.proDetail02 .sections01 .infor .txt{font-size:14px; line-height:26px; text-align: justify;}
.proDetail02 .sections01 .sections02{padding:60px 0 0;}
.proDetail02 .sections02{margin-top:50px;}
.proDetail02 .sections02 .infor{color:#555; margin-bottom:15px;}
.proDetail02 .sections02 .infor .tit{font-size:36px; line-height:44px; text-transform:uppercase; font-weight:bold;}




/* table */
.datalist {width:100%; border-collapse:collapse; border-spacing:0; border:0px solid #ccc; }
.datalist caption { padding-bottom:5px;}
.datalist th {font-weight:700; padding:5px 15px; border:1px solid #ccc; background:#eee;}
.datalist td {padding:11px 15px; border:0px solid #ccc;}
.datalist tr.altrow { background:#ccc;}

.table { width: 100%; max-width: 100%; margin-bottom: 20px;}
.table >thead >tr >th, .table >tbody >tr >th, .table >tfoot >tr >th, .table >thead >tr >td, .table >tbody >tr >td, .table >tfoot >tr >td { line-height: 1.42857143; padding: 8px; vertical-align: inherit; border-top: 1px solid #ddd;}
.table >thead >tr >th { vertical-align: bottom; border-bottom: 2px solid #ddd;}
.table >caption +thead >tr:first-child >th, .table >colgroup +thead >tr:first-child >th, .table >thead:first-child >tr:first-child >th, .table >caption +thead >tr:first-child >td, .table >colgroup +thead >tr:first-child >td, .table >thead:first-child >tr:first-child >td { border-top: 0;}
.table >tbody +tbody { border-top: 2px solid #ddd;}
.table .table { background-color: #fff;}
.table-condensed >thead >tr >th, .table-condensed >tbody >tr >th, .table-condensed >tfoot >tr >th, .table-condensed >thead >tr >td, .table-condensed >tbody >tr >td, .table-condensed >tfoot >tr >td { padding: 5px;}
.table-bordered { border: 1px solid #ddd;}
.table-bordered >thead >tr >th, .table-bordered >tbody >tr >th, .table-bordered >tfoot >tr >th, .table-bordered >thead >tr >td, .table-bordered >tbody >tr >td, .table-bordered >tfoot >tr >td { border: 1px solid #ddd;}
.table-bordered >thead >tr >th, .table-bordered >thead >tr >td { border-bottom-width: 2px;}
.table-striped >tbody >tr:nth-of-type(odd) { background-color: #f9f9f9;}
.table-hover >tbody >tr:hover { background-color: #f5f5f5;}
table col[class*='col-'] { position: static; display: table-column; float: none;}
table td[class*='col-'], table th[class*='col-'] { position: static; display: table-cell; float: none;}
.table >thead >tr >td.active, .table >tbody >tr >td.active, .table >tfoot >tr >td.active, .table >thead >tr >th.active, .table >tbody >tr >th.active, .table >tfoot >tr >th.active, .table >thead >tr.active >td, .table >tbody >tr.active >td, .table >tfoot >tr.active >td, .table >thead >tr.active >th, .table >tbody >tr.active >th, .table >tfoot >tr.active >th { background-color: #f5f5f5;}
.table-hover >tbody >tr >td.active:hover, .table-hover >tbody >tr >th.active:hover, .table-hover >tbody >tr.active:hover >td, .table-hover >tbody >tr:hover >.active, .table-hover >tbody >tr.active:hover >th { background-color: #e8e8e8;}
.table >thead >tr >td.success, .table >tbody >tr >td.success, .table >tfoot >tr >td.success, .table >thead >tr >th.success, .table >tbody >tr >th.success, .table >tfoot >tr >th.success, .table >thead >tr.success >td, .table >tbody >tr.success >td, .table >tfoot >tr.success >td, .table >thead >tr.success >th, .table >tbody >tr.success >th, .table >tfoot >tr.success >th { background-color: #dff0d8;}
.table-hover >tbody >tr >td.success:hover, .table-hover >tbody >tr >th.success:hover, .table-hover >tbody >tr.success:hover >td, .table-hover >tbody >tr:hover >.success, .table-hover >tbody >tr.success:hover >th { background-color: #d0e9c6;}
.table >thead >tr >td.info, .table >tbody >tr >td.info, .table >tfoot >tr >td.info, .table >thead >tr >th.info, .table >tbody >tr >th.info, .table >tfoot >tr >th.info, .table >thead >tr.info >td, .table >tbody >tr.info >td, .table >tfoot >tr.info >td, .table >thead >tr.info >th, .table >tbody >tr.info >th, .table >tfoot >tr.info >th { background-color: #d9edf7;}
.table-hover >tbody >tr >td.info:hover, .table-hover >tbody >tr >th.info:hover, .table-hover >tbody >tr.info:hover >td, .table-hover >tbody >tr:hover >.info, .table-hover >tbody >tr.info:hover >th { background-color: #c4e3f3;}
.table >thead >tr >td.warning, .table >tbody >tr >td.warning, .table >tfoot >tr >td.warning, .table >thead >tr >th.warning, .table >tbody >tr >th.warning, .table >tfoot >tr >th.warning, .table >thead >tr.warning >td, .table >tbody >tr.warning >td, .table >tfoot >tr.warning >td, .table >thead >tr.warning >th, .table >tbody >tr.warning >th, .table >tfoot >tr.warning >th { background-color: #fcf8e3;}
.table-hover >tbody >tr >td.warning:hover, .table-hover >tbody >tr >th.warning:hover, .table-hover >tbody >tr.warning:hover >td, .table-hover >tbody >tr:hover >.warning, .table-hover >tbody >tr.warning:hover >th { background-color: #faf2cc;}
.table >thead >tr >td.danger, .table >tbody >tr >td.danger, .table >tfoot >tr >td.danger, .table >thead >tr >th.danger, .table >tbody >tr >th.danger, .table >tfoot >tr >th.danger, .table >thead >tr.danger >td, .table >tbody >tr.danger >td, .table >tfoot >tr.danger >td, .table >thead >tr.danger >th, .table >tbody >tr.danger >th, .table >tfoot >tr.danger >th { background-color: #f2dede;}
.table-hover >tbody >tr >td.danger:hover, .table-hover >tbody >tr >th.danger:hover, .table-hover >tbody >tr.danger:hover >td, .table-hover >tbody >tr:hover >.danger, .table-hover >tbody >tr.danger:hover >th { background-color: #ebcccc;}
.table-responsive {overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 1240px) {
    .table-responsive {overflow-y: hidden;  width: 100%; margin-bottom: 15px; border: 1px solid #ddd;-ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive >.table { margin-bottom: 0;}
    .table-responsive >.table >thead >tr >th, .table-responsive >.table >tbody >tr >th, .table-responsive >.table >tfoot >tr >th, .table-responsive >.table >thead >tr >td, .table-responsive >.table >tbody >tr >td, .table-responsive >.table >tfoot >tr >td { white-space: nowrap;}
    .table-responsive >.table-bordered { border: 0;}
    .table-responsive >.table-bordered >thead >tr >th:first-child, .table-responsive >.table-bordered >tbody >tr >th:first-child, .table-responsive >.table-bordered >tfoot >tr >th:first-child, .table-responsive >.table-bordered >thead >tr >td:first-child, .table-responsive >.table-bordered >tbody >tr >td:first-child, .table-responsive >.table-bordered >tfoot >tr >td:first-child { border-left: 0;}
    .table-responsive >.table-bordered >thead >tr >th:last-child, .table-responsive >.table-bordered >tbody >tr >th:last-child, .table-responsive >.table-bordered >tfoot >tr >th:last-child, .table-responsive >.table-bordered >thead >tr >td:last-child, .table-responsive >.table-bordered >tbody >tr >td:last-child, .table-responsive >.table-bordered >tfoot >tr >td:last-child { border-right: 0;}
    .table-responsive >.table-bordered >tbody >tr:last-child >th, .table-responsive >.table-bordered >tfoot >tr:last-child >th, .table-responsive >.table-bordered >tbody >tr:last-child >td, .table-responsive >.table-bordered >tfoot >tr:last-child >td { border-bottom: 0;}
}

.list ul{
    padding-left: 0;
    list-style-type: none;
}


@media (max-width: 760px) {

    .proDetail01 .left{width:52%; margin-right:2%;}
    .proDetail01 .left .pro_crumbs a, .proDetail01 .left .pro_crumbs span{font-size:14px;}
    .proDetail01 .right{width:46%;}
    .proDetail01 .right{padding:40px 0;}
    .proDetail01 .right .r_box{padding-left:40px;}
    .proDetail01 .right .r_box .intro .big_tit{font-size:40px;}
    .proDetail01 .right .list li{margin-top:15px;}
    .proDetail01 .right .list li .c{font-size:25px;}
    .proDetail01 .right .tool a{margin-right:20px;}
    .proDetail01 .right .tool a:last-child{margin-right:0;}
    .proDetail01 .right .tool a span{font-size:16px; line-height:36px;}

    .proDetail01 .left{width:100%;}
    .proDetail01 .right{width:100%; margin-top:20px;}
    .proDetail01 .right:after{display:none}

    .header.pro_header .mobile_key span,
    .header.pro_header .mobile_key:before,
    .header.pro_header .mobile_key:after{color:#fff; background:#fff;}
    .proDetail01{border-bottom:none;}
    .proDetail01 .left .pro_crumbs a, .proDetail01 .left .pro_crumbs span{color:#555; line-height:24px;}
    .proDetail01 .right{padding:20px 0;}
    .proDetail01 .right .r_box{padding:0 15px;}
    .proDetail01 .right .r_box .intro{padding-bottom:15px;}
    .proDetail01 .right .r_box .intro .smal_tit{font-size:18px; line-height:24px;}
    .proDetail01 .right .r_box .intro .big_tit{font-size:20px; line-height:24px;}
    .proDetail01 .right .list li .c{font-size:20px; line-height:30px;}
    .proDetail01 .right .tool{margin-top:15px;}
    .proDetail01 .right .tool a span{font-size:14px; line-height:22px;}
    .proDetail01 .right .btn>a{font-size:14px; line-height:36px; padding:0 10px;}
    .proDetail02 .hd{display:none;}
    .proDetail02 .hd .target_wrap{padding:16px 0;}
    .proDetail02 .hd .title{font-size:16px;}
    .proDetail02 .hd ul li{font-size:14px;}
    .proDetail02 .sections01{padding-top:20px;}
    .proDetail02 .sections01 .infor .tit{font-size:20px; line-height:24px;}
    .proDetail02 .sections01 .infor .con{font-size:15px; line-height:22px; margin:10px 0;}
    .proDetail02 .sections02{margin-top:20px;}
    .proDetail02 .sections02 .infor .tit{font-size:20px; line-height:24px;}

    .proDetail01 .right .btn>a{font-size:12px;}
    .proDetail01 .right{min-height:auto;}
    .proDetail02 .sections02 .content{overflow-x:auto; overflow-y:hidden;}
    .pro_list01{margin-bottom:0;}
    .pro_list01 .content{margin-bottom:20px;}
    .noborder-btn span {font-size: 14px;}
}


.datalist tr:nth-child(odd) {
    background: #f6f6f6;
}

.datalist tr:hover {
   cursor: pointer;
}

.card-top__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; left: 0;
    background-color: rgba(0,0,0,0.1);
}

/** ------ - news ----------- **/
.solu_detail.channel_content{padding:0; background:#f6f6f6;}
.solu_detail02{position:relative;}
.solu_detail02>.wrap{position:relative; z-index:2;}
.solu_detail02 .content{position:relative;}
.solu_detail02 .content .box{background:#fff;}
.solu_detail02 .content .box .intro {text-align:center; color:#666; padding:0 15%; margin-bottom:50px;}
.solu_detail02 .content .box .intro .tit{font-size:36px; line-height:42px;}
.solu_detail02 .content .box .txt{font-size:18px; margin-top:30px; }
/*.solu_detail02 .content .box .bott_{margin-top:55px;}*/
.solu_detail02 .content .box .bott_ .item{background:#fafafa; margin-bottom:22px;}
.solu_detail02 .content .box .bott_ .rect-653{padding-bottom:65.3%;}
.solu_detail02 .content .box .bott_ .img_{width:38%; float:left;}
.solu_detail02 .content .box .bott_ .intro_{width:62%; float:right;}
.solu_detail02 .content .box .bott_ .intro_box{padding:42px 52px 25px 47px;}
.solu_detail02 .content .box .bott_ .intro_box .t{font-size:28px; line-height:28px; color:#666; margin-bottom:17px;}
.solu_detail02 .content .box .bott_ .intro_box .c{font-size:16px; line-height:28px; color:#666; height:84px; overflow:hidden;}
.solu_detail02 .content .box .bott_ .intro_box .more {width: 180px;}
.solu_detail02 .content .box .bott_ .intro_box .c {overflow: auto;}
.solu_detail02 .content .box .bott_ .intro_box .more{display:block; width:143px; height:41px; line-height:41px; border:1px solid #929292; font-size:16px; color:#666; text-align:center; margin-top:25px; border-radius:3px;}
.solu_detail02 .content .box .bott_ .intro_box .more:hover{background:#e31e24; color:#fff; border-color:#e31e24;}
.solu_detail02 .content .back_box{position:absolute; right:0; top:0; width:56px}
.solu_detail02 .content .back_box>div{background:#fff; transition:all .3s ease;}
.solu_detail02 .content .back_box>div:hover{background:#e31e24;}
.solu_detail02 .content .back_box .icon{width:100%; height:63px; margin:0; line-height:63px; display:inline-block; font-size:30px; text-align:center; color:#bfbfbf; transition:all .3s ease;}
.solu_detail02 .content .back_box>div:hover .icon{color:#fff;}
.solu_detail02 .content .back_box .next_list a{display:block; text-align:center;}
.solu_detail02 .page_bott{background:#fff; margin-top:30px;}
.solu_detail02 .page_bott .page_prev{float:left; width:46%; border-right:1px solid #c9c9c9;}
.solu_detail02 .page_bott .page_next{float:right; width:46%; border-left:1px solid #c9c9c9;}
.solu_detail02 .page_bott .box{padding:30px 20px;}
.solu_detail02 .page_bott .page_prev .page_btn{float:left; padding-left:45px;}
.solu_detail02 .page_bott .page_next .page_btn{float:right; padding-right:45px;}
.solu_detail02 .page_bott .page_btn{margin-right:30px; font-size:16px; color:#797979; position:relative;}
.solu_detail02 .page_bott .page_btn .icon{position:absolute; width:31px; height:11px; background:url(/bitrix/templates/speceurotech/css/../img/solu_detail02_1.png) no-repeat;top:50%; margin-top:-5px;}
.solu_detail02 .page_bott .page_prev .page_btn .icon{left:0;}
.solu_detail02 .page_bott .page_next .page_btn .icon{background-position:-32px 0; right:0;}
.solu_detail02 .page_bott .t{font-size:18px; font-weight:bold; color:#3f3f3f; line-height:30px;}
.solu_detail02 .page_bott a:hover .t{color:#e31e24;}
.solu_detail02 .page_bott .page_center{float:left; width:7%; height:90px; position:relative;}
.solu_detail02 .page_bott .page_center .icon .iconfont{position:absolute; left:50%; margin-left:-6px; top:50%; margin-top:-16px; font-size:24px; color:#b5b5b5;color:#e31e24;}
.solu_detail02 .page_bott .page_center:hover .icon .iconfont{color:#e31e24;}
.solu_detail02 .page_bott .page_prev:hover .page_btn .icon{left:-5px; transition:.3s ease;}
.solu_detail02 .page_bott .page_next:hover .page_btn .icon{right:-5px; transition:.3s ease;}


.contact_us01 .content .bd ul .li_box .txt  {height: 115px; overflow: auto; }
::-webkit-scrollbar-track-piece {background:#f8f8f8;}  /*å‡¹æ§½é¢œè‰²*/
::-webkit-scrollbar{ width: 5px; height: 5px;}
::-webkit-scrollbar-thumb {background-color: #e31e24;background-clip:padding-box;min-height:10px;}
::-webkit-scrollbar-thumb:hover {background:#bbb;}


.solu_detail02 .content .box .bott_  ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

@media (max-width: 1018px) {
    .solu_detail02{padding:0 0 15px; margin-top:0;}
    .solu_detail02 .back_home{padding-top:20px; display:block;}
    .solu_detail02 .content{padding:0; margin-top:5px;}
    .solu_detail02 .content .back_box{display:none; width:100%; position:static; overflow:hidden; text-align:center;}
    .solu_detail02 .content .back_box>div{display:inline-block; width:56px; height:63px;}
    .solu_detail02 .content .back_box .back_list a{ padding:0; line-height:50px; text-align:center;}
    .solu_detail02 .content .box{padding:5px;}
    .solu_detail02 .content .box .intro{padding:0 5%; margin-bottom:20px;}
    .solu_detail02 .content .box .intro .tit{font-size:20px; line-height:20px;}
    .solu_detail02 .content .box .top_{margin-left:0;}
    .solu_detail02 .content .box .txt{font-size:13px; margin-top:15px;}
    .solu_detail02 .content .box .top_l .t{font-size:18px; line-height:25px;}
    .solu_detail02 .content .box .top_l .c{font-size:14px; margin:20px 0; line-height:26px;}
    .solu_detail02 .content .box .top_l .text{font-size:14px; line-height:26px;}
    .solu_detail02 .content .box .bott_{margin-top:5px;}
    .solu_detail02 .content .box .bott_ .item{margin-bottom:15px;}
    .solu_detail02 .content .box .bott_ .item:last-child{margin-bottom:0;}
    .solu_detail02 .content .box .bott_ .intro_box{padding: 11px 15px;}
    .solu_detail02 .content .box .bott_ .intro_box .t{font-size:16px; margin-bottom:5px;line-height: 18px;}
    .solu_detail02 .content .box .bott_ .intro_box .c{font-size:13px; display:none;}
    .solu_detail02 .page_bott{margin-top:15px;}
    .solu_detail02 .page_bott .page_center .icon .iconfont{margin-left:-11px;}
    .solu_detail02 .content .box .bott_ .intro_box .more{width:90px; line-height:24px; height:27px; margin-top:15px; font-size:13px;}
    .solu_detail02 .page_bott{margin-top:15px;}
    .solu_detail02 .page_bott .page_btn{font-size:14px;}
    .solu_detail02 .page_bott .t{font-size:14px; line-height:22px;}
    .solu_detail02 .page_bott .box{padding:10px 20px;}
    .solu_detail02 .page_bott .page_prev{border:none;}
    .solu_detail02 .page_bott .page_next{border:none;}

}



/* --- */
.contact_us01{}
.contact_us01 .infor{padding-top:22px;;}
.contact_us01 .infor .tit {font-size:40px; color:#323232; text-transform:uppercase; font-weight:bold; text-align:center}
.contact_us01 .content .hd{border:1px solid #d9d9da}
.contact_us01 .content .hd .item{float:left; width:33.33%; font-size:16px; height:50px; line-height:50px; text-align:center; cursor:pointer;}
.contact_us01 .content .hd .item span{display:block; border-left:1px solid #d9d9da;}
.contact_us01 .content .hd .item:first-child span{border-left:none}
.contact_us01 .content .hd .item.cur{background:#4786ed; border-left-color:#4786ed; color:#fff;}

/*.contact_us01 .content .bd{background:#f4f4f4;}*/

.contact_us01 .content .bd table{margin-top:40px;}
.contact_us01 .content .bd ul{padding: 15px 0px;}

/*.contact_us01 .content .bd ul li{width:45%; margin-right:2%; background:#fff; float:left; margin-bottom:30px;;}*/
.contact_us01 .content .bd ul li{width:47%; margin-right:2%; background:#f4f4f4; float:left; margin-bottom:30px;;}

.contact_us01 .content .bd ul .li_three{margin: 10px 10px 10px 0;}
.contact_us01 .content .bd ul .li_box{padding:25px 40px;}
.contact_us01 .content .bd ul dl{overflow:hidden;}
.contact_us01 .content .bd ul dt{font-size:20px; line-height:24px; padding-bottom:15px; top:15px; padding-top: 18px; margin-bottom:30px;position:relative}



.contact_us01 .content .bd ul dt:after{content:''; width: 100%; height:2px; background:#dfdfdf; position:absolute; left:0; top:0;}


.contact_us01 .content .bd ul dt:before{content:''; width: 100%; height:2px; background:#dfdfdf; position:absolute; left:0; bottom:0;}



.contact_us01 .content .bd ul dd{font-size:14px; line-height:20px; margin-bottom:5px;}
.contact_us02 .infor .tit {font-size:40px; color:#323232; text-transform:uppercase; font-weight:bold; text-align:center}
.contact_us02 .form{margin-top:40px; padding:0 6%;}
.contact_us02 .item{margin-bottom:40px;}
.contact_us02 .item .t{margin-bottom:12px; font-size:16px; text-transform:uppercase; color:#333; font-family:Arial}
.contact_us02 .item .t em{color:red;}
.contact_us02 .item .item_l{float:left; width:47.5%;}
.contact_us02 .item .item_r{float:right; width:47.5%;}
.contact_us02 .item .inp,
.contact_us02 .item .text{width:100%; height:45px; line-height:45px; background:#f8f8f8; text-indent:20px; outline:0; border:0; box-sizing:border-box;}
.contact_us02 .item .text{height:166px;}
.contact_us02 .item .btns{padding:0 55px; height:45px; line-height:45px; text-align:center; color:#fff; background:#4786ed; font-size:18px; border:0; outline:0; position:relative; display:inline-block; text-transform:uppercase; margin-top:37px; cursor:pointer;}

.contact_us02 .item04 .inp{width:45%; display:inline-block; margin-right:5%;}
.contact_us02 .item04 .img_{height:45px; display:inline-block;}
.contact_us02 .item04 .item_r{text-align:right;}

.contact_us01 .content .bd ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    /*padding-inline-start: 0px;*/
}


#ulfix > ul > li > div > dl > div > a {
    color: #323232;
}


#ulfix > ul > li > div > dl > div > a:hover {
    color: #4786ed;
}



@media (max-width: 1018px) {

.contact_us{padding:0px;}
.contact_us01{margin-bottom:20px;}
.contact_us01 .infor{padding-top:0px;}
.contact_us01 .infor .tit{font-size:22px; line-height:25px;}
.contact_us01 .content{margin-top:20px;}
.contact_us01 .content .hd .item{width:100%; border-bottom:1px solid #d9d9da}
.contact_us01 .content .hd .item:last-child{border-bottom:none;}
.contact_us01 .content .hd .item span{border-left:none;}
.contact_us01 .content .bd table{margin-top:20px;}
.contact_us01 .content .bd>div{overflow-x:auto; width:100%;}
.contact_us01 .content .bd ul{padding:20px;}
.contact_us01 .content .bd ul li{margin-bottom:15px; width:90%; margin-right:0;}
.contact_us01 .content .bd ul .li_box{padding:20px;}
.contact_us01 .content .bd ul dl{height:auto;}
.contact_us01 .content .bd ul dt{padding-bottom:10px; margin-bottom:10px;}
.contact_us02 .infor{margin-bottom:0;}
.contact_us02 .infor .tit{font-size:22px; line-height:25px;}
.contact_us02 .form{margin-top:20px;}
.contact_us02 .item{margin-bottom:20px;;}
.contact_us02 .item .t{font-size:14px; margin-bottom:5px;}
.contact_us02 .item .item_l{width:100%; margin-bottom:15px;}
.contact_us02 .item .item_r{width:100%;}
.contact_us02 .item .btns{margin-top:10px; font-size:16px; padding:0 30px;}
.contact_us02 .item04 .item_r{text-align:left;}
}

.footerLinks p{
    margin: 0;
    color: #fff;
}
.call-btn   {
    margin-top: 30px;
}

.call-btn a{
    background: #00a1e9;
    color: #fff;
    display: inline-block;
    transition: .3s ease;
    font-size: 17px;
    line-height: 33px;
    padding: 10px 25px;
    font-weight: 500;
}

.call-btn:hover a{
    background: #038dcc;
}

.call-btn .icon {
    width: 28px;
    height: 23px;
    background: url(/upload/beltp/proDetail01_2.png) no-repeat left;
    background-position: -28px 0;
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 15px;
}

.h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 18px;
    margin-bottom: 30px;
    position: relative;
}

/*.h2:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #4d4e53;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/

/*.h2:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #4d4e53;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

.imageText .imageText-only-text .image-text-title {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    padding-top: 18px;
    margin-bottom: 30px;
    position: relative;
}

/*.imageText .imageText-only-text .image-text-title:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #4d4e53;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*}*/

/*.imageText .imageText-only-text .image-text-title:after {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background: #4d4e53;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/


.social-header a{
    font-size: 30px;
    color: #fdb819;
}

.social-header a:hover{
    font-size: 30px;
    color: #e31e24;
}

.form__wrapper {
    min-height: 395px;
    padding: 2.5rem;
    border-radius: 2rem;
    background: #fff;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    box-shadow: 0 30px 100px rgb(56 96 138 / 0%);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all .2s ease;
}

.form__wrapper:hover {
    transform: translate3d(0, rem(-12), 0);
    box-shadow: 0px 30px 100px rgba(56, 96, 138, 0.3);
}

.form__wrapper h2 {
    font-weight: 600;
    font-size: 2.625rem;
    line-height: 1.1904761905;
    margin: 0;
    padding: 0;
    color: #303138;
}

.form__wrapper p{
    display: block;
    margin: 20px 0;
}


.cont-home-block-mt {
    margin-top: 10px;
    margin-bottom: 0px;
    background: linear-gradient(to bottom,#f2f2f2 0,#f2f2f2 100%);
    padding: 40px 0px 40px 0px;

}

.form__home {
    margin: 10px 0;
}

.form__home h4{
    font-size: 20px;
    line-height: 28px;
}

.link-w a{
    color: #4d4e53;
}

.link-w a:hover{
    color: #2e2f32;
}


/* End */


/* Start:/bitrix/templates/speceurotech/css/swiper-bundle.min.css?176414590213918*/
/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* End */


/* Start:/bitrix/templates/speceurotech/components/bitrix/breadcrumb/bread/style.css?1757333397647*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}
.breadcrumb .breadcrumb-list-links li::marker{
display:none;
}
/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrap.min.css?174957183930285*/
.slam-easyform {
    /*font: normal 16px/1.4 "Arial", sans-serif;*/
}
.slam-easyform .hidden {
    display: none !important;
    visibility: hidden !important;
}
.slam-easyform .form-group {
    margin-bottom: 12px;
}
.slam-easyform .control-label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.slam-easyform .form-control {
    display: block;
    width: 100%;
    padding: 1rem 2.125rem 0.9375rem 1.0625rem;
    font-size: 15px;
    line-height: 1.42857143;
    color: #646c76;
    background-color: #fff;
    border-radius: 0.75rem;
    border: unset;
    transition: all .2s ease-in-out;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    box-shadow: none;
    box-sizing: border-box;
    height: 45px;
    border: 0.0625rem solid #dadada;
}

.slam-easyform .form-control:focus {
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.slam-easyform .form-control:focus {
    border-color: #4d4e53;
}

.slam-easyform [class*="col-xs"] {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
.slam-easyform .row {
    margin-left: -15px;
    margin-right: -15px;
}
.slam-easyform .row:before {
    content: " ";
    display: table;
    clear: both;
}
.slam-easyform .col-xs-12 {
    width: 100%;
}
.slam-easyform .col-xs-9 {
    width: 75%;
}
.slam-easyform .col-xs-3 {
    width: 25%;
}
.slam-easyform .radio-inline,
.slam-easyform .checkbox-inline {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.slam-easyform .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.slam-easyform .btn:active,
.slam-easyform .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.slam-easyform .btn:hover,
.slam-easyform .btn:focus {
    color: #333;
    text-decoration: none;
}
.slam-easyform .btn-primary:active,
.slam-easyform .btn-primary.active,
.slam-easyform .open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.slam-easyform .btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.slam-easyform .pull-right {
    float: right;
}
.slam-easyform .pull-right {
    float: right !important;
}
.slam-easyform .btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.slam-easyform .btn-primary:active:hover,
.slam-easyform .btn-primary.active:hover,
.slam-easyform .open > .dropdown-toggle.btn-primary:hover,
.slam-easyform .btn-primary:active:focus,
.slam-easyform .btn-primary.active:focus,
.slam-easyform .open > .dropdown-toggle.btn-primary:focus,
.slam-easyform .btn-primary:active.focus,
.slam-easyform .btn-primary.active.focus,
.slam-easyform .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40;
}
.slam-easyform .btn-primary:active,
.slam-easyform .btn-primary.active,
.slam-easyform .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.slam-easyform .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.slam-easyform .btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.slam-easyform .btn-primary:active,
.slam-easyform .btn-primary.active,
.slam-easyform .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.slam-easyform .btn-primary:hover,
.slam-easyform .btn-primary:focus,
.slam-easyform .btn-primary:active,
.slam-easyform .btn-primary.active,
.slam-easyform .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e;
}
.slam-easyform .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.slam-easyform .pull-right {
    float: right !important;
}
.slam-easyform input,
.slam-easyform button,
.slam-easyform select,
.slam-easyform textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}
.slam-easyform button,
.slam-easyform input[type="button"],
.slam-easyform input[type="reset"],
.slam-easyform input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.slam-easyform button,
.slam-easyform select {
    text-transform: none;
}
.slam-easyform button {
    overflow: visible;
}
.slam-easyform button,
.slam-easyform input[type="button"],
.slam-easyform input[type="reset"],
.slam-easyform input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.slam-easyform .close:not([disabled]):not(.disabled) {
    cursor: pointer;
}
.slam-easyform .modal-header .close {
    margin-top: -2px;
}
.slam-easyform .modal-header .close {
    margin-top: -2px;
}
.slam-easyform button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
}
.slam-easyform .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.slam-easyform .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}
.slam-easyform .close:hover,
.slam-easyform .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.slam-easyform .fade.in {
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
}
.slam-easyform .modal {
    text-align: center;
}
.modal-open .slam-easyform .modal {
    overflow-x: hidden;
}
.slam-easyform .modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.slam-easyform .fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    background: none;
}
.slam-easyform .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.slam-easyform .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.slam-easyform .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
.slam-easyform .modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.slam-easyform .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.slam-easyform .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}
.slam-easyform .modal-body {
    position: relative;
    padding: 20px;
}
.slam-easyform .alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.slam-easyform .alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.slam-easyform .alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.slam-easyform .modal .modal-header .title {
    margin: 0;
    font-size: 22px;
    display: inline-block;
}
.slam-easyform .has-success .help-block,
.slam-easyform .has-success .control-label,
.slam-easyform .has-success .radio,
.slam-easyform .has-success .checkbox,
.slam-easyform .has-success .radio-inline,
.slam-easyform .has-success .checkbox-inline {
    color: #3c763d;
}
.slam-easyform .clearfix:before,
.slam-easyform .clearfix:after,
.slam-easyform .container:before,
.slam-easyform .container:after,
.slam-easyform .container-fluid:before,
.slam-easyform .container-fluid:after,
.slam-easyform .row:before,
.slam-easyform .row:after,
.slam-easyform .form-horizontal .form-group:before,
.slam-easyform .form-horizontal .form-group:after,
.slam-easyform .btn-toolbar:before,
.slam-easyform .btn-toolbar:after,
.slam-easyform .btn-group-vertical > .btn-group:before,
.slam-easyform .btn-group-vertical > .btn-group:after,
.slam-easyform .nav:before,
.slam-easyform .nav:after,
.slam-easyform .navbar:before,
.slam-easyform .navbar:after,
.slam-easyform .navbar-header:before,
.slam-easyform .navbar-header:after,
.slam-easyform .navbar-collapse:before,
.slam-easyform .navbar-collapse:after,
.slam-easyform .pager:before,
.slam-easyform .pager:after,
.slam-easyform .panel-body:before,
.slam-easyform .panel-body:after,
.slam-easyform .modal-footer:before,
.slam-easyform .modal-footer:after {
    content: " ";
    display: table;
    clear: both;
}
@media (min-width: 768px) {
    .slam-easyform .modal-dialog {
        position: relative;
        width: auto;
        margin: 10px;
    }
    .slam-easyform .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .slam-easyform .container {
        width: 750px;
    }
    .slam-easyform .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .slam-easyform .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .slam-easyform .container {
        width: 1170px;
    }
}
.modal-open {
    overflow: hidden;
}
.slam-easyform * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.slam-easyform .has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.slam-easyform .has-error .help-block,
.slam-easyform .has-error .control-label,
.slam-easyform .has-error .radio,
.slam-easyform .has-error .checkbox,
.slam-easyform .has-error .radio-inline,
.slam-easyform .has-error .checkbox-inline {
    color: #a94442;
}
.slam-easyform .has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.slam-easyform .radio input[type="radio"],
.slam-easyform .radio-inline input[type="radio"],
.slam-easyform .checkbox input[type="checkbox"],
.slam-easyform .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.slam-easyform input[type="radio"],
.slam-easyform input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px 9;
    line-height: normal;
}
.slam-easyform input[type="checkbox"],
.slam-easyform input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
.slam-easyform .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.slam-easyform .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.slam-easyform .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.slam-easyform .col-xs-1,
.slam-easyform .col-sm-1,
.slam-easyform .col-md-1,
.slam-easyform .col-lg-1,
.slam-easyform .col-xs-2,
.slam-easyform .col-sm-2,
.slam-easyform .col-md-2,
.slam-easyform .col-lg-2,
.slam-easyform .col-xs-3,
.slam-easyform .col-sm-3,
.slam-easyform .col-md-3,
.slam-easyform .col-lg-3,
.slam-easyform .col-xs-4,
.slam-easyform .col-sm-4,
.slam-easyform .col-md-4,
.slam-easyform .col-lg-4,
.slam-easyform .col-xs-5,
.slam-easyform .col-sm-5,
.slam-easyform .col-md-5,
.slam-easyform .col-lg-5,
.slam-easyform .col-xs-6,
.slam-easyform .col-sm-6,
.slam-easyform .col-md-6,
.slam-easyform .col-lg-6,
.slam-easyform .col-xs-7,
.slam-easyform .col-sm-7,
.slam-easyform .col-md-7,
.slam-easyform .col-lg-7,
.slam-easyform .col-xs-8,
.slam-easyform .col-sm-8,
.slam-easyform .col-md-8,
.slam-easyform .col-lg-8,
.slam-easyform .col-xs-9,
.slam-easyform .col-sm-9,
.slam-easyform .col-md-9,
.slam-easyform .col-lg-9,
.slam-easyform .col-xs-10,
.slam-easyform .col-sm-10,
.slam-easyform .col-md-10,
.slam-easyform .col-lg-10,
.slam-easyform .col-xs-11,
.slam-easyform .col-sm-11,
.slam-easyform .col-md-11,
.slam-easyform .col-lg-11,
.slam-easyform .col-xs-12,
.slam-easyform .col-sm-12,
.slam-easyform .col-md-12,
.slam-easyform .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.slam-easyform .col-xs-1,
.slam-easyform .col-xs-2,
.slam-easyform .col-xs-3,
.slam-easyform .col-xs-4,
.slam-easyform .col-xs-5,
.slam-easyform .col-xs-6,
.slam-easyform .col-xs-7,
.slam-easyform .col-xs-8,
.slam-easyform .col-xs-9,
.slam-easyform .col-xs-10,
.slam-easyform .col-xs-11,
.slam-easyform .col-xs-12 {
    float: left;
}
.slam-easyform .col-xs-12 {
    width: 100%;
}
.slam-easyform .col-xs-11 {
    width: 91.66666667%;
}
.slam-easyform .col-xs-10 {
    width: 83.33333333%;
}
.slam-easyform .col-xs-9 {
    width: 75%;
}
.slam-easyform .col-xs-8 {
    width: 66.66666667%;
}
.slam-easyform .col-xs-7 {
    width: 58.33333333%;
}
.slam-easyform .col-xs-6 {
    width: 50%;
}
.slam-easyform .col-xs-5 {
    width: 41.66666667%;
}
.slam-easyform .col-xs-4 {
    width: 33.33333333%;
}
.slam-easyform .col-xs-3 {
    width: 25%;
}
.slam-easyform .col-xs-2 {
    width: 16.66666667%;
}
.slam-easyform .col-xs-1 {
    width: 8.33333333%;
}
.slam-easyform .col-xs-pull-12 {
    right: 100%;
}
.slam-easyform .col-xs-pull-11 {
    right: 91.66666667%;
}
.slam-easyform .col-xs-pull-10 {
    right: 83.33333333%;
}
.slam-easyform .col-xs-pull-9 {
    right: 75%;
}
.slam-easyform .col-xs-pull-8 {
    right: 66.66666667%;
}
.slam-easyform .col-xs-pull-7 {
    right: 58.33333333%;
}
.slam-easyform .col-xs-pull-6 {
    right: 50%;
}
.slam-easyform .col-xs-pull-5 {
    right: 41.66666667%;
}
.slam-easyform .col-xs-pull-4 {
    right: 33.33333333%;
}
.slam-easyform .col-xs-pull-3 {
    right: 25%;
}
.slam-easyform .col-xs-pull-2 {
    right: 16.66666667%;
}
.slam-easyform .col-xs-pull-1 {
    right: 8.33333333%;
}
.slam-easyform .col-xs-pull-0 {
    right: 0;
}
.slam-easyform .col-xs-push-12 {
    left: 100%;
}
.slam-easyform .col-xs-push-11 {
    left: 91.66666667%;
}
.slam-easyform .col-xs-push-10 {
    left: 83.33333333%;
}
.slam-easyform .col-xs-push-9 {
    left: 75%;
}
.slam-easyform .col-xs-push-8 {
    left: 66.66666667%;
}
.slam-easyform .col-xs-push-7 {
    left: 58.33333333%;
}
.slam-easyform .col-xs-push-6 {
    left: 50%;
}
.slam-easyform .col-xs-push-5 {
    left: 41.66666667%;
}
.slam-easyform .col-xs-push-4 {
    left: 33.33333333%;
}
.slam-easyform .col-xs-push-3 {
    left: 25%;
}
.slam-easyform .col-xs-push-2 {
    left: 16.66666667%;
}
.slam-easyform .col-xs-push-1 {
    left: 8.33333333%;
}
.slam-easyform .col-xs-push-0 {
    left: 0;
}
.slam-easyform .col-xs-offset-12 {
    margin-left: 100%;
}
.slam-easyform .col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.slam-easyform .col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.slam-easyform .col-xs-offset-9 {
    margin-left: 75%;
}
.slam-easyform .col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.slam-easyform .col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.slam-easyform .col-xs-offset-6 {
    margin-left: 50%;
}
.slam-easyform .col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.slam-easyform .col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.slam-easyform .col-xs-offset-3 {
    margin-left: 25%;
}
.slam-easyform .col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.slam-easyform .col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.slam-easyform .col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .slam-easyform .col-sm-1,
    .slam-easyform .col-sm-2,
    .slam-easyform .col-sm-3,
    .slam-easyform .col-sm-4,
    .slam-easyform .col-sm-5,
    .slam-easyform .col-sm-6,
    .slam-easyform .col-sm-7,
    .slam-easyform .col-sm-8,
    .slam-easyform .col-sm-9,
    .slam-easyform .col-sm-10,
    .slam-easyform .col-sm-11,
    .slam-easyform .col-sm-12 {
        float: left;
    }
    .slam-easyform .col-sm-12 {
        width: 100%;
    }
    .slam-easyform .col-sm-11 {
        width: 91.66666667%;
    }
    .slam-easyform .col-sm-10 {
        width: 83.33333333%;
    }
    .slam-easyform .col-sm-9 {
        width: 75%;
    }
    .slam-easyform .col-sm-8 {
        width: 66.66666667%;
    }
    .slam-easyform .col-sm-7 {
        width: 58.33333333%;
    }
    .slam-easyform .col-sm-6 {
        width: 50%;
    }
    .slam-easyform .col-sm-5 {
        width: 41.66666667%;
    }
    .slam-easyform .col-sm-4 {
        width: 33.33333333%;
    }
    .slam-easyform .col-sm-3 {
        width: 25%;
    }
    .slam-easyform .col-sm-2 {
        width: 16.66666667%;
    }
    .slam-easyform .col-sm-1 {
        width: 8.33333333%;
    }
    .slam-easyform .col-sm-pull-12 {
        right: 100%;
    }
    .slam-easyform .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .slam-easyform .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .slam-easyform .col-sm-pull-9 {
        right: 75%;
    }
    .slam-easyform .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .slam-easyform .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .slam-easyform .col-sm-pull-6 {
        right: 50%;
    }
    .slam-easyform .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .slam-easyform .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .slam-easyform .col-sm-pull-3 {
        right: 25%;
    }
    .slam-easyform .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .slam-easyform .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .slam-easyform .col-sm-pull-0 {
        right: 0;
    }
    .slam-easyform .col-sm-push-12 {
        left: 100%;
    }
    .slam-easyform .col-sm-push-11 {
        left: 91.66666667%;
    }
    .slam-easyform .col-sm-push-10 {
        left: 83.33333333%;
    }
    .slam-easyform .col-sm-push-9 {
        left: 75%;
    }
    .slam-easyform .col-sm-push-8 {
        left: 66.66666667%;
    }
    .slam-easyform .col-sm-push-7 {
        left: 58.33333333%;
    }
    .slam-easyform .col-sm-push-6 {
        left: 50%;
    }
    .slam-easyform .col-sm-push-5 {
        left: 41.66666667%;
    }
    .slam-easyform .col-sm-push-4 {
        left: 33.33333333%;
    }
    .slam-easyform .col-sm-push-3 {
        left: 25%;
    }
    .slam-easyform .col-sm-push-2 {
        left: 16.66666667%;
    }
    .slam-easyform .col-sm-push-1 {
        left: 8.33333333%;
    }
    .slam-easyform .col-sm-push-0 {
        left: 0;
    }
    .slam-easyform .col-sm-offset-12 {
        margin-left: 100%;
    }
    .slam-easyform .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .slam-easyform .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .slam-easyform .col-sm-offset-9 {
        margin-left: 75%;
    }
    .slam-easyform .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .slam-easyform .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .slam-easyform .col-sm-offset-6 {
        margin-left: 50%;
    }
    .slam-easyform .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .slam-easyform .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .slam-easyform .col-sm-offset-3 {
        margin-left: 25%;
    }
    .slam-easyform .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .slam-easyform .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .slam-easyform .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .slam-easyform .col-md-1,
    .slam-easyform .col-md-2,
    .slam-easyform .col-md-3,
    .slam-easyform .col-md-4,
    .slam-easyform .col-md-5,
    .slam-easyform .col-md-6,
    .slam-easyform .col-md-7,
    .slam-easyform .col-md-8,
    .slam-easyform .col-md-9,
    .slam-easyform .col-md-10,
    .slam-easyform .col-md-11,
    .slam-easyform .col-md-12 {
        float: left;
    }
    .slam-easyform .col-md-12 {
        width: 100%;
    }
    .slam-easyform .col-md-11 {
        width: 91.66666667%;
    }
    .slam-easyform .col-md-10 {
        width: 83.33333333%;
    }
    .slam-easyform .col-md-9 {
        width: 75%;
    }
    .slam-easyform .col-md-8 {
        width: 66.66666667%;
    }
    .slam-easyform .col-md-7 {
        width: 58.33333333%;
    }
    .slam-easyform .col-md-6 {
        width: 50%;
    }
    .slam-easyform .col-md-5 {
        width: 41.66666667%;
    }
    .slam-easyform .col-md-4 {
        width: 33.33333333%;
    }
    .slam-easyform .col-md-3 {
        width: 25%;
    }
    .slam-easyform .col-md-2 {
        width: 16.66666667%;
    }
    .slam-easyform .col-md-1 {
        width: 8.33333333%;
    }
    .slam-easyform .col-md-pull-12 {
        right: 100%;
    }
    .slam-easyform .col-md-pull-11 {
        right: 91.66666667%;
    }
    .slam-easyform .col-md-pull-10 {
        right: 83.33333333%;
    }
    .slam-easyform .col-md-pull-9 {
        right: 75%;
    }
    .slam-easyform .col-md-pull-8 {
        right: 66.66666667%;
    }
    .slam-easyform .col-md-pull-7 {
        right: 58.33333333%;
    }
    .slam-easyform .col-md-pull-6 {
        right: 50%;
    }
    .slam-easyform .col-md-pull-5 {
        right: 41.66666667%;
    }
    .slam-easyform .col-md-pull-4 {
        right: 33.33333333%;
    }
    .slam-easyform .col-md-pull-3 {
        right: 25%;
    }
    .slam-easyform .col-md-pull-2 {
        right: 16.66666667%;
    }
    .slam-easyform .col-md-pull-1 {
        right: 8.33333333%;
    }
    .slam-easyform .col-md-pull-0 {
        right: 0;
    }
    .slam-easyform .col-md-push-12 {
        left: 100%;
    }
    .slam-easyform .col-md-push-11 {
        left: 91.66666667%;
    }
    .slam-easyform .col-md-push-10 {
        left: 83.33333333%;
    }
    .slam-easyform .col-md-push-9 {
        left: 75%;
    }
    .slam-easyform .col-md-push-8 {
        left: 66.66666667%;
    }
    .slam-easyform .col-md-push-7 {
        left: 58.33333333%;
    }
    .slam-easyform .col-md-push-6 {
        left: 50%;
    }
    .slam-easyform .col-md-push-5 {
        left: 41.66666667%;
    }
    .slam-easyform .col-md-push-4 {
        left: 33.33333333%;
    }
    .slam-easyform .col-md-push-3 {
        left: 25%;
    }
    .slam-easyform .col-md-push-2 {
        left: 16.66666667%;
    }
    .slam-easyform .col-md-push-1 {
        left: 8.33333333%;
    }
    .slam-easyform .col-md-push-0 {
        left: 0;
    }
    .slam-easyform .col-md-offset-12 {
        margin-left: 100%;
    }
    .slam-easyform .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .slam-easyform .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .slam-easyform .col-md-offset-9 {
        margin-left: 75%;
    }
    .slam-easyform .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .slam-easyform .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .slam-easyform .col-md-offset-6 {
        margin-left: 50%;
    }
    .slam-easyform .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .slam-easyform .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .slam-easyform .col-md-offset-3 {
        margin-left: 25%;
    }
    .slam-easyform .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .slam-easyform .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .slam-easyform .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .slam-easyform .col-lg-1,
    .slam-easyform .col-lg-2,
    .slam-easyform .col-lg-3,
    .slam-easyform .col-lg-4,
    .slam-easyform .col-lg-5,
    .slam-easyform .col-lg-6,
    .slam-easyform .col-lg-7,
    .slam-easyform .col-lg-8,
    .slam-easyform .col-lg-9,
    .slam-easyform .col-lg-10,
    .slam-easyform .col-lg-11,
    .slam-easyform .col-lg-12 {
        float: left;
    }
    .slam-easyform .col-lg-12 {
        width: 100%;
    }
    .slam-easyform .col-lg-11 {
        width: 91.66666667%;
    }
    .slam-easyform .col-lg-10 {
        width: 83.33333333%;
    }
    .slam-easyform .col-lg-9 {
        width: 75%;
    }
    .slam-easyform .col-lg-8 {
        width: 66.66666667%;
    }
    .slam-easyform .col-lg-7 {
        width: 58.33333333%;
    }
    .slam-easyform .col-lg-6 {
        width: 50%;
    }
    .slam-easyform .col-lg-5 {
        width: 41.66666667%;
    }
    .slam-easyform .col-lg-4 {
        width: 33.33333333%;
    }
    .slam-easyform .col-lg-3 {
        width: 25%;
    }
    .slam-easyform .col-lg-2 {
        width: 16.66666667%;
    }
    .slam-easyform .col-lg-1 {
        width: 8.33333333%;
    }
    .slam-easyform .col-lg-pull-12 {
        right: 100%;
    }
    .slam-easyform .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .slam-easyform .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .slam-easyform .col-lg-pull-9 {
        right: 75%;
    }
    .slam-easyform .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .slam-easyform .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .slam-easyform .col-lg-pull-6 {
        right: 50%;
    }
    .slam-easyform .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .slam-easyform .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .slam-easyform .col-lg-pull-3 {
        right: 25%;
    }
    .slam-easyform .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .slam-easyform .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .slam-easyform .col-lg-pull-0 {
        right: 0;
    }
    .slam-easyform .col-lg-push-12 {
        left: 100%;
    }
    .slam-easyform .col-lg-push-11 {
        left: 91.66666667%;
    }
    .slam-easyform .col-lg-push-10 {
        left: 83.33333333%;
    }
    .slam-easyform .col-lg-push-9 {
        left: 75%;
    }
    .slam-easyform .col-lg-push-8 {
        left: 66.66666667%;
    }
    .slam-easyform .col-lg-push-7 {
        left: 58.33333333%;
    }
    .slam-easyform .col-lg-push-6 {
        left: 50%;
    }
    .slam-easyform .col-lg-push-5 {
        left: 41.66666667%;
    }
    .slam-easyform .col-lg-push-4 {
        left: 33.33333333%;
    }
    .slam-easyform .col-lg-push-3 {
        left: 25%;
    }
    .slam-easyform .col-lg-push-2 {
        left: 16.66666667%;
    }
    .slam-easyform .col-lg-push-1 {
        left: 8.33333333%;
    }
    .slam-easyform .col-lg-push-0 {
        left: 0;
    }
    .slam-easyform .col-lg-offset-12 {
        margin-left: 100%;
    }
    .slam-easyform .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .slam-easyform .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .slam-easyform .col-lg-offset-9 {
        margin-left: 75%;
    }
    .slam-easyform .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .slam-easyform .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .slam-easyform .col-lg-offset-6 {
        margin-left: 50%;
    }
    .slam-easyform .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .slam-easyform .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .slam-easyform .col-lg-offset-3 {
        margin-left: 25%;
    }
    .slam-easyform .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .slam-easyform .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .slam-easyform .col-lg-offset-0 {
        margin-left: 0;
    }
}


.slam-easyform button.btn_cont {
    font-size: 18px;
}


.slam-easyform .form-group {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    min-height: 0.001vw;
}

select.form-control {
    background: #f2f3f7;
}

.btn-switch-back {
    margin-top: 10px;
    display: block;
}


/* End */


/* Start:/bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1669835746565*/
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.2, built on 2014-09-25 4:01:07 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     MIT
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/* End */


/* Start:/bitrix/templates/speceurotech/components/slam/easyform/bel_tp/style.min.css?1671991433805*/
.slam-easyform .modal{text-align:center}@media screen and (min-width:768px){.slam-easyform .modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}.slam-easyform .modal-dialog{display:inline-block;text-align:left;vertical-align:middle}.slam-easyform .modal .modal-header .title{margin:0;font-size:22px;display:inline-block}.hide-formvalidation small.help-block{display:none!important}@keyframes spinner{to{transform:rotate(360deg)}}.slam-easyform .spinner,.slam-easyform .spinner:hover{position:relative;color:transparent}.slam-easyform .spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
/* End */
/* /bitrix/templates/speceurotech/css/normalize.css?16698357438032 */
/* /bitrix/templates/speceurotech/css/font-awesome.min.css?156649533131000 */
/* /bitrix/templates/speceurotech/css/ionicons.min.css?166983574351284 */
/* /bitrix/templates/speceurotech/css/slick.css?16698357431776 */
/* /bitrix/templates/speceurotech/css/slick-theme.css?16698357433152 */
/* /bitrix/templates/speceurotech/css/style.css?1778690676470346 */
/* /bitrix/templates/speceurotech/css/menu.css?17543049446017 */
/* /bitrix/templates/speceurotech/css/betp.css?174956121447129 */
/* /bitrix/templates/speceurotech/css/swiper-bundle.min.css?176414590213918 */
/* /bitrix/templates/speceurotech/components/bitrix/breadcrumb/bread/style.css?1757333397647 */
/* /bitrix/components/slam/easyform/lib/css/bootstrap.min.css?174957183930285 */
/* /bitrix/components/slam/easyform/lib/css/bootstrapValidator.min.css?1669835746565 */
/* /bitrix/templates/speceurotech/components/slam/easyform/bel_tp/style.min.css?1671991433805 */
