/*This file should not be edited directly. Modify LESS instead.*/
/* Uncomment and set these variables to customize the grid. */
/* Fix iOS */
/* Buttons */
/* Fix IE11 */
/* Close button on the top right corner of html content */
/* Navigation arrows */
/* Caption */
/* Loading indicator */
/* Transition effects */
/* transitionEffect: slide */
/* transitionEffect: fade */
/* transitionEffect: zoom-in-out */
/* transitionEffect: rotate */
/* transitionEffect: circular */
/* transitionEffect: tube */
/* Styling for Small-Screen Devices */
/* Share */
/* Thumbs */
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/**
 * Remove default margin.
 */
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in Safari and Chrome.
 */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address styling not present in IE 8/9.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/**
 * Address differences between Firefox and other browsers.
 */
/**
 * Contain overflow in all browsers.
 */
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
/**
 * Re-set default cursor for disabled elements.
 */
/**
 * Remove inner padding and border in Firefox 4+.
 */
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-display: fallback;
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  min-height: 101vh;
}
.fordesktop,
.nodisplay {
  display: none;
}
.pos_content {
  *zoom: 1;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.pos_content:before,
.pos_content:after {
  display: table;
  content: "";
  line-height: 0;
}
.pos_content:after {
  clear: both;
}
.container {
  min-width: 320px;
  padding-top: 80px;
}
.homepage .container,
.showcaseactive .container {
  padding-top: 0;
}
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 60px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.header_content {
  padding-top: 5px;
  padding-bottom: 5px;
}
.textlogo {
  display: inline-block;
  color: #333;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  text-align: center;
}
.textlogo span {
  display: block;
  padding: 4px 6px;
  margin: 2px 0 0 0;
  width: 100%;
  background: #33d1f8;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: normal;
}
.textlogo b {
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
}
.textlogo:hover,
.textlogo:focus,
.textlogo:active {
  color: #333;
}
.textlogo:hover span,
.textlogo:focus span,
.textlogo:active span {
  color: #fff;
}
.headinfo_wrap .btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  line-height: 1;
}
.banner {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0 .5rem;
  width: 100%;
  height: 100%;
  min-height: 400px;
  text-align: center;
  font-weight: 700;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner.center {
  background-position: 50% 50%;
}
.banner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(255,255,255,0.5);
}
.banner .banner_content {
  padding: 80px 0 30px 0;
  position: relative;
  z-index: 3;
}
.banner .title {
  margin: 0 0 20px 0;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
}
.banner .subtitle {
  font-size: 22px;
}
.banner .btn {
  margin-top: 20px;
}
.headinfo_wrap {
  text-align: right;
}
.btn {
  display: inline-block;
  padding: 15px 25px;
  background: #33d1f8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover {
  background: #03a9f5;
  color: #fff;
}
.btngrey {
  background: #f5f5f5;
  color: #898989;
}
.paddingtop {
  padding-top: 50px;
}
.paddingbottom {
  padding-bottom: 50px;
}
.block_title,
.page_title {
  position: relative;
  padding-left: 40px;
  margin: 0 0 20px 0;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
}
.block_title:before,
.page_title:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 1px;
  height: 25px;
  width: 10px;
  background-color: #33d1f8;
  -webkit-transform: skewX(-32deg);
  -ms-transform: skewX(-32deg);
  -o-transform: skewX(-32deg);
  transform: skewX(-32deg);
}
* + .block_title,
* + .page_title {
  margin-top: 30px;
}
.flexlist > *,
.flexlist .item {
  display: block;
}
.service_teaser {
  display: block;
  position: relative;
  padding: 60% 0 0 0;
  background-size: cover;
}
.service_teaser:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.3);
}
.service_teaser .teaser_title {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  left: 0;
  min-width: 100%;
  padding: 0px 10px 10px 10px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.project_teaser {
  display: block;
  position: relative;
  padding: 60% 0 0 0;
  background-size: cover;
}
.breadcrumb {
  margin: 0 0 15px 0;
  padding: 0;
}
.breadcrumb li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.breadcrumb a {
  color: #333;
  text-decoration: none;
}
.navbtn {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background: url(../images/ico_menu.svg) 50% 50% no-repeat;
}
body {
  font-family: 'PT Sans', sans-serif;
  min-height: 101vh;
}
.cta_results {
  border: 8px solid #33d1f8;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
}
.cta_results .title {
  font-size: 20px;
}
.cta_results p {
  margin: 0;
}
.cta_results * + p {
  margin-top: 10px;
}
.blue {
  color: #33d1f8;
}
.white {
  color: #fff;
}
.footer {
  background: #282828;
  color: #fff;
}
.footer_title {
  margin: 0 0 10px 0;
  font-size: 22px;
  color: #33d1f8;
}
.copyright {
  padding-top: 20px;
  padding-bottom: 50px;
  font-size: 14px;
  text-align: center;
}
.footer .nav ul {
  margin: 0;
  padding: 0;
}
.footer .nav li {
  display: block;
  margin: 0;
  padding: 0;
}
.footer .nav li + li {
  margin-top: 5px;
}
.footer .nav a {
  color: #fff;
  text-decoration: none;
}
.footer .nav .active a,
.footer .nav a:hover {
  color: #03a9f5;
}
a {
  color: #33d1f8;
}
a:hover {
  color: #03a9f5;
}
.contactsfooter .phone {
  display: inline-block;
  margin: 5px 0;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.modcta {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  font-size: 18px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  color: #fff;
  background: url(../images/form_bg.png) 50% 50% no-repeat #282828;
}
.modcta .phone {
  text-decoration: none;
  color: #33d1f8;
}
.modcta > div {
  position: relative;
  z-index: 2;
}
.modcta.modctafooteruborka {
  background: url(../images/formuborka.jpg) 50% 50% no-repeat #282828;
}
.photoform fieldset {
  width: 100%;
  text-align: center;
}
.photoform .rsform-block + .rsform-block {
  margin-top: 10px;
}
.photoform .jq-file {
  vertical-align: middle;
  width: 100%;
}
.photoform .jq-file__name {
  display: none;
}
.photoform .jq-file__browse {
  width: 100%;
  display: inline-block;
  padding: 15px 25px;
  background: #33d1f8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #f5f5f5;
  color: #898989;
}
.photoform .jq-file__browse:hover {
  background: #03a9f5;
  color: #fff;
}
.photoform .changed .jq-file__browse {
  display: none;
}
.photoform .changed:before {
  content: "Фото добавлено";
  width: 100%;
  display: inline-block;
  padding: 15px 25px;
  background: #33d1f8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.photoform .changed:before:hover {
  background: #03a9f5;
  color: #fff;
}
.photoform .rsform-submit-button {
  width: 100%;
}
.nodecoration {
  text-decoration: none;
}
.clearform .formRed,
.clearform .control-label {
  display: none;
}
.clearform fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.clearform .rsform-submit-button {
  display: inline-block;
  padding: 15px 25px;
  background: #33d1f8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.clearform .rsform-submit-button:hover {
  background: #03a9f5;
  color: #fff;
}
.inputbox,
.rsform-input-box {
  display: block;
  padding: 13px 10px;
  width: 100%;
  font-size: 18px;
  line-height: 20px;
  font-family: 'PT Sans', sans-serif;
  font-weight: 400;
  color: #333;
  background: #fff;
  border: 2px solid #ddd;
  outline: none;
  resize: none;
}
.inputbox.rsform-error,
.rsform-input-box.rsform-error {
  border: 2px dashed #db422c;
  background: #ffeaea;
}
.modcta .inputbox,
.modcta .rsform-input-box {
  color: #333;
}
.inlineform .rsform-block + .rsform-block {
  margin-top: 10px;
}
.inlineform .rsform-submit-button {
  width: 100%;
}
.mod_divan {
  padding-bottom: 120px;
  background: url(../images/divan_bg.png) 50% 100% no-repeat;
  background-size: auto 180px;
}
.mod_matras {
  padding-bottom: 160px;
  background: url(../images/matras_bg.png) 50% 100% no-repeat;
  background-size: auto 180px;
}
.feature_teaser {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 16px;
  text-align: left;
}
.feature_teaser:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 6px solid #33d1f8;
}
.order_teaser .number {
  font-size: 101px;
  line-height: 1;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  color: #33d1f8;
}
.order_teaser p {
  margin: 0px 0 0 0;
}
blockquote {
  margin: 20px 0;
  padding: 15px 10px;
  font-style: italic;
  background: #f8f8f8;
  border-left: 8px solid #33d1f8;
}
blockquote p {
  margin: 0;
}
blockquote p + p {
  margin-top: 10px;
}
.mainnav_wrap,
.row > .mainnav_wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 4px 2px -2px rgba(0,0,0,0.15);
}
.navactive .mainnav_wrap,
.navactive .row > .mainnav_wrap {
  display: block;
}
.mainnav,
.mod-languages {
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}
.mainnav li,
.mod-languages li {
  display: block;
  border-top: 1px solid #ccc;
}
.mainnav a,
.mainnav span,
.mod-languages a,
.mod-languages span {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
.mainnav li li a,
.mainnav li li span,
.mod-languages li li a,
.mod-languages li li span {
  padding-left: 20px;
}
.popup4form .fancybox-content {
  padding: 30px;
}
.popupformwrap .subtitle {
  font-size: 24px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
}
.popupformwrap .phone {
  text-decoration: none;
  border: none;
  outline: none;
}
.price_list {
  border: 1px solid #ccc;
  background: #f9f9f9;
}
.price_list > li {
  display: block;
}
.price_list > li + li {
  border-top: 1px solid #ccc;
}
.price_list > li:nth-child(2n) {
  background: #fff;
}
.price_teaser .row {
  margin: 0;
}
.price_teaser .title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
}
.price_teaser .oldprice_wrap {
  text-decoration: line-through;
}
.price_teaser .price {
  color: #33d1f8;
  font-size: 18px;
  font-weight: 700;
}
.price_teaserinline {
  margin: 0 0 10px 0;
  *zoom: 1;
  font-size: 16px;
}
.price_teaserinline:before,
.price_teaserinline:after {
  display: table;
  content: "";
  line-height: 0;
}
.price_teaserinline:after {
  clear: both;
}
.price_teaserinline .title {
  float: left;
  padding-right: 5px;
  margin-bottom: -4px;
  background: #fff;
  font-weight: 700;
  width: 65%;
}
.price_teaserinline .price_wrap {
  float: right;
  padding-left: 5px;
  margin-bottom: -4px;
  background: #fff;
  width: 35%;
  text-align: right;
}
.price_teaserinline .item_oldprice {
  display: block;
  text-decoration: line-through;
}
.price_teaserinline .item_price {
  display: block;
  font-weight: 700;
  color: #33d1f8;
}
.price_teaserinline + .price_teaserinline {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.ctasale {
  background: #fafbfc;
  border: 8px solid #33d1f8;
  padding: 20px;
  font-size: 22px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
}
.ctasale .sale {
  font-size: 90px;
  line-height: .9;
  color: #33d1f8;
}
.ctasale p {
  margin: 0;
}
.ctasale p + p {
  margin-top: 15px;
}
.ctasale .phone {
  text-decoration: none;
  color: #33d1f8;
}
.ctasale .rsform-block {
  margin-top: 10px;
}
.ctasale button {
  display: block;
  width: 100%;
}
.small_title {
  position: relative;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.small_title.icon_title {
  padding-left: 30px;
}
* + .small_title {
  margin-top: 20px;
}
.small_title i {
  position: absolute;
  top: -2px;
  left: 0px;
  width: 20px;
  height: 20px;
}
.ico_warning_b {
  background: url(../images/ico_warning_b.svg) 50% 50% / contain no-repeat;
}
.ico_truck {
  background: url(../images/ico_truck.svg) 50% 50% / contain no-repeat;
}
.ico_truck_b {
  background: url(../images/ico_truck_b.svg) 50% 50% / contain no-repeat;
}
.ico_truck24 {
  background: url(../images/ico_truck24.svg) 50% 50% / contain no-repeat;
}
.ico_truck24_b {
  background: url(../images/ico_truck24_b.svg) 50% 50% / contain no-repeat;
}
.ico_animal {
  background: url(../images/ico_animal.svg) 50% 50% / contain no-repeat;
}
.ico_animal_b {
  background: url(../images/ico_animal_b.svg) 50% 50% / contain no-repeat;
}
.ico_eco {
  background: url(../images/ico_eco.svg) 50% 50% / contain no-repeat;
}
.ico_eco_b {
  background: url(../images/ico_eco_b.svg) 50% 50% / contain no-repeat;
}
.ico_baby {
  background: url(../images/ico_baby.svg) 50% 50% / contain no-repeat;
}
.ico_baby_b {
  background: url(../images/ico_baby_b.svg) 50% 50% / contain no-repeat;
}
.ico_certificate {
  background: url(../images/ico_certificate.svg) 50% 50% / contain no-repeat;
}
.ico_certificate_b {
  background: url(../images/ico_certificate_b.svg) 50% 50% / contain no-repeat;
}
.greybg {
  background: #fafbfc;
}
.whitebg {
  background: #fff;
}
ul:not([class]) {
  margin: 15px 0;
  padding: 0;
}
ul:not([class]) li {
  display: block;
  position: relative;
  padding: 0 0 0 15px;
}
ul:not([class]) li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #33d1f8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
ul:not([class]) li + li {
  margin-top: 10px;
}
.leadlink {
  display: inline-block;
  position: relative;
  padding: 0 0 0 38px;
  margin: 10px 0 0 0;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.leadlink:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  background: url(../images/leadplus.svg) 50% 50% no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.leadlink:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.time24 {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 0 0 44px;
  font-size: 14px;
  line-height: 1;
  margin: 0 10px 0 0;
  text-align: left;
  text-decoration: none;
  color: #333;
}
.time24:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../images/ico_247.svg) 50% 50% / contain no-repeat;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.iconfeature {
  margin: 15px 0;
}
.iconfeature i {
  display: block;
  width: 60px;
  height: 60px;
}
.iconfeature p {
  margin: 10px 0 0 0;
}
.quick_nav {
  margin: 15px 0;
  padding: 0;
  font-weight: 700;
}
.quick_nav li {
  display: block;
}
.quick_nav li + li {
  margin-top: 5px;
}
.quick_nav a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
  text-decoration: none;
}
.quick_nav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: url(../images/ico_right_b.svg) 50% 50% / contain no-repeat;
}
.servicebtns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 10px 5px;
}
.servicebtns a {
  display: inline-block;
  padding: 15px 25px;
  background: #33d1f8;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
}
.servicebtns a:hover {
  background: #03a9f5;
  color: #fff;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.5rem;
}
.row > * {
  display: block;
}
.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}
.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 0.5rem;
}
.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}
.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}
.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}
.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}
.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}
.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}
.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}
.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}
.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}
.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}
.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}
.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
.col-xs-offset-1 {
  margin-left: 8.333%;
}
.col-xs-offset-2 {
  margin-left: 16.667%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-4 {
  margin-left: 33.333%;
}
.col-xs-offset-5 {
  margin-left: 41.667%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-7 {
  margin-left: 58.333%;
}
.col-xs-offset-8 {
  margin-left: 66.667%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-10 {
  margin-left: 83.333%;
}
.col-xs-offset-11 {
  margin-left: 91.667%;
}
.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}
.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}
.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}
.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}
.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}
.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}
.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}
@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 0.5rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-20 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .col-lg-offset-60 {
    margin-left: 60%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  body {
    min-height: 101vh;
  }
  .fordesktop {
    display: block;
  }
  .formobile,
  .navbtn {
    display: none;
  }
  .container {
    min-width: 1120px;
    padding-top: 0;
  }
  .pos_content {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header {
    position: relative;
    margin: 0 0 20px 0;
  }
  .header_content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .showcaseactive .header,
  .homepage .header {
    position: absolute;
    z-index: 99;
    margin: 0;
    min-width: 100%;
  }
  .textlogo {
    font-size: 32px;
  }
  .textlogo span {
    text-transform: uppercase;
    font-size: 12px;
  }
  .mainnav_wrap,
  .row > .mainnav_wrap {
    display: block;
    box-shadow: none;
    position: static;
    text-align: center;
  }
  .mainnav {
    display: inline-block;
    vertical-align: middle;
  }
  .mainnav > li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
  }
  .mainnav > li + li {
    margin-left: 10px;
  }
  .mainnav ul {
    display: none;
  }
  .mainnav a,
  .mainnav span {
    display: block;
    padding: 10px;
  }
  .mainnav .item-118 span,
  .mainnav .item-146 span {
    padding-left: 30px;
    background: url(../images/ico_menu.svg) 7px 50% no-repeat #fafbfc;
    background-size: 16px auto;
    cursor: default;
  }
  .mainnav .item-118:hover > span,
  .mainnav .item-146:hover > span {
    background: url(../images/ico_menu_w.svg) 7px 50% no-repeat #33d1f8;
    background-size: 16px auto;
    color: #fff;
  }
  .mainnav .parent {
    position: relative;
  }
  .mainnav .parent:hover ul {
    display: block;
  }
  .mainnav ul {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 300px;
    background: #33d1f8;
    text-transform: none;
    font-size: 16px;
  }
  .mainnav ul li {
    display: block;
    border: none;
  }
  .mainnav ul li + li {
    border-top: 1px solid #fff;
  }
  .mainnav ul a {
    color: #fff;
  }
  .mod-languages {
    display: inline-block;
    vertical-align: middle;
  }
  .mod-languages li {
    display: block;
    border: none;
  }
  .headinfo_wrap .phonewrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-right: 10px;
    letter-spacing: 1px;
    padding: 0 0 0 46px;
  }
  .headinfo_wrap .phonewrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../images/ico_247.svg) 50% 50% / contain no-repeat;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .headinfo_wrap .phone {
    display: block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    text-decoration: none;
    letter-spacing: normal;
  }
  .headinfo_wrap br {
    display: none;
  }
  .headinfo_wrap .btn {
    position: static;
    width: auto;
    padding: 15px 15px;
  }
  .banner {
    min-height: 100vh;
  }
  .banner .banner_content {
    padding: 160px 0 50px 0;
  }
  .banner .title {
    font-size: 40px;
  }
  .block_title,
  .page_title {
    font-size: 40px;
    padding-left: 35px;
  }
  .block_title:before,
  .page_title:before {
    top: 10px;
    left: 10px;
    width: 12px;
    height: 30px;
  }
  .service_teaser .teaser_title {
    padding: 0px 10px 10px 10px;
    font-size: 24px;
  }
  .cta_results {
    padding: 30px 20px;
    font-size: 20px;
  }
  .cta_results .title {
    font-size: 30px;
  }
  .mod_divan {
    padding-bottom: 320px;
    background: url(../images/divan_bg.png) 50% 100% no-repeat;
  }
  .mod_matras {
    padding-bottom: 440px;
    background: url(../images/matras_bg.png) 50% 100% no-repeat;
  }
  .feature_teaser {
    margin: 0;
    min-height: 140px;
    font-size: 19px;
  }
  .feature_teaser:after {
    content: "";
    position: absolute;
    top: 33px;
    left: 14px;
    width: 2px;
    height: 128px;
    background-color: #33d1f8;
  }
  .feature_teaser.noline {
    min-height: 1px;
  }
  .feature_teaser.noline:after {
    display: none;
  }
  .mod_divan .feature_teaser {
    margin: 0 0 30px 0;
  }
  .modcta {
    padding: 100px 0;
    font-size: 24px;
  }
  .modctaphoto:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    width: 690px;
    height: 628px;
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
    margin-left: 860px;
    background: url(../images/phone_bg.png) 50% 50% no-repeat;
  }
  .modctafooter:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 645px;
    height: 595px;
    -webkit-transform: translatex(-100%);
    -ms-transform: translatex(-100%);
    -o-transform: translatex(-100%);
    transform: translatex(-100%);
    margin-left: 960px;
    background: url(../images/stul_bg.png) 50% 50% no-repeat;
  }
  .photoform fieldset {
    display: table;
  }
  .photoform .rsform-block {
    display: table-cell;
    vertical-align: middle;
  }
  .photoform .rsform-block + .rsform-block {
    margin: 0;
  }
  .photoform .rsform-block-rsphone3 {
    width: 260px;
  }
  .photoform .rsform-block-rsfile3 {
    width: 250px;
    padding: 0 15px;
    text-align: center;
  }
  .inlineform {
    position: relative;
    max-width: 440px;
    padding: 0 180px 0 0;
  }
  .inlineform .rsform-block + .rsform-block {
    margin: 0;
  }
  .inlineform .rsform-block-rssend4,
  .inlineform .rsform-block-rssend5 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .copyright {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .leadlink {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
  }
  .price_teaserinline {
    border-bottom: 2px dotted #333;
    font-size: 18px;
  }
  .price_teaserinline .title {
    width: auto;
    max-width: 70%;
  }
  .price_teaserinline .price_wrap {
    width: auto;
  }
  .price_teaserinline .item_oldprice {
    display: inline-block;
  }
  .price_teaserinline .item_oldprice + * {
    padding-left: 5px;
  }
  .price_teaserinline .item_price {
    display: inline-block;
  }
  .price_teaserinline + .price_teaserinline {
    padding-top: 0;
    border-top: none;
  }
  .ctasale {
    padding: 30px;
  }
}
.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}
.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  /* Using without prefix would break IE11 */
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(.5,0,.14,1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-button {
  background: rgba(30,30,30,0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
.fancybox-caption {
  background: linear-gradient(to top,rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.3) 50%,rgba(0,0,0,0.15) 65%,rgba(0,0,0,0.075) 75.5%,rgba(0,0,0,0.037) 82.85%,rgba(0,0,0,0.019) 88%,rgba(0,0,0,0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0,0,.25,1);
}
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%,0,0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0,0,0);
}
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5,1.5,1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(.5,.5,.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(-100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0,0,0) translate3d(100%,0,0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1,1,1) translate3d(0,0,0);
}
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%,0,0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%,0,0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0,0,0) scale(1);
}
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(92%);
  max-width: calc(46%);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(90%);
  }
}
.popup4form  .fancybox-close-small {
  text-indent: -9999px;
  width: 26px;
  height: 26px;
  top: 10px;
  right: 10px;
  border: none;
  outline: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.popup4form  .fancybox-close-small:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 26px;
  height: 2px;
  background: #202020;
  border: none;
  outline: none;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popup4form  .fancybox-close-small:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  height: 26px;
  width: 2px;
  background: #202020;
  border: none;
  outline: none;
  color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.popup4form  .fancybox-close-small:hover {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.ffpts {
  font-family: 'PT Sans', sans-serif;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/GothamPro-Black.eot');
  src: local('../fonts/Gotham Pro Bold'), local('GothamPro-Black'), url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Black.woff') format('woff'), url('../fonts/GothamPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
.ffgp {
  font-family: 'Gotham Pro', 'PT Sans', sans-serif;
  font-weight: 900;
}
.body-overlayed {
  overflow-y: visible !important;
}
#jquery-lightbox,
#jquery-lightbox * {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
img {
  max-width: 100%;
  width: auto \9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin: 0 20px 20px 0;
}
img.right {
  margin: 0 0 20px 20px;
}
img.center {
  display: block;
  margin: 0 auto 20px auto;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.hidden {
  display: none !important;
}
.lighthidden {
  display: none;
}
.item-page ul {
  margin-bottom: 20px;
  padding: 0;
}
.item-page ul li {
  list-style-type: disc;
  margin-left: 30px;
}
.item-page ul li ul {
  margin-bottom: 0;
}
.item-page ul li ul li {
  list-style-type: circle;
}
.item-page ul li ul li li {
  list-style-type: square;
}
.item-page ol {
  margin-bottom: 20px;
  padding: 0;
}
.item-page ol li {
  list-style-type: decimal;
  margin-left: 30px;
}
.item-page ol li ol {
  margin-bottom: 0;
}
p + h1,
p +h2,
p +h3,
ol + h1,
ol +h2,
ol +h3,
ul + h1,
ul +h2,
ul +h3 {
  margin-top: 30px;
}
.shownext {
  text-decoration: underline;
  cursor: pointer;
}
.shownext.opened {
  cursor: default;
}
.tooltip {
  display: none !important;
}
.supwrap {
  *zoom: 1;
  width: ;
  margin: 0 auto;
}
.supwrap:before,
.supwrap:after {
  display: table;
  content: "";
  line-height: 0;
}
.supwrap:after {
  clear: both;
}
#system-message > div {
  width: 400px;
  position: fixed;
  left: 50%;
  top: 30%;
  margin-left: -200px;
  z-index: 999;
  background: white;
  padding: 45px;
  border: 1px solid #cfaaea;
  box-shadow: 0 0 10px 4px rgba(50,153,225,0.3);
  text-align: center;
}
#system-message > div .close {
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 20px;
  line-height: 20px;
  width: 20px;
  border: 1px solid #cfaaea;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0 0 3px 1px rgba(50,153,225,0.3);
}
#system-message > div h4 {
  margin-top: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
#system-message > div p {
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
#system-message > div.alert-warning h4 {
  color: #ef4036;
}
#lightbox-wrap,
#lightbox-overlay,
#lightbox-wrap *,
#lightbox-overlay *,
#lightbox-wrap *:before,
#lightbox-overlay *:before,
#lightbox-wrap *:after,
#lightbox-overlay *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
table {
  width: 100%;
  border-collapse: collapse;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: ;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.textright {
  text-align: right;
}
.flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.textcenter {
  text-align: center;
}
