
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

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

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ubuntu-300 - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-300italic - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 300;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300italic.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300italic.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-300italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-regular - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-regular.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-regular.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-italic - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-italic.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-italic.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500 - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-500italic - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 500;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500italic.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500italic.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-500italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700 - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-700italic - latin-ext */
@font-face {
  font-family: 'Ubuntu';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700italic.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700italic.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/ubuntu/ubuntu-v11-latin-ext-700italic.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* grand-hotel-regular - latin-ext_latin */
@font-face {
  font-family: 'Grand Hotel';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/libs/fonts/grandhotel/grand-hotel-v4-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('/assets/libs/fonts/grandhotel/grand-hotel-v4-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/assets/libs/fonts/grandhotel/grand-hotel-v4-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/assets/libs/fonts/grandhotel/grand-hotel-v4-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/assets/libs/fonts/grandhotel/grand-hotel-v4-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/assets/libs/fonts/grandhotel/grand-hotel-v4-latin-ext_latin-regular.svg#GrandHotel') format('svg'); /* Legacy iOS */
}

.stable-forms-ratingcontrol input { 
display:none;
}
.stable-forms-ratingcontrol label { 
   font-size: 30px;
}
.stable-forms-ratingcontrol span.checked label { 
	color: #ff6600; 
}

/*!
 *  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('/assets/libs/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('/assets/libs/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/assets/libs/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/assets/libs/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/assets/libs/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/assets/libs/fonts/font-awesome/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}

/**
 * Swiper 4.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 4, 2017
 */
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;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;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
.blocker{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:auto;z-index:1;padding:20px;box-sizing:border-box;background-color:#000;background-color:rgba(0,0,0,0.75);text-align:center}.blocker:before{content:"";display:inline-block;height:100%;vertical-align:middle;margin-right:-0.05em}.blocker.behind{background-color:transparent}.modal{display:none;vertical-align:middle;position:relative;z-index:2;max-width:500px;box-sizing:border-box;width:90%;background:#fff;padding:15px 30px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;-ms-border-radius:8px;border-radius:8px;-webkit-box-shadow:0 0 10px #000;-moz-box-shadow:0 0 10px #000;-o-box-shadow:0 0 10px #000;-ms-box-shadow:0 0 10px #000;box-shadow:0 0 10px #000;text-align:left}.modal a.close-modal{position:absolute;top:-12.5px;right:-12.5px;display:block;width:30px;height:30px;text-indent:-9999px;background-size:contain;background-repeat:no-repeat;background-position:center center;background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==')}.modal-spinner{display:none;position:fixed;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);padding:12px 16px;border-radius:5px;background-color:#111;height:20px}.modal-spinner>div{border-radius:100px;background-color:#fff;height:20px;width:2px;margin:0 1px;display:inline-block;-webkit-animation:sk-stretchdelay 1.2s infinite ease-in-out;animation:sk-stretchdelay 1.2s infinite ease-in-out}.modal-spinner .rect2{-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.modal-spinner .rect3{-webkit-animation-delay:-1.0s;animation-delay:-1.0s}.modal-spinner .rect4{-webkit-animation-delay:-0.9s;animation-delay:-0.9s}@-webkit-keyframes sk-stretchdelay{0%,40%,100%{-webkit-transform:scaleY(0.5)}20%{-webkit-transform:scaleY(1.0)}}@keyframes sk-stretchdelay{0%,40%,100%{transform:scaleY(0.5);-webkit-transform:scaleY(0.5)}20%{transform:scaleY(1.0);-webkit-transform:scaleY(1.0)}}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
img.fill {
  width: 100%;
  height: auto;
  max-width: 100%;
}
img.shrink {
  width: auto;
  height: auto;
  max-width: 100%;
}
@-ms-viewport {
  width: device-width;
}
a {
  text-decoration: underline;
  color: #1d7948;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
img {
  vertical-align: middle;
}
img[style*="float:right"],
img[style*="float: right"] {
  margin: 0 0 10px 10px;
}
@media screen and (max-width:640px) {
  img[style*="float:right"],
  img[style*="float: right"] {
    float: none !important;
    margin: 0 0 1em 0;
  }
}
img[style*="float:left"],
img[style*="float: left"] {
  margin: 0 10px 10px;
}
@media screen and (max-width:640px) {
  img[style*="float:left"],
  img[style*="float: left"] {
    float: none !important;
    margin: 0 0 1em 0;
  }
}
.page-content img {
  max-width: 100%;
  height: auto;
}
.page-content img[style*="float:right"],
.page-content img[style*="float: right"],
.page-content img[style*="float:left"],
.page-content img[style*="float: left"] {
  max-width: 35%;
  height: auto;
  width: auto;
}
@media screen and (max-width:640px) {
  .page-content img[style*="float:right"],
  .page-content img[style*="float: right"],
  .page-content img[style*="float:left"],
  .page-content img[style*="float: left"] {
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
svg {
  vertical-align: middle;
  fill: currentColor;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 .5em 0;
  color: #545454;
  font-weight: 700;
  line-height: 1.3;
}
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: normal;
  color: #1d7948;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width:1023px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width:800px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media screen and (max-width:640px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width:480px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 6vw;
  }
}
@media screen and (max-width:400px) {
  h1,
  .h1 {
    font-size: 30px;
    font-size: 7vw;
  }
}
h2,
.h2 {
  font-size: 40px;
  font-weight: 300;
}
@media screen and (max-width:1023px) {
  h2,
  .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width:800px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media screen and (max-width:400px) {
  h2,
  .h2 {
    font-size: 25px;
  }
}
h3 {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  h3 {
    font-size: 27px;
  }
}
@media screen and (max-width:480px) {
  h3 {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  h3 {
    font-size: 22px;
  }
}
h4 {
  font-size: 25px;
}
@media screen and (max-width:800px) {
  h4 {
    font-size: 23px;
  }
}
@media screen and (max-width:480px) {
  h4 {
    font-size: 22px;
  }
}
@media screen and (max-width:400px) {
  h4 {
    font-size: 20px;
  }
}
h5 {
  font-size: 22px;
}
@media screen and (max-width:800px) {
  h5 {
    font-size: 18px;
  }
}
h6 {
  font-size: 20px;
}
@media screen and (max-width:800px) {
  h6 {
    font-size: 16px;
  }
}
p {
  margin: 0 0 1em 0;
}
b,
strong {
  font-weight: 700;
}
.e-text ul {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  font-size: 20px;
  text-align: left;
}
.e-text ul li {
  list-style: none;
  background-repeat: no-repeat;
}
.e-text ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1260px) {
  .e-text ul {
    font-size: 18px;
  }
}
@media screen and (max-width:800px) {
  .e-text ul {
    font-size: 16px;
  }
}
.e-text ul li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODE3RkQ4ODlDMjYxMTFFN0FGMTlDNTk3MDM2OTExNzgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODE3RkQ4OEFDMjYxMTFFN0FGMTlDNTk3MDM2OTExNzgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4MTdGRDg4N0MyNjExMUU3QUYxOUM1OTcwMzY5MTE3OCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4MTdGRDg4OEMyNjExMUU3QUYxOUM1OTcwMzY5MTE3OCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrSspfIAAADESURBVHjaYvz//z8DISBX5dkPpBSAOJGRkAagYgcgtR/KNWQhoFgASM2Hcg88att+gYmAawqgTvkAcg5IgAmP6QZAqh7KnQg0/QGIwYJk7UKg4AYkPf1Q+gJQvAEmCLIB5KkAIF4PNRVkegFUHAQKkW1mlK30EICGAkgxyFpHID4PxCDxCUDTUTQwAQVgHvoA9eB9qGIQvxHdb2BPg4IL3WqQIVDDUABKxAHdDvJ8AjTMHbGFHkqwAhUlQv0QiCu4AQIMAAF7Q2GS6R1DAAAAAElFTkSuQmCC");
  background-position: 0 .5em;
  padding: 0 0 0 25px;
  margin: 0 0 5px 0;
}
.e-text ol {
  margin: 0 0 2em 0;
}
.e-text ol li {
  margin-bottom: 9px;
}
.e-text ol li:last-child {
  margin-bottom: 0;
}
.e-text a {
  font-weight: 600;
}
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.layer-box {
  position: relative;
  margin: 0 auto;
}
.content-area {
  min-width: 320px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1260px) {
  .content-area {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
@media screen and (max-width:640px) {
  .content-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}
div,
p,
ul,
ol,
li,
form,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset,
iframe,
img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 20px;
  font-family: 'Ubuntu', arial, sans-serif;
  font-weight: 300;
  line-height: 1.5;
  overflow-y: scroll;
  background: #fff;
}
@media screen and (max-width:1260px) {
  body {
    font-size: 18px;
  }
}
@media screen and (max-width:800px) {
  body {
    font-size: 16px;
  }
}
.noScroll body,
.mopen body,
.mopen-menu2 body {
  overflow-y: hidden;
}
.magnific-popup-opened body {
  overflow: hidden;
}
@media screen and (max-width:800px) {
  .page-header {
    border-bottom: 1px solid #eee;
  }
}
.page-header-box {
  position: relative;
}
.page-header-in {
  height: 85px;
  font-weight: 300;
  font-size: 18px;
}
@media screen and (max-width:1260px) {
  .page-header-in {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: replace(space-between,'^(flex\-)','');
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width:1023px) {
  .page-header-in {
    position: relative;
  }
}
@media screen and (max-width:800px) {
  .page-header-in {
    font-size: 15px;
    padding-right: 100px;
  }
}
@media screen and (max-width:640px) {
  .page-header-in {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding-top: 10px;
    padding-bottom: 13px;
    padding-right: 10px;
  }
}
.page-logo {
  float: left;
  margin-top: 22px;
  margin-right: 68px;
}
@media screen and (max-width:1260px) {
  .page-logo {
    float: none;
    margin-right: 0;
    margin-top: 0;
  }
}
@media screen and (max-width:640px) {
  .page-logo {
    width: 100%;
    -webkit-box-ordinal-group: 99;
    -moz-box-ordinal-group: 99;
    -ms-box-ordinal-group: 99;
    -ms-flex-order: 99;
    -webkit-order: 99;
    -moz-order: 99;
    -ms-order: 99;
    order: 99;
    padding-top: 15px;
  }
}
.page-logo a {
  text-decoration: none;
  color: #545454;
}
.page-logo svg {
  width: 182px;
  height: 36.4px;
  vertical-align: top;
}
@media screen and (max-width:800px) {
  .page-logo svg {
    width: 136px;
    height: 27.2px;
  }
}
@media screen and (max-width:640px) {
  .page-logo svg {
    width: 182px;
    height: 36.4px;
  }
}
.page-logo span {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin-left: 43px;
  margin-top: -2px;
}
@media screen and (max-width:800px) {
  .page-logo span {
    font-size: 10px;
    margin-left: 32px;
    margin-top: -1px;
  }
}
@media screen and (max-width:640px) {
  .page-logo span {
    font-size: 14px;
    margin-left: 43px;
    margin-top: -2px;
  }
}
.page-logo img {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  vertical-align: middle;
}
.page-main {
  padding-top: 30px;
  padding-bottom: 50px;
}
.page-p-front-homepage .page-main {
  padding-top: 50px;
}
@media screen and (max-width:1260px) {
  .page-p-front-homepage .page-main {
    padding-top: 40px;
  }
}
@media screen and (max-width:640px) {
  .page-p-front-homepage .page-main {
    padding-top: 30px;
  }
}
.page-main.hasLeftMenu {
  min-width: 320px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1260px) {
  .page-main.hasLeftMenu {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
@media screen and (max-width:640px) {
  .page-main.hasLeftMenu {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-main.hasLeftMenu .column-left {
  float: left;
  width: 34.65%;
  padding-top: 20px;
}
@media screen and (max-width:800px) {
  .page-main.hasLeftMenu .column-left {
    float: none;
    width: auto;
    padding-top: 0;
  }
}
.page-main.hasLeftMenu .page-content {
  float: right;
  width: 61.72%;
  padding-top: 20px;
}
@media screen and (max-width:800px) {
  .page-main.hasLeftMenu .page-content {
    float: none;
    width: auto;
  }
}
.page-title {
  text-align: center;
  min-width: 320px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1260px) {
  .page-title {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
@media screen and (max-width:640px) {
  .page-title {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hasLeftMenu .page-title {
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.page-title h1 {
  color: #545454;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1023px) {
  .page-title h1 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width:800px) {
  .page-title h1 {
    font-size: 40px;
  }
}
@media screen and (max-width:640px) {
  .page-title h1 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width:480px) {
  .page-title h1 {
    font-size: 30px;
    font-size: 6vw;
  }
}
@media screen and (max-width:400px) {
  .page-title h1 {
    font-size: 30px;
    font-size: 7vw;
  }
}
.page-subtitle {
  text-align: center;
  font-size: 26px;
  font-weight: 300;
  color: #545454;
  min-width: 320px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
  margin-bottom: 1.5em;
}
@media screen and (max-width:1260px) {
  .page-subtitle {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
@media screen and (max-width:640px) {
  .page-subtitle {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hasLeftMenu .page-subtitle {
  min-width: 0;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5em;
  padding: 0 !important;
}
.page-subtitle > * {
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  margin: 0;
}
@media screen and (max-width:1023px) {
  .page-subtitle {
    margin-top: -15px;
  }
}
@media screen and (max-width:640px) {
  .page-subtitle {
    font-size: 24px;
    margin-top: -10px;
  }
}
@media screen and (max-width:480px) {
  .page-subtitle {
    font-size: 22px;
    font-size: 4.5vw;
    margin-top: -5px;
  }
}
@media screen and (max-width:400px) {
  .page-subtitle {
    font-size: 20px;
    font-size: 5vw;
  }
}
.page-container {
  zoom: 1;
}
.page-container:before,
.page-container:after {
  content: ' ';
  display: table;
}
.page-container:after {
  clear: both;
}
@media screen and (max-width:1023px) {
  #tracy-debug {
    display: none !important;
  }
}
.iSvg {
  display: inline-block;
  vertical-align: middle;
}
.iSvg svg {
  width: 100%;
  height: 100%;
}
.ico-twitter:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  content: '\f099';
  color: inherit;
  margin-right: 0;
}
.ico-facebook:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  content: '\f09a';
  color: inherit;
  margin-right: 0;
}
.ico-instagram:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  content: '\f16d';
  color: inherit;
  margin-right: 0;
}
.ico-gplus:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  content: '\f0d5';
  color: inherit;
  margin-right: 0;
}
.ico-youtube:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  content: '\f16a';
  color: inherit;
  margin-right: 0;
}
.ico-rss:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: inherit;
  content: '\f09e';
  color: inherit;
  margin-right: 0;
}
.btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 15px 24px;
  height: auto;
  line-height: 1.5;
  transition: all .25s ease-in-out;
}
.btn:hover,
.btn:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .btn {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  .btn {
    padding: 10px 15px;
  }
}
.btn-b {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: auto;
  line-height: 1.2;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 15px;
  background-clip: padding-box;
  border-width: 2px;
  border-style: solid;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 24px;
  font-weight: 700;
  transition: all .25s ease-in-out;
}
.btn-b:hover,
.btn-b:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .btn-b {
    font-size: 18px;
  }
}
@media screen and (max-width:1260px) {
  .btn-b {
    font-size: 20px;
    padding: 20px 30px;
  }
}
.btn-s {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: 48px;
  line-height: 46px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px;
  transition: all .25s ease-in-out;
  font-size: 16px;
}
.btn-s:hover,
.btn-s:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .btn-s {
    font-size: 18px;
  }
}
.btn-xs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: 48px;
  line-height: 46px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px;
  transition: all .25s ease-in-out;
  font-size: 16px;
  font-size: 15px;
  height: auto;
  line-height: 1.2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 6px;
}
.btn-xs:hover,
.btn-xs:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .btn-xs {
    font-size: 18px;
  }
}
@media screen and (max-width:640px) {
  .btn-xs {
    font-size: 14px;
    padding: 7px 10px;
    border-radius: 5px;
    background-clip: padding-box;
  }
}
.btn2 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #fff;
  color: #1d7948;
  font-weight: 400;
  font-size: 16px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 15px 24px;
  height: auto;
  line-height: 1.5;
  transition: all .25s ease-in-out;
}
.btn2:hover,
.btn2:focus {
  background-color: #7dd1a4;
  color: #fff;
}
@media screen and (max-width:480px) {
  .btn2 {
    padding: 10px 15px;
  }
}
.btn3 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #cecece;
  background-color: #fafafa;
  color: #545454;
  font-weight: 700;
  font-size: 16px;
  height: 48px;
  line-height: 46px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px;
  transition: all .25s ease-in-out;
}
.btn3:hover,
.btn3:focus {
  background-color: #cecece;
}
.btn4 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #d54e13;
  background-color: #fff;
  color: #d54e13;
  font-weight: 400;
  font-size: 16px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 15px 24px;
  height: auto;
  line-height: 1.5;
  transition: all .25s ease-in-out;
}
.btn4:hover,
.btn4:focus {
  background-color: rgba(213,78,19,0.6);
  color: #fff;
}
@media screen and (max-width:480px) {
  .btn4 {
    padding: 10px 15px;
  }
}
.btn3-base {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #cecece;
  background-color: #fafafa;
  color: #545454;
  font-weight: 700;
  font-size: 16px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 15px 24px;
  height: auto;
  line-height: 1.5;
  transition: all .25s ease-in-out;
  font-size: 20px;
}
.btn3-base:hover,
.btn3-base:focus {
  background-color: #cecece;
}
@media screen and (max-width:480px) {
  .btn3-base {
    padding: 10px 15px;
  }
}
@media screen and (max-width:480px) {
  .btn3-base {
    font-size: 18px;
  }
}
.btn-more {
  font-weight: 400;
  text-decoration: none;
}
.btn-more:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: 0.8em;
  content: '\f054';
  color: inherit;
  margin-left: 7px;
}
.btn-more:hover,
.btn-more:focus {
  text-decoration: underline;
}
.btn-back {
  font-weight: 300;
  font-size: 0.9em;
  color: inherit;
}
.btn-back:before {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: 0.8em;
  content: '\f053';
  color: #1d7948;
  margin-right: 7px;
}
.btn-plus-ext,
.btn-help-info {
  display: inline-block;
  width: .8em;
  height: .8em;
  vertical-align: middle;
  margin-left: 3px;
  margin-top: -2px;
}
.btn-plus-ext svg,
.btn-help-info svg {
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  transition: all .25s ease-in-out;
}
.btn-plus-ext svg,
.btn-plus-ext path,
.btn-help-info svg,
.btn-help-info path {
  fill: currentColor;
}
.btn-plus-ext:hover,
.btn-plus-ext:focus,
.btn-help-info:hover,
.btn-help-info:focus {
  color: #545454;
}
.btn-help-info {
  width: .9em;
  height: .9em;
  color: #545454;
}
.btn-help-info:hover,
.btn-help-info:focus {
  color: #1d7948;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
form {
  zoom: 1;
}
form:before,
form:after {
  content: ' ';
  display: table;
}
form:after {
  clear: both;
}
.fieldset-box {
  zoom: 1;
  padding: 0;
}
.fieldset-box:before,
.fieldset-box:after {
  content: ' ';
  display: table;
}
.fieldset-box:after {
  clear: both;
}
.form-group {
  zoom: 1;
  margin-bottom: 20px;
}
.form-group:before,
.form-group:after {
  content: ' ';
  display: table;
}
.form-group:after {
  clear: both;
}
.form-group .error,
.form-group .help-block.text-danger {
  display: block;
  color: red;
  font-size: 18px;
  padding-top: 3px;
}
@media screen and (max-width:1260px) {
  .form-group .error,
  .form-group .help-block.text-danger {
    font-size: 16px;
  }
}
@media screen and (max-width:800px) {
  .form-group .error,
  .form-group .help-block.text-danger {
    font-size: 14px;
  }
}
.form-group .col-sm-2 {
  margin-bottom: 5px;
}
label {
  color: #545454;
}
label[for] {
  cursor: pointer;
}
label input[type=radio],
label input[type=checkbox] {
  margin-right: 5px;
}
input[type=checkbox] + label {
  margin-left: 5px;
}
select,
button,
textarea,
input[type=button],
input[type=submit],
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=file],
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: inherit;
}
button {
  cursor: pointer;
}
input[type=search],
input[type=text],
input[type=email],
input[type=number],
input[type=password] {
  padding: 0 15px;
  color: #545454;
  outline: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: 300;
  font-size: 22px;
  transition: all .25s ease-in-out;
  height: 48px;
}
@media screen and (max-width:1260px) {
  input[type=search],
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password] {
    font-size: 20px;
  }
}
@media screen and (max-width:800px) {
  input[type=search],
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password] {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  input[type=search],
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password] {
    font-size: 16px;
  }
}
input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus {
  border-color: #545454;
}
input[type=search]:disabled,
input[type=search][readonly],
input[type=text]:disabled,
input[type=text][readonly],
input[type=email]:disabled,
input[type=email][readonly],
input[type=number]:disabled,
input[type=number][readonly],
input[type=password]:disabled,
input[type=password][readonly] {
  background-color: #fafafa;
}
input[type=search]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder {
  font-size: 0.75em;
}
input[type=search]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder {
  font-size: 0.75em;
}
input[type=search]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder {
  font-size: 0.75em;
}
input[type=search]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder {
  font-size: 0.75em;
}
input[type=search]:-webkit-autofill,
input[type=text]:-webkit-autofill,
input[type=email]:-webkit-autofill,
input[type=number]:-webkit-autofill,
input[type=password]:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 1000px #fff;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=search] {
  width: 100%;
  height: 53px;
  line-height: 53px;
  border-color: #cecece;
  border-radius: 15px;
  background-clip: padding-box;
  background: none;
  padding: 0 60px 0 15px;
  font-size: 18px;
}
@media screen and (max-width:480px) {
  input[type=search] {
    font-size: 16px;
  }
}
div.search-field {
  position: relative;
}
div.search-field button {
  border: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background: url('/assets/front/css/svg/lupa.svg') 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 10px;
}
.t-search form {
  margin: 0;
  padding: 0;
  width: 270px;
  display: inline-block;
}
textarea {
  padding: 0 15px;
  color: #545454;
  outline: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: 300;
  font-size: 22px;
  transition: all .25s ease-in-out;
  padding: 10px 15px;
  line-height: 1.4;
  resize: vertical;
  height: 130px;
}
@media screen and (max-width:1260px) {
  textarea {
    font-size: 20px;
  }
}
@media screen and (max-width:800px) {
  textarea {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  textarea {
    font-size: 16px;
  }
}
textarea:focus {
  border-color: #545454;
}
textarea:disabled,
textarea[readonly] {
  background-color: #fafafa;
}
textarea::-webkit-input-placeholder {
  font-size: 0.75em;
}
textarea::-moz-placeholder {
  font-size: 0.75em;
}
textarea:-ms-input-placeholder {
  font-size: 0.75em;
}
textarea:-moz-placeholder {
  font-size: 0.75em;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 15px;
  color: #545454;
  outline: none;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-clip: padding-box;
  font-weight: 300;
  font-size: 22px;
  transition: all .25s ease-in-out;
  height: 48px !important;
  line-height: 48px !important;
  background: #fff url('/assets/front/css/select-arrow.png') right center no-repeat;
  padding: 0 65px 0 15px !important;
}
@media screen and (max-width:1260px) {
  select {
    font-size: 20px;
  }
}
@media screen and (max-width:800px) {
  select {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  select {
    font-size: 16px;
  }
}
select:focus {
  border-color: #545454;
}
select:disabled,
select[readonly] {
  background-color: #fafafa;
}
select::-webkit-input-placeholder {
  font-size: 0.75em;
}
select::-moz-placeholder {
  font-size: 0.75em;
}
select:-ms-input-placeholder {
  font-size: 0.75em;
}
select:-moz-placeholder {
  font-size: 0.75em;
}
table select {
  font-size: 18px;
  padding: 0 55px 0 10px !important;
}
select option {
  font-size: 18px;
  padding: 2px 5px;
}
@media screen and (max-width:800px) {
  select option {
    font-size: 16px;
  }
}
select::-ms-expand {
  display: none;
}
select:disabled::-ms-expand {
  background-color: #fafafa;
}
.ajax-form {
  position: relative;
}
.form-overlay {
  background: rgba(255,255,255,0.8) url('/assets/front/css/svg/ajaxloader.svg') center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width:480px) {
  .g-recaptcha {
    -webkit-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.inquiry-form {
  margin-bottom: 2em;
}
.inquiry-form form {
  width: 45%;
  margin: 0 auto;
}
@media screen and (max-width:1260px) {
  .inquiry-form form {
    min-width: 0;
    width: auto;
    max-width: 450px;
  }
}
.inquiry-form form .form-group {
  position: relative;
}
@media screen and (max-width:1260px) {
  .inquiry-form form .form-group {
    position: static;
  }
}
.inquiry-form form .col-sm-2 {
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  padding: 8px 20px 0 0;
}
@media screen and (max-width:1260px) {
  .inquiry-form form .col-sm-2 {
    position: static;
    right: auto;
    top: auto;
    white-space: normal;
    padding: 0;
    margin-bottom: 0;
  }
}
.inquiry-form form label {
  font-size: 18px;
}
@media screen and (max-width:480px) {
  .inquiry-form form label {
    font-size: 16px;
  }
}
.inquiry-form form input[type=text],
.inquiry-form form input[type=email],
.inquiry-form form input[type=submit],
.inquiry-form form textarea,
.inquiry-form form select {
  width: 100%;
}
.inquiry-form form textarea {
  height: 95px;
}
.inquiry-form form button[type=submit],
.inquiry-form form input[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: auto;
  line-height: 1.2;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 15px;
  background-clip: padding-box;
  border-width: 2px;
  border-style: solid;
  padding-left: 45px;
  padding-right: 45px;
  font-size: 24px;
  font-weight: 700;
  transition: all .25s ease-in-out;
}
.inquiry-form form button[type=submit]:hover,
.inquiry-form form button[type=submit]:focus,
.inquiry-form form input[type=submit]:hover,
.inquiry-form form input[type=submit]:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .inquiry-form form button[type=submit],
  .inquiry-form form input[type=submit] {
    font-size: 18px;
  }
}
@media screen and (max-width:1260px) {
  .inquiry-form form button[type=submit],
  .inquiry-form form input[type=submit] {
    font-size: 20px;
    padding: 20px 30px;
  }
}
@media screen and (max-width:480px) {
  .inquiry-form form button[type=submit],
  .inquiry-form form input[type=submit] {
    width: 100%;
  }
}
.simple-form {
  margin-bottom: 2em;
}
.simple-form form label {
  font-size: 18px;
}
@media screen and (max-width:480px) {
  .simple-form form label {
    font-size: 16px;
  }
}
@media screen and (max-width:1023px) {
  .simple-form form .col-sm-10 {
    max-width: 450px;
  }
}
.simple-form form input[type=text],
.simple-form form input[type=email],
.simple-form form textarea,
.simple-form form select {
  width: 100%;
}
.simple-form form textarea {
  height: 95px;
}
.simple-form form .form-actions {
  margin-bottom: 0;
}
.simple-form form button[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 15px 24px;
  height: auto;
  line-height: 1.5;
  transition: all .25s ease-in-out;
}
.simple-form form button[type=submit]:hover,
.simple-form form button[type=submit]:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .simple-form form button[type=submit] {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  .simple-form form button[type=submit] {
    padding: 10px 15px;
  }
}
@media screen and (max-width:480px) {
  .simple-form form button[type=submit] {
    width: 100%;
  }
}
#device-menu {
  background-color: #f8f8f8;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:800px) {
  #device-menu {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0;
    overflow-y: auto;
  }
  .mopen #device-menu {
    display: block;
  }
}
.device-menu-box {
  min-width: 320px;
  max-width: 1212px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1260px) {
  .device-menu-box {
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
@media screen and (max-width:640px) {
  .device-menu-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width:800px) {
  .device-menu-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#device-menu-btn {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  background: none;
  width: 50px;
  position: absolute;
  top: 24px;
  right: 20px;
  text-align: center;
  text-decoration: none;
  color: #545454;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width:800px) {
  #device-menu-btn {
    display: block;
  }
}
@media screen and (max-width:640px) {
  #device-menu-btn {
    top: auto;
    bottom: 13px;
    right: 10px;
  }
}
#device-menu-btn:before,
#device-menu-btn span:before,
#device-menu-btn span:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #8e8e8e;
  margin-bottom: 6px;
}
#device-menu-btn .i-text {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}
#device-menu-btn .i-text:before,
#device-menu-btn .i-text:after {
  display: none;
}
.menu-1 {
  padding-right: 150px;
}
@media screen and (max-width:1260px) {
  .menu-1 {
    padding-right: 0;
  }
}
@media screen and (max-width:800px) {
  .menu-1 {
    text-align: center;
  }
}
.menu-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  .menu-1 ul {
    display: block;
  }
}
.menu-1 li {
  margin: 0;
  padding: 20px 0 23px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:1023px) {
  .menu-1 li {
    padding: 12px 0 15px;
  }
}
@media screen and (max-width:800px) {
  .menu-1 li {
    display: block;
    padding: 0;
  }
}
.menu-1 a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  color: #545454;
}
.menu-1 a:hover,
.menu-1 a:focus {
  text-decoration: underline;
}
@media screen and (max-width:1023px) {
  .menu-1 a {
    font-size: 15px;
  }
}
@media screen and (max-width:800px) {
  .menu-1 a {
    display: inline-block;
    padding: 5px;
  }
}
.menu-1 .active a {
  color: #1d7948;
}
@media screen and (max-width:800px) {
  .menu-1 .active a {
    font-weight: 500;
  }
}
#close-menu-btn {
  display: none;
}
@media screen and (max-width:800px) {
  #close-menu-btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    background: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
  }
  #close-menu-btn:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    font-size: 30px;
    content: '\f00d';
    color: #1d7948;
    margin-right: 0;
  }
  .mopen #close-menu-btn,
  .mopen-menu2 #close-menu-btn {
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 301;
  }
}
.page-search {
  width: 270px;
  float: left;
  margin-top: 15px;
}
@media screen and (max-width:1260px) {
  .page-search {
    float: none;
    width: 250px;
    margin-top: 0;
  }
}
@media screen and (max-width:1023px) {
  .page-search {
    display: none;
    position: absolute;
    bottom: -85px;
    left: 0;
    width: 100%;
    z-index: 300;
    background-color: #fff;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.1);
  }
  .mopen-search .page-search {
    display: block;
  }
}
.page-search form {
  margin: 0;
  padding: 0;
  position: relative;
}
@media screen and (max-width:1023px) {
  .page-search form {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-search .search-options {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  border: 1px solid #545454;
  border-top: 0;
  border-radius: 0 0 15px 15px;
  background-clip: padding-box;
  padding: 0 15px 0 15px;
  font-size: 15px;
  line-height: 1.3;
  height: 0;
  overflow: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .25s ease-in-out;
}
.page-search .search-options label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  cursor: pointer;
}
.page-search .search-options label:first-child {
  padding-top: 0;
}
.page-search .search-options label input {
  margin-top: 4px;
  margin-right: 8px;
}
.page-search.active .search-options {
  height: auto;
  filter: alpha(opacity=100);
  opacity: 1;
  padding-top: 10px;
  padding-bottom: 15px;
}
#header-search-btn {
  display: none;
}
@media screen and (max-width:1023px) {
  #header-search-btn {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    width: 32px;
    height: 32px;
    background: url('/assets/front/css/svg/lupa.svg') 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width:800px) {
  #header-search-btn {
    width: 28px;
    height: 28px;
  }
  .mopen-search #header-search-btn {
    line-height: 28px;
    text-align: center;
    background: none;
  }
  .mopen-search #header-search-btn:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    font-size: 24px;
    content: '\f00d';
    color: #1d7948;
    margin-right: 0;
  }
}
@media screen and (max-width:640px) {
  #header-search-btn {
    position: absolute;
    bottom: 22px;
    right: 90px;
  }
}
@media screen and (max-width:400px) {
  #header-search-btn {
    position: static;
    bottom: auto;
    right: auto;
  }
}
.header-links {
  float: left;
  margin-left: 72px;
  margin-top: 33px;
}
@media screen and (max-width:1260px) {
  .header-links {
    float: none;
    margin-left: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width:400px) {
  .header-links {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: replace(space-between,'^(flex\-)','');
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.header-links br {
  display: none;
}
@media screen and (max-width:800px) {
  .header-links br {
    display: block;
  }
}
@media screen and (max-width:400px) {
  .header-links br {
    display: none;
  }
}
.header-links a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin-left: 30px;
}
.header-links a:first-child {
  margin-left: 0;
}
@media screen and (max-width:800px) {
  .header-links a {
    margin-left: 0;
  }
}
.header-links a:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}
@media screen and (max-width:800px) {
  .header-links a:before {
    margin-right: 7px;
  }
}
.header-links a.i-webadmin:before {
  width: 34px;
  height: 32px;
  background-image: url('/assets/front/css/svg/webadmin.svg');
  position: relative;
  top: -3px;
}
@media screen and (max-width:800px) {
  .header-links a.i-webadmin:before {
    width: 25px;
    height: 24px;
    top: -2px;
  }
}
.header-links a.i-webmail:before {
  width: 28px;
  height: 20px;
  background-image: url('/assets/front/css/svg/webmail.svg');
}
@media screen and (max-width:800px) {
  .header-links a.i-webmail:before {
    width: 21px;
    height: 15px;
    margin-right: 11px;
  }
}
.header-links a:hover,
.header-links a:focus {
  text-decoration: underline;
}
.header-support {
  float: right;
  line-height: 1.15;
  margin-top: 20px;
  padding-right: 115px;
  position: relative;
}
@media screen and (max-width:1260px) {
  .header-support {
    float: none;
    padding-right: 0;
    margin-top: 0;
  }
}
.header-support a {
  text-decoration: none;
}
.header-support a:hover,
.header-support a:focus {
  text-decoration: underline;
}
.header-support .i-headphones {
  display: inline-block;
  width: 32px;
  height: 31px;
  margin-right: 14px;
  margin-top: 0;
  text-decoration: none;
  color: #545454;
}
@media screen and (max-width:1260px) {
  .header-support .i-headphones {
    margin-top: 0;
  }
}
@media screen and (max-width:800px) {
  .header-support .i-headphones {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
}
.online.header-support .i-headphones {
  color: #1d7948;
}
.header-support .i-headphones svg {
  width: 100%;
  height: 100%;
  vertical-align: middle;
  fill: currentColor;
}
.header-support .i-headphones svg path {
  fill: currentColor;
}
.header-support .i-contacts {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  font-size: 0.85em;
}
.header-support .i-contacts .fa {
  width: 20px;
}
.header-support .i-contacts .i-help > .fa {
  text-indent: 3px;
}
.header-support .i-image {
  width: 115px;
  position: absolute;
  right: 0;
  top: 5px;
}
@media screen and (max-width:1260px) {
  .header-support .i-image {
    display: none;
  }
}
.header-support .i-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 3px solid #80a67e;
  background-color: #ebf9ea;
  border-radius: 50%;
  background-clip: padding-box;
}
.banner-offer {
  background-color: #7dd1a4;
  color: #fff;
}
.banner-offer .i-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0;
}
@media screen and (max-width:480px) {
  .banner-offer .i-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.banner-offer .i-title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  font-size: 48px;
  padding: 0 20px;
  border-right: 1px solid #f6f6f6;
  line-height: 56px;
  margin: 0;
}
@media screen and (max-width:1260px) {
  .banner-offer .i-title {
    padding-left: 0;
    font-size: 42px;
  }
}
@media screen and (max-width:1023px) {
  .banner-offer .i-title {
    font-size: 38px;
  }
}
@media screen and (max-width:480px) {
  .banner-offer .i-title {
    font-size: 48px;
  }
}
@media screen and (max-width:400px) {
  .banner-offer .i-title {
    font-size: 42px;
  }
}
.banner-offer .i-toggle {
  display: none;
}
@media screen and (max-width:480px) {
  .banner-offer .i-toggle {
    display: block;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    text-align: center;
  }
}
.banner-offer button.toggle {
  border: 0;
  background: none;
  color: inherit;
  padding: 0 20px;
  height: auto;
  width: auto;
  font-size: 24px;
  width: 100%;
  height: 100%;
}
.banner-offer button.toggle:after {
  display: inline-block;
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  font-size: 1.2em;
  content: '\f103';
  color: inherit;
  margin-left: 0.8em;
}
.banner-offer button.toggle:after {
  vertical-align: middle;
}
.open.banner-offer button.toggle:after {
  content: '\f102';
}
@media screen and (max-width:400px) {
  .banner-offer button.toggle {
    font-size: 22px;
  }
}
.banner-offer .i-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
@media screen and (max-width:480px) {
  .banner-offer .i-content {
    display: none;
    width: 100%;
    padding: 5px 0;
    text-align: center;
  }
  .open.banner-offer .i-content {
    display: block;
  }
}
.banner-offer .i-text {
  font-size: 24px;
  font-weight: 400;
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.2;
}
@media screen and (max-width:1260px) {
  .banner-offer .i-text {
    font-size: 22px;
  }
}
@media screen and (max-width:1023px) {
  .banner-offer .i-text {
    font-size: 20px;
  }
}
@media screen and (max-width:640px) {
  .banner-offer .i-text {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  .banner-offer .i-text {
    padding: 0 20px;
    margin-bottom: 10px;
  }
}
.banner-offer .i-text p {
  margin: 0;
}
.banner-offer .i-btn {
  padding-right: 20px;
}
@media screen and (max-width:1260px) {
  .banner-offer .i-btn {
    padding-right: 0;
  }
}
.banner-offer .btn {
  font-size: 16px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #fff;
  padding: 0 12px;
}
.footer-slider {
  background-color: #f8f8f8;
}
@media screen and (max-width:1420px) {
  .footer-slider-box {
    max-width: none;
    padding: 0;
  }
}
.footer-swiper-container {
  position: relative;
}
@media screen and (max-width:1420px) {
  .footer-swiper-container {
    padding: 0 75px;
  }
}
@media screen and (max-width:1023px) {
  .footer-swiper-container {
    padding: 0 57px;
  }
}
@media screen and (max-width:640px) {
  .footer-swiper-container {
    padding: 0 32px;
  }
}
.footer-swiper-container .swiper-btn-prev,
.footer-swiper-container .swiper-btn-next {
  width: 33px;
  height: 61px;
  margin-top: -30px;
  background-image: url('/assets/front/css/slider-arrows.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width:1023px) {
  .footer-swiper-container .swiper-btn-prev,
  .footer-swiper-container .swiper-btn-next {
    width: 17px;
    height: 31px;
    background-size: 34px auto;
  }
}
@media screen and (max-width:640px) {
  .footer-swiper-container .swiper-btn-prev,
  .footer-swiper-container .swiper-btn-next {
    width: 12px;
    height: 22px;
    background-size: 24px auto;
  }
}
.footer-swiper-container .swiper-btn-prev {
  background-position: 0 0;
  left: -130px;
}
@media screen and (max-width:1660px) {
  .footer-swiper-container .swiper-btn-prev {
    left: -55px;
  }
}
@media screen and (max-width:1420px) {
  .footer-swiper-container .swiper-btn-prev {
    left: 20px;
  }
}
@media screen and (max-width:640px) {
  .footer-swiper-container .swiper-btn-prev {
    left: 10px;
  }
}
.footer-swiper-container .swiper-btn-next {
  background-position: -33px 0;
  right: -130px;
}
@media screen and (max-width:1660px) {
  .footer-swiper-container .swiper-btn-next {
    right: -55px;
  }
}
@media screen and (max-width:1420px) {
  .footer-swiper-container .swiper-btn-next {
    right: 20px;
  }
}
@media screen and (max-width:1023px) {
  .footer-swiper-container .swiper-btn-next {
    background-position: -17px 0;
  }
}
@media screen and (max-width:640px) {
  .footer-swiper-container .swiper-btn-next {
    background-position: -12px 0;
    right: 10px;
  }
}
.footer-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.footer-swiper .swiper-slide {
  height: auto;
}
.footer-swiper .i-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
}
@media screen and (max-width:640px) {
  .footer-swiper .i-box {
    display: block;
    height: auto;
  }
}
.footer-swiper .i-image {
  width: 30%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width:1260px) {
  .footer-swiper .i-image {
    width: 40%;
  }
}
@media screen and (max-width:1023px) {
  .footer-swiper .i-image {
    width: 45%;
  }
}
@media screen and (max-width:800px) {
  .footer-swiper .i-image {
    background: none !important;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (max-width:640px) {
  .footer-swiper .i-image {
    display: block;
    width: auto;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer-swiper .i-image img {
  display: none;
}
@media screen and (max-width:800px) {
  .footer-swiper .i-image img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
  }
}
.footer-swiper .i-content {
  width: 70%;
  padding: 35px 30px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width:1260px) {
  .footer-swiper .i-content {
    width: 60%;
  }
}
@media screen and (max-width:1023px) {
  .footer-swiper .i-content {
    width: 55%;
    padding-right: 0;
  }
}
@media screen and (max-width:640px) {
  .footer-swiper .i-content {
    display: block;
    width: auto;
    padding-left: 0;
  }
}
.footer-swiper .i-title {
  font-family: 'Ubuntu', arial, sans-serif;
  font-weight: 500;
  color: #1d7948;
  font-size: 22px;
  margin: 0 0 15px 0;
}
@media screen and (max-width:800px) {
  .footer-swiper .i-title {
    font-size: 20px;
  }
}
@media screen and (max-width:400px) {
  .footer-swiper .i-title {
    font-size: 18px;
  }
}
.footer-swiper .i-title span {
  display: inline-block;
  border-bottom: 1px solid #a6a6a6;
  padding: 0 13px 15px;
}
.footer-swiper .i-text {
  color: #7a7a7a;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  .footer-swiper .i-text {
    font-size: 16px;
  }
}
@media screen and (max-width:400px) {
  .footer-swiper .i-text {
    font-size: 15px;
  }
}
.page-news {
  background-color: #ededed;
  font-size: 18px;
}
@media screen and (max-width:1260px) {
  .page-news {
    font-size: 16px;
  }
}
.page-news .footer-news {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-top: 30px;
  margin-left: -30px;
}
@media screen and (max-width:1023px) {
  .page-news .footer-news {
    display: block;
    margin-left: 0;
  }
}
.page-news .i {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding-left: 30px;
  padding-bottom: 40px;
}
@media screen and (max-width:1023px) {
  .page-news .i {
    display: block;
    width: auto;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
@media screen and (max-width:640px) {
  .page-news .i {
    max-width: none;
  }
}
.page-news .i-title {
  font-weight: 500;
  color: #1d7948;
  font-size: 22px !important;
  margin: 0 0 15px 0 !important;
}
@media screen and (max-width:640px) {
  .page-news .i-title {
    font-size: 20px !important;
  }
}
.page-news .i-date {
  color: #727272;
  font-weight: 700;
}
.page-news .more-items a {
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 22px;
}
@media screen and (max-width:640px) {
  .page-news .more-items a {
    font-size: 18px;
  }
}
.page-news .more-items a:hover,
.page-news .more-items a:focus {
  text-decoration: underline;
}
.page-logins {
  background-color: #ddd;
  border-bottom: 1px solid #fff;
}
.page-logins .i-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 22px 0 2px;
}
@media screen and (max-width:1260px) {
  .page-logins .i-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -50px;
  }
}
@media screen and (max-width:1023px) {
  .page-logins .i-box {
    display: block;
    margin-left: 0;
  }
}
.page-logins h3 {
  font-family: 'Grand Hotel';
  font-weight: normal;
  font-size: 36px;
  color: #a6a6a6;
  margin: 0 0 20px 0;
}
@media screen and (max-width:1260px) {
  .page-logins h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:1023px) {
  .page-logins h3 {
    width: auto;
  }
}
.page-logins form {
  margin-bottom: 20px;
  padding-left: 50px;
}
@media screen and (max-width:1023px) {
  .page-logins form {
    padding-left: 0;
    text-align: center;
  }
}
.page-logins form fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
@media screen and (max-width:1023px) {
  .page-logins form fieldset {
    display: inline-block;
  }
}
@media screen and (max-width:400px) {
  .page-logins form fieldset {
    display: block;
  }
}
.page-logins form .fieldset-box {
  margin-left: -8px;
}
@media screen and (max-width:640px) {
  .page-logins form .fieldset-box {
    margin-top: -10px;
  }
}
.page-logins form .i {
  display: inline-block;
  padding-left: 8px;
}
@media screen and (max-width:640px) {
  .page-logins form .i {
    width: 50%;
    padding-top: 10px;
  }
}
@media screen and (max-width:400px) {
  .page-logins form .i {
    width: auto;
    display: block;
  }
}
.page-logins form .i-label {
  display: none;
}
.page-logins form input[type="text"],
.page-logins form input[type="email"],
.page-logins form input[type="password"] {
  width: 157px;
  height: 47px;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  border-color: #fff;
  text-align: left;
}
.page-logins form input[type="text"]:focus,
.page-logins form input[type="email"]:focus,
.page-logins form input[type="password"]:focus {
  border-color: #545454;
}
@media screen and (max-width:640px) {
  .page-logins form input[type="text"],
  .page-logins form input[type="email"],
  .page-logins form input[type="password"] {
    width: 100%;
  }
}
.page-logins form button {
  height: 47px;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box;
  border: 1px solid #d54e13;
  color: #d54e13;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
}
@media screen and (max-width:1260px) {
  .page-logins form button {
    width: 175px;
    padding: 0;
    text-align: center;
  }
}
.page-logins form button .fa {
  margin-right: 5px;
}
.page-logins form button:hover,
.page-logins form button:focus {
  color: #fff;
  background-color: rgba(213,78,19,0.6);
}
.page-logins form.login-webmail button {
  border-color: #1d7948;
  color: #1d7948;
}
.page-logins form.login-webmail button:hover,
.page-logins form.login-webmail button:focus {
  color: #fff;
  background-color: rgba(29,121,72,0.6);
}
.page-footer {
  padding-bottom: 30px;
}
.footer-navigation {
  background-color: #545454;
  color: #dadada;
  font-size: 16px;
  font-weight: 400;
  border-top: 1px solid #a4a4a4;
  border-bottom: 1px solid #a4a4a4;
}
@media screen and (max-width:1260px) {
  .footer-navigation {
    font-size: 16px;
  }
}
@media screen and (max-width:640px) {
  .footer-navigation {
    text-align: center;
  }
}
.footer-navigation h3 {
  color: #a6a6a6;
  font-size: 36px;
  margin: 0 0 17px 0;
}
.footer-navigation-box2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 36px;
  margin-left: -40px;
}
@media screen and (max-width:1260px) {
  .footer-navigation-box2 {
    margin-left: -100px;
  }
}
@media screen and (max-width:1023px) {
  .footer-navigation-box2 {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: replace(flex-start,'^(flex\-)','');
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -40px;
  }
}
@media screen and (max-width:640px) {
  .footer-navigation-box2 {
    display: block;
    margin-left: 0;
  }
}
.footer-navigation-box2 > div {
  padding-top: 23px;
  padding-left: 40px;
}
@media screen and (max-width:1260px) {
  .footer-navigation-box2 > div {
    padding-left: 100px;
  }
}
@media screen and (max-width:1023px) {
  .footer-navigation-box2 > div {
    padding-left: 40px;
  }
}
@media screen and (max-width:640px) {
  .footer-navigation-box2 > div {
    padding-left: 0;
  }
}
.footer-navigation a {
  color: #dadada;
}
@media screen and (max-width:1023px) {
  .footer-navigation .footer-support {
    width: 100%;
  }
}
.footer-navigation .footer-support h3 {
  font-family: 'Grand Hotel';
  font-weight: normal;
  margin-bottom: 11px;
}
.footer-navigation .footer-support .i-info {
  margin-top: -2px;
}
.footer-navigation .footer-support .i-info table th,
.footer-navigation .footer-support .i-info table td {
  padding: 8px 0 0 0;
}
.footer-navigation .footer-support .i-info table th {
  font-weight: 400;
  padding-right: 15px;
}
@media screen and (max-width:640px) {
  .footer-navigation .footer-support .i-box {
    display: block;
  }
  .footer-navigation .footer-support .i-image {
    margin: 0 auto 30px;
  }
  .footer-navigation .footer-support .i-content {
    text-align: left;
    display: inline-block;
  }
}
@media screen and (max-width:1260px) {
  .footer-navigation .footer-menu {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
}
@media screen and (max-width:1023px) {
  .footer-navigation .footer-menu {
    padding-top: 35px;
  }
}
@media screen and (max-width:480px) {
  .footer-navigation .footer-menu {
    font-size: 15px;
  }
}
.footer-navigation .footer-menu h3 {
  font-family: 'Grand Hotel';
  font-weight: normal;
}
.footer-navigation .footer-menu ul {
  margin: -8px 0 0 0;
  padding: 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width:1260px) {
  .footer-navigation .footer-menu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media screen and (max-width:1023px) {
  .footer-navigation .footer-menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width:640px) {
  .footer-navigation .footer-menu ul {
    display: inline-block;
    text-align: left;
  }
}
@media screen and (max-width:400px) {
  .footer-navigation .footer-menu ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    text-align: center;
  }
}
.footer-navigation .footer-menu li {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
}
.footer-navigation .footer-menu a {
  text-decoration: none;
}
.footer-navigation .footer-menu a:hover,
.footer-navigation .footer-menu a:focus {
  text-decoration: underline;
}
.footer-socials {
  text-align: center;
  padding-top: 15px;
  margin-bottom: 55px;
  font-weight: 400;
}
.footer-socials ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-socials li {
  margin: 0 22px;
  padding: 15px 0 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.footer-socials a {
  text-decoration: none;
  color: #545454;
  font-size: 20px;
}
.footer-socials a:before {
  margin-right: 7px;
}
.footer-info {
  text-align: center;
}
.footer-info .footer-logo {
  margin-bottom: 3px;
}
.footer-info .footer-logo svg {
  width: 182px;
  height: 36.4px;
  vertical-align: top;
}
.page-copyright {
  font-size: 14px;
  font-weight: 400;
  color: #a6a6a6;
}
.breadcrumbs {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 35px 0;
}
@media screen and (max-width:640px) {
  .breadcrumbs {
    font-size: 15px;
  }
}
@media screen and (max-width:400px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs a {
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
  margin: 0 8px;
}
.breadcrumbs a:hover,
.breadcrumbs a:focus {
  text-decoration: underline;
}
.menu-left {
  padding: 0 10px;
}
@media screen and (max-width:1260px) {
  .menu-left {
    padding: 0;
  }
}
@media screen and (max-width:800px) {
  .menu-left {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 0;
    overflow-y: auto;
  }
  .mopen-menu2 .menu-left {
    display: block;
  }
}
@media screen and (max-width:800px) {
  .menu-left .menu-left-box {
    min-width: 320px;
    padding: 25px 60px 30px 20px;
  }
}
@media screen and (max-width:640px) {
  .menu-left .menu-left-box {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.menu-left .menu-left-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.3;
  color: #545454;
  margin: 0 0 .5em 0;
}
@media screen and (max-width:800px) {
  .menu-left .menu-left-title {
    font-size: 25px;
  }
}
.menu-left .menu-left-title a {
  text-decoration: none;
  color: #545454;
}
.menu-left .menu-left-title a:hover,
.menu-left .menu-left-title a:focus {
  text-decoration: underline;
}
.menu-left ul.menu2 {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 500;
}
.menu-left ul.menu2 li {
  margin: 0;
  padding: 3px 0 5px 0;
  list-style: none;
  background: url("data:image/gif;base64,R0lGODlhBgACAJEAAMDAwPf399ra2v///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OTU3NDQ2N0IzNzIxMUU3OUJEQzgxQUY0ODlGRTUxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OTU3NDQ2OEIzNzIxMUU3OUJEQzgxQUY0ODlGRTUxRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5NTc0NDY1QjM3MjExRTc5QkRDODFBRjQ4OUZFNTFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5NTc0NDY2QjM3MjExRTc5QkRDODFBRjQ4OUZFNTFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAYAAgAAAgUUMmmYBQA7") 0 bottom repeat-x;
}
.menu-left ul.menu2 li ul {
  background: url("data:image/gif;base64,R0lGODlhBgACAJEAAMDAwPf399ra2v///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0OTU3NDQ2N0IzNzIxMUU3OUJEQzgxQUY0ODlGRTUxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0OTU3NDQ2OEIzNzIxMUU3OUJEQzgxQUY0ODlGRTUxRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ5NTc0NDY1QjM3MjExRTc5QkRDODFBRjQ4OUZFNTFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjQ5NTc0NDY2QjM3MjExRTc5QkRDODFBRjQ4OUZFNTFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAYAAgAAAgUUMmmYBQA7") 0 top repeat-x;
  margin-top: 3px;
}
.menu-left ul.menu2 li ul li:first-child {
  padding-top: 5px;
}
.menu-left ul.menu2 li ul li:last-child {
  background: none;
  padding-bottom: 0;
}
.menu-left ul.menu2 li ul a {
  text-transform: none;
  padding-left: 38px;
}
@media screen and (max-width:1023px) {
  .menu-left ul.menu2 li ul a {
    padding-left: 25px;
  }
}
.menu-left ul.menu2 a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d7948;
  padding: 7px 2px 5px;
}
@media screen and (max-width:1023px) {
  .menu-left ul.menu2 a {
    font-size: 15px;
  }
}
.menu-left ul.menu2 a:hover,
.menu-left ul.menu2 a:focus {
  background-color: #f8f8f8;
  text-decoration: underline;
}
.menu-left ul.menu2 a .fa {
  vertical-align: middle;
  margin-left: 5px;
  color: #545454;
}
.menu-left ul.menu2 .active > a {
  color: #545454;
}
.menu-left-btn-box {
  display: none;
}
@media screen and (max-width:800px) {
  .menu-left-btn-box {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 300;
  }
  .mopen .menu-left-btn-box,
  .mopen-menu2 .menu-left-btn-box {
    display: none;
  }
}
#menu-left-btn {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 5px 5px;
  border: 0;
  background: #7dd1a4;
  text-align: center;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  outline: none;
  border-radius: 0 5px 0 0;
  background-clip: padding-box;
  transition: all .25s ease-in-out;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.4);
}
#menu-left-btn:before,
#menu-left-btn span:before,
#menu-left-btn span:after {
  content: '';
  display: block;
  height: 2px;
  background-color: #fff;
  margin-bottom: 6px;
}
#menu-left-btn .i-text {
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
}
#menu-left-btn .i-text:before,
#menu-left-btn .i-text:after {
  display: none;
}
#menu-left-btn:hover,
#menu-left-btn:focus {
  background-color: #1d7948;
}
.domain-search {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 0;
  position: relative;
}
.hasLeftMenu .domain-search {
  border: 1px solid #e0e0e0;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width:1260px) {
  .domain-search {
    border: 1px solid #e0e0e0;
  }
}
.domain-search:before,
.domain-search:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 30px;
  background-size: auto 100%;
}
.hasLeftMenu .domain-search:before,
.hasLeftMenu .domain-search:after {
  display: none;
  background: none !important;
}
@media screen and (max-width:1260px) {
  .domain-search:before,
  .domain-search:after {
    display: none;
    background: none !important;
  }
}
.domain-search:before {
  left: 0;
  background: url('/assets/front/css/domain-search-l.gif') left center no-repeat;
}
.domain-search:after {
  right: 0;
  background: url('/assets/front/css/domain-search-r.gif') right center no-repeat;
}
.hosting-detail .domain-search,
.domains-content .domain-search {
  background-color: #e6e6e6;
  border: 0;
}
.hosting-detail .domain-search:before,
.domains-content .domain-search:before {
  background-image: url('/assets/front/css/domain-search-l-d.gif');
}
.hosting-detail .domain-search:after,
.domains-content .domain-search:after {
  background-image: url('/assets/front/css/domain-search-r-d.gif');
}
.hosting-detail .domain-search button,
.domains-content .domain-search button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  height: 48px;
  line-height: 46px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 0 15px;
  transition: all .25s ease-in-out;
  font-size: 16px;
  font-weight: 700;
}
.hosting-detail .domain-search button:hover,
.hosting-detail .domain-search button:focus,
.domains-content .domain-search button:hover,
.domains-content .domain-search button:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .hosting-detail .domain-search button,
  .domains-content .domain-search button {
    font-size: 18px;
  }
}
.domain-search form {
  margin: 0;
  padding: 0 50px;
}
.domain-search form:before,
.domain-search form:after {
  display: none;
}
.hasLeftMenu .domain-search form {
  padding: 25px;
}
@media screen and (max-width:1260px) {
  .domain-search form {
    padding: 30px;
  }
}
@media screen and (max-width:1023px) {
  .domain-search form {
    padding-top: 25px;
  }
}
@media screen and (max-width:480px) {
  .domain-search form {
    padding: 20px !important;
  }
}
@media screen and (max-width:400px) {
  .domain-search form {
    padding-top: 17px;
  }
}
.domain-search .form-box {
  padding: 30px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-left: -25px;
}
.hasLeftMenu .domain-search .form-box {
  padding: 0;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: -20px;
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search .form-box {
    display: block;
    margin-left: 0;
    margin-top: -10px;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search .form-box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: -20px;
    margin-left: -25px;
  }
}
@media screen and (max-width:1260px) {
  .domain-search .form-box {
    padding: 0;
  }
}
@media screen and (max-width:1023px) {
  .domain-search .form-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -20px;
  }
}
@media screen and (max-width:640px) {
  .domain-search .form-box {
    display: block !important;
    margin-left: 0 !important;
    margin-top: -10px !important;
  }
}
.domain-search .form-box > div {
  padding-left: 25px;
}
.hasLeftMenu .domain-search .form-box > div {
  padding-top: 20px;
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search .form-box > div {
    padding-left: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search .form-box > div {
    padding-left: 25px;
    padding-top: 20px;
  }
}
@media screen and (max-width:1023px) {
  .domain-search .form-box > div {
    padding-top: 20px;
  }
}
@media screen and (max-width:640px) {
  .domain-search .form-box > div {
    padding-left: 0 !important;
    padding-top: 10px !important;
  }
}
.domain-search .i-title {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
}
.hasLeftMenu .domain-search .i-title {
  font-size: 22px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width:1260px) {
  .domain-search .i-title {
    font-size: 22px;
  }
}
@media screen and (max-width:1023px) {
  .domain-search .i-title {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:400px) {
  .domain-search .i-title {
    font-size: 20px !important;
  }
}
.domain-search .i-domain-tld > div {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
}
@media screen and (max-width:640px) {
  .domain-search .i-domain-tld > div {
    display: block !important;
    padding-top: 10px !important;
  }
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search .i-domain-tld > div {
    display: block;
    padding-top: 10px;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search .i-domain-tld > div {
    display: inline-block;
    padding-top: 0;
  }
}
.hasLeftMenu .domain-search .i-domain-tld {
  white-space: nowrap;
}
@media screen and (max-width:1260px) {
  .domain-search .i-domain-tld {
    white-space: nowrap;
  }
}
.domain-search .i-domain {
  margin-right: 9px;
}
@media screen and (max-width:640px) {
  .domain-search .i-domain {
    margin-right: 0 !important;
  }
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search .i-domain {
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search .i-domain {
    margin-right: 9px;
  }
}
.domain-search .i-domain input {
  width: 295px;
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .domain-search .i-domain input {
    width: 100% !important;
  }
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search .i-domain input {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search .i-domain input {
    width: 295px;
  }
}
.domain-search select {
  font-size: 18px;
}
@media screen and (max-width:640px) {
  .domain-search select {
    font-size: 16px !important;
    width: 100% !important;
  }
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search select {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search select {
    font-size: 18px;
    width: auto;
  }
}
@media screen and (max-width:640px) {
  .domain-search .i-submit {
    text-align: center !important;
  }
}
@media screen and (max-width:1023px) {
  .hasLeftMenu .domain-search .i-submit {
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .domain-search .i-submit {
    text-align: left;
  }
}
.domain-search button {
  white-space: nowrap;
}
.static-content .content-block {
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1023px) {
  .static-content .content-block {
    max-width: 80%;
  }
}
@media screen and (max-width:800px) {
  .static-content .content-block {
    max-width: none;
  }
}
.hasLeftMenu .static-content .content-block {
  text-align: left;
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
}
.static-content .content-block ul {
  display: inline-block;
}
.hasLeftMenu .static-content .content-block ul {
  display: block;
}
.static-content-image {
  text-align: center;
  margin: 2em;
}
.static-content-image img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.static-content-image .iSvg.ico-obsah {
  width: 146px;
  height: 148px;
}
.text-intro {
  text-align: center;
  margin-bottom: 2em;
}
.hasLeftMenu .text-intro {
  text-align: left;
}
@media screen and (max-width:800px) {
  .hasLeftMenu .text-intro {
    text-align: center;
  }
}
.text-center {
  text-align: center;
}
.text-3-cols {
  padding-top: 20px;
  margin: 0 0 0 -50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width:1260px) {
  .text-3-cols {
    font-size: 18px;
  }
}
@media screen and (max-width:1023px) {
  .text-3-cols {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  .text-3-cols {
    font-size: 16px;
  }
}
.text-3-cols .col {
  width: 33.333333%;
  padding-left: 50px;
}
@media screen and (max-width:1023px) {
  .text-3-cols .col {
    width: auto;
    padding-left: 0;
  }
}
.text-3-cols .col h2 {
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .text-3-cols .col h2 {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .text-3-cols .col h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .text-3-cols .col h2 {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .text-3-cols .col h2 {
    font-size: 22px;
  }
}
.text-3-cols .col .content-block-title {
  text-align: left;
}
@media screen and (max-width:1023px) {
  .text-3-cols .col .content-block-title {
    text-align: center;
  }
}
.text-3-cols .col .content-block {
  text-align: left;
}
@media screen and (max-width:1023px) {
  .text-3-cols .col .content-block {
    text-align: center;
  }
}
.content-subtitle {
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .content-subtitle {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .content-subtitle {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .content-subtitle {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .content-subtitle {
    font-size: 22px;
  }
}
table {
  border-collapse: collapse;
}
.page-content table {
  font-size: 18px;
  margin-bottom: 2em;
  width: 100%;
}
@media screen and (max-width:1260px) {
  .page-content table {
    font-size: 16px;
  }
}
@media screen and (max-width:640px) {
  .page-content table {
    font-size: 14px;
  }
}
.page-content table th a {
  color: inherit;
}
.page-content table td {
  text-align: left;
}
.page-content table .t-price {
  text-align: right;
}
.page-content table .t-action {
  text-align: right;
  padding-right: 10px;
}
.page-content table .t-center {
  text-align: center;
}
.page-content table .t-right {
  text-align: right;
}
.page-content table .t-search-title {
  font-weight: 500;
}
.page-content table .t-search {
  text-align: right;
}
.page-content table em {
  color: #d54e13;
  font-style: normal;
}
.page-content table strong,
.page-content table b,
.page-content table .font-weight-bold {
  font-weight: 500;
}
.page-content table span.infinity,
.page-content table span.yes,
.page-content table span.no {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  vertical-align: middle;
}
.page-content table span.infinity {
  width: 31px;
  height: 14px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0IzNTdBNkJEODY3MTFFN0E5NTFCNzA5QjdBMjVGNEUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0IzNTdBNkNEODY3MTFFN0E5NTFCNzA5QjdBMjVGNEUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQjM1N0E2OUQ4NjcxMUU3QTk1MUI3MDlCN0EyNUY0RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQjM1N0E2QUQ4NjcxMUU3QTk1MUI3MDlCN0EyNUY0RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmO+/BEAAAIfSURBVHjajJVdaI5hGMefPRvKx8E+GLKE0YbWVtKMJFY48XWmcDY5ECknK2U5WJxQbDmS5jMncqiWMk2aJmocSFpihhD2Km2+flf977q6e/bs/dev97m/ruu67/u67rekpn1b4jQfjsAOWAKl8B4ewx24DeNJvubCfjDDDVAFY/AMrsEVmLCJJc75VrgBFTmGLZAOuAR/o7EKjR2EGTk2BmA3jAbndfAEZjonNukfrIBVFqgzcB/2wge1W7WjBW7OL3gK72AObHT2B6G5TI12N3AZDkXHuwyOqn8abFJwW6BFJxFsjcJp6IHvzkY13IVGWAO7bOcpH5+gEr7AIkWdpdVwU7+JW1eq9nU4DN8mWb8e+sMmU0VUqY7+HMem59rpA7XnOcenYF+OY9MjKOh7aRol2Mdkao0pYQqurxdOFrHWkvRrSFBz/sMNlhdhINWdznZ9m2FPUpzCukKqBPmpjrUyPpnKVettLqMTHf0tOBZVRaw6d9LD5ug33FPHYmV1rOly+AJ2uuO3HZ9Q27L9LPQpsWJZlZzxVxXqfB08dFH3ykiIdrtLStNr3fuQ2gfgoivXRIHae/BWdW7XUh92DSv9C2clcs7Va5as9i/oJStEY8vhvJ7VPI1oM0P+frtggx6CiWjBS+iEWjie4dj0Skab4Sp8jsYty7uhKZxYWca7awZmQY0SaWSK2s16uwf0vVB/NJYfb+CPn/hfgAEApil3geeJtP0AAAAASUVORK5CYII=");
}
.page-content table span.yes {
  width: 16px;
  height: 17px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjExOTdERDVEODY3MTFFNzg0OTdDMUREMzVBRjFDREYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjExOTdERDZEODY3MTFFNzg0OTdDMUREMzVBRjFDREYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpGMTE5N0REM0Q4NjcxMUU3ODQ5N0MxREQzNUFGMUNERiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpGMTE5N0RENEQ4NjcxMUU3ODQ5N0MxREQzNUFGMUNERiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvLlkVAAAAD7SURBVHjalFPLDYJAEIWNBVCBsQRKgKM37QAqUK9ehItXtAJb4OZRO4AOJFZgB/gmmSXj7oS4Lxn2w868t/MgHscxCsHyuE4w3BApol5E4dghNjxv4hAFYCfWTmw9TSB746wPJoB9jyETW9X7fO9NQONOYmtAXGnyrwLqeiLWJdg/UwEwrGbYM9F1Qovkp10YHKDqL4wdS9U8tyDWUp4hBQXPU6XL5LlUV1vpskAv1gV323peSc+RfHGvSAW2LG3ympM9z7UeGVQd3Hvx1+Z5rhagB162jtxI81zDz78A6Q+HmZBL21QFAm4/2rlkrwBblLPsVumNh68AAwB0CFZ5dttz1gAAAABJRU5ErkJggg==");
}
.page-content table span.no {
  width: 20px;
  height: 21px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAVCAYAAABG1c6oAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDRGQ0EwMTREODY4MTFFN0FGNDJBNDYwMTY4NDhFNTAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDRGQ0EwMTVEODY4MTFFN0FGNDJBNDYwMTY4NDhFNTAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowNEZDQTAxMkQ4NjgxMUU3QUY0MkE0NjAxNjg0OEU1MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowNEZDQTAxM0Q4NjgxMUU3QUY0MkE0NjAxNjg0OEU1MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtTuN/oAAAFcSURBVHjatJXRTcQwDIZbJqgEA8ArT70JuCzAwQR3N8HRDdigMAF3E8BN0DIBfYHnDoBENuj9lhxIjd2AEJasqG785U+duPkwDJllb4uTOYYLEX4+37+3Vk4ugYAUGDbwG3hh5Hn4HfwecG8CASsxNBMgaT38GtAuBI4i2ArDyy9gZKckgIV8KTSU+cSW5dwZlPZB4YOYsIWfwTsF1vG7bRQrmJHlr5fHVxgfYxhWWkcFIuVlBHOhEHhPkFWU60jhUigoGZRxomOQhBXRQsGWpPBD+VZaciaeGwXYE9A62SOoOKcabHxsFKOEWonXFiwFJIWVEq+M6n8CfWq7tE2jUN9uDgHbHxSk4RuRgrYE3EmgUc1SgUrgLlw9SpqLm1IZ1exYXS0OdYtF3P/cZW4/a5E01XUkjL55Pzo2CDzRKkbVp/qhU/thpJQ6yW0C7HnOLIapv4C//lMOAgwAF/+8vlfMqKYAAAAASUVORK5CYII=");
}
.hasLeftMenu .page-content table .btn {
  font-size: 16px;
  padding: 10px 15px;
}
@media screen and (max-width:1260px) {
  .page-content table .btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media screen and (max-width:640px) {
  .page-content table .btn {
    font-size: 15px;
    padding: 7px 11px;
  }
}
.page-content table.table-striped th {
  font-weight: 700;
  text-align: left;
  padding: 12px 20px 9px;
}
.page-content table.table-striped th.t-price {
  text-align: right;
}
.page-content table.table-striped th.t-center {
  text-align: center;
}
.page-content table.table-striped th.t-search-title {
  font-weight: 500;
}
.page-content table.table-striped th.t-search {
  padding-right: 10px;
}
.page-content table.table-striped tr td {
  font-weight: 300;
  padding: 12px 20px 9px;
}
.page-content table.table-striped tr td.t-action {
  padding-right: 10px;
}
.page-content table.table-striped tr.font-weight-bold td {
  font-weight: 500;
}
.page-content table.table-striped thead th {
  background-color: #888;
  color: #fff;
}
.page-content table.table-striped thead th.top {
  background-color: #8e9d95;
  position: relative;
}
.page-content table.table-striped thead th.top .flag {
  width: 212px;
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -106px;
  background-color: #d54e13;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
@media screen and (max-width:1260px) {
  .page-content table.table-striped thead th.top .flag {
    font-size: 16px;
    position: static;
    top: auto;
    left: auto;
    width: auto;
    margin-left: 0;
    display: block;
    height: auto;
    line-height: 1;
    padding: 7px 5px;
  }
}
.page-content table.table-striped thead th.top .flag:before,
.page-content table.table-striped thead th.top .flag:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  z-index: -1;
}
.page-content table.table-striped thead th.top .flag:before {
  border-width: 0 0 28px 14px;
  border-color: transparent transparent #ac3400 transparent;
  left: -13px;
}
.page-content table.table-striped thead th.top .flag:after {
  border-width: 28px 0 0 14px;
  border-color: transparent transparent transparent #ac3400;
  right: -13px;
}
.page-content table.table-striped thead .r-search th {
  background: none;
  color: inherit;
}
.page-content table.table-striped tbody tr th {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
}
.page-content table.table-striped tbody tr.font-weight-bold th {
  font-weight: 500;
}
.page-content table.table-striped tbody tr:nth-child(odd) th,
.page-content table.table-striped tbody tr:nth-child(odd) td {
  background: none;
}
.page-content table.table-striped tbody tr:nth-child(odd) th.top,
.page-content table.table-striped tbody tr:nth-child(odd) td.top {
  background-color: #edfdf4;
}
.page-content table.table-striped tbody tr:nth-child(even) th,
.page-content table.table-striped tbody tr:nth-child(even) td {
  background-color: #e6e6e6;
}
.page-content table.table-striped tbody tr.odd th,
.page-content table.table-striped tbody tr.odd td {
  background: none;
}
.page-content table.table-striped tbody tr.odd th.top,
.page-content table.table-striped tbody tr.odd td.top {
  background-color: #edfdf4;
}
.page-content table.table-striped tbody tr.even th,
.page-content table.table-striped tbody tr.even td {
  background-color: #e6e6e6;
}
.page-content table.table-striped tbody tr:hover th,
.page-content table.table-striped tbody tr:hover td {
  background-color: rgba(213,78,19,0.1) !important;
}
.page-content table.table-striped tbody tr:hover th.top,
.page-content table.table-striped tbody tr:hover td.top {
  background-color: rgba(213,78,19,0.15) !important;
}
.page-content table.table-striped tbody tr.highlighted th,
.page-content table.table-striped tbody tr.highlighted td {
  color: #d54e13;
  font-weight: 700;
}
.page-content table.table-striped tbody tr.head th,
.page-content table.table-striped tbody tr.head td {
  background-color: #888 !important;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width:1260px) {
  .page-content .table-container {
    overflow-x: auto;
    margin-bottom: 2em;
  }
  .page-content .table-container.over {
    position: relative;
  }
  .page-content .table-container.over:before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1;
    font-size: 16px;
    content: '\f07e';
    color: #545454;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
  }
  .page-content .table-container table {
    width: auto !important;
    margin: 0 auto;
  }
  .hasLeftMenu .page-content .table-container table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .page-content .table-container table {
    margin-left: auto;
    margin-right: auto;
  }
}
.content-twocols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: -50px;
  margin-left: -50px;
}
@media screen and (max-width:800px) {
  .content-twocols {
    display: block;
    margin-left: 0;
  }
}
.content-twocols .col {
  width: 50%;
  padding-top: 50px;
  padding-left: 50px;
}
@media screen and (max-width:800px) {
  .content-twocols .col {
    width: auto;
    padding-left: 0;
  }
}
.content-threecols {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: -50px;
  margin-left: -50px;
}
@media screen and (max-width:800px) {
  .content-threecols {
    display: block;
    margin-left: 0;
  }
}
.content-threecols .col {
  width: 33.3%;
  padding-top: 50px;
  padding-left: 50px;
}
@media screen and (max-width:800px) {
  .content-threecols .col {
    width: auto;
    padding-left: 0;
  }
}
.content-text {
  text-align: center;
  margin-bottom: 2em;
}
.content-btn {
  text-align: center;
  margin-bottom: 2em;
}
span.highlight {
  background-color: rgba(29,121,72,0.4);
  color: #3b3b3b;
}
.banner-need-web {
  margin-top: 35px;
  text-align: center;
  line-height: 1.2;
}
.banner-need-web a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  color: #545454;
}
.banner-need-web p {
  margin: 0;
}
.banner-need-web .i-1 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
.banner-need-web .i-2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 17px;
}
.banner-need-web .i-image {
  margin-bottom: 23px;
}
.banner-need-web .i-image img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.banner-need-web .i-3 {
  font-size: 16px;
  font-weight: 400;
  color: #1d7948;
  text-transform: uppercase;
}
.pagination {
  padding: 50px 0 0 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  vertical-align: middle;
}
.pagination a.disabled {
  filter: alpha(opacity=70);
  opacity: 0.7;
  cursor: default;
}
.pagination .pages {
  display: inline-block;
  vertical-align: middle;
}
.pagination .pages a.active {
  border-color: #1d7948;
  background-color: #fff;
  color: #1d7948;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
}
.pagination .pages a.active:hover,
.pagination .pages a.active:focus {
  background-color: #7dd1a4;
  color: #fff;
}
.thankyou {
  text-align: center;
}
.thankyou .i-image {
  margin-bottom: 10px;
}
.thankyou .i-image svg {
  width: 144px;
  height: 126px;
  vertical-align: top;
}
.thankyou .i-thanks {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.thankyou-text {
  text-align: center;
}
.thankyou-text p:first-child {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.social-share {
  padding-top: 0.5em;
  margin-bottom: 1em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 20px;
}
.social-share .fb-share-button {
  height: 20px;
  margin-right: 20px;
}
.social-share .fb-share-button > span {
  vertical-align: top !important;
}
.social-share .twitter-share-button {
  vertical-align: top;
}
.mp-white-popup {
  position: relative;
  background: #fff;
  width: auto;
  max-width: 800px;
  padding: 25px;
  margin: 20px auto;
  border-radius: 10px;
  background-clip: padding-box;
  font-size: 0.8em;
  display: none;
}
.mfp-content .mp-white-popup {
  display: block;
}
.mp-white-popup img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.banner-contact-us {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
  position: relative;
  display: inline-block;
}
@media screen and (max-width:1023px) {
  .banner-contact-us {
    border: 1px solid #e0e0e0;
    display: block;
  }
}
.banner-contact-us_container {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}
.banner-contact-us_box {
  min-height: 110px;
  padding: 0 65px;
  background-color: #fafafa;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width:1023px) {
  .banner-contact-us_box {
    padding: 0 25px;
  }
}
@media screen and (max-width:400px) {
  .banner-contact-us_box {
    display: block;
    min-height: 0;
    padding: 25px;
  }
}
.banner-contact-us_text {
  color: #d54e13;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2;
  padding-right: 30px;
}
@media screen and (max-width:1023px) {
  .banner-contact-us_text {
    font-size: 3vw;
  }
}
@media screen and (max-width:800px) {
  .banner-contact-us_text {
    font-size: 4vw;
  }
}
@media screen and (max-width:400px) {
  .banner-contact-us_text {
    font-size: 5vw;
    padding-right: 0;
    margin-bottom: 1em;
  }
}
.banner-contact-us:before,
.banner-contact-us:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 27px;
  background-size: auto 100%;
}
@media screen and (max-width:1023px) {
  .banner-contact-us:before,
  .banner-contact-us:after {
    display: none;
    background: none !important;
  }
}
.banner-contact-us:before {
  left: 0;
  background: url('/assets/front/css/banner-triangles-l.png') left center no-repeat;
}
.banner-contact-us:after {
  right: 0;
  background: url('/assets/front/css/banner-triangles-r.png') right center no-repeat;
}
.products-boxes {
  margin: -38px 0 2em -38px;
}
@media screen and (max-width:640px) {
  .products-boxes {
    margin-left: 0;
  }
}
.products-boxes .i {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  padding: 38px 0 0 38px;
}
@media screen and (max-width:1023px) {
  .products-boxes .i {
    width: 50%;
  }
}
@media screen and (max-width:640px) {
  .products-boxes .i {
    width: auto;
    display: block;
    padding-left: 0;
  }
}
.products-boxes .i-box {
  text-align: center;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 30px 0;
  position: relative;
}
.products-boxes .i-title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1;
  padding: 0 15px;
  margin: 0 0 20px 0;
}
@media screen and (max-width:1260px) {
  .products-boxes .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:1023px) {
  .products-boxes .i-title {
    font-size: 60px;
  }
}
@media screen and (max-width:480px) {
  .products-boxes .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .products-boxes .i-title {
    font-size: 45px;
  }
}
.products-boxes .i-title a {
  color: inherit;
  text-decoration: none;
}
.products-boxes .i-title a:hover,
.products-boxes .i-title a:focus {
  text-decoration: underline;
  color: #545454;
}
.products-boxes .i-image {
  margin-bottom: 22px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.products-boxes .i-offer-flag {
  position: absolute;
  bottom: -15px;
  right: -21px;
  background-color: #d54e13;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 7px 10px 7px 15px;
  text-align: right;
  line-height: 1.2;
  text-transform: uppercase;
}
@media screen and (max-width:1260px) {
  .products-boxes .i-offer-flag {
    font-size: 16px;
  }
}
@media screen and (max-width:640px) {
  .products-boxes .i-offer-flag {
    right: -10px;
  }
}
@media screen and (max-width:480px) {
  .products-boxes .i-offer-flag {
    font-size: 15px;
  }
}
.products-boxes .i-offer-flag:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 21px 0 0;
  border-color: #ac3400 transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -21px;
}
@media screen and (max-width:640px) {
  .products-boxes .i-offer-flag:after {
    border-width: 10px 10px 0 0;
    bottom: -10px;
  }
}
.products-boxes .i-textpart {
  font-weight: 300;
  font-size: 22px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.2;
  margin: 0 20px;
  padding-bottom: 20px;
}
@media screen and (max-width:1260px) {
  .products-boxes .i-textpart {
    font-size: 18px;
  }
}
@media screen and (max-width:1023px) {
  .products-boxes .i-textpart {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  .products-boxes .i-textpart {
    font-size: 16px;
  }
}
.products-boxes .i-text p {
  margin-bottom: 0.4em;
}
.products-boxes .i-text *:last-child {
  margin-bottom: 0;
}
.products-boxes .i-prices {
  padding: 28px 15px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: replace(flex-end,'^(flex\-)','');
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.products-boxes .i-price-before {
  margin-top: -25px;
}
.products-boxes .i-detail {
  display: none;
}
.servers-content .products-boxes .i-detail,
.servers-detail .products-boxes .i-detail {
  display: block;
  padding-top: 15px;
}
.products-boxes .i-more {
  padding: 15px 15px 0;
}
.products-boxes .i-productpage {
  padding-top: 15px;
  font-weight: 400;
}
.hp-content .products-boxes .i-more {
  padding: 0;
}
@media screen and (max-width:800px) {
  .hp-content .products-boxes .i-more {
    padding: 15px 15px 0;
  }
}
.hp-content .products-boxes .i-more a {
  display: block;
  outline: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  background-clip: padding-box;
  border: 0;
}
@media screen and (max-width:800px) {
  .hp-content .products-boxes .i-more a {
    position: static;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: 0;
    background: none;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
    text-align: center;
    font-family: inherit;
    border-color: #1d7948;
    background-color: #1d7948;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-radius: 9px;
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    padding: 15px 24px;
    line-height: 1.5;
    transition: all .25s ease-in-out;
  }
  .hp-content .products-boxes .i-more a:hover,
  .hp-content .products-boxes .i-more a:focus {
    border-color: #1d7948;
    background-color: rgba(29,121,72,0.6);
  }
}
@media screen and (max-width:800px) and screen and (max-width:480px) {
  .hp-content .products-boxes .i-more a {
    font-size: 18px;
  }
}
@media screen and (max-width:800px) and screen and (max-width:480px) {
  .hp-content .products-boxes .i-more a {
    padding: 10px 15px;
  }
}
@media screen and (max-width:480px) {
  .hp-content .products-boxes .i-more a {
    padding: 10px 15px;
  }
}
.hp-content .products-boxes .i-more a span {
  display: none;
}
@media screen and (max-width:800px) {
  .hp-content .products-boxes .i-more a span {
    display: inline;
  }
}
.iSvg.ico-email {
  width: 142px;
  height: 98px;
}
.iSvg.ico-emailing {
  width: 155px;
  height: 149px;
}
.iSvg.ico-hosting {
  width: 117px;
  height: 167px;
}
.iSvg.ico-mini {
  width: 139px;
  height: 141px;
}
.iSvg.ico-multihosting {
  width: 155px;
  height: 202px;
}
.product-banner .iSvg.ico-multihosting {
  width: 251px;
  height: 328px;
}
@media screen and (max-width:1260px) {
  .product-banner .iSvg.ico-multihosting {
    width: 220px;
    height: 288px;
  }
}
@media screen and (max-width:1023px) {
  .product-banner .iSvg.ico-multihosting {
    width: 170px;
    height: 222px;
  }
}
.iSvg.ico-parking {
  width: 190px;
  height: 171px;
}
.iSvg.ico-profi {
  width: 166px;
  height: 156px;
}
.iSvg.ico-ssl {
  width: 153px;
  height: 169px;
}
.iSvg.ico-standard {
  width: 129px;
  height: 131px;
}
.iSvg.ico-webstudio {
  width: 84px;
  height: 149px;
}
.iSvg.ico-eshop {
  width: 116px;
  height: 138px;
}
.iSvg.ico-startup {
  width: 161px;
  height: 161px;
}
.iSvg.ico-managed-color {
  width: 150px;
  height: 196px;
}
.product-banner .iSvg.ico-managed-color {
  width: 253px;
  height: 330px;
}
@media screen and (max-width:1260px) {
  .product-banner .iSvg.ico-managed-color {
    width: 220px;
    height: 287px;
  }
}
@media screen and (max-width:1023px) {
  .product-banner .iSvg.ico-managed-color {
    width: 170px;
    height: 222px;
  }
}
.iSvg.ico-domena {
  width: 159px;
  height: 142px;
}
.iSvg.ico-dedikovany {
  width: 151px;
  height: 72px;
}
.iSvg.ico-custom-server {
  width: 151px;
  height: 96px;
}
.iSvg.ico-virtual {
  width: 190px;
  height: 154px;
}
.iSvg.ico-robot {
  width: 190px;
  height: 184px;
}
.product-banner .iSvg.ico-robot {
  width: 250px;
  height: 242px;
}
.iSvg.ico-obsah {
  width: 73px;
  height: 74px;
}
.iSvg.ico-ssl_1d {
  width: 150px;
  height: 185px;
}
.iSvg.ico-ssl_2d {
  width: 86px;
  height: 135px;
}
.iSvg.ico-ssl_xd {
  width: 238px;
  height: 164px;
}
.product-main-price {
  font-weight: 300;
}
.product-main-price.discount strong {
  color: #d54e13;
}
.product-main-price .i-price-before {
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 3px;
}
@media screen and (max-width:400px) {
  .product-main-price .i-price-before {
    font-size: 22px;
  }
}
.product-main-price .i-price span,
.product-main-price .i-price strong {
  display: inline-block;
}
.product-main-price .i-price .i-from {
  font-size: 24px;
}
.product-main-price .i-price strong {
  font-size: 70px;
  letter-spacing: -3px;
  line-height: 1;
}
@media screen and (max-width:1260px) {
  .product-main-price .i-price strong {
    font-size: 50px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width:400px) {
  .product-main-price .i-price strong {
    font-size: 40px;
  }
}
.product-main-price .i-price .i-vat-note {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.15;
  margin-left: 4px;
  padding-bottom: 5px;
}
.product-main-price .i-price .i-vat-note span {
  display: block;
}
.product-detail-container {
  padding-top: 40px;
  margin-bottom: 50px;
}
.product-detail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 50px -60px;
}
@media screen and (max-width:1023px) {
  .product-detail {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -40px;
  }
}
@media screen and (max-width:640px) {
  .product-detail {
    display: block;
  }
}
.product-detail > div {
  width: 33.333333%;
  padding-left: 60px;
}
@media screen and (max-width:1023px) {
  .product-detail > div {
    width: auto;
    max-width: 50%;
    padding-top: 40px;
  }
}
@media screen and (max-width:640px) {
  .product-detail > div {
    max-width: none;
  }
}
.product-detail .i-base {
  text-align: center;
}
.product-detail .i-title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1.2;
  margin: 0 0 8px 0;
}
@media screen and (max-width:1023px) {
  .product-detail .i-title {
    font-size: 60px;
  }
}
.product-detail .i-image {
  margin-bottom: 30px;
}
.product-detail .i-image svg {
  width: 100%;
  height: 100%;
}
.product-detail .i-features {
  font-size: 24px;
}
@media screen and (max-width:640px) {
  .product-detail .i-features {
    text-align: center;
  }
}
.product-detail .i-features ul {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
}
.product-detail .i-features ul li {
  list-style: none;
  background-repeat: no-repeat;
}
.product-detail .i-features ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1260px) {
  .product-detail .i-features ul {
    font-size: 22px;
  }
}
@media screen and (max-width:800px) {
  .product-detail .i-features ul {
    font-size: 20px;
  }
}
@media screen and (max-width:480px) {
  .product-detail .i-features ul {
    font-size: 18px;
  }
}
.product-detail .i-features ul li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTI4MjRGMTdDMjYxMTFFN0EyMDFGMTc2Mjk2RkNDQkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTI4MjRGMThDMjYxMTFFN0EyMDFGMTc2Mjk2RkNDQkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MjgyNEYxNUMyNjExMUU3QTIwMUYxNzYyOTZGQ0NCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MjgyNEYxNkMyNjExMUU3QTIwMUYxNzYyOTZGQ0NCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkS4wjsAAAEGSURBVHjalFLBEYIwEATGAmhAJx2oHfDUJx1IB/DUD/Lxi1ZACfLzaQnSgYwV0AHuORfnyISB3MzNJZfc7eY2ft/3nqutTvsUYQ2/+a4NUHxAqHjbOjVAcYjwhoe6QeDIvhTFZNlsBkCPEJ4iVX8uj9iFQSXWHaHTIpiJniMokSqA3tJi8gkoVjw4bQ2Kt3qzYFlyflM2QZ0skZuALxBKyh/E1DwSqStAGrNBJ2XiaWvNS3FGby5MetQgNnJ3UTzQHOid2eA3RJ7y2UBTpua2If9kxCFRq0Ve2TQfbSCm21ru/DW32eAf4CkbhNeY5lMMPJYoEdSTyW9KDExfHnfKlrf5V4ABAKxgjr/Rf9TFAAAAAElFTkSuQmCC");
  background-position: 0 .4em;
  padding: 0 0 0 35px;
  margin: 0 0 1px 0;
}
@media screen and (max-width:1260px) {
  .product-detail .i-features ul li {
    background-position: 0 .35em;
    margin-bottom: 2px;
  }
}
@media screen and (max-width:800px) {
  .product-detail .i-features ul li {
    background-position: 0 .3em;
    padding-left: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:480px) {
  .product-detail .i-features ul li {
    background-position: 0 .4em;
    background-size: 12px 13.5px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:640px) {
  .product-detail .i-features ul {
    display: inline-block;
    text-align: left;
  }
}
.product-detail .i-features *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1023px) {
  .product-detail .i-content {
    width: 100%;
    max-width: 70%;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  .product-detail .i-content {
    max-width: 80%;
  }
}
@media screen and (max-width:640px) {
  .product-detail .i-content {
    max-width: none;
  }
}
.product-detail .i-text {
  margin-bottom: 30px;
}
.product-detail .i-text *:last-child {
  margin-bottom: 0;
}
.product-detail .i-offer {
  text-align: center;
  color: #d54e13;
  font-size: 18px;
  text-transform: uppercase;
  padding-right: 50px;
  margin-bottom: 12px;
}
@media screen and (max-width:1023px) {
  .product-detail .i-offer {
    padding-right: 0;
  }
}
.product-detail .i-order {
  padding-right: 50px;
}
@media screen and (max-width:1023px) {
  .product-detail .i-order {
    padding-right: 0;
  }
}
.product-detail .i-order .btn-b {
  width: 100%;
}
@media screen and (max-width:1023px) {
  .product-detail .i-order .btn-b {
    width: auto;
  }
}
.product-detail .i-servicelink {
  padding-top: 15px;
  padding-right: 50px;
  text-align: center;
}
.product-article {
  text-align: center;
  padding: 0 10%;
  margin-bottom: 70px;
}
.product-order {
  padding-top: 40px;
  margin-bottom: 50px;
}
.product-order .content-block {
  text-align: center;
  margin-bottom: 2em;
}
.product-order-form {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .product-order-form {
    max-width: 70%;
  }
}
@media screen and (max-width:640px) {
  .product-order-form {
    max-width: 90%;
  }
}
@media screen and (max-width:480px) {
  .product-order-form {
    max-width: none;
    margin: 0;
  }
}
.product-order-form form h3 {
  margin-bottom: 0;
}
.product-order-form form .form-group {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width:800px) {
  .product-order-form form .form-group {
    display: block;
  }
}
.product-order-form form .form-group:before,
.product-order-form form .form-group:after {
  display: none;
}
.product-order-form form .form-group > .col-sm-2 {
  width: 30%;
  padding-top: 8px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width:800px) {
  .product-order-form form .form-group > .col-sm-2 {
    width: auto;
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.product-order-form form .form-group > .col-sm-10 {
  width: 70%;
  padding-left: 30px;
}
@media screen and (max-width:800px) {
  .product-order-form form .form-group > .col-sm-10 {
    width: auto;
    padding-left: 0;
  }
}
.product-order-form form input[type=text],
.product-order-form form input[type=email],
.product-order-form form select,
.product-order-form form textarea {
  width: 100%;
}
.product-order-confirm {
  padding-top: 40px;
  margin-bottom: 50px;
}
.product-order-confirm .content-block {
  text-align: center;
  margin-bottom: 2em;
}
.product-order-confirm .content-block table {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.product-order-confirm .content-block table th {
  text-align: left;
  padding: 2px 30px 2px 0;
  font-weight: 400;
}
.product-order-confirm .content-block table td {
  text-align: left;
  padding: 2px 0;
  font-weight: 600;
}
.product-detail-container .product-prices,
.servers-content .product-prices,
.domain-detail .product-prices {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1260px) {
  .product-detail-container .product-prices,
  .servers-content .product-prices,
  .domain-detail .product-prices {
    max-width: none;
  }
  .product-detail-container .product-prices table,
  .servers-content .product-prices table,
  .domain-detail .product-prices table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .hasLeftMenu .product-detail-container .product-prices table,
  .hasLeftMenu .servers-content .product-prices table,
  .hasLeftMenu .domain-detail .product-prices table {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width:800px) {
  .hasLeftMenu .product-detail-container .product-prices table,
  .hasLeftMenu .servers-content .product-prices table,
  .hasLeftMenu .domain-detail .product-prices table {
    margin-left: auto;
    margin-right: auto;
  }
}
.product-features-box.compact {
  padding-top: 20px;
}
.product-features-box.compact .toggle {
  text-align: center;
  margin-bottom: 35px;
}
.product-features-box.compact .toggle a {
  cursor: pointer;
}
.product-features {
  padding-top: 15px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33.333333%;
  -moz-column-width: 33.333333%;
  column-width: 33.333333%;
  -webkit-column-gap: 35px;
  -moz-column-gap: 35px;
  column-gap: 35px;
}
.collapsed .product-features {
  padding-top: 0;
}
@media screen and (max-width:1260px) {
  .product-features {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }
}
@media screen and (max-width:640px) {
  .product-features {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    text-align: center;
  }
}
.product-features-item {
  margin-bottom: 35px;
  display: inline-block;
}
@media screen and (max-width:640px) {
  .product-features-item {
    display: block;
  }
}
.product-prices {
  margin-bottom: 45px;
}
.product-prices .content-subtitle {
  text-align: center;
}
.hasLeftMenu .product-prices .content-subtitle {
  text-align: left;
}
@media screen and (max-width:800px) {
  .hasLeftMenu .product-prices .content-subtitle {
    text-align: center;
  }
}
.product-prices .i-btn {
  text-align: center;
  margin-bottom: 2em;
}
.hasLeftMenu .product-prices .i-btn {
  text-align: left;
}
@media screen and (max-width:800px) {
  .hasLeftMenu .product-prices .i-btn {
    text-align: center;
  }
}
.product-variants {
  margin-bottom: 50px;
}
.product-variants .items-title {
  text-align: center;
}
.product-banner {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  margin-bottom: 2em;
}
.product-banner .i-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 20px 25px 0;
}
@media screen and (max-width:800px) {
  .product-banner .i-box {
    display: block;
  }
}
.product-banner .i-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 60px 0 25px;
}
@media screen and (max-width:1023px) {
  .product-banner .i-image {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: replace(flex-start,'^(flex\-)','');
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-top: 20px;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-image {
    width: auto;
    padding: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:800px) {
  .withBadge.product-banner .i-image {
    position: relative;
  }
}
.product-banner .i-content {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
@media screen and (max-width:800px) {
  .product-banner .i-content {
    width: auto;
    text-align: center;
  }
}
.product-banner .i-title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1;
  padding-top: 8px;
  margin: 0 0 8px 0;
}
@media screen and (max-width:1260px) {
  .product-banner .i-title {
    font-size: 60px;
  }
}
@media screen and (max-width:1023px) {
  .product-banner .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-title {
    font-size: 60px;
    text-align: center;
  }
}
@media screen and (max-width:640px) {
  .product-banner .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:480px) {
  .product-banner .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .product-banner .i-title {
    font-size: 45px;
  }
}
.withBadge.product-banner .i-title {
  padding-right: 210px;
}
@media screen and (max-width:1260px) {
  .withBadge.product-banner .i-title {
    padding-right: 160px;
  }
}
@media screen and (max-width:1023px) {
  .withBadge.product-banner .i-title {
    padding-right: 130px;
  }
}
@media screen and (max-width:800px) {
  .withBadge.product-banner .i-title {
    padding-right: 0;
  }
}
.product-banner .i-title a {
  color: inherit;
  text-decoration: none;
}
.product-banner .i-title a:hover,
.product-banner .i-title a:focus {
  text-decoration: underline;
  color: #545454;
}
.product-banner .i-text {
  margin-bottom: 17px;
}
@media screen and (max-width:800px) {
  .product-banner .i-text {
    display: inline-block;
    text-align: left;
  }
}
.withBadge.product-banner .i-text {
  padding-right: 210px;
}
@media screen and (max-width:1260px) {
  .withBadge.product-banner .i-text {
    padding-right: 160px;
  }
}
@media screen and (max-width:1023px) {
  .withBadge.product-banner .i-text {
    padding-right: 130px;
  }
}
@media screen and (max-width:800px) {
  .withBadge.product-banner .i-text {
    padding-right: 0;
  }
}
.product-banner .i-text ul {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none;
  font-size: 24px;
  font-size: 22px;
}
.product-banner .i-text ul li {
  list-style: none;
  background-repeat: no-repeat;
}
.product-banner .i-text ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1260px) {
  .product-banner .i-text ul {
    font-size: 22px;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-text ul {
    font-size: 20px;
  }
}
@media screen and (max-width:480px) {
  .product-banner .i-text ul {
    font-size: 18px;
  }
}
.product-banner .i-text ul li {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTI4MjRGMTdDMjYxMTFFN0EyMDFGMTc2Mjk2RkNDQkEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTI4MjRGMThDMjYxMTFFN0EyMDFGMTc2Mjk2RkNDQkEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MjgyNEYxNUMyNjExMUU3QTIwMUYxNzYyOTZGQ0NCQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5MjgyNEYxNkMyNjExMUU3QTIwMUYxNzYyOTZGQ0NCQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkS4wjsAAAEGSURBVHjalFLBEYIwEATGAmhAJx2oHfDUJx1IB/DUD/Lxi1ZACfLzaQnSgYwV0AHuORfnyISB3MzNJZfc7eY2ft/3nqutTvsUYQ2/+a4NUHxAqHjbOjVAcYjwhoe6QeDIvhTFZNlsBkCPEJ4iVX8uj9iFQSXWHaHTIpiJniMokSqA3tJi8gkoVjw4bQ2Kt3qzYFlyflM2QZ0skZuALxBKyh/E1DwSqStAGrNBJ2XiaWvNS3FGby5MetQgNnJ3UTzQHOid2eA3RJ7y2UBTpua2If9kxCFRq0Ve2TQfbSCm21ru/DW32eAf4CkbhNeY5lMMPJYoEdSTyW9KDExfHnfKlrf5V4ABAKxgjr/Rf9TFAAAAAElFTkSuQmCC");
  background-position: 0 .4em;
  padding: 0 0 0 35px;
  margin: 0 0 1px 0;
}
@media screen and (max-width:1260px) {
  .product-banner .i-text ul li {
    background-position: 0 .35em;
    margin-bottom: 2px;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-text ul li {
    background-position: 0 .3em;
    padding-left: 30px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:480px) {
  .product-banner .i-text ul li {
    background-position: 0 .4em;
    background-size: 12px 13.5px;
    padding-left: 25px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:1260px) {
  .product-banner .i-text ul {
    font-size: 18px;
  }
}
@media screen and (max-width:640px) {
  .product-banner .i-text ul {
    font-size: 16px;
  }
}
.product-banner .i-text ul li {
  padding-left: 30px;
  margin-bottom: 3px;
}
.product-banner .i-text ul li:last-child {
  margin-bottom: 0;
}
.product-banner .i-text *:last-child {
  margin-bottom: 0;
}
.product-banner .i-footer {
  border-top: 1px solid #e0e0e0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 5px 0 0;
}
@media screen and (max-width:1260px) {
  .product-banner .i-footer {
    padding-right: 0;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-footer {
    text-align: left;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.product-banner .i-prices {
  padding-right: 30px;
  margin-bottom: 20px;
}
.product-banner .i-btn {
  margin-bottom: 20px;
}
@media screen and (max-width:480px) {
  .product-banner .i-btn {
    width: 100%;
  }
}
@media screen and (max-width:480px) {
  .product-banner .i-btn .btn-b {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.product-banner .i-flag {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -80px;
  bottom: 56px;
  background-color: #d54e13;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  text-align: center;
  text-decoration: none;
  width: 350px;
  padding: 14px 45px;
}
@media screen and (max-width:1260px) {
  .product-banner .i-flag {
    font-size: 18px;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-flag {
    position: static;
    left: auto;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding: 13px 15px;
    margin-bottom: 30px;
    border-radius: 5px;
    background-clip: padding-box;
  }
  .product-banner .i-flag br {
    display: none;
  }
}
@media screen and (max-width:400px) {
  .product-banner .i-flag {
    font-size: 16px;
  }
}
.product-banner .i-badge {
  position: absolute;
  right: 17px;
  top: 17px;
  max-width: 200px;
}
@media screen and (max-width:1260px) {
  .product-banner .i-badge {
    max-width: 150px;
  }
}
@media screen and (max-width:1023px) {
  .product-banner .i-badge {
    max-width: 120px;
  }
}
@media screen and (max-width:800px) {
  .product-banner .i-badge {
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }
}
@media screen and (max-width:480px) {
  .product-banner .i-badge {
    max-width: 100px;
    right: 0;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.product-banner .i-badge img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.hosting-content .products-boxes {
  margin-bottom: 65px;
}
.hosting-comparison h2 {
  text-align: center;
}
.hosting-comparison-table table.table-striped th,
.hosting-comparison-table table.table-striped td {
  text-align: center;
  padding-left: 4px;
  padding-right: 4px;
}
.hosting-comparison-table table.table-striped tbody tr th {
  text-align: left;
  font-weight: 300;
}
.hosting-comparison-table table.table-striped tbody tr.font-weight-bold th {
  font-weight: 500;
}
.hosting-comparison-table table.table-striped tbody tr.head th {
  text-align: center;
}
.hosting-comparison-table table.table-striped tbody tr.head th:first-child {
  text-align: left;
}
.hosting-comparison-table tfoot td strong {
  color: #1d7948;
}
.hosting-comparison-more {
  text-align: center;
  margin-bottom: 40px;
}
.hosting-comparison-more a {
  text-transform: uppercase;
  font-size: 1.2em;
  text-decoration: none;
}
.hosting-comparison-more a:focus,
.hosting-comparison-more a:hover {
  text-decoration: underline;
}
.domains-prices {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 65px;
}
.domains-prices h2 {
  text-align: center;
}
.domains-prices table.table-striped {
  margin-bottom: 0;
}
.domains-prices table.table-striped tfoot td {
  text-align: center;
  padding: 35px 0 0;
}
.domains-prices table.table-striped tfoot td a {
  text-transform: uppercase;
  font-size: 24px;
  text-decoration: none;
}
.domains-prices table.table-striped tfoot td a:focus,
.domains-prices table.table-striped tfoot td a:hover {
  text-decoration: underline;
}
.domain-detail .domain-product-detail .i-image {
  margin-bottom: 15px;
}
.domain-detail .domain-product-detail .i-info {
  width: 66.666666%;
  padding-left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width:1023px) {
  .domain-detail .domain-product-detail .i-info {
    display: block;
    width: auto;
    padding-left: 60px;
    -webkit-flex-grow: 2;
    -moz-flex-grow: 2;
    -ms-flex-grow: 2;
    flex-grow: 2;
    margin-top: -40px;
  }
}
@media screen and (max-width:640px) {
  .domain-detail .domain-product-detail .i-info {
    text-align: center;
  }
}
.domain-detail .domain-product-detail .i-info > div {
  width: 50%;
  padding-left: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width:1023px) {
  .domain-detail .domain-product-detail .i-info > div {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
    margin-bottom: 0;
    max-width: none;
    text-align: left;
  }
}
@media screen and (max-width:640px) {
  .domain-detail .domain-product-detail .i-info > div {
    width: auto;
    text-align: center;
  }
}
.domain-detail .domain-product-detail .i-info .i-buttons {
  width: 100%;
  margin-top: -20px;
}
@media screen and (max-width:1023px) {
  .domain-detail .domain-product-detail .i-info .i-buttons {
    padding-top: 10px;
  }
}
@media screen and (max-width:640px) {
  .domain-detail .domain-product-detail .i-info .i-buttons {
    width: auto;
  }
}
.domain-detail .domain-product-detail .i-info .i-buttons a {
  margin-top: 20px;
}
.domain-detail-pricelist,
.domain-detail-properties,
.domain-detail-similar {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1260px) {
  .domain-detail-pricelist,
  .domain-detail-properties,
  .domain-detail-similar {
    max-width: none;
  }
  .domain-detail-pricelist table,
  .domain-detail-properties table,
  .domain-detail-similar table {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.domain-detail .text-intro {
  margin-bottom: 3em;
}
.domain-detail-head {
  text-align: center;
  margin-bottom: 55px;
}
.domain-detail-head .ico-domena {
  width: 132px;
  height: 118px;
  margin-right: 10px;
}
@media screen and (max-width:640px) {
  .domain-detail-head .ico-domena {
    width: 100px;
    height: 89px;
  }
}
.domain-detail-head strong {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width:640px) {
  .domain-detail-head strong {
    font-size: 60px;
  }
}
.domain-detail-pricelist {
  margin-bottom: 2em;
}
.domain-detail-pricelist h2 {
  text-align: center;
}
.domain-detail-actions {
  text-align: center;
  margin-bottom: 55px;
}
.domain-detail-actions a {
  margin: 0 7px 20px;
}
.domain-detail-properties {
  margin-bottom: 90px;
}
.domain-detail-properties h2 {
  text-align: center;
}
.domain-detail-properties-text {
  text-align: center;
}
.domain-detail-properties table {
  margin-bottom: 0;
}
.domain-detail-similar h2 {
  text-align: center;
}
.emailing-examples {
  text-align: center;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:800px) {
  .emailing-examples {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px;
    margin-left: -40px;
  }
}
@media screen and (max-width:800px) {
  .emailing-examples > div {
    padding-top: 40px;
    padding-left: 40px;
  }
}
.emailing-examples .i-2 {
  padding: 0 40px;
}
@media screen and (max-width:800px) {
  .emailing-examples .i-2 {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
    width: 100%;
    padding: 0 0 0 40px;
  }
}
.emailing-examples img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}
.example {
  width: 403px;
  height: 400px;
  background: url('/assets/front/css/example-bg.png') 0 0 no-repeat;
  background-size: contain;
  line-height: 1.2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 50px;
  font-size: 18px;
}
.emailing-examples .example {
  width: 320px;
  height: 319px;
  padding: 0 35px;
}
@media screen and (max-width:400px) {
  .emailing-examples .example {
    width: 300px;
    height: 300px;
    font-size: 16px;
  }
}
@media screen and (max-width:800px) {
  .example {
    margin: 0 auto;
  }
}
@media screen and (max-width:640px) {
  .example {
    width: 370px;
    height: 370px;
  }
}
@media screen and (max-width:400px) {
  .example {
    font-size: 16px;
    width: 300px;
    height: 300px;
    padding: 0 40px;
  }
}
.example h3 {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  margin: 0;
  font-size: 38px;
}
@media screen and (max-width:400px) {
  .example h3 {
    font-size: 34px;
  }
}
.example p {
  margin: 0 0 10px 0;
}
@media screen and (max-width:400px) {
  .servers-examples .example p {
    font-size: 14px;
  }
}
.example .i-recommend {
  padding-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width:400px) {
  .servers-examples .example .i-recommend {
    padding-top: 5px;
  }
}
.example .i-recommend h4 {
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
.example .i-recommend p {
  margin: 0;
}
.example .i-count,
.example .i-price {
  font-family: 'Grand Hotel';
  font-weight: normal;
  font-size: 24px;
}
@media screen and (max-width:400px) {
  .example .i-count,
  .example .i-price {
    font-size: 22px;
  }
}
.example .i-vatNote {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
}
.product-programs-toggle {
  margin-bottom: 40px;
  text-align: center;
}
.servers-content .content-block-title {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .servers-content .content-block-title {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .servers-content .content-block-title {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .servers-content .content-block-title {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .servers-content .content-block-title {
    font-size: 22px;
  }
}
.servers-content .content-block {
  text-align: center;
}
.servers-content .text-description {
  margin-bottom: 2em;
}
.servers-content .text-description .content-block-title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1.2;
}
@media screen and (max-width:1260px) {
  .servers-content .text-description .content-block-title {
    font-size: 50px;
  }
}
@media screen and (max-width:1023px) {
  .servers-content .text-description .content-block-title {
    font-size: 60px;
  }
}
@media screen and (max-width:480px) {
  .servers-content .text-description .content-block-title {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .servers-content .text-description .content-block-title {
    font-size: 45px;
  }
}
.servers-content .products-boxes {
  margin-bottom: 45px;
}
.servers-content .product-article {
  margin-bottom: 45px;
}
.servers-content .configurator-container {
  margin-bottom: 90px;
}
@media screen and (max-width:1023px) {
  .servers-content .configurator-container {
    margin-bottom: 70px;
  }
}
@media screen and (max-width:640px) {
  .servers-content .configurator-container {
    margin-bottom: 50px;
  }
}
.servers-types {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin: -38px 0 38px -30px;
}
@media screen and (max-width:1023px) {
  .servers-types {
    margin-left: -38px;
  }
}
@media screen and (max-width:640px) {
  .servers-types {
    display: block;
    margin-left: 0;
  }
}
.servers-types .i {
  width: 50%;
  padding-top: 38px;
  padding-left: 30px;
}
@media screen and (max-width:1023px) {
  .servers-types .i {
    padding-left: 38px;
  }
}
@media screen and (max-width:640px) {
  .servers-types .i {
    width: auto;
    padding-left: 0;
  }
}
.servers-types .i-box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 23px 20px 30px;
  height: 100%;
}
.servers-types .i-title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  margin: 0 0 20px 0;
}
@media screen and (max-width:1260px) {
  .servers-types .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:480px) {
  .servers-types .i-title {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .servers-types .i-title {
    font-size: 45px;
  }
}
.servers-types .i-title a {
  color: inherit;
  text-decoration: none;
}
.servers-types .i-title a:hover,
.servers-types .i-title a:focus {
  text-decoration: underline;
  color: #545454;
}
.servers-types .i-contentpart {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media screen and (max-width:1023px) {
  .servers-types .i-contentpart {
    display: block;
  }
}
.servers-types .i-contentpart-2 {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.servers-types .i-image,
.servers-types .i-btn {
  width: 200px;
  -webkit-flex: 0 0 200px;
  -moz-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
}
@media screen and (max-width:1023px) {
  .servers-types .i-image,
  .servers-types .i-btn {
    width: auto;
  }
}
.servers-types .i-text,
.servers-types .i-prices {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
}
.servers-types .i-image {
  text-align: center;
}
@media screen and (max-width:1023px) {
  .servers-types .i-image {
    margin-bottom: 22px;
  }
}
.servers-types .i-text {
  font-weight: 300;
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 22px 0;
  padding: 0 24px;
}
@media screen and (max-width:1260px) {
  .servers-types .i-text {
    font-size: 18px;
  }
}
@media screen and (max-width:1023px) {
  .servers-types .i-text {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-width:800px) {
  .servers-types .i-text {
    padding: 0;
  }
}
@media screen and (max-width:480px) {
  .servers-types .i-text {
    font-size: 16px;
  }
}
.servers-types .i-text p {
  margin-bottom: 0.4em;
}
.servers-types .i-text *:last-child {
  margin-bottom: 0;
}
.servers-types .i-btn {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
  padding-top: 20px;
}
.servers-types .i-btn .btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.servers-types .i-prices {
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width:1023px) {
  .servers-types .i-prices {
    display: block;
  }
}
@media screen and (max-width:1260px) {
  .servers-types .i-prices .i-price strong {
    font-size: 40px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width:1023px) {
  .servers-types .i-prices .i-price strong {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .servers-types .i-prices .i-price strong {
    font-size: 40px;
  }
}
.servers-features {
  margin-bottom: 45px;
}
.servers-features ul {
  display: inline-block;
  text-align: left;
}
.servers-refs {
  text-align: center;
  margin-bottom: 70px;
}
.servers-form-text {
  font-size: 18px;
  margin-bottom: 2em;
}
.servers-form {
  margin-bottom: 60px;
}
.servers-examples {
  text-align: center;
  margin-bottom: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:1260px) {
  .servers-examples {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: -40px;
    margin-left: -40px;
  }
}
@media screen and (max-width:1260px) {
  .servers-examples > div {
    padding-top: 40px;
    padding-left: 40px;
  }
}
.servers-content-startup .content-block-title {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .servers-content-startup .content-block-title {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .servers-content-startup .content-block-title {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .servers-content-startup .content-block-title {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .servers-content-startup .content-block-title {
    font-size: 22px;
  }
}
.servers-content-startup .content-block {
  text-align: center;
}
.servers-content-startup .i-refs {
  margin-bottom: 4em;
}
.servers-content-startup .i-refs h2 {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .servers-content-startup .i-refs h2 {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .servers-content-startup .i-refs h2 {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .servers-content-startup .i-refs h2 {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .servers-content-startup .i-refs h2 {
    font-size: 22px;
  }
}
.dedicated-servers table select {
  width: 100%;
}
.dedicated-servers-extra-services,
.dedicated-servers-increase-services {
  margin-bottom: 70px;
}
.dedicated-servers .products-boxes {
  margin-bottom: 60px;
}
.dedicated-servers .products-boxes .ico-dedikovany-2 {
  width: 209px;
  height: calc(99.655629139073px);
}
.dedicated-servers .products-boxes .ico-custom-server {
  width: 230px;
  height: calc(146.22516556291px);
}
.dedicated-servers .products-boxes .i-paramsPrice {
  padding-top: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.dedicated-servers .products-boxes .i-paramsPrice-1 {
  padding-top: 0;
}
.dedicated-servers .products-boxes .i-paramsPrice-3 {
  border-bottom-color: #545454;
}
.dedicated-servers .products-boxes .i-paramsPrice strong {
  font-weight: 500;
}
.dedicated-servers .products-boxes .i-paramsPrice .i-price {
  font-size: 1.5em;
  font-weight: 700;
}
.dedicated-servers .products-boxes .i-totalprice {
  padding-top: 20px;
}
.dedicated-servers .products-boxes .i-totalprice small {
  display: block;
  font-weight: 300;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 10px;
}
.dedicated-servers .products-boxes .i-btns .i-more {
  padding-top: 35px;
}
.dedicated-servers .products-boxes .i-challenge {
  text-align: center;
  padding-top: 25px;
  font-weight: 400;
}
.dedicated-servers .products-boxes .i-challenge a {
  text-decoration: none;
  font-size: 1.2em;
}
.dedicated-servers .products-boxes .i-challenge a:hover,
.dedicated-servers .products-boxes .i-challenge a:focus {
  text-decoration: underline;
}
.dedicated-servers-variants {
  margin-bottom: 50px;
}
.dedicated-servers-variants-list .i {
  border-bottom: 2px solid #f3f3f3;
}
.dedicated-servers-variants-list .i:last-child {
  border: 0;
}
.dedicated-servers-variants-list .i label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 15px 10px 20px;
}
@media screen and (max-width:800px) {
  .dedicated-servers-variants-list .i label {
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width:480px) {
  .dedicated-servers-variants-list .i label {
    padding-left: 0;
  }
}
.dedicated-servers-variants-list .i .i-check {
  margin-right: 20px;
}
.dedicated-servers-variants-list .i .i-check input {
  margin: 0;
}
.dedicated-servers-variants-list .i .i-label {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:800px) {
  .dedicated-servers-variants-list .i .i-label {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dedicated-servers-variants-list .i .i-usedBy {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:1260px) {
  .dedicated-servers-variants-list .i .i-usedBy {
    display: block;
    padding-left: 50px;
  }
}
@media screen and (max-width:800px) {
  .dedicated-servers-variants-list .i .i-usedBy {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
.dedicated-servers-variants-list .i .i-logos-label {
  margin-right: 50px;
}
@media screen and (max-width:1260px) {
  .dedicated-servers-variants-list .i .i-logos-label {
    display: block;
    margin-right: 0;
    margin-bottom: 3px;
  }
}
.dedicated-servers-variants-list .i .i-logos-label:before {
  content: '-';
  display: inline-block;
  margin: 0 20px;
}
@media screen and (max-width:1260px) {
  .dedicated-servers-variants-list .i .i-logos-label:before {
    display: none;
  }
}
.dedicated-servers-variants-list .i .i-logos {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-top: -15px;
}
@media screen and (max-width:480px) {
  .dedicated-servers-variants-list .i .i-logos {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.dedicated-servers-variants-list .i .i-logos span {
  padding: 15px 0 0 15px;
}
.configurator {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-bottom: 50px;
}
@media screen and (max-width:1023px) {
  .configurator {
    display: block;
  }
}
.configurator-settings {
  width: 50%;
  padding-right: 40px;
  padding-bottom: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.open-inquiry .configurator-settings {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width:1023px) {
  .configurator-settings {
    display: block;
    width: auto;
    padding: 0;
    margin-bottom: 60px;
  }
}
.configurator-settings .param-title {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 35px 0;
}
.configurator-settings .param-choice {
  width: 100%;
  margin-bottom: 2em;
}
.configurator-settings .param-choice:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:1023px) {
  .configurator-settings .param-choice {
    padding-left: 16%;
    padding-right: 16%;
  }
}
@media screen and (max-width:800px) {
  .configurator-settings .param-choice {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media screen and (max-width:640px) {
  .configurator-settings .param-choice {
    padding-left: 0;
    padding-right: 0;
  }
}
.configurator-settings .param-choices {
  margin: -20px 0 0 -20px;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.configurator-settings .param-choices li {
  margin: 0;
  padding: 20px 0 0 20px;
  list-style: none;
}
.configurator-settings .cparam {
  display: inline-block;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 300;
  color: #888;
}
.configurator-settings .cparam em {
  font-style: normal;
}
.configurator-settings a.cparam {
  outline: none;
  cursor: pointer;
}
.configurator-settings a.cparam span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 0 -9999px;
  background-repeat: no-repeat;
}
.configurator-settings a.cparam:hover,
.configurator-settings a.cparam:focus {
  color: #1d7948;
  font-weight: 400;
}
.configurator-settings a.cparam.active {
  background-position: 0 -9999px;
  color: #fff;
}
.configurator-settings a.cparam.active:hover,
.configurator-settings a.cparam.active:focus {
  font-weight: 300;
}
.configurator-settings a.cparam.active span {
  background-position: 0 0;
}
@media screen and (max-width:400px) {
  .configurator-settings .choice-cpu .param-choices li {
    width: 50%;
  }
  .configurator-settings .choice-cpu .param-choices li:nth-child(odd) {
    text-align: right;
  }
}
@media screen and (max-width:480px) {
  .configurator-settings .choice-ram .param-choices li {
    width: 50%;
  }
  .configurator-settings .choice-ram .param-choices li:nth-child(odd) {
    text-align: right;
  }
}
.configurator-settings .choice-disk .param-choices {
  margin-left: -18px;
}
.configurator-settings .choice-disk .param-choices li {
  padding-left: 18px;
}
.configurator-settings .choice-disktype .param-choices {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -58px;
}
@media screen and (max-width:480px) {
  .configurator-settings .choice-disktype .param-choices {
    margin-left: -20px;
  }
}
.configurator-settings .choice-disktype .param-choices li {
  padding-left: 58px;
}
@media screen and (max-width:480px) {
  .configurator-settings .choice-disktype .param-choices li {
    padding-left: 20px;
  }
}
.configurator-settings .param-cpu {
  width: 77px;
  height: 77px;
  line-height: 77px;
  background-image: url('/assets/front/css/svg/configurator-cpu.svg');
}
.configurator-settings .param-cpu span {
  background-image: url('/assets/front/css/svg/configurator-cpu-active.svg');
}
.configurator-settings .param-ram {
  width: 97px;
  height: 47px;
  line-height: 40px;
  background-image: url('/assets/front/css/svg/configurator-ram.svg');
}
.configurator-settings .param-ram span {
  background-image: url('/assets/front/css/svg/configurator-ram-active.svg');
}
.configurator-settings .param-disktype {
  width: 115px;
  height: 63px;
  line-height: 63px;
}
.configurator-settings .param-disktype span {
  text-align: right;
  padding-right: 10px;
}
.configurator-settings .param-disktype-sas {
  background-image: url('/assets/front/css/svg/configurator-disktype-sata.svg');
}
.configurator-settings .param-disktype-sas span {
  background-image: url('/assets/front/css/svg/configurator-disktype-sata-active.svg');
  padding-right: 15px;
}
.configurator-settings .param-disktype-ssd {
  background-image: url('/assets/front/css/svg/configurator-disktype-ssd.svg');
}
.configurator-settings .param-disktype-ssd span {
  background-image: url('/assets/front/css/svg/configurator-disktype-ssd-active.svg');
}
.configurator-settings .param-disk {
  width: 116px;
  height: 63px;
  line-height: 63px;
  background-image: url('/assets/front/css/svg/configurator-disk.svg');
}
.configurator-settings .param-disk span {
  background-image: url('/assets/front/css/svg/configurator-disk-active.svg');
}
.configurator-settings .i-sliders {
  width: 100%;
}
.configurator-settings .slider-param-container {
  border-bottom: 1px dashed #888;
  padding-top: 38px;
}
.configurator-settings .slider-param-container#slider-param-1 {
  padding-top: 0;
}
.configurator-settings .slider-param-container .param-title {
  margin-bottom: 25px;
}
.configurator-settings .slider-param-container .slider-label span {
  display: inline-block;
}
.configurator-settings .slider-param-container .slider-value {
  font-size: 30px;
  font-weight: 500;
}
.configurator-settings .slider-param-container .slider-valueLabel {
  font-size: 18px;
  text-transform: uppercase;
}
.configurator-settings .slider-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 38px;
}
@media screen and (max-width:480px) {
  .configurator-settings .slider-container {
    display: block;
  }
}
.configurator-settings .slider-container .slider-slider {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  padding: 0 15px;
}
.configurator-settings .slider-container .slider {
  width: 100%;
}
.configurator-settings .slider-container .slider-label {
  width: 160px;
  text-align: right;
}
@media screen and (max-width:480px) {
  .configurator-settings .slider-container .slider-label {
    width: auto;
    text-align: center;
  }
}
.configurator-settings .slider.ui-slider {
  border: 2px solid #888;
  background: none;
  height: 22px;
  font-size: 0;
  border-radius: 5px;
  background-clip: padding-box;
}
.configurator-settings .slider.ui-slider .ui-slider-handle {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #545454;
  width: 34px;
  height: 34px;
  border: 2px solid #888;
  border-radius: 50%;
  background-clip: padding-box;
  top: -8px;
  margin-left: -17px;
  -webkit-box-shadow: inset 0 0 0 5px #f5f5f5;
  box-shadow: inset 0 0 0 5px #f5f5f5;
  font-size: 0;
  outline: none;
  cursor: grab;
}
.configurator-settings .slider.ui-slider .ui-slider-handle.ui-state-focus {
  background: #f5f5f5;
}
.configurator-settings .slider.ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #888;
}
.configurator-settings .i-design {
  width: 100%;
  padding-top: 20px;
}
.configurator-settings .i-design .param-title {
  margin-bottom: 13px;
}
@media screen and (max-width:1023px) {
  .configurator-settings .i-design .param-title {
    margin-bottom: 20px;
  }
}
.configurator-settings .i-design .i-params {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media screen and (max-width:1023px) {
  .configurator-settings .i-design .i-params {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: replace(center,'^(flex\-)','');
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -50px;
  }
}
@media screen and (max-width:640px) {
  .configurator-settings .i-design .i-params {
    margin-left: 0;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: replace(space-between,'^(flex\-)','');
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width:400px) {
  .configurator-settings .i-design .i-params {
    display: block;
    margin-top: -25px;
  }
}
.configurator-settings .i-design .i {
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:1023px) {
  .configurator-settings .i-design .i {
    padding-left: 50px;
  }
}
@media screen and (max-width:640px) {
  .configurator-settings .i-design .i {
    padding-left: 0;
  }
}
@media screen and (max-width:400px) {
  .configurator-settings .i-design .i {
    padding-top: 25px !important;
  }
}
.configurator-settings .i-design .i .i-value {
  margin-bottom: 6px;
}
.configurator-settings .i-design .i > div {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  color: #888;
  line-height: 1.2;
}
@media screen and (max-width:480px) {
  .configurator-settings .i-design .i > div {
    font-size: 16px;
  }
}
.configurator-settings .i-design .i-ram {
  padding-top: 16px;
}
.configurator-settings .i-design .i-disk {
  padding-top: 7px;
}
.configurator-configuration {
  width: 50%;
}
@media screen and (max-width:1023px) {
  .configurator-configuration {
    width: auto;
  }
}
.configurator-configuration .i-box {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 25px 25px 34px 30px;
}
@media screen and (max-width:480px) {
  .configurator-configuration .i-box {
    padding: 20px 20px 25px;
  }
}
.configurator-configuration .i-title {
  font-weight: 500;
  border-bottom: 1px dashed #888;
  padding-bottom: 17px;
}
.configurator-configuration p {
  margin: 0;
}
.configurator-configuration .i-data {
  font-size: 18px;
  margin-bottom: 35px;
}
.configurator-configuration .i-data p {
  margin-bottom: 2px;
}
.configurator-configuration .i-data .highlight {
  color: #d54e13;
}
.configurator-configuration .i-pricebox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -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: 43px;
}
.configurator-configuration .i-price {
  font-size: 70px;
  line-height: 1;
  font-weight: 300;
  color: #e0e0e0;
}
@media screen and (max-width:1260px) {
  .configurator-configuration .i-price {
    font-size: 50px;
  }
}
@media screen and (max-width:640px) {
  .configurator-configuration .i-price {
    font-size: 45px;
  }
}
@media screen and (max-width:480px) {
  .configurator-configuration .i-price {
    font-size: 40px;
  }
}
@media screen and (max-width:400px) {
  .configurator-configuration .i-price {
    font-size: 35px;
  }
}
.configurator-configuration .i-price span {
  white-space: nowrap;
  color: #545454;
  font-weight: 700;
  letter-spacing: -3px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width:640px) {
  .configurator-configuration .i-price span {
    margin-right: 10px;
    letter-spacing: -2px;
  }
}
@media screen and (max-width:400px) {
  .configurator-configuration .i-price span {
    letter-spacing: -1px;
  }
}
.configurator-configuration .i-price span:last-child {
  margin-right: 0 !important;
  margin-left: 15px;
}
@media screen and (max-width:640px) {
  .configurator-configuration .i-price span:last-child {
    margin-left: 10px;
  }
}
.configurator-configuration .i-price span span {
  margin: 0 !important;
}
.configurator-configuration .i-price strong {
  display: inline-block;
  margin-right: 9px;
}
@media screen and (max-width:640px) {
  .configurator-configuration .i-price strong {
    margin-right: 7px;
  }
}
.configurator-configuration .i-pricenote {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.15;
  margin-left: 14px;
}
@media screen and (max-width:400px) {
  .configurator-configuration .i-pricenote {
    width: 100%;
    margin-left: 0;
    padding-top: 10px;
  }
}
.configurator-configuration .i-pricenote span {
  display: block;
}
@media screen and (max-width:400px) {
  .configurator-configuration .i-pricenote span {
    display: inline;
  }
}
.configurator-configuration .i-btn .btn-b {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.open-inquiry .configurator-configuration .i-btn .btn-b {
  width: auto;
  height: auto;
  border: 0;
  background: none;
  padding: 0;
  text-decoration: none;
  color: #1d7948;
  text-align: left;
  border-radius: 0;
  background-clip: padding-box;
}
.configurator-form {
  display: none;
  padding-top: 30px;
  margin: 0;
}
.open-inquiry .configurator-form {
  display: block;
}
.configurator-switch {
  text-align: center;
}
.ssl-detail .content-block-title {
  text-align: center;
  font-weight: 300;
  font-size: 40px;
  text-transform: none;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .ssl-detail .content-block-title {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .ssl-detail .content-block-title {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .ssl-detail .content-block-title {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .ssl-detail .content-block-title {
    font-size: 22px;
  }
}
.ssl-detail .content-block {
  text-align: center;
}
.ssl-detail .text-description {
  margin-bottom: 2em;
}
.ssl-detail .ssl-explanation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width:1023px) {
  .ssl-detail .ssl-explanation {
    margin-left: -50px;
  }
}
@media screen and (max-width:640px) {
  .ssl-detail .ssl-explanation {
    display: block;
    margin-top: -50px;
    margin-left: 0;
  }
}
.ssl-detail .ssl-explanation .i-1 {
  padding-right: 95px;
}
.ssl-detail .ssl-explanation .i-2 {
  padding-left: 50px;
}
@media screen and (max-width:1023px) {
  .ssl-detail .ssl-explanation > div {
    padding: 0 0 0 50px !important;
  }
}
@media screen and (max-width:640px) {
  .ssl-detail .ssl-explanation > div {
    padding: 50px 0 0 0 !important;
  }
  .ssl-detail .ssl-explanation > div.i-1 {
    padding-left: 15% !important;
    padding-right: 15% !important;
  }
}
.ssl-detail .ssl-explanation img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.ssl-detail .ssl-explanation p {
  margin: 25px 0 0 0;
  line-height: 1.2;
}
.ssl-comparison {
  margin-bottom: 3em;
}
.ssl-comparison h2 {
  text-align: center;
  margin-bottom: 1em;
}
.ssl-comparison table.table-striped thead th {
  vertical-align: top;
  text-align: center;
}
.ssl-comparison table.table-striped thead th:first-child {
  text-align: left;
}
.ssl-comparison table.table-striped td {
  text-align: center;
}
.ssl-comparison .price-note {
  font-size: 0.9em;
  text-align: center;
}
.ssl-info-page .i-order {
  margin-bottom: 2em;
}
.ssl-directory {
  margin-bottom: 110px;
}
@media screen and (max-width:480px) {
  .ssl-directory {
    margin-bottom: 70px;
  }
}
.ssl-directory-title {
  text-align: center;
  line-height: 1;
  color: #545454;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1023px) {
  .ssl-directory-title {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width:800px) {
  .ssl-directory-title {
    font-size: 40px;
  }
}
@media screen and (max-width:640px) {
  .ssl-directory-title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width:480px) {
  .ssl-directory-title {
    font-size: 30px;
    font-size: 6vw;
  }
}
@media screen and (max-width:400px) {
  .ssl-directory-title {
    font-size: 30px;
    font-size: 7vw;
  }
}
.ssl-directory-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width:1023px) {
  .ssl-directory-box {
    display: block;
    margin-top: -50px;
  }
}
.ssl-directory-box .i {
  width: 33.333333%;
  padding: 57px 15px 0;
  position: relative;
}
@media screen and (max-width:1023px) {
  .ssl-directory-box .i {
    width: auto;
    padding: 50px 0 0 0;
  }
}
.ssl-directory-box .i:before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #545454;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:1023px) {
  .ssl-directory-box .i:before {
    display: none;
  }
}
.ssl-directory-box .i:after {
  content: '';
  display: block;
  width: 19px;
  height: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAgCAYAAADwvkPPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1RTQwNTk2Q0RDMTFFOEI4QkVDN0VFNEJBNDQwRDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1RTQwNUE2Q0RDMTFFOEI4QkVDN0VFNEJBNDQwRDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjVFNDA1NzZDREMxMUU4QjhCRUM3RUU0QkE0NDBEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjVFNDA1ODZDREMxMUU4QjhCRUM3RUU0QkE0NDBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEdFeIAAABlSURBVHja7NYxCsAgDIXhRDrpHd09W86XOKYotEMhtoNTef+U4fGBm+zutKrW6r33eYsIr7aJXrqgLyXaGDBgwIABAwbsDxi31tzMwoGq3ncpJdzlnOkY4xUWwc/Gb2rrM08BBgBSuSD6gkWe2AAAAABJRU5ErkJggg==") 0 0 no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
}
@media screen and (max-width:1023px) {
  .ssl-directory-box .i:after {
    display: none;
  }
}
.ssl-directory-box .i.open .i-btns {
  display: none;
}
.ssl-directory-box .i.open .i-variants {
  display: block;
}
.ssl-directory-box .i-1:before {
  width: 50%;
  left: auto;
  right: 0;
}
.ssl-directory-box .i-3:before {
  width: 50%;
}
.ssl-directory .i-main {
  text-align: center;
  padding: 33px 15px 35px 15px;
}
.ssl-directory .i-main .i-title {
  color: inherit;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0 0 0.5em 0;
}
@media screen and (max-width:1260px) {
  .ssl-directory .i-main .i-title {
    font-size: 32px;
  }
}
@media screen and (max-width:480px) {
  .ssl-directory .i-main .i-title {
    font-size: 30px;
    font-size: 6vw;
  }
}
@media screen and (max-width:400px) {
  .ssl-directory .i-main .i-title {
    font-size: 30px;
    font-size: 7vw;
  }
}
.ssl-directory .i-main .i-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width:1023px) {
  .ssl-directory .i-main .i-image {
    margin-bottom: 25px;
  }
}
.ssl-directory .i-main .i-examples {
  color: #1d7948;
  font-weight: 500;
  line-height: 1.2;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ssl-directory .i-main .i-examples span {
  color: #545454;
  font-weight: 300;
}
.ssl-directory .i-1 .i-main,
.ssl-directory .i-1 .i-variant-box {
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
}
.ssl-directory .i-2 .i-main,
.ssl-directory .i-2 .i-variant-box {
  background-color: #f2f8f5;
  border: 1px solid #f2f8f5;
}
.ssl-directory .i-3 .i-main,
.ssl-directory .i-3 .i-variant-box {
  border: 1px solid #cecece;
}
.ssl-directory .i-btns {
  text-align: center;
  padding: 25px 0 0 0;
}
.ssl-directory .i-btns a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ssl-directory .btn-detail {
  font-weight: 500;
}
.ssl-directory .i-variants {
  display: none;
  padding: 75px 0 0 40px;
}
@media screen and (max-width:400px) {
  .ssl-directory .i-variants {
    padding: 30px 0 0 0;
  }
}
.ssl-directory .i-variants-box {
  position: relative;
}
.ssl-directory .i-variants-box:before {
  content: '';
  display: block;
  width: 50%;
  height: 3px;
  padding-left: 30px;
  background-color: #545454;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (max-width:1023px) {
  .ssl-directory .i-variants-box:before {
    padding-left: 10px;
  }
}
@media screen and (max-width:400px) {
  .ssl-directory .i-variants-box:before {
    display: none;
  }
}
.ssl-directory .i-variants-box:after {
  content: '';
  display: block;
  width: 19px;
  height: 32px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAgCAYAAADwvkPPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTY1RTQwNTk2Q0RDMTFFOEI4QkVDN0VFNEJBNDQwRDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTY1RTQwNUE2Q0RDMTFFOEI4QkVDN0VFNEJBNDQwRDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBNjVFNDA1NzZDREMxMUU4QjhCRUM3RUU0QkE0NDBEOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBNjVFNDA1ODZDREMxMUU4QjhCRUM3RUU0QkE0NDBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrEdFeIAAABlSURBVHja7NYxCsAgDIXhRDrpHd09W86XOKYotEMhtoNTef+U4fGBm+zutKrW6r33eYsIr7aJXrqgLyXaGDBgwIABAwbsDxi31tzMwoGq3ncpJdzlnOkY4xUWwc/Gb2rrM08BBgBSuSD6gkWe2AAAAABJRU5ErkJggg==") 0 0 no-repeat;
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -9px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media screen and (max-width:1023px) {
  .ssl-directory .i-variants-box:after {
    margin-left: -29px;
  }
}
@media screen and (max-width:400px) {
  .ssl-directory .i-variants-box:after {
    display: none;
  }
}
.ssl-directory .i-variant {
  padding: 30px 0;
  position: relative;
  margin-top: -30px;
}
.ssl-directory .i-variant:before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  background-color: #545454;
  position: absolute;
  top: 0;
  left: -30px;
}
@media screen and (max-width:400px) {
  .ssl-directory .i-variant:before {
    display: none;
  }
}
.ssl-directory .i-variant:last-child:before {
  height: 50%;
}
.ssl-directory .i-variant-box {
  padding: 17px 20px 13px 18px;
  position: relative;
}
.ssl-directory .i-variant-box:before {
  content: '';
  display: block;
  width: 23px;
  height: 29px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAATCAYAAAB7u5a2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDI0QTIzNkQ2Q0UwMTFFODlCOTNGQjgzNjZGQzlBN0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDI0QTIzNkU2Q0UwMTFFODlCOTNGQjgzNjZGQzlBN0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjRBMjM2QjZDRTAxMUU4OUI5M0ZCODM2NkZDOUE3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMjRBMjM2QzZDRTAxMUU4OUI5M0ZCODM2NkZDOUE3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu9I5gUAAABASURBVHjaYvn//z8DNUFCQgLcQBYGKoOvX7/C2UwMNASjhg8zw1lCQ0P/jwYLOmCkdvZHDubRpDhq+CAxHCDAANyTDyBAR/QHAAAAAElFTkSuQmCC") 0 bottom no-repeat;
  position: absolute;
  top: 50%;
  left: -31px;
  margin-top: -18px;
}
@media screen and (max-width:400px) {
  .ssl-directory .i-variant-box:before {
    display: none;
  }
}
.ssl-directory .i-variant-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.83em 0;
}
@media screen and (max-width:1260px) {
  .ssl-directory .i-variant-title {
    font-size: 20px;
  }
}
@media screen and (max-width:480px) {
  .ssl-directory .i-variant-title {
    font-size: 18px;
  }
}
.ssl-directory .i-variant-text {
  line-height: 1.3;
  margin-bottom: 1em;
}
.ssl-directory .i-variant-thumb {
  border: 1px solid #bbbcbc;
  background-color: #fff;
  line-height: 0;
  margin-bottom: 1em;
}
.ssl-directory .i-variant-thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.ssl-directory .i-variant-btns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ssl-directory .i-variant-btns a {
  display: inline-block;
  vertical-align: middle;
}
.ssl-directory .i-1 .i-variant-2 .i-variant-box {
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
}
.ssl-directory .i-1 .i-variant-3 .i-variant-box {
  background-color: #dedede;
  border: 1px solid #dedede;
}
.ssl-directory .i-2 .i-variant-2 .i-variant-box {
  background-color: #d9ebe2;
  border: 1px solid #d9ebe2;
}
.ssl-directory .i-2 .i-variant-3 .i-variant-box {
  background-color: #c5dccf;
  border: 1px solid #c5dccf;
}
.ssl-order .i-variant-thumb {
  border: 1px solid #bbbcbc;
  background-color: #fff;
  line-height: 0;
  margin-bottom: 1em;
}
.tech-support {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.contact-support .tech-support {
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width:480px) {
  .contact-support .tech-support {
    display: block;
  }
}
@media screen and (max-width:1260px) {
  .footer-support .tech-support {
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: replace(flex-start,'^(flex\-)','');
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.tech-support .i-image {
  max-width: 186px;
  margin-right: 40px;
  position: relative;
}
.contact-support .tech-support .i-image {
  margin-right: 0;
  margin-bottom: 30px;
  padding-left: 10px;
  max-width: 196px;
}
@media screen and (max-width:640px) {
  .contact-support .tech-support .i-image {
    max-width: 150px;
  }
}
.tech-support .i-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 3px solid #80a67e;
  background-color: #ebf9ea;
  border-radius: 50%;
  background-clip: padding-box;
}
.tech-support .i-image .online {
  position: absolute;
  bottom: 2px;
  left: -10px;
  width: 59px;
  height: 59px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 0 2px #7d7d7d;
  box-shadow: inset 0 0 0 2px #7d7d7d;
  text-align: center;
  line-height: 59px;
  border-radius: 50%;
  background-clip: padding-box;
  color: #545454;
}
.contact-support .tech-support .i-image .online {
  left: 0;
}
.tech-support .i-image .online svg {
  width: 38px;
  height: 37px;
  fill: currentColor !important;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.tech-support .i-image .online svg path {
  fill: currentColor !important;
}
.tech-support .i-image.online .online {
  background-color: #1d7948;
  color: #fff;
}
.contact-support .tech-support .i-content {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
  padding-right: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width:480px) {
  .contact-support .tech-support .i-content {
    padding-right: 0;
  }
}
.tech-support .i-content a {
  text-decoration: none;
}
.tech-support .i-content a:hover,
.tech-support .i-content a:focus {
  text-decoration: underline;
}
.tech-support .i-info table {
  margin-bottom: 0;
}
.contact-support .tech-support .i-info table {
  width: auto;
}
.tech-support .i-info table th,
.tech-support .i-info table td {
  padding: 0;
  text-align: left;
}
.tech-support .i-info table th {
  font-weight: inherit;
  padding-right: 24px;
}
.tech-support .i-links {
  margin-left: -24px;
  padding-top: 8px;
}
.contact-support .tech-support .i-links {
  font-weight: 500;
}
.tech-support .i-links a {
  display: inline-block;
  margin-left: 24px;
}
.contact-form {
  margin-bottom: 2em;
}
.contact-form form {
  position: relative;
}
.contact-form form .form-group {
  zoom: 1;
}
.contact-form form .form-group:before,
.contact-form form .form-group:after {
  content: ' ';
  display: table;
}
.contact-form form .form-group:after {
  clear: both;
}
.contact-form form .form-group:last-child {
  margin-bottom: 0;
}
.contact-form form .col-sm-2 {
  float: left;
  width: 100px;
  text-align: right;
  padding-right: 15px;
  padding-top: 10px;
  margin-bottom: 0;
}
@media screen and (max-width:480px) {
  .contact-form form .col-sm-2 {
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
    margin-bottom: 5px;
  }
}
.contact-form form label {
  font-size: 18px;
}
@media screen and (max-width:480px) {
  .contact-form form label {
    font-size: 16px;
  }
}
.contact-form form .col-sm-10 {
  width: 320px;
  float: left;
}
@media screen and (max-width:480px) {
  .contact-form form .col-sm-10 {
    float: none;
    width: 100%;
  }
}
.contact-form form input[type=text],
.contact-form form input[type=email],
.contact-form form textarea {
  width: 100%;
}
.contact-form form textarea {
  height: 90px;
}
.contact-form form .form-group-frm-formContact-message {
  margin-bottom: 0;
}
@media screen and (max-width:1260px) {
  .contact-form form .form-group-frm-formContact-message {
    margin-bottom: 20px;
  }
}
.contact-form form .form-actions {
  position: absolute;
  bottom: 0;
  left: 450px;
}
.contact-form form .form-actions .col-sm-2 {
  display: none;
}
@media screen and (max-width:1260px) {
  .contact-form form .form-actions .col-sm-2 {
    display: block;
  }
}
@media screen and (max-width:1260px) {
  .contact-form form .form-actions {
    position: static;
    bottom: auto;
    left: 0;
  }
}
.contact-form form button[type=submit] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  background: none;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  text-align: center;
  font-family: inherit;
  border-color: #1d7948;
  background-color: #1d7948;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  border-radius: 9px;
  background-clip: padding-box;
  border-width: 1px;
  border-style: solid;
  padding: 15px 24px;
  height: auto;
  line-height: 1.5;
  transition: all .25s ease-in-out;
}
.contact-form form button[type=submit]:hover,
.contact-form form button[type=submit]:focus {
  border-color: #1d7948;
  background-color: rgba(29,121,72,0.6);
}
@media screen and (max-width:480px) {
  .contact-form form button[type=submit] {
    font-size: 18px;
  }
}
@media screen and (max-width:480px) {
  .contact-form form button[type=submit] {
    padding: 10px 15px;
  }
}
@media screen and (max-width:480px) {
  .contact-form form button[type=submit] {
    width: 100%;
  }
}
.contacts-content {
  font-size: 18px;
}
@media screen and (max-width:1260px) {
  .contacts-content {
    font-size: 16px;
  }
}
.contacts-content > div {
  margin-bottom: 1em;
}
.contacts-content > div.contact-form {
  margin-bottom: 2em;
}
.contacts-content h2 {
  font-weight: 400;
  font-size: 26px;
  margin: 0 0 15px 0;
}
.contact-details {
  zoom: 1;
}
.contact-details:before,
.contact-details:after {
  content: ' ';
  display: table;
}
.contact-details:after {
  clear: both;
}
.contact-details > div {
  margin-bottom: 1em;
}
.contact-details .i-address {
  float: left;
}
@media screen and (max-width:1260px) {
  .contact-details .i-address {
    float: none;
  }
}
.contact-details .i-map {
  float: right;
}
@media screen and (max-width:1260px) {
  .contact-details .i-map {
    float: none;
  }
}
.contact-details .i-map iframe {
  max-width: 100%;
}
.contact-details .i-company-data {
  clear: left;
}
.contact-details .i-bank {
  clear: both;
}
.inpage-contact-support-title {
  text-align: center;
  line-height: 1;
  color: #545454;
  font-weight: 700;
  font-size: 48px;
  margin: 0 0 1em 0;
}
@media screen and (max-width:1023px) {
  .inpage-contact-support-title {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media screen and (max-width:800px) {
  .inpage-contact-support-title {
    font-size: 40px;
  }
}
@media screen and (max-width:640px) {
  .inpage-contact-support-title {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media screen and (max-width:480px) {
  .inpage-contact-support-title {
    font-size: 30px;
    font-size: 6vw;
  }
}
@media screen and (max-width:400px) {
  .inpage-contact-support-title {
    font-size: 30px;
    font-size: 7vw;
  }
}
.inpage-contact-support .contact-support .tech-support .i-image {
  width: 33.333333%;
  max-width: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width:800px) {
  .inpage-contact-support .contact-support .tech-support .i-image {
    width: auto;
    max-width: 196px;
  }
}
@media screen and (max-width:640px) {
  .inpage-contact-support .contact-support .tech-support .i-image {
    max-width: 150px;
  }
}
.inpage-contact-support .contact-support .tech-support .i-image a {
  position: relative;
  display: block;
}
.inpage-contact-support .contact-support .tech-support .i-content {
  -webkit-box-ordinal-group: 0;
  -moz-box-ordinal-group: 0;
  -ms-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-order: 0;
  order: 0;
  width: 66.666666%;
  padding: 0 0 0 50px;
}
@media screen and (max-width:800px) {
  .inpage-contact-support .contact-support .tech-support .i-content {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-order: -1;
    order: -1;
    width: auto;
    padding-left: 0;
    padding-right: 50px;
  }
}
.inpage-contact-support .contact-support .content-block {
  margin-left: 33.333333%;
  padding-left: 50px;
}
@media screen and (max-width:800px) {
  .inpage-contact-support .contact-support .content-block {
    margin-left: 0;
    padding-left: 0;
  }
}
.inpage-contact-support .contact-form {
  margin-left: 33.333333%;
  padding-left: 50px;
}
@media screen and (max-width:800px) {
  .inpage-contact-support .contact-form {
    margin-left: 0;
    padding-left: 0;
  }
}
div.support-team {
  margin-top: -45px;
}
@media screen and (max-width:1260px) {
  div.support-team {
    margin-left: -45px;
  }
}
@media screen and (max-width:640px) {
  div.support-team {
    margin-left: 0;
  }
}
div.support-team .i {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 45px;
  padding-left: 45px;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width:1023px) {
  div.support-team .i {
    width: 100%;
  }
}
@media screen and (max-width:800px) {
  div.support-team .i {
    width: 50%;
    text-align: center;
  }
}
@media screen and (max-width:640px) {
  div.support-team .i {
    width: auto;
    display: block;
    padding-left: 0;
  }
}
div.support-team .i-image {
  margin-bottom: 1em;
}
div.support-team .i-image img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
  border: 3px solid #80a67e;
  background-color: #ebf9ea;
  border-radius: 50%;
  background-clip: padding-box;
}
@media screen and (max-width:640px) {
  div.support-team .i-content {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width:480px) {
  div.support-team .i-content {
    padding-left: 0;
    padding-right: 0;
  }
}
div.support-team .i-title {
  font-size: 23px;
  font-weight: 400;
  color: inherit;
  margin: 0;
}
div.support-team .i-job {
  text-transform: uppercase;
  margin-bottom: 1em;
}
div.support-team .i-email a {
  text-decoration: none;
  font-weight: 500;
}
div.support-team .i-email a:hover,
div.support-team .i-email a:focus {
  text-decoration: underline;
}
.news .i-date {
  text-transform: uppercase;
}
.news .i-title {
  font-weight: 500;
  font-size: 38px;
  margin: 0 0 15px 0;
}
@media screen and (max-width:1260px) {
  .news .i-title {
    font-size: 35px;
  }
}
@media screen and (max-width:1023px) {
  .news .i-title {
    font-size: 30px;
  }
}
@media screen and (max-width:800px) {
  .news .i-title {
    font-size: 35px;
  }
}
@media screen and (max-width:640px) {
  .news .i-title {
    font-size: 30px;
  }
}
@media screen and (max-width:480px) {
  .news .i-title {
    font-size: 28px;
  }
}
@media screen and (max-width:400px) {
  .news .i-title {
    font-size: 25px;
  }
}
.news .i-tags {
  border-top: 1px solid #e7e7e7;
  margin-top: 15px;
  padding-top: 10px;
  font-size: 18px;
}
.news .i-tags .items {
  margin: 0 0 0 -20px;
  padding: 0 10px;
  list-style: none;
}
.news .i-tags li {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: inline-block;
}
.news .i-tags span {
  font-weight: 500;
  color: #1d7948;
}
.news .i-editorial {
  margin-bottom: 2em;
}
.news .i-similar {
  margin-bottom: 1em;
}
.news .i-similar ul {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
}
.news .i-similar li {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
.news-list {
  margin: -45px 0 0 0;
  padding: 0;
  list-style: none;
}
.news-list .i {
  margin: 0;
  padding: 45px 0 0 0;
  list-style: none;
  font-size: 18px;
}
.news-list .i-text {
  margin-bottom: 15px;
}
.help-hp .content-twocols {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width:800px) {
  .help-hp .content-twocols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: replace(flex-start,'^(flex\-)','');
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: -50px;
  }
  .help-hp .content-twocols .col {
    width: 50%;
    padding-left: 50px;
  }
}
@media screen and (max-width:640px) {
  .help-hp .content-twocols {
    display: block;
    margin-left: 0;
  }
  .help-hp .content-twocols .col {
    width: auto;
    padding-left: 0;
  }
}
.help-hp .content-threecols {
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width:800px) {
  .help-hp .content-threecols {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: replace(flex-start,'^(flex\-)','');
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-left: -50px;
  }
  .help-hp .content-threecols .col {
    width: 33.3%;
    padding-left: 50px;
  }
}
@media screen and (max-width:640px) {
  .help-hp .content-threecols {
    display: block;
    margin-left: 0;
  }
  .help-hp .content-threecols .col {
    width: auto;
    padding-left: 0;
  }
}
.help-hp .i-title {
  font-size: 28px;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  .help-hp .i-title {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .help-hp .i-title {
    font-size: 22px;
  }
}
.help-hp .i-title a {
  color: inherit;
}
.help-hp .i-title a span {
  display: block;
}
.help-hp .i-title a .iSvg {
  margin: 0 auto 15px;
}
.help-hp .help-hosting .iSvg {
  width: 84px;
  height: 120px;
}
.help-hp .help-emailing.i-title {
  padding-top: 13px;
}
.help-hp .help-emailing .iSvg {
  width: 111px;
  height: 107px;
}
.help-hp a {
  text-decoration: none;
}
.help-hp a:hover,
.help-hp a:focus {
  text-decoration: underline;
}
.help-hp .help-topics {
  margin: -7px 0 0 0;
  padding: 0;
  list-style: none;
  font-weight: 400;
}
.help-hp .help-topics .i {
  margin: 0;
  padding: 7px 0 0 0;
  list-style: none;
}
.help-directory {
  margin-top: -50px;
}
@media screen and (max-width:800px) {
  .help-directory {
    text-align: center;
  }
}
.help-directory .i-category {
  padding-top: 50px;
}
.help-articles-list {
  margin: -8px 0 0 0;
  padding: 0;
  list-style: none;
}
.help-articles-list .i {
  margin: 0;
  padding: 8px 0 0 0;
  list-style: none;
}
.help-tags {
  margin-left: -10px;
  margin-bottom: 35px;
  font-size: 16px;
}
@media screen and (max-width:1260px) {
  .help-tags {
    font-size: 15px;
  }
}
@media screen and (max-width:800px) {
  .help-tags {
    font-size: 14px;
  }
}
.help-tags h3 {
  margin-left: 10px;
}
.help-tags .i {
  display: inline-block;
  margin: 0 0 5px 10px;
}
.help-tags .i a.active {
  font-weight: 500;
  text-decoration: none;
}
.help-tags .i span {
  display: inline-block;
  margin-left: 3px;
  font-size: 0.8em;
}
.help-tags .i-all {
  margin: 0 0 1em 10px;
}
.help-articles {
  margin: -40px 0 0 0;
  padding: 0;
  list-style: none;
}
.help-articles .i {
  margin: 0;
  padding: 40px 0 0 0;
  list-style: none;
}
.help-articles .i-title {
  font-size: 30px;
  font-weight: 300;
}
@media screen and (max-width:1260px) {
  .help-articles .i-title {
    font-size: 27px;
  }
}
@media screen and (max-width:1023px) {
  .help-articles .i-title {
    font-size: 25px;
  }
}
@media screen and (max-width:800px) {
  .help-articles .i-title {
    font-size: 27px;
  }
}
@media screen and (max-width:480px) {
  .help-articles .i-title {
    font-size: 25px;
  }
}
@media screen and (max-width:400px) {
  .help-articles .i-title {
    font-size: 22px;
  }
}
.help-articles .i-title a {
  text-decoration: none;
}
.help-articles .i-title a:hover,
.help-articles .i-title a:focus {
  text-decoration: underline;
}
.help-articles .btn-more {
  display: inline-block;
  margin-left: 5px;
}
.help-back {
  padding-top: 50px;
}
.help-article .i-rating-avg {
  margin-bottom: 40px;
  font-size: 0.9em;
}
.help-article .i-rating-avg strong {
  color: #1d7948;
  display: inline-block;
  margin-left: 5px;
  font-size: 1.2em;
}
.help-article .i-editorial {
  margin-bottom: 50px;
}
.help-article .i-text {
  margin-bottom: 50px;
}
.help-article .help-comments {
  margin-bottom: 50px;
}
.help-article .help-similar {
  margin-bottom: 50px;
}
.help-article .help-tags {
  margin-bottom: 0;
}
.help-comments-container {
  margin-bottom: 50px;
}
.help-comments-add-box .i-no-comments {
  margin-bottom: 30px;
}
.help-comments-add-box .i-rated-msg {
  font-weight: 600;
  color: #1d7948;
  margin-bottom: 30px;
  font-size: 1.2em;
}
#btn-help-add-comment.hidden {
  display: none;
}
#help-comments-add.hidden {
  display: none;
}
#help-comments-add h3 {
  color: #1d7948;
}
#help-comments-add form input[type=text],
#help-comments-add form input[type=email] {
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width:480px) {
  #help-comments-add form input[type=text],
  #help-comments-add form input[type=email] {
    max-width: none;
  }
}
#help-comments-add form textarea {
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width:480px) {
  #help-comments-add form textarea {
    max-width: none;
  }
}
#help-comments-add form .form-group-frm-gobat-formArticleRating-rating .col-sm-2 {
  margin-bottom: 0;
}
.dictionary-intro {
  text-align: center;
}
.dictionary-search {
  margin-bottom: 2em;
}
.dictionary-search .search-field {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.dictionary-category {
  margin-bottom: 70px;
}
.dictionary-category_title {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width:1260px) {
  .dictionary-category_title {
    font-size: 50px;
  }
}
@media screen and (max-width:1023px) {
  .dictionary-category_title {
    font-size: 60px;
  }
}
@media screen and (max-width:480px) {
  .dictionary-category_title {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .dictionary-category_title {
    font-size: 45px;
  }
}
.dictionary-alphabet {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width:640px) {
  .dictionary-alphabet {
    padding: 0;
    margin-bottom: 30px;
  }
}
.dictionary-alphabet > div {
  padding: 0 10px;
}
.dictionary-alphabet a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5em;
}
@media screen and (max-width:1260px) {
  .dictionary-alphabet a {
    font-size: 1.3em;
  }
}
.dictionary-alphabet a:hover,
.dictionary-alphabet a:focus {
  text-decoration: underline;
}
.dictionary-alphabet a.active {
  color: #a9a9a9;
}
.dictionary-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -3px 0 0 -3px;
}
@media screen and (max-width:640px) {
  .dictionary-list {
    display: block;
  }
}
.dictionary-list_item {
  width: 50%;
  padding: 3px 0 0 3px;
}
@media screen and (max-width:640px) {
  .dictionary-list_item {
    width: auto;
  }
}
.dictionary-list_item-box {
  border: 1px solid #d3d3d3;
  padding: 15px 40px 30px 40px;
  height: 100%;
}
@media screen and (max-width:1260px) {
  .dictionary-list_item-box {
    padding: 15px 30px 20px;
  }
}
@media screen and (max-width:640px) {
  .dictionary-list_item-box {
    height: auto;
    padding: 15px 20px 20px;
  }
}
.dictionary-list_item:nth-child(odd) .dictionary-list_item-box {
  background-color: #f5f5f5;
}
.dictionary-list_item-title {
  font-weight: 500;
  font-size: 30px;
  margin: 0 0 .5em 0;
}
@media screen and (max-width:1260px) {
  .dictionary-list_item-title {
    font-size: 25px;
  }
}
@media screen and (max-width:640px) {
  .dictionary-list_item-title {
    font-size: 22px;
  }
}
@media screen and (max-width:480px) {
  .dictionary-list_item-title {
    font-size: 20px;
  }
}
@media screen and (max-width:400px) {
  .dictionary-list_item-title {
    font-size: 18px;
  }
}
.dictionary-list_item-text {
  line-height: 1.3;
}
.dictionary-list_item-text *:last-child {
  margin-bottom: 0;
}
.order-iframe iframe {
  width: 100%;
  border: 0;
}
.cooperation-filter {
  text-align: center;
  margin: 0 0 0 -40px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  font-size: .9em;
}
.cooperation-filter > div {
  display: inline-block;
  margin: 20px 0 0 40px;
}
.cooperation-list {
  margin-bottom: 50px;
}
.cooperation-item {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 15px;
  margin-top: 10px;
}
.cooperation-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:1023px) {
  .cooperation-box {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: replace(space-between,'^(flex\-)','');
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media screen and (max-width:480px) {
  .cooperation-box {
    display: block;
  }
}
.cooperation-image {
  border: 1px solid #ccc;
  padding: 0px 20px;
  background-color: #fff;
  -webkit-flex: 0 0 19.4%;
  -moz-flex: 0 0 19.4%;
  -ms-flex: 0 0 19.4%;
  flex: 0 0 19.4%;
}
@media screen and (max-width:640px) {
  .cooperation-image {
    -webkit-flex: 0 0 34%;
    -moz-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
  }
}
@media screen and (max-width:480px) {
  .cooperation-image {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cooperation-image a {
  display: inline;
  vertical-align: middle;
  padding: 1px;
  outline: none;
}
@media screen and (max-width:800px) {
  .cooperation-image a {
    padding: 15px;
  }
}
@media screen and (max-width:480px) {
  .cooperation-image a {
    display: block;
  }
}
.cooperation-image img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}
.cooperation-text {
  -webkit-flex: 0 0 35.1%;
  -moz-flex: 0 0 35.1%;
  -ms-flex: 0 0 35.1%;
  flex: 0 0 35.1%;
  padding: 0 25px 0 40px;
}
@media screen and (max-width:1023px) {
  .cooperation-text {
    -webkit-flex: 0 0 66.8%;
    -moz-flex: 0 0 66.8%;
    -ms-flex: 0 0 66.8%;
    flex: 0 0 66.8%;
  }
}
@media screen and (max-width:640px) {
  .cooperation-text {
    -webkit-flex: 0 0 66%;
    -moz-flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
  }
}
@media screen and (max-width:480px) {
  .cooperation-text {
    padding: 0;
    margin-bottom: 10px;
  }
}
.cooperation-refs {
  -webkit-flex: 0 0 31.7%;
  -moz-flex: 0 0 31.7%;
  -ms-flex: 0 0 31.7%;
  flex: 0 0 31.7%;
  border-left: 1px solid #ccc;
  padding: 0 0 0 30px;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width:1023px) {
  .cooperation-refs {
    -webkit-box-ordinal-group: 999;
    -moz-box-ordinal-group: 999;
    -ms-box-ordinal-group: 999;
    -ms-flex-order: 999;
    -webkit-order: 999;
    -moz-order: 999;
    -ms-order: 999;
    order: 999;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    border: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:640px) {
  .cooperation-refs {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
}
@media screen and (max-width:480px) {
  .cooperation-refs {
    margin-bottom: 10px;
  }
}
.cooperation-refs ul {
  margin: -5px 0 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:1023px) {
  .cooperation-refs ul {
    margin-top: 0;
  }
}
.cooperation-refs ul li {
  margin: 0;
  padding: 5px 0 0 0;
  list-style: none;
}
@media screen and (max-width:1023px) {
  .cooperation-refs ul li {
    padding-top: 0;
  }
}
.cooperation-refs a {
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none;
}
.cooperation-refs a:hover,
.cooperation-refs a:focus {
  text-decoration: underline;
}
.cooperation-action {
  -webkit-flex: 0 0 13.8%;
  -moz-flex: 0 0 13.8%;
  -ms-flex: 0 0 13.8%;
  flex: 0 0 13.8%;
  text-align: center;
}
@media screen and (max-width:640px) {
  .cooperation-action {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
}
.cooperation-action label {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
.cooperation-action label>span {
  display: block;
  margin: 5px;
}
.cooperation-action label xspan {
  display: block;
}
.cooperation-action label xspan.label {
  margin-bottom: 4px;
}
.cooperation-action label xspan.checkboxx {
  width: 60px;
  height: 60px;
  background-color: #e0e0e0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
}
.cooperation-action label input {
  margin: 0;
}
.cooperation-action label.checked span.checkboxx {
  background-color: #ee5e0f;
}
.cooperation-title {
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width:1260px) {
  .cooperation-title {
    font-size: 30px;
  }
}
@media screen and (max-width:640px) {
  .cooperation-title {
    font-size: 25px;
  }
}
.cooperation-title a {
  color: inherit;
  text-decoration: none;
}
.cooperation-title a:hover,
.cooperation-title a:focus {
  text-decoration: underline;
}
.cooperation-labels {
  padding-bottom: 3px;
}
.cooperation-labels>span:first-child {
  margin-left: 0px;
}
.cooperation-annotation,
.cooperation-extratext {
  font-size: .9em;
  line-height: 1.4;
}
.cooperation-extratext {
  display: none;
}
.cooperation-text-open .cooperation-extratext {
  display: block;
  margin-bottom: 5px;
}
.cooperation-extratext-toggle {
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  height: 17px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAARCAYAAADKZhx3AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZ1JREFUeNq0lM0rBHEYx2d/hkIpIiGUUkjyUlyccJiSlxVKubog78LZiZC3yM2Ji/K22F3vHP0Fjk7+A28Xvk99p6Ztdndm7P7qszNP88zzaWa/v/EVLxhVmqZNgUXwpiV3ZdET0PGzAdqAAVrBa5KkOSAMGsCAovgHFIFHUJ0EaT64p1TWsogDoI9ys6EugdJC8ABqWM+DFcXiDPRSngtuQVMCpKXgGVSwngNLcqIsTeegh/Js/h/N/5CWgydQxnpWXrF5UUU0XwA/5ZLAIGjxIK1kXkpYz8jrtTYom5suQTf4BpnMgOFCWktpAetpsBrZpKLcfGWRp4NT0OlA2gjuQB7rSbBm16hiDAlS/gXSwBHoj9EvebhmPn4pXY/WrOI8gSn/BKngAAza9MkHKMRciHQiltSJWONAP+UpYB8MWa63c0dkUDoONuMN1R0GJsQnP6Zgj6//HRzyXKRjYNvJQN1FWsOUn1C+RZnicRTsOB2mXO5PCU8X+AA+i3TEjdSLWNYN6KBcpMNg1+0Q3ePnUPZqPVP84mXAnwADACaKUbWhTlRaAAAAAElFTkSuQmCC") center center no-repeat;
  transition: all .25s ease-in-out;
}
.cooperation-extratext-toggle:hover {
  background-color: rgba(0,0,0,0.05);
}
.cooperation-text-open .cooperation-extratext-toggle {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.references-intro {
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  .references-intro {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width:480px) {
  .references-intro {
    padding-left: 0;
    padding-right: 0;
  }
}
.references {
  margin-bottom: 75px;
}
@media screen and (max-width:800px) {
  .references {
    text-align: center;
  }
}
.references .i-title {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 .75em 0;
}
@media screen and (max-width:800px) {
  .references .i-title {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width:480px) {
  .references .i-title {
    padding-left: 0;
    padding-right: 0;
  }
}
.references .i-text {
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  .references .i-text {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media screen and (max-width:480px) {
  .references .i-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.references-list {
  margin: -30px 0 0 -30px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:400px) {
  .references-list {
    margin-left: 0;
  }
}
@media screen and (max-width:800px) {
  .references-list {
    padding: 0 30px;
  }
}
.references-list li {
  margin: 0;
  padding: 30px 0 0 30px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  width: 33.333333%;
  text-align: center;
}
@media screen and (max-width:640px) {
  .references-list li {
    width: 50%;
  }
}
@media screen and (max-width:400px) {
  .references-list li {
    width: auto;
    display: block;
    padding-left: 0;
  }
}
.references-list img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}
.refs-inline {
  margin: -30px 0 2em -30px;
  padding: 0;
  list-style: none;
  text-align: center;
}
.refs-inline li {
  margin: 0;
  padding: 30px 0 0 30px;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
.refs-inline img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}
.references-directory {
  text-align: center;
}
.references-directory-type {
  margin-bottom: 70px;
}
.references-directory-type_title h2 {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 80px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}
@media screen and (max-width:1260px) {
  .references-directory-type_title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width:1023px) {
  .references-directory-type_title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width:480px) {
  .references-directory-type_title h2 {
    font-size: 50px;
  }
}
@media screen and (max-width:400px) {
  .references-directory-type_title h2 {
    font-size: 45px;
  }
}
.references-directory-type_slider {
  margin: 0 15px 35px;
}
@media screen and (max-width:800px) {
  .references-directory-type_slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.references-directory-type_slider-container {
  position: relative;
  padding: 0 33px;
}
@media screen and (max-width:1023px) {
  .references-directory-type_slider-container {
    padding: 0 17px;
  }
}
@media screen and (max-width:640px) {
  .references-directory-type_slider-container {
    padding: 0 12px;
  }
}
.references-directory-type_slider .swiper-slide {
  width: 100%;
  height: auto;
}
.references-directory-type_slider .swiper-slide .slide-box {
  text-align: center;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 20px;
}
.references-directory-type_slider .swiper-slide a {
  outline: none;
  height: 200px;
  line-height: 200px;
  vertical-align: middle;
}
.references-directory-type_slider .swiper-slide img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}
.references-directory-type_slider .swiper-btn-prev,
.references-directory-type_slider .swiper-btn-next {
  width: 33px;
  height: 61px;
  background-image: url('/assets/front/css/slider-arrows.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}
@media screen and (max-width:1023px) {
  .references-directory-type_slider .swiper-btn-prev,
  .references-directory-type_slider .swiper-btn-next {
    width: 17px;
    height: 31px;
    background-size: 34px auto;
  }
}
@media screen and (max-width:640px) {
  .references-directory-type_slider .swiper-btn-prev,
  .references-directory-type_slider .swiper-btn-next {
    width: 12px;
    height: 22px;
    background-size: 24px auto;
  }
}
.references-directory-type_slider .swiper-btn-prev {
  background-position: 0 0;
  left: 0;
}
.references-directory-type_slider .swiper-btn-next {
  background-position: -33px 0;
  right: 0;
}
@media screen and (max-width:1023px) {
  .references-directory-type_slider .swiper-btn-next {
    background-position: -17px 0;
  }
}
@media screen and (max-width:640px) {
  .references-directory-type_slider .swiper-btn-next {
    background-position: -12px 0;
    right: 10px;
  }
}
.references-directory-type_actions {
  margin-top: 20px;
}
.references-directory-type_actions--btn {
  margin-bottom: 1em;
}
.references-directory-type_actions--more {
  font-weight: 500;
}
.references-type-list {
  margin-top: 40px;
}
.references-type-list_item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
@media screen and (max-width:480px) {
  .references-type-list_item {
    display: block;
  }
}
.references-type-list_item:nth-child(even) > div:last-child > div:last-child {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
}
.references-type-list_item:nth-child(odd) > div:first-child {
  border-right: 0;
}
.references-type-list_item:nth-child(odd) > div:last-child {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-order: -1;
  order: -1;
  border-right: 1px solid #ccc;
}
.references-type-list_item-logo {
  width: 30%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-direction: column;
  -ms-flex-wrap: nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  border-right: 1px solid #ccc;
  padding: 30px 50px;
}
@media screen and (max-width:800px) {
  .references-type-list_item-logo {
    width: 40%;
  }
}
@media screen and (max-width:640px) {
  .references-type-list_item-logo {
    padding: 30px;
  }
}
@media screen and (max-width:480px) {
  .references-type-list_item-logo {
    width: auto;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ccc;
  }
}
.references-type-list_item-logo img {
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
}
.references-type-list_item-content {
  width: 70%;
  background-color: #f5f5f5;
  padding: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: replace(flex-start,'^(flex\-)','');
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  text-align: center;
}
@media screen and (max-width:800px) {
  .references-type-list_item-content {
    display: block;
    text-align: center;
    width: 60%;
  }
}
@media screen and (max-width:640px) {
  .references-type-list_item-content {
    padding: 25px 15px;
  }
}
@media screen and (max-width:480px) {
  .references-type-list_item-content {
    border: 0 !important;
    width: auto;
  }
}
.references-type-list_item-head {
  width: 34%;
  -webkit-flex: 0 0 34%;
  -moz-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
}
@media screen and (max-width:800px) {
  .references-type-list_item-head {
    width: auto;
    margin-bottom: 30px;
  }
}
.references-type-list_item-image {
  max-width: 160px;
  margin: 0 auto 15px;
}
.references-type-list_item-image img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #ccc;
}
.references-type-list_item-person {
  line-height: 1.2;
}
.references-type-list_item-person h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width:1260px) {
  .references-type-list_item-person h2 {
    font-size: 24px;
  }
}
.references-type-list_item-person--project {
  font-weight: 500;
}
.references-type-list_item-person--project a {
  text-decoration: none;
}
.references-type-list_item-person--project a:hover,
.references-type-list_item-person--project a:focus {
  text-decoration: underline;
}
.references-type-list_item-body {
  width: 66%;
  padding: 0 20px;
}
@media screen and (max-width:800px) {
  .references-type-list_item-body {
    width: auto;
    padding: 0;
  }
}
.references-type-list_item-body--text {
  line-height: 1.2;
  margin-bottom: 1em;
}
.references-type-list_item-body--more {
  font-weight: 500;
  margin-bottom: 1em;
}
.references-type-list .banner-contact-us_container {
  margin-top: 60px;
}
.references-interview_title {
  text-align: center;
  margin-bottom: 30px;
}
.references-interview_title-position {
  font-size: 0.9em;
}
.references-interview_box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width:640px) {
  .references-interview_box {
    display: block;
  }
}
.references-interview_head {
  width: 34%;
  -webkit-flex: 0 0 34%;
  -moz-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width:640px) {
  .references-interview_head {
    width: auto;
    padding: 0;
    margin-bottom: 40px;
  }
}
.references-interview_head-logo {
  margin-bottom: 30px;
}
.references-interview_head-logo img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
  max-width: 30%;
}
@media screen and (max-width:1023px) {
  .references-interview_head-logo img {
    max-width: 40%;
  }
}
@media screen and (max-width:640px) {
  .references-interview_head-logo img {
    max-width: 100%;
  }
}
.references-interview_head-image {
  max-width: 284px;
}
.references-interview_body {
  -webkit-flex-grow: 2;
  -moz-flex-grow: 2;
  -ms-flex-grow: 2;
  flex-grow: 2;
  padding-left: 45px;
}
@media screen and (max-width:800px) {
  .references-interview_body {
    padding-left: 20px;
  }
}
@media screen and (max-width:640px) {
  .references-interview_body {
    padding-left: 0;
  }
}
.references-interview_body-perex {
  font-style: italic;
  margin-bottom: 2em;
}
.references-interview_body-text strong {
  font-weight: 500;
}
.references-directory-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: replace(center,'^(flex\-)','');
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.references-directory-items > div {
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  padding: 15px 0 15px 0;
  max-width: 600px;
  margin: 10px 10px;
}
.references-directory-type_slider-box {
  width: 360px;
  margin: 0 auto;
}
.references-icons > span {
  display: inline-block;
  width: calc(100% / 4 - 25px);
  height: 70px;
  padding: 10px;
  overflow: hidden;
}
.hp-content .products-boxes {
  margin-bottom: 50px;
}
.hp-content .product-banner {
  margin-bottom: 0;
}
.why {
  text-align: center;
  font-size: 18px;
  margin-bottom: 55px;
}
@media screen and (max-width:800px) {
  .why {
    font-size: 16px;
  }
}
.why .content-block {
  margin-bottom: 45px;
}
.why .i-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.pricelist-content .pricelist {
  margin-bottom: 45px;
}
@media screen and (max-width:800px) {
  .hasLeftMenu .pricelist-content .pricelist {
    text-align: center;
  }
}
.pricelist-content .hosting-prices {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
.pricelist-content .hosting-prices td.t-title {
  color: #1d7948;
  font-weight: 500;
}
.pricelist-content .product-banner {
  margin-bottom: 45px;
}
.pricelist-content .domains-prices {
  margin-bottom: 45px;
}
.pricelist-content .pricelist-info {
  margin-bottom: 75px;
}
.pricelist-info {
  text-align: center;
  font-size: 0.75em;
  margin-bottom: 2em;
}
.search-results-content .search-form {
  margin-bottom: 50px;
}
.search-results-content .search-form .search-field {
  max-width: 600px;
  margin: 0 auto;
}
.search-results-content .search-form .search-options {
  font-size: 15px;
  margin-left: -15px;
  padding: 10px 15px 0;
  text-align: center;
}
.search-results-content .search-form .search-options label {
  display: inline-block;
  margin: 0 0 0 15px;
}
.search-results .no-results {
  text-align: center;
  font-weight: 400;
}
.search-results .no-results .fa {
  color: #d54e13;
  display: inline-block;
  margin-right: 10px;
}
.search-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-list .i {
  margin: 0 0 25px 0;
  padding: 0 0 30px 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
}
.search-list .i:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.search-list .i-title {
  font-size: 25px;
}
@media screen and (max-width:640px) {
  .search-list .i-title {
    font-size: 22px;
  }
}
.search-list .i-title a {
  text-decoration: none;
}
.search-list .i-title a:hover,
.search-list .i-title a:focus {
  text-decoration: underline;
}
.search-list .i-text {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.error-page {
  text-align: center;
}
.error-page-content {
  padding: 30px 0;
}
.error-page .i-image {
  margin-bottom: 1.5em;
}
.error-page .i-image img {
  vertical-align: top;
  width: auto;
  height: auto;
  max-width: 100%;
}
.error-page h1 {
  font-family: 'Grand Hotel';
  font-weight: normal;
  color: #1d7948;
  font-size: 60px;
  margin: 0 0 0.25em 0;
}
@media screen and (max-width:640px) {
  .error-page h1 {
    font-size: 45px;
    line-height: 1.3;
  }
}
.error-page .i-code {
  font-size: 1.5em;
  margin-bottom: 1.5em;
}
.header-support .i-help {
  margin-top: 3px;
  padding-top: 1px;
  border-top: 1px dotted #aaa;
}
.banner-offer.blackfriday2018-rest-cs,
.banner-offer.blackfriday2018-servers-cs,
.banner-offer.blackfriday2018-ssl-cs,
.banner-offer.banner-offer-orange {
  background-color: #ff7539;
}
.banner-offer.blackfriday2018-rest-cs .btn,
.banner-offer.blackfriday2018-servers-cs .btn,
.banner-offer.blackfriday2018-ssl-cs .btn,
.banner-offer.banner-offer-orange .btn {
  background-color: #d54e13;
}
.page-content .pricelist.servers_dms-prices table {
  margin-bottom: 0.1em;
}
.page-content .pricelist.servers_dms-prices .product-prices {
  margin-bottom: 0;
}
.page-content .pricelist.servers_dms-prices .pricelist-info {
  margin-bottom: 15px;
}
.page-content .pricelist.servers_dms-prices .pricelist-button {
  text-align: center;
  padding-bottom: 50px;
}
div.modal {
  max-width: 750px;
}
.i-box .i-text-content {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 15px;
}
.dsr-swiper-container {
  position: relative;
  width: calc(85%);
  margin: 0 auto 20px auto;
  border-bottom: 1px solid #e0e0e0;
}
.dsr-swiper-container .swiper-btn-prev,
.dsr-swiper-container .swiper-btn-next {
  width: 33px;
  height: auto;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  color: #999;
}
@media screen and (max-width:640px) {
  .dsr-swiper-container .swiper-btn-prev,
  .dsr-swiper-container .swiper-btn-next {
    width: 12px;
    height: 22px;
    background-size: 24px auto;
  }
}
.dsr-swiper-container .swiper-btn-prev {
  background-position: 0 0;
  left: -25px;
}
@media screen and (max-width:640px) {
  .dsr-swiper-container .swiper-btn-prev {
    left: 10px;
  }
}
.dsr-swiper-container .swiper-btn-next {
  background-position: -33px 0;
  right: -25px;
}
@media screen and (max-width:640px) {
  .dsr-swiper-container .swiper-btn-next {
    background-position: -12px 0;
    right: 10px;
  }
}
.dsr-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.dsr-swiper .swiper-slide {
  height: auto;
}
.dsr-swiper .i-box,
.dsr-swiper .sw-i-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: replace(space-between,'^(flex\-)','');
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
}
@media screen and (max-width:640px) {
  .dsr-swiper .i-box,
  .dsr-swiper .sw-i-box {
    display: block;
    height: auto;
  }
}
.dsr-swiper .i-box {
  padding: 0 0 10px 0;
  text-align: center;
  border: 0;
}
.dsr-swiper .i-box .sw-i-image {
  margin: 0 auto;
  padding: 0 10px 0 10px;
  width: 185px;
  height: 100px;
  display: block;
  line-height: 100px;
}
.dsr-swiper .i-image,
.dsr-swiper .sw-i-image {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.dsr-swiper .i-image img,
.dsr-swiper .sw-i-image img {
  xdisplay: none;
}
.domain-detail .i-order {
  text-align: center;
  display: inline-block;
}
.domain-detail .i-order a {
  margin-bottom: 5px;
}
.domain-detail h3.i-title {
  font-family: inherit;
  font-size: 72px;
}
.i-contentpart-rows .i-image {
  width: 100%;
  margin-bottom: 10px;
}
.i-contentpart-rows .i-btn {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
  text-align: center;
}
.dedicated-servers .i-references {
  padding-top: 10px;
}
.dedicated-servers .product-features-item {
  display: inherit;
}
.dedicated-servers .dedicated-servers-increase-services td.input {
  min-width: 150px;
  white-space: nowrap;
}
.dedicated-servers .dedicated-servers-increase-services td.input input {
  width: 150px;
}
.dedicated-servers .dedicated-servers-increase-services td.total {
  font-weight: bold;
}
.dedicated-servers .dedicated-servers-extra-services input[type=checkbox] {
  width: 30px;
  height: 30px;
}
.dedicated-servers .continue {
  text-align: center;
}
#partner-become {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 15px;
  margin-top: 35px;
  border-top: 1px dotted #aaa;
}
#partner-become h2 {
  text-align: center;
}
#partner-become .inquiry-form form {
  width: 66%;
}
hr {
  border: 0px solid #aaa;
  border-top-width: 1px;
}
.label {
  font-size: 9pt;
  font-weight: normal;
  display: inline-block;
  color: #1d7948;
  border: 1px solid #1d7948;
  border-radius: 3px;
  padding: 1px 5px;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.contact-form-misc {
  max-width: 750px;
  margin: 0 auto;
}
