html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;

}

p { margin-bottom: 20px; }
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
  min-height: 100%;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.sbHolder {
  background: #f5f5f5;
  border: none;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  height: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  width: 260px;
}
.sbSelector {
  display: block;
  height: 50px;
  left: 0;
  line-height: 50px;
  outline: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 18px;
  top: 0;
  width: 224px;
}
.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #221313;
  outline: none;
  text-decoration: none;
}
.sbToggle {
  background: url('/img/select_arrow.png') 0 center no-repeat;
  display: block;
  height: 50px;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
}
.sbToggleOpen {
  background: url('/img/select_arrow.png') 0 center no-repeat;
}
.sbHolderDisabled {
  background-color: #3C3C3C;
  border: solid 1px #515151;
}
.sbOptions {
  background-color: #f5f5f5;
  list-style: none;
  left: 0px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  width: 260px;
  z-index: 6;
  overflow-y: auto;
}
.sbOptions li {
  padding: 0;
}
.sbOptions a {
  border-top: solid 1px #fff;
  display: block;
  outline: 0;
  padding: 0 0 0 18px;
  height: 50px;
  line-height: 50px;
}
.sbOptions a:link,
.sbOptions a:visited {
  color: #221313;
  text-decoration: none;
}
.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #221313;
  background: #e6e6e6;
}
.sbOptions li.last a {
  border-bottom: none;
}
.sbOptions .sbDisabled {
  border-bottom: dotted 1px #515151;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbGroup {
  border-bottom: dotted 1px #515151;
  color: #EBB52D;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}
.sbOptions .sbSub {
  padding-left: 17px;
}
/* ==========================================================================
                MAIN STYLES
   ========================================================================== */
/*
@font-face {
  font-family: 'helioscregular';
  src: url('fonts/heliosc_.eot');
  src: url('fonts/heliosc_.eot?#iefix') format('embedded-opentype'), url('fonts/heliosc_.woff') format('woff'), url('fonts/heliosc_.ttf') format('truetype'), url('fonts/heliosc_.svg#helioscregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helioscbold';
  src: url('fonts/helioscb.eot');
  src: url('fonts/helioscb.eot?#iefix') format('embedded-opentype'), url('fonts/helioscb.woff') format('woff'), url('fonts/helioscb.ttf') format('truetype'), url('fonts/helioscb.svg#helioscbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('fonts/MyriadPro-Regular.eot');
  src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype');
  src: url('fonts/MyriadPro-Regular.woff') format('woff'), url('fonts/MyriadPro-Regular.ttf') format('truetype'), url('fonts/MyriadPro-Regular.svg#MyriadPro') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'heliosextthinregular';
  src: url('fonts/he_eth__.eot');
  src: url('fonts/he_eth__.eot?#iefix') format('embedded-opentype'), url('fonts/he_eth__.woff') format('woff'), url('fonts/he_eth__.ttf') format('truetype'), url('fonts/he_eth__.svg#heliosextthinregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
.heliosc {
  font-family: Helvetica, Arial, sans-serif;
}
/*
.helioscbold {
  font-family: 'helioscbold', Arial, sans-serif;
}
.heliosthin {
  font-family: 'heliosextthinregular', Arial, sans-serif;
}
.myriad {
  font-family: 'MyriadPro', Arial, sans-serif;
}
*/
.helvetica {
  font-family: Helvetica, Arial, sans-serif;
}
html,
body {
  height: 100%;
}
.sticky_footer-wrap {
  min-height: 100%;
  /* equal to footer height */

  margin-bottom: -100px;
}
.sticky_footer-wrap:after {
  content: "";
  display: block;
}
.footer-container,
.sticky_footer-wrap:after {
  /* .push must be the same height as footer */

  height: 100px;
}
body {
  border-top: 5px solid #f74b4b;
  width: 100%;
  min-width: 978px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  position: relative;
  box-sizing: border-box;
}
.wrapper {
  width: 958px;
  min-width: 958px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.root-wrapper {
  width: 100%;
}
#overlay {
  position: fixed;
  z-index: 20;
  /*input is 25*/

  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  cursor: pointer;
}
.header-container {
  width: 100%;
  min-width: 100%;
  height: 100px;
  background-color: #fff;
  position: relative;
}
.header-container.search .header-nav {
  width: 563px;
}
.header-container header {
  height: 100%;
  z-index: 3;
}
.header-container .submenu-bg-holder {
  height: 0;
  background-color: #f74b4b;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.header-container .submenu-bg-holder.active,
.header-container .submenu-bg-holder.fix {
  height: 45px;
}
.header-container .logo-container {
  display: block;
  float: left;
  width: 170px;
  height: 100%;
  background: url('/img/logo_main.png') left center no-repeat;
}
.header-container .logo-container h1 {
  text-indent: -9999em;
}
.header-container .header-nav {
  width: 700px;
  height: 100%;
  float: left;
  margin-left: 60px;
}
.header-container .header-nav .header-nav__menu {
  width: 100%;
  height: 100%;
  list-style: none;
  text-align: justify;
}
.header-container .header-nav .header-nav__menu:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.header-container .header-nav .header-nav__item {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
}
.header-container .header-nav .header-nav__item.hover > a {
  border-bottom: 5px solid #000;
}
.header-container .header-nav .header-nav__item.active > a {
  border-bottom: 5px solid #000;
}
.header-container .header-nav .header-nav__item.submenu-parent.hover > a {
  border-bottom: 5px solid #000;
}
.header-container .header-nav .header-nav__item.submenu-parent.hover > a:after {
  display: block;
}
.header-container .header-nav .header-nav__item.submenu-parent.hover .submenu-container {
  height: 45px;
  z-index: 3;
}
.header-container .header-nav .header-nav__item.submenu-parent.active > a {
  border-bottom: 5px solid #000;
}
.header-container .header-nav .header-nav__item.submenu-parent.active > a:after {
  display: block;
}
.header-container .header-nav .header-nav__item.submenu-parent.active .submenu-container {
  height: 45px;
}
.header-container .header-nav .header-nav__item > a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
}
.header-container .header-nav .header-nav__item > a:after {
  content: "";
  display: none;
  position: absolute;
  left: 50%;
  bottom: 50%;
  width: 0;
  height: 0;
  margin-bottom: -50px;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #f74b4b;
}
.header-container .header-nav .submenu-container {
  position: absolute;
  width: 100%;
  height: 0;
  top: 100px;
  left: 0;
  background-color: #f74b4b;
  z-index: 2;
  overflow: hidden;
}
li.header-nav__item:hover div.submenu-container {
  display: block;
  height: 45px;
  z-index: 3;
}
.header-container .header-nav .submenu {
  list-style: none;
  font-size: 0;
  height: 45px;
  text-align: left;
  line-height: 45px;
}
.header-container .header-nav .submenu__item {
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 45px;
  padding: 0 10px;
  height: 45px;
}
.header-container .header-nav .submenu__item:first-child {
  padding-left: 0;
}
.header-container .header-nav .submenu__item:first-child:before {
  display: none;
}
.header-container .header-nav .submenu__item:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: -2px;
  background: url('/img/icon_submenu_delim.png') center center no-repeat;
  top: 50%;
  margin-top: -3px;
}
.header-container .header-nav .submenu__item.active a {
  color: #000;
}
.header-container .header-nav .submenu__item.active a:hover {
  border-bottom: none;
}
.header-container .header-nav .submenu__item a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
}
.header-container .header-nav .submenu__item a:hover {
  border-bottom: 1px solid #fff;
}
.header-container .search-trigger {
  width: 24px;
  height: 24px;
  background: url('/img/icon_search.png') right center no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.search-container {
  overflow: hidden;
  position: fixed;
  left: 50%;
  margin-left: -489px;
  width: 978px;
  top: 100px;
  display: none;
  z-index: 25;
}
.search-container .search-title {
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
}
.search-container form {
  overflow: hidden;
  height: 100px;
  line-height: 100px;
}
.search-container .search-form-submit {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  /* IE 5.5+*/

  -moz-opacity: 0.2;
  /* Mozilla 1.6 Рё РЅРёР¶Рµ */

  -khtml-opacity: 0.2;
  /* Konqueror 3.1, Safari 1.1 */

  opacity: 0.2;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: none;
  width: 90px;
  height: 90px;
  background: url('/img/search-enter.png') center center no-repeat;
}
.search-container .search-form-submit.hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 5.5+*/

  -moz-opacity: 1;
  /* Mozilla 1.6 Рё РЅРёР¶Рµ */

  -khtml-opacity: 1;
  /* Konqueror 3.1, Safari 1.1 */

  opacity: 1;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

}
.search-container .search-subtext {
  font-family: Helvetica, Arial, sans-serif;
  color: #b5b5b5;
  font-size: 11px;
  margin-top: 30px;
}
.search-container .search-form-term {
  font-family: Helvetica, Arial, sans-serif;
  border: none;
  height: 90px;
  color: #fff;
  padding-left: 0;
  line-height: 90px;
  font-size: 60px;
  width: 790px;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.content-container {
  padding-top: 50px;
}
.content-container.main-page {
  padding-top: 0;
  padding-bottom: 20px;
}
.slider-container {
  position: relative;
  margin-top: 21px;
  height: auto;
  text-align: center;
  z-index: 1;
}
.slider-container.interior:after {
  content: "";
  position: absolute;
  width: 100%;
  //height: 451px;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
/*  background: url('/img/triangle.png') 50% bottom no-repeat;*/
}
.slider-container.interior .js-expand {
  width: 34px;
  height: 34px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  border-radius: 17px;
  background-color: #f74b4b;
  background-image: url('/img/expand_arrows.png');
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  border: none;
}
.slider-container.interior #interior-pager a {
  display: inline-block;
  border: 3px solid #fff;
  overflow: hidden;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.slider-container.interior #interior-pager a img {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  /* opera hack */

}
.slider-container.interior #interior-pager a.active {
  border-color: #444;
}
.slider-container .bx-wrapper {
  margin-bottom: 0;
}
.slider-container .pics-slider .slide-wrapper,
.slider-container .interior-slider .slide-wrapper {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.slider-container .pics-slider li,
.slider-container .interior-slider li {
  height: 762px;
  overflow: hidden;
}
.slider-container .pics-slider .clickable-area,
.slider-container .interior-slider .clickable-area {
  position: absolute;
  width: 978px;
  height: 345px;
  left: 50%;
  margin-left: -489px;
  top: 0;
  text-decoration: none;
}
.slider-container .pics-slider .clickable-area .slider-text-container,
.slider-container .interior-slider .clickable-area .slider-text-container {
  width: 336px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 136px;
}
.slider-container .pics-slider .clickable-area h2,
.slider-container .interior-slider .clickable-area h2,
.slider-container .pics-slider .clickable-area h3,
.slider-container .interior-slider .clickable-area h3 {
  font-weight: normal;
}
.slider-container .pics-slider .clickable-area h2,
.slider-container .interior-slider .clickable-area h2 {
  font-size: 40px;
  display: block;
  color: #fff;
  background-color: #000;
  line-height: 1;
  margin-bottom: 25px;
  width: 336px;
}
.slider-container .pics-slider .clickable-area h3,
.slider-container .interior-slider .clickable-area h3 {
  display: inline;
  width: 336px;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  background-color: #fff;
}
.slider-container .pics-slider .slide-wrapper {
  background-size: cover;
  /*
  -ms-behavior: url('/css/backgroundsize.min.htc');
  behavior: url('/css/backgroundsize.min.htc');
  */
}
.slider-container .pager-wrapper {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: -489px;
}
.slider-container .pager {
  position: absolute;
}
.slider-container .pager .bx-pager {
  position: relative;
  bottom: auto;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 100%;
}
.slider-container .pager .bx-pager .bx-pager-item {
  display: inline-block;
}
.slider-container .main-nav-wrapper {
  top: -300px;
  margin-bottom: -240px;
}
.slider-container .main-nav-wrapper ul {
  list-style: none;
  margin: 0;
  font-size: 0;
}
.slider-container .main-nav-wrapper ul li {
  display: inline-block;
  margin-left: 23px;
}
.slider-container .main-nav-wrapper ul li:first-child {
  margin-left: 0;
}
.slider-container .main-nav-wrapper a {
  display: block;
  width: 222px;
  height: 273px;
  background: url('/img/main_nav_bg.png') center center no-repeat;
  text-align: center;
  text-decoration: none;
}
.slider-container .main-nav-wrapper a p {
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

.slider-container .main-nav-wrapper a p:hover {
  font-size: 15px;
  font-weight: lighter;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: underline;
}


.slider-container .img-cont {
  height: 220px;
  line-height: 220px;
  position: relative;
}
.slider-container .img-cont img {
  position: absolute;
  height: 226px;
  margin: auto;
  left: 0;
  top: 0;
  -webkit-transition: top 0.2s;
  -moz-transition: top 0.2s;
  -ms-transition: top 0.2s;
  -o-transition: top 0.2s;
  transition: top 0.2s;
}
.slider-container .img-cont:hover .shadow {
  top: 3px;
}
.slider-container .img-cont:hover .src {
  top: -2px;
}
.bx-pager-link {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  position: relative;
}
.bx-pager-link i {
  display: block;
  width: 12px;
  height: 12px;
  //width: 6px;
  //height: 6px;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 50%;
  margin-left: -3px;
  //margin-left: 0px;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  //transform: scale(0);
}
.bx-pager-link.active i {
  background-color: #f74b4b;
}
.bx-pager-link:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.content-wrapper {
  margin-bottom: 0;
  overflow: hidden;
  width: 960px;
  margin: 0 auto;
  min-height: 50px;
}
.text-wrapper {
  margin-bottom: 25px;
}
.text-wrapper h1,
.text-wrapper h2,
.text-wrapper h3 {
  color: #000;
  font-weight: normal;
  text-transform: uppercase;
}
.text-wrapper h1 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  margin: 10px auto 45px auto;
  line-height: 75px;
}

.text-wrapper h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
  margin: 30px 0;
}
.text-wrapper h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.h2 {
  font-size: 40px;
  display: block;
  color: #fff;
  background-color: #000;
  line-height: 1;
  margin-bottom: 25px;
  width: 336px;
  font-weight: normal;
}
.h3 {
  display: inline;
  width: 336px;
  font-size: 15px;
  line-height: 25px;
  color: #000;
  background-color: #fff;
  font-weight: normal;
}



.text-wrapper span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}

.text-wrapper p {
  margin-bottom: 10px;
  overflow: hidden;
}
.text-wrapper a {
  color: #f74b4b;
}
.text-wrapper a:hover {
  color: #c63d3d;
}
.text-wrapper a:visited {
  color: #ffb1b1;
}
.text-wrapper a.btn {
  text-decoration: none;
}
.text-wrapper a.btn:visited {
  text-decoration: none;
}
.text-wrapper .text-block {
  margin-top: 25px;
}
.text-wrapper .cut-in {
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=0);
  width: 642px;
  margin: 30px auto;
  padding: 25px 180px 25px 190px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.text-wrapper .cut-in:before,
.text-wrapper .cut-in:after {
  position: absolute;
  content: "";
  width: 160px;
  height: 130px;
}
.text-wrapper .cut-in:before {
  left: 0;
  top: 0;
  background: url('/img/cut_in_corner.png') left top no-repeat;
}
.text-wrapper .cut-in:after {
  right: 0;
  bottom: 0;
  background: url('/img/cut_in_corner2.png') right bottom no-repeat;
}
.text-wrapper .cut-in.big {
  padding: 15px 15px 60px;
}
.text-wrapper .cut-in.big p {
  overflow: hidden;
  position: relative;
}
.text-wrapper .cut-in.big img {
  float: left;
  margin-right: 15px;
  width: 250px;
  position: relative;
}
.text-wrapper .cut-in.big h3 {
  margin-top: 15px;
}
.text-wrapper ul {
  margin-left: 20px;
  overflow: hidden;
}
.text-wrapper ul > li {
  display: block;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}
.text-wrapper ul > li:before {
  content: "";
  width: 17px;
  height: 16px;
  /*background: url('/img/bullet.png') center center no-repeat;*/
  position: absolute;
  left: 0;
  top: 3px;
}
.text-wrapper ul > li p {
  margin-bottom: 0;
}
.text-wrapper ul > li strong {
  font-family: 'helioscbold', Arial, sans-serif;
}
.text-wrapper ol {
  list-style-position: outside;
  counter-reset: mt-counter;
}
.text-wrapper ol > li {
  position: relative;
  list-style: none;
  margin-left: 2em;
}
.text-wrapper ol > li:before {
  content: counter(mt-counter) '.';
  counter-increment: mt-counter;
  font-family: 'helioscbold', Arial, sans-serif;
  color: #f74b4b;
  position: absolute;
  top: 0;
  left: -1.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
}
.text-wrapper ol > li p {
  margin-bottom: 0;
}
.text-wrapper ol > li strong {
  font-family: 'helioscbold', Arial, sans-serif;
}

.text-wrapper ol > li span {
  font-family: 'helioscbold', Arial, sans-serif !important;
  font-size: 14px;
}

.text-wrapper ol > li ul {
  margin: 0;
}
.text-wrapper ol > li ul li {
  list-style: none;
  margin-bottom: 0;
  margin-left: 15px;
}
.text-wrapper ol > li ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url('/img/bullet2.png') center center no-repeat;
  position: absolute;
  left: -15px;
  top: 8px;
}
.text-wrapper table {
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  position: relative;
  table-layout: fixed;
}
.text-wrapper table:after,
.text-wrapper table:before {
  content: "";
  position: absolute;
  background-color: #f74b4b;
}
.text-wrapper table:after {
  width: 15px;
  height: 100%;
  right: -16px;
  top: 15px;
  background-image: url('/img/table_right.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}
.text-wrapper table:before {
  width: 100%;
  height: 15px;
  left: 15px;
  bottom: -15px;
  background-image: url('/img/table_bottom.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.text-wrapper table td,
.text-wrapper table th {
  box-sizing: border-box;
  width: 2000px;
  padding: 15px 30px;
}
.text-wrapper table th {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  font-weight: normal;
  background: #f2f2f2;
  vertical-align: middle;
}
.text-wrapper table td {
  border-bottom: 1px solid #f2f2f2;
}
.sidebar {
  position: absolute;
  right: 10px;
  top: 0;
  width: 138px;
  z-index: 2;
}
.sidebar ul {
  position: relative;
  list-style: none;
}
.sidebar ul.affix {
  position: fixed;
  top: 40px;
  width: 138px;
}
.sidebar ul li {
  display: block;
  margin-bottom: 20px;
  background: #fff;
}
.sidebar ul li.active a {
  background: #e43535;
  color: #fff;
}
.sidebar ul li.active a:hover {
  color: #fff;
}
.sidebar ul li a {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  line-height: 18px;
  text-align: right;
  padding: 9px 13px 8px 0;
  text-decoration: none;
  vertical-align: middle;
}
.sidebar ul li a:hover {
  color: #f74b4b;
}
.sidebar ul li a.active {
  background: #e43535;
  color: #fff;
}
.sidebar ul li a.active:hover {
  color: #fff;
}
ul.page-list {
  text-align: center;
  list-style: none;
  margin: 0;
  margin-bottom: 48px;
}
ul.page-list > li {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  padding-left: 0;
}
ul.page-list > li:before {
  display: none;
}
ul.page-list > li a {
  display: inline-block;
  border-bottom: 2px solid #fff;
  padding: 0 5px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #000;
}
ul.page-list > li a:hover,
ul.page-list > li a.active {
  color: #f74b4b;
  border-bottom: 2px solid red;
}
ul.page-list > li a.last,
ul.page-list > li a.first {
  width: 7px;
  background: url('/img/page-list-arrows.png') no-repeat;
}
ul.page-list > li a.last {
  background-position: -7px 50%;
}
ul.page-list > li a.last.inactive:hover {
  border-bottom: none;
  margin-bottom: 2px;
}
ul.page-list > li a.first {
  background-position: 6px 50%;
}
ul.page-list > li a.first.inactive:hover {
  border-bottom: none;
  margin-bottom: 2px;
}
ul.page-list.text-left {
  text-align: left;
}
.news-item {
  margin-bottom: 25px;
  overflow: hidden;
  clear: both;
}
.news-item a {
  text-decoration: none;
}
.news-item img {
  float: left;
  margin-right: 15px;
}
.news-item h5 {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #f74b4b;
  font-weight: normal;
  text-transform: uppercase;
}

.news-item span {
  font-family: Arial, helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #f74b4b;
  font-weight: normal;
  text-transform: uppercase;
}

.news-item .timedate {
  color: #a0a0a0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 24px;
}
.news-item p {
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.tech-item img {
  float: none;
}
.tech-item .tech-icon {
  float: left;
  width: 136px;
  text-align: left;
}

.tech-item .tech-icon-features {
  float: left;
  width: 306px;
  text-align: left;
}


.tech-item .tech-descr {
  margin-left: 155px;
}

.tech-item .tech-descr-features {
  margin-left: 155px;
}

.tech-item .tech-descr-features p {
  margin-left: 155px;
  padding-left: 25px;
  padding-top: 15px;
}

.image-container {
  text-align: center;
  margin-bottom: 70px;
}
.image-container img {
  margin-bottom: 5px;
}
.image-container .caption {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #bfbfbf;
}
.video-container {
  position: relative;
  text-align: center;
  width: 640px;
  height: 360px;
  margin: 0 auto 70px auto;
}
.video-container:after,
.video-container:before {
  content: "";
  position: absolute;
  background: #f74b4b;
}
.video-container:after {
  width: 15px;
  height: 100%;
  right: -15px;
  top: 15px;
  background-image: url('/img/table_right.png');
  background-position: left bottom;
  background-repeat: no-repeat;
}
.video-container:before {
  width: 100%;
  height: 15px;
  left: 15px;
  bottom: -15px;
  background-image: url('/img/table_bottom.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.tabs-container {
  position: relative;
  margin-bottom: 50px;
}
.tabs-container .tabs {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tabs-container .tabs li {
  display: table-cell;
}
.tabs-container .tabs li:before {
  display: none;
}
.tabs-container .tabs li:first-child a {
  margin-left: 0;
}
.tabs-container .tabs li a {
  font-family: Helvetica, Arial, sans-serif;
  display: block;
  padding: 5px 0;
  margin: 0 18px;
  border-bottom: 5px solid #e6e6e6;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: border-bottom-color 0.3s;
  -moz-transition: border-bottom-color 0.3s;
  -ms-transition: border-bottom-color 0.3s;
  -o-transition: border-bottom-color 0.3s;
  transition: border-bottom-color 0.3s;
}
.tabs-container .tabs li a:hover {
  border-bottom-color: #f74b4b;
}
.tabs-container .tabs li a.active {
  border-bottom-color: #f74b4b;
  color: #f74b4b;
}
.tabs-container .tabs.inner-tabs li:first-child a {
  margin-left: 0;
}
.tabs-container .tabs.inner-tabs li a {
  display: block;
  padding: 0 5px;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
  color: #000;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  text-decoration: none;
  text-transform: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.tabs-container .tabs.inner-tabs li a:hover,
.tabs-container .tabs.inner-tabs li a.active {
  background-color: #f74b4b;
  color: #fff;
  border-color: #f74b4b;
}
.tabs-container .pane-container {
  padding-top: 25px;
}
.tabs-container .pane-container .pane {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease-out, height 0.2s ease-out 0.2s;
}
.tabs-container .pane-container .pane.pane__active {
  opacity: 1;
  height: auto;
}
.tabs-container .inner-pane table {
  table-layout: fixed;
  border: none;
}
.tabs-container .inner-pane table tr.odd td {
  background-color: #f7f7f7;
}
.tabs-container .inner-pane table td {
  /*height: 30px;*/
  vertical-align: middle;
  border: none;
  padding: 0;
  width: 2000px;
  text-align: right;
  padding-right: 10px;
}
.tabs-container .inner-pane table td:first-child {
  padding-right: 0;
  padding-left: 10px;
  text-align: left;
}
.tabs-container .inner-pane table td p {
  margin-bottom: 0;
  font-size: 12px;
}
.options-container .tabs-container {
  width: 726px;
}
.form-container {
  /* HOVER STYLES */

  /* CHECKED STYLES */

  /* CHECKED IE */

}
.form-container input[type=text],
.form-container input[type=email] {
  display: inline-block;
  width: 260px;
  margin-left: 15px;
  background: #f5f5f5;
  border: none;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  height: 50px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 0 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  outline: none;
}
.form-container input[type=text].error,
.form-container input[type=email].error {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #f74b4b;
}
.form-container input[type=text]:first-child,
.form-container input[type=email]:first-child {
  margin-left: 0;
}
.form-container input[type=text]:focus::-webkit-input-placeholder,
.form-container input[type=email]:focus::-webkit-input-placeholder {
  color: #afafaf;
}
.form-container input[type=text]:focus:-moz-placeholder,
.form-container input[type=email]:focus:-moz-placeholder {
  color: #afafaf;
}
.form-container input[type=text]:focus:-ms-input-placeholder,
.form-container input[type=email]:focus:-ms-input-placeholder {
  color: #afafaf;
}
.form-container input[type=text].placeholder,
.form-container input[type=email].placeholder {
  color: #808080;
}
.form-container input[type=text].placeholder:focus,
.form-container input[type=email].placeholder:focus {
  color: #afafaf;
}
.form-container input[type=text]::-webkit-input-placeholder,
.form-container input[type=email]::-webkit-input-placeholder {
  color: #808080;
}
.form-container input[type=text]:-moz-placeholder,
.form-container input[type=email]:-moz-placeholder {
  color: #808080;
}
.form-container input[type=text]:-ms-input-placeholder,
.form-container input[type=email]:-ms-input-placeholder {
  color: #808080;
}
.form-container fieldset {
  display: block;
  margin-bottom: 15px;
}
.form-container p.input-wrapper {
  position: relative;
}
.form-container input[type="checkbox"],
.form-container input[type="radio"] {
  position: absolute;
  left: -9999px;
}
.form-container input[type="checkbox"] + label,
.form-container input[type="radio"] + label {
  padding-left: 26px;
  display: inline-block;
  vertical-align: middle;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.form-container input[type="checkbox"] + label:before,
.form-container input[type="radio"] + label:before {
  content: " ";
  background: url('/img/buttons.png') no-repeat center center;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.form-container input[type="checkbox"] + label:before {
  background-position: 0 -28px;
}
.form-container input[type="radio"] + label:before {
  background-position: -42px -27px;
}
.form-container input[type="checkbox"]:hover + label:before,
.form-container input[type="checkbox"] + label:hover:before {
  background-position: 0 0;
}
.form-container input[type="checkbox"]:focus + label:before {
  background-position: 0 0;
}
.form-container input[type="radio"]:hover + label:before,
.form-container input[type="radio"] + label:hover:before {
  background-position: -42px 3px;
}
.form-container input[type="radio"]:focus + label:before {
  background-position: -42px 3px;
}
.form-container input[type="checkbox"]:checked + label:before {
  background-position: 0 -56px;
}
.form-container input[type="checkbox"] + label.checked:before {
  background-position: 0 -56px;
}
.form-container input[type="checkbox"]:hover + label.checked:before,
.form-container input[type="checkbox"]:focus + label.checked:before,
.form-container input[type="checkbox"]:active + label.checked:before {
  background-position: 0 -56px;
}
.form-container input[type="radio"]:checked + label:before {
  background-position: -42px -59px;
}
.form-container input[type="radio"] + label.checked:before {
  background-position: -42px -59px;
}
.form-container input[type="radio"]:hover + label.checked:before,
.form-container input[type="radio"]:focus + label.checked:before,
.form-container input[type="radio"]:active + label.checked:before {
  background-position: -42px -59px;
}
.form-container .btn-container {
  background: #f74b4b;
}
.form-container button[type="submit"],
.form-container input[type="submit"],
.form-container button {
  cursor: pointer;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: transparent;
  font-size: 16px;
}
.form-container button[type="submit"]:disabled,
.form-container input[type="submit"]:disabled,
.form-container button:disabled {
  background: #e6e6e6;
  color: #bebebe;
}
.form-container button[type="submit"]:disabled:after,
.form-container input[type="submit"]:disabled:after,
.form-container button:disabled:after {
  display: none;
}
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs ul {
  list-style: none;
}
.breadcrumbs li {
  display: inline-block;
  margin-left: 15px;
}
.breadcrumbs li:before {
  content: ">";
  color: #f74b4b;
  margin-right: 15px;
}
.breadcrumbs li:first-child {
  margin-left: 0;
}
.breadcrumbs li:first-child:before {
  display: none;
}
.breadcrumbs a {
  font-family: Tahoma, 'helioscregular', Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  font-family: Tahoma, 'helioscregular', Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
}
.section-description {
  /*
  margin-top: 45px;
  padding-top: 30px;
  min-height: 560px;
  background: url('/img/item_sect1.png') top center no-repeat;
  */
}
.description-slider__container {
  position: relative;
}
.description-slider__container .description-slider div.wrapper {
  position: relative;
}
.description-slider__container .pager-wrapper {
  text-align: center;
  position: absolute;
  left: 50%;
  margin-left: -489px;
  bottom: -30px;
}
.description-slider__container .pager {
  display: inline-block;
}
.description-slider__container .pager .bx-pager {
  position: relative;
  bottom: auto;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  width: 100%;
}
.description-slider__container .pager .bx-pager .bx-pager-item {
  display: inline-block;
}
.description-slider__container .bx-wrapper {
  margin-bottom: 0;
}
@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.description__container {
  margin-top: 85px;
}
.description__container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 30px;
  text-transform: uppercase;
}
.description__container h2 {
  font-family:  Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #f74b4b;
  line-height: 30px;
  margin-bottom: 50px;
}
.description__container .colors-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.description__container .colors-container .color-checker {
  display: inline-block;
  width: 54px;
  height: 54px;
  background-image: url('/img/colors.png');
  background-position: left top;
  background-repeat: no-repeat;
  margin-right: 26px;
  position: relative;
  overflow: visible;
  margin-top: 10px;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  border-radius: 27px;
}
.description__container .colors-container .color-checker:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 48px;
  height: 48px;
  border: 2px dotted #f74b4b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  top: 50%;
  left: 50%;
  margin-top: -26px;
  margin-left: -26px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.description__container .colors-container .color-checker:hover:after {
  opacity: 1;
  width: 60px;
  height: 60px;
  margin-top: -32px;
  margin-left: -32px;
  -webkit-animation: spinAround 5s linear infinite;
  -moz-animation: spinAround 5s linear infinite;
  animation: spinAround 5s linear infinite;
}
.tech-container {
  position: relative;
  z-index: 1;
  margin-top: -255px;
}
.tech-container h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 80px;
  line-height: 80px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.tech-container .tech-list {
  list-style: none;
  font-size: 1px;
  margin-left: -30px;
}
.tech-container .tech-item {
  display: inline-block;
  width: 222px;
  margin-left: 30px;
  vertical-align: top;
  margin-bottom: 55px;
}
.tech-container .tech-icon {
  margin-bottom: 30px;
}
.tech-container .tech-header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #f74b4b;
  line-height: 24px;
  margin-bottom: 20px;
}
.tech-container p {
  font-size: 12px;
  line-height: 22px;
}
.tech-container .list-wrapper {
  width: 978px;
  margin: 0 auto;
  position: relative;
}
.tech-detail-container {
  background: #4e4e4e;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNGU0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYTNhM2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #4e4e4e 0%, #3a3a3a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4e4e4e), color-stop(100%, #3a3a3a));
  background: -webkit-linear-gradient(top, #4e4e4e 0%, #3a3a3a 100%);
  background: -o-linear-gradient(top, #4e4e4e 0%, #3a3a3a 100%);
  background: -ms-linear-gradient(top, #4e4e4e 0%, #3a3a3a 100%);
  background: linear-gradient(to bottom, #4e4e4e 0%, #3a3a3a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e4e4e', endColorstr='#3a3a3a', GradientType=0);
  position: relative;
 /* margin-top: -240px; */
  padding-top: 320px;
  overflow: hidden;
}
.tech-detail-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 453px;
  left: 0;
  top: -1px;
/*  background: url('/img/triangle_bot.png') 50% bottom no-repeat;*/
}
.tech-detail-container .tech-detail-list {
  list-style: none;
  margin-top: -240px; 
}
.tech-detail-container .tech-detail-item {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 75px;
}
.tech-detail-container .tech-detail-header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 1;
  color: #fff;
  margin-bottom: 35px;
  font-weight: normal;
  text-transform: uppercase;
}
.tech-detail-container .tech-detail-content {
  display: table;
}
.tech-detail-container .tech-detail-text {
  display: table-cell;
  vertical-align: middle;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.tech-detail-container .tech-detail-text .tech-detail {
  margin-bottom: 20px;
}
.tech-detail-container .tech-detail-text h5 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-transform: uppercase;
  color: #f74b4b;
}
.tech-detail-container .tech-detail-icon {
  display: table-cell;
  vertical-align: middle;
  width: 306px;
  height: 306px;
  margin-right: 30px;
}
.tech-detail-container a.btn {
  margin-top: 20px;
}
.actions-container {
  background: #444;
  padding: 20px 0;
}
.actions-container .column {
  width: 167px;
  border-right: 1px solid #696969;
  border-left: 1px solid #696969;
  box-sizing: border-box;
  float: left;
  margin-left: -1px;
  padding: 15px 0 0 0;
}
.actions-container .column.large-column {
  width: 237px;
  border: none;
  margin-left: 0;
}
.actions-container .column.large-column a.btn {
  display: inline-block;
  font-size: 11px;
  min-width: 195px;
  position: relative;
  color: transparent;
}
.actions-container .column a {
  display: block;
  text-align: center;
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.actions-container .column a .icon-container {
  background-image: url('/img/icons_actions.png');
  background-repeat: no-repeat;
  width: 72px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.actions-container .column .popup {
  width: 195px;
  position: absolute;
  left: 0;
  bottom: 130px;
  background: #000;
  padding: 8px 0 12px 0;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
.actions-container .column .popup:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #000;
}
.actions-container .column .popup p {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
}
.actions-container .column .popup a.popup-checker {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  background: #fff;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-transform: none;
  padding: 0 5px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.actions-container .column .popup a.popup-checker.checked {
  background: #f74b4b;
  color: #fff;
}
.actions-container .valigner {
  display: block;
  height: 50px;
  line-height: 50px;
}
.actions-container .valigner p {
  font-size: 11px;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
}
.actions-container .compare-column {
  position: relative;
}
.actions-container .compare-column .socials-header {
  font-size: 11px;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  margin-top: 12px;
}
.actions-container .compare-column .socials ul {
  font-size: 0;
  list-style: none;
}
.actions-container .compare-column .socials li {
  display: inline-block;
  width: 25px;
  height: 24px;
  margin-right: 7px;
}
.actions-container .compare-column .socials li a {
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  height: 100%;
  background-image: url('/img/socials_big.png');
}
.actions-container .compare-column .socials li a.vk {
  background-position: 0 0;
}
.actions-container .compare-column .socials li a.fb {
  background-position: 0 -38px;
}
.actions-container .compare-column .socials li a.twt {
  background-position: 0 -77px;
}
.actions-container .compare-column .socials li a[href*="http://vk.com"] {
  position: absolute;
  right: -9999px;
}
.actions-container .compare-column .socials li .twitter-share-button,
.actions-container .compare-column .socials li .fb-share-button,
.actions-container .compare-column .socials li .vk-share-button {
  position: absolute;
  right: -9999px;
}
.actions-container .ebuy-column div {
  background-position: 0 0;
}
.actions-container .ebuy-column a:hover div {
  background-position: 0 -78px;
}
.ebuy-column {
	display:none;
}
.actions-container .dealer-column div {
  background-position: -75px 0;
}
.actions-container .dealer-column a:hover div {
  background-position: -75px -77px;
}
.actions-container .ask-column div {
  background-position: -135px 0;
}
.actions-container .ask-column a:hover div {
  background-position: -135px -74px;
}
.review-item .review-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #f74b4b;
  position: relative;
}
.review-item .review-header:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #f74b4b;
  bottom: 0;
  left: 21px;
}
.review-item .review-header:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 0 0 12px;
  border-color: transparent transparent transparent #fff;
  bottom: -2px;
  left: 22px;
}
.review-item .review-header p {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.review-item .review-body {
  padding-top: 10px;
  margin-bottom: 20px;
}
.review-item .review-body p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.similar-container {
  padding: 40px 0 50px 0;
}
.similar-container h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 50px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: normal;
}
.similar-list {
  list-style: none;
}
.similar-list .similar-item {
  display: inline-block;
  width: 204px;
  text-align: center;
  margin-left: 30px;
}
.similar-list .similar-item:first-child {
  margin-left: 0;
}
.similar-list .similar-item a {
  text-decoration: none;
  display: block;
}
.similar-list .similar-item img {
  margin-bottom: 30px;
}
.similar-list .similar-item p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #f74b4b;
  text-transform: uppercase;
  text-align: center;
}
/* ============= CATALOG OUTER =============== */
.catalog-container {
  height: 2460px;
  background: url('/img/bg_catalog.jpg') 50% 45px no-repeat;
  padding-top: 1px;
}
.catalog-container h1 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  margin: 0 auto 33px auto;
  line-height: 75px;
  text-transform: uppercase;
}
.catalog-container .category {
  font-size: 40px;
  color: #fff;
  background: #000;
  display: inline;
}
.catalog-container .category a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.catalog-container .wrapper div {
  position: absolute;
  left: 0;
}
.catalog-container .wall {
  top: 376px;
}
.catalog-container .floor {
  top: 790px;
}
.catalog-container .tape {
  top: 1230px;
}
.catalog-container .channel {
  top: 1690px;
}
.catalog-container .multi {
  top: 2072px;
}
/* ============= CATALOG OUTER =============== */
/* ============= CATEGORY ===================*/
.category-container {
  padding-top: 1px;
}
.category-container h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  margin: 13px auto;
  line-height: 35px;
  text-transform: uppercase;
}
.category-container .svg-container {
  position: relative;
  height: 926px;
  width: 1920px;
  bottom: -1px;
}
.category-container .models-container {
  position: relative;
}
.category-container .model-container {
  margin-top: -336px;
  position: relative;
}
.category-container .model-container:first-child {
  margin-top: -175px;
}
.category-container .category-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 336px;
}
.category-container .model-num-container h2 {
  font-size: 40px;
  background: #000;
  display: inline;
  text-transform: uppercase;
}

.category-container .model-num-container span {
  font-size: 40px;
  background: #000;
  display: inline;
  text-transform: uppercase;
}

.category-container .model-num-container h2 a {
  color: #fff;
  text-decoration: none;
}

.category-container .model-num-container span a {
  color: #fff;
  text-decoration: none;
}

.category-container .category-sidebar {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.category-container .category-sidebar .sidebar {
  top: 210px;
}
.category-container .wrapper {
  z-index: 5;
}
/*===========================================*/
/*==================== CONTACTS ==============*/
.contacts-container .map-container {
  height: 788px;
  width: 100%;
  position: relative;
}
.contacts-container .map-container:after {
  content: '';
  width: 100%;
  height: 156px;
  background: url('/img/contacts_triangle_white.png') 50% 100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contacts-container #map {
  height: 100%;
  min-height: 100%;
}
.contacts-container .city {
  margin-bottom: 50px;
}
.contacts-container .city-name h2 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  margin-bottom: 35px;
  margin-top: 35px;
  text-transform: uppercase;
}
.contacts-container .points-container {
  position: relative;
  border-top: 1px solid #B3B3B3;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}
.contacts-container .point {
  display: block;
  float: left;
  width: 45%;
  margin-left: 10%;
}
.contacts-container .point:first-child {
  margin-left: 0;
}
.contacts-container .point-name {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contacts-container .pointers {
  line-height: 35px;
  margin-bottom: 15px;
  font-size: 0;
}
.contacts-container .pointers .address-container,
.contacts-container .pointers .pointer-container {
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.contacts-container .pointers .address-container {
  line-height: 18px;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  max-width: 380px;
}
.contacts-container .pointers .pointer-container {
  line-height: 35px;
}
.contacts-container .website {
  margin-bottom: 20px;
}
.contacts-container .website a {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 16px;
  color: #f74b4b;
}
.contacts-container .pointer {
  width: 16px;
  height: 20px;
  display: inline-block;
  text-decoration: none;
  background: url('/img/pointer.gif') 50% 50% no-repeat;
  vertical-align: middle;
  margin-left: 20px;
}
.contacts-container .address {
  margin-bottom: 20px;
}
.contacts-container .address p {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 44px;
}
.contacts-container .address small {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #808080;
}
.contacts-container .phone {
  margin-bottom: 20px;
}
.contacts-container .phone p {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}
.contacts-container .email a {
  #font-family: Helvetica, Arial, sans-serif;
  #font-size: 22px;
  color: #000000;
  text-decoration: none;
}
.contacts-container .labels {
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  width: 130px;
  font-weight: bold;
  text-align: left;
}
/*===========================================*/
/*================== COUNTRY CONTAINER =============*/
.country-container .map-container {
  height: 600px;
  background: url('/img/contacts_triangle_grey.png') 50% 100% no-repeat;
}
.country-container .map-container .map-wrapper {
  height: 100%;
  position: relative;
}
.country-container .map-container .map-wrapper h1 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 75px;
}
.country-container .map-container .map {
  position: absolute;
  top: 110px;
  height: 100%;
  width: 105%;
  background: url('/img/img_map.png') 50% 100% no-repeat;
}
.country-container .map-container .map .pin {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-bottom: -12px;
  background: url('/img/icon_pin_country.png') 50% 50% no-repeat;
  -webkit-transition: margin-bottom 0.2s ease;
  -moz-transition: margin-bottom 0.2s ease;
  -ms-transition: margin-bottom 0.2s ease;
  -o-transition: margin-bottom 0.2s ease;
  transition: margin-bottom 0.2s ease;
}
.country-container .map-container .map .pin:hover {
  margin-bottom: -8px;
}
.country-container .map-container .city-select-holder {
  position: absolute;
  /*bottom: 40px;*/
  bottom: 500px; 
  left: 0;
}
.country-container .cities-container {
  min-height: 120px;
  background: #444;
}
.country-container .cities-container .city-container {
  background: #444;
  padding-top: 40px;
  
}
.country-container .cities-container .city-container:first-child {
  padding-top: 0;
}
.country-container .cities-container .city-container.even, .req.even {
  background: #4e4e4e;
}
.country-container .cities-container .city-name h2 {
  padding-left: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f74b4b;
  margin-bottom: 30px;
  font-weight: normal;
  position: relative;
}

.country-container .cities-container .city-name span {
  padding-left: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  color: #f74b4b;
  margin-bottom: 30px;
  font-weight: normal;
  position: relative;
}

.country-container .cities-container .city-name h2:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/img/icon_pin_country.png') 50% 50% no-repeat;
}


.country-container .cities-container .city-name span:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: url('/img/icon_pin_country.png') 50% 50% no-repeat;
}


.country-container .cities-container .city-points {
  position: relative;
}
.country-container .cities-container .points-list {
  list-style: none;
}
.country-container .cities-container .point {
  width: 306px;
  display: block;
  border-bottom: 1px solid #696969;
  margin-bottom: 40px;
}
.country-container .cities-container .point h3 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 20px;
}

.country-container .cities-container .point span {
  font-family: 'helioscbold', Arial, sans-serif;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  margin-bottom: 20px;
}

.country-container .cities-container .point p {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.country-container .cities-container .point p.point-icons {
  display: block;
  padding-left: 25px;
  background-image: url('/img/icon_contact_type.png');
  background-repeat: no-repeat;
}
.country-container .cities-container .point p.point-icons a {
  color: #fff;
  text-decoration: none;
}
.country-container .cities-container .point p.phone {
  background-position: 0 4px;
}
.country-container .cities-container .point p.fax {
  background-position: 0 -30px;
}
.country-container .cities-container .point p.site {
  background-position: 0 -68px;
}
.country-container .cities-container .point p.email {
  background-position: 0 -102px;
}
.country-container .cities-container .point .onmap {
  font-family: Helvetica, Arial, sans-serif;
  color: #f74b4b;
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
}
.country-container .cities-container .point .address {
  margin-bottom: 10px;
}
/*=================================================*/
.solutions-wrapper {
  background: url('../img/resheniya-bg.jpg') center 40px no-repeat;
  height: 4713px;
  position: relative;
}
.solutions-wrapper .solutions-container {
  width: 977px;
  margin: 0 auto;
  height: 100%;
}
.solutions-wrapper .solutions-container h1 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  margin: 33px -5px;
  line-height: 75px;
  text-transform: uppercase;
}
.solutions-wrapper .solutions-container .solution-link {
  font-family: 'helioscbold', Arial, sans-serif;
  position: absolute;
  right: 0;
  font-size: 150px;
  color: #fff;
  line-height: 150px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: 2px 2px 6px #aaa;
}
.solutions-wrapper .solutions-container .solution-link.kitchen-link {
  top: 405px;
}
.solutions-wrapper .solutions-container .solution-link.bedroom-link {
  top: 950px;
}
.solutions-wrapper .solutions-container .solution-link.nursery-link {
  top: 1800px;
}
.solutions-wrapper .solutions-container .solution-link.lounge-link {
  top: 2700px;
}
.solutions-wrapper .solutions-container .solution-link.office-link {
  top: 3500px;
}
.solutions-wrapper .solutions-container .own-solution-link {
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 30px;
  display: block;
  bottom: 135px;
  left: 50%;
  margin-left: -168px;
  height: 336px;
  width: 336px;
  border-radius: 336px;
  background-color: #f55958;
  color: #fff;
  position: absolute;
  padding: 92px 32px;
  text-align: center;
  line-height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.fitting-wrapper {
  margin-top: 47px;
  position: relative;
  background-color: #e6e6e6;
  overflow: hidden;
}
.fitting-wrapper .fitting-container {
  width: 977px;
  margin: 0 auto;
  height: 1300px;
  position: relative;
}
.fitting-wrapper .fitting-container:before {
  content: '';
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -960px;
  z-index: 8;
  width: 1920px;
  height: 255px;
  background: url('../img/fitting-header-bg.png') 0 0 no-repeat;
}
.fitting-wrapper .fitting-container h1 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  margin: 33px -5px;
  line-height: 75px;
  text-transform: uppercase;
}
.fitting-wrapper .fitting-container .fitting-header {
  position: relative;
  z-index: 10;
}
.fitting-wrapper .fitting-container .fitting-photo {
  height: 1200px;
  width: 1200px;
  position: absolute;
  z-index: 5;
  left: -642px;
  top: 100px;
  overflow: hidden;
}
.fitting-wrapper .fitting-container .fitting-photo:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 300px;
  top: 0;
  right: -300px;
  z-index: 7;
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.3);
}
.fitting-wrapper .fitting-container .fitting-photo .ajax-preloader {
  margin-top: 15px;
  display: none;
}
.fitting-wrapper .fitting-container .fitting-photo .fitting-image__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
.fitting-wrapper .fitting-container .fitting-photo .fitting-image__wrapper.loaded:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e6e6e6 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e6e6e6 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #e6e6e6 100%);
  /* IE10+ */

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e6e6e6 100%);
  /* W3C */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#e6e6e6', GradientType=0);
  /* IE6-9 */

}
.fitting-wrapper .fitting-container .fitting-photo .fitting-image {
  position: relative;
}
.fitting-wrapper .fitting-container .fitting-photo .fitting-conditioner-image {
  width: 337px;
  height: 115px;
  display: none;
  position: absolute;
  z-index: 20;
  top: 140px;
  right: 120px;
}
.fitting-wrapper .fitting-container .fitting-photo .fitting-conditioner-image img {
  max-width: 100%;
  max-height: 100%;
}
.fitting-wrapper .fitting-container .fitting-text {
  position: absolute;
  z-index: 11;
  width: 558px;
  right: 0;
  top: 140px;
}
.fitting-wrapper .fitting-container .fitting-text h3 {
  font-family: 'helioscbold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  line-height: 50px;
  margin-bottom: 13px;
}
.fitting-wrapper .fitting-container .fitting-text p {
  font-size: 18px;
  line-height: 30px;
}
.fitting-wrapper .fitting-container .fitting-text input[type="file"] {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.fitting-wrapper .fitting-container .fitting-text button {
  border: none;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  background: #f74b4b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 4px 8px;
  margin-top: 7px;
  margin-top: 25px;
  cursor: pointer;
  min-width: 160px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: transparent;
  font-size: 16px;
}
.fitting-wrapper .fitting-container .fitting-text button:visited {
  text-decoration: none;
}
.fitting-wrapper .fitting-container .fitting-text button:disabled {
  background: #e6e6e6;
  color: #bebebe;
}
.fitting-wrapper .fitting-container .fitting-text button:disabled:after {
  display: none;
}
.fitting-wrapper .fitting-container .fitting-text button:before {
  content: attr(title);
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  text-decoration: none;
  text-align: center;
}
.fitting-wrapper .fitting-container .fitting-text button:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #c63d3d;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fitting-wrapper .fitting-container .fitting-nav {
  z-index: 10;
  width: 350px;
  height: 800px;
  position: absolute;
  right: 0;
  top: 240px;
}
.fitting-wrapper .fitting-container .fitting-nav h3 {
  font-family: 'helioscbold', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  line-height: 50px;
  margin-bottom: 13px;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-default-pager {
  display: none;
}
.fitting-wrapper .fitting-container .fitting-nav .arrow-top,
.fitting-wrapper .fitting-container .fitting-nav .arrow-bottom {
  width: 60px;
  height: 23px;
  margin: 0 auto;
  background-image: url('../img/fitting-arrows.png');
  background-repeat: no-repeat;
}
.fitting-wrapper .fitting-container .fitting-nav .arrow-top a,
.fitting-wrapper .fitting-container .fitting-nav .arrow-bottom a {
  text-indent: 9999px;
  display: block;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper {
  margin: 20px 0;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item {
  position: relative;
  cursor: pointer;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item .title {
  font-family: Helvetica, sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 8px 15px;
  background-color: #000;
  float: left;
  position: absolute;
  top: 15px;
  left: 0;
  visibility: hidden;
  cursor: pointer;
  letter-spacing: -1px;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item .link {
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 9px 9px;
  line-height: 12px;
  background-color: #f74b4b;
  float: left;
  position: absolute;
  top: 65px;
  text-decoration: none;
  left: 0;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item .link,
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  /* IE 5.5+*/

  -moz-opacity: 0;
  /* Mozilla 1.6 Ð¸ Ð½Ð¸Ð¶Ðµ */

  -khtml-opacity: 0;
  /* Konqueror 3.1, Safari 1.1 */

  opacity: 0;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  visibility: hidden;
}
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item:hover .link,
.fitting-wrapper .fitting-container .fitting-nav .bx-wrapper .slides-item:hover .title {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  /* IE 5.5+*/

  -moz-opacity: 1;
  /* Mozilla 1.6 Ð¸ Ð½Ð¸Ð¶Ðµ */

  -khtml-opacity: 1;
  /* Konqueror 3.1, Safari 1.1 */

  opacity: 1;
  /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */

  visibility: visible;
}
.fitting-wrapper .fitting-container .fitting-nav .arrow-top {
  background-position: 0 0;
}
.fitting-wrapper .fitting-container .fitting-nav .arrow-bottom {
  background-position: 0 -23px;
}
.bx-ie8 .fitting-upload-button,
.bx-ie9 .fitting-upload-button {
  display: none;
}
.bx-ie8 #fitting-file,
.bx-ie9 #fitting-file {
  visibility: visible;
  position: relative;
  left: inherit;
  height: 24px;
  border: 1px solid #aaa;
}
.content-search-container {
  margin-bottom: 35px;
}
.content-search-container form {
  height: 75px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-bottom: 5px solid #d9d9d9;
}
.content-search-container .do-search {
  display: block;
  float: right;
  width: 50px;
  height: 100%;
  background: url('/img/icon_search_big.png') right center no-repeat;
}
.content-search-container .search-term {
  box-shadow: none;
  max-width: 900px;
  height: 75px;
  line-height: 75px;
  border: none;
  background: #fff;
  font-family: 'heliosextthinregular', Arial, sans-serif;
  font-size: 60px;
  display: block;
  padding: 0;
  margin-left: 0;
  text-transform: uppercase;
  margin-right: 55px;
}
.content-search-container .search-submit {
  position: absolute;
  right: -9999px;
}
.page-list {
  margin-right: 250px;
}
.search-page-result {
  float: right;
}
.search-page-result strong {
  font-weight: normal;
  font-family: 'helioscbold', Arial, sans-serif;
}
.search-result-wrapper b {
  font-style: normal;
  font-weight: normal;
  background: #000;
  color: #fff;
}
.search-result-wrapper .news-item {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 35px;
  padding-bottom: 30px;
}
.right {
  float: right;
  margin-left: 15px;
}
.left {
  float: left;
  margin-right: 15px;
}
.text-left {
  text-align: left !important;
}
.half {
  width: 474px;
}
.pull-sidebar {
  margin-right: 168px;
}
.pull-sidebar .half {
  width: 390px;
}
.pull-half-left {
  margin-left: 420px;
}
.pull-half-right {
  margin-right: 420px;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('/img/overlay_bg.png') left top repeat;
  z-index: 7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 15px;
}
.overlay i {
  display: block;
  width: 64px;
  height: 64px;
  background: url('/img/ajax-loader.gif') center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
}
.btn {
  border: none;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 1px;
  outline: none;
  position: relative;
  background: #f74b4b;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: transparent;
  padding: 4px 8px;
  margin-top: 7px;
}
.btn:visited {
  text-decoration: none;
}
.btn:disabled {
  background: #e6e6e6;
  color: #bebebe;
}
.btn:disabled:after {
  display: none;
}
.btn:before {
  content: attr(title);
  color: #fff;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  text-decoration: none;
  text-align: center;
}
.btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #c63d3d;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.bx-no-touch .btn:hover:after,
#faq .btn:hover:after {
  height: 200%;
  opacity: 1;
}
.bx-no-touch .btn:active:after {
  height: 400%;
  opacity: 1;
}
.lt-ie9 .btn:after,
.bx-opera .btn:after {
  display: none;
}
.lt-ie9 .btn:hover,
.bx-opera .btn:hover {
  background: #c63d3d;
}
.lt-ie9 .slider-container,
.bx-opera .slider-container {
  z-index: 1;
}
.lt-ie9 .slider-container .bx-pager-link i:hover,
.bx-opera .slider-container .bx-pager-link i:hover {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: -6px;
}
.lt-ie9 .fancybox-overlay,
.bx-opera .fancybox-overlay {
  background: url('/img/bg_overlay_09.png') 0 0 repeat;
}
.lt-ie9 .form-container input[type=text],
.bx-opera .form-container input[type=text],
.lt-ie9 .form-container input[type=email],
.bx-opera .form-container input[type=email] {
  line-height: 50px;
}
.opt-icon {
  float: left;
  margin: 5px 10px 0 0;
}
.news-announce h2 {
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.news-announce span {
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: bold;
}

.news-announce ul {
  list-style: none;
  font-size: 0;
}
.news-announce ul li {
  float: left;
  width: 296px;
  margin-left: 5px;
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
}
.news-announce ul li:first-child {
  margin-left: 0;
}
.news-announce ul li a {
  text-decoration: none;
}
.news-announce ul li img {
  margin-bottom: 30px;
}
.news-announce p {
font-size: 14px;
}
.news-announce .news-header {
  font-size: 14px;
  color: #f74b4b;
  line-height: 1;
}
.news-announce .news-header:hover {
  border-bottom: 1px solid #e5e5e5;
}
.news-announce .news-date {
  font-size: 12px;
  color: #b2b2b2;
}
.news-announce .news-text {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.footer-container {
  background: #000;
  height: 100px;
}
.footer-container .footer-wrapper {
  overflow: hidden;
  line-height: 100px;
}
.footer-container .copyrights {
  display: inline-block;
  vertical-align: middle;
}
.footer-container .copyrights p {
  font-family: 'Myriad Pro', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
}
.footer-container .copyrights p a {
  text-decoration: underline;
  color: #f74b4b;
}
.footer-container .developers {
  display: block;
  position: absolute;
  right: 0;
  top: 64px;
  width: 155px;
  text-align: right;
  text-decoration: none;
}
.footer-container .developers img {
  width: 34px;
  height: 35px;
  float: right;
  margin-left: 12px;
}
.footer-container .developers .small-logo {
  display: block;
}
.footer-container .developers p {
  font-family: 'MyriadPro', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ccc;
}
.footer-container .socials {
  position: absolute;
  width: 135px;
  height: 24px;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  line-height: normal;
}
.footer-container .socials ul {
  font-size: 0;
  list-style: none;
}
.footer-container .socials li {
  display: inline-block;
  width: 40px;
  height: 24px;
}
.footer-container .socials li a {
  text-decoration: none;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
}
.footer-container .socials li a.vk {
  background-image: url('/img/icon_vk.png');
}
.footer-container .socials li a.fb {
  background-image: url('/img/icon_fb.png');
}
.footer-container .socials li a.twt {
  background-image: url('/img/icon_twt.png');
}
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
  
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
       * Don't show links for images, or javascript/internal links
       */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ol.numeric-decimals {
  list-style-position: outside;
  counter-reset: mt-counter;
}
ol.numeric-decimals > li p {
  margin-bottom: 0;
}
ol.numeric-decimals > li strong {
  font-family: 'helioscbold', Arial, sans-serif;
}
ol.numeric-decimals > li:before {
  display: none;
}
ol.numeric-decimals > li > ul {
  counter-increment: section;
  counter-reset: subsection;
  margin-bottom: 10px;
  position: relative;
}
ol.numeric-decimals > li > ul:before {
  content: '';
  position: relative;
  width: 17px;
  height: 16px;
  background: url('/img/bullet.png') center center no-repeat;
  position: absolute;
  left: -40px;
  top: 3px;
}
ol.numeric-decimals > li > ul > li {
  list-style: none;
  margin-bottom: 0;
  margin-top: 10px;
  padding-right: 10px;
}
ol.numeric-decimals > li > ul > li:before {
  background-image: none;
  margin-left: 0px;
  counter-increment: subsection;
  content: counter(section) "." counter(subsection) " ";
  font-family: 'helioscbold', Arial, sans-serif;
  color: #f74b4b;
  position: relative;
  top: 0;
  left: -1.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
}
.accordion-container {
  margin-bottom: 30px;
}
.accordion-container .accordion-item .item-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #f74b4b;
  display: inline-block;
  border-bottom: 1px dashed #f74b4b;
  cursor: pointer;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
.accordion-container .accordion-item .item-text {
  background: #f5f5f5;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNmU2ZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #e6e6e6 100%);
  background: linear-gradient(to bottom, #f5f5f5 0%, #e6e6e6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e6e6e6', GradientType=0);
  margin-bottom: 15px;
  padding: 30px 90px 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.accordion-container .accordion-item .item-text:after {
  position: absolute;
  content: "";
  width: 78px;
  height: 63px;
}
.accordion-container .accordion-item .item-text:after {
  right: 0;
  bottom: 0;
  background: url('/img/accorderon-corner.png') right bottom no-repeat;
}
.accordion-container .accordion-item.active .item-title {
  border-bottom: none;
  cursor: default;
}
.faq-btn-wrapper {
  padding-bottom: 20px;
}
.not-found-wrapper {
  height: 876px;
  background: url('/img/404-bg.jpg') center center no-repeat;
}
.not-found-wrapper .not-found-container {
  margin: 0 auto;
  width: 978px;
}
.not-found-wrapper .not-found-container .breadcrumbs {
  padding-top: 9px;
  margin-bottom: 27px;
}
.not-found-wrapper .not-found-container .breadcrumbs i {
  margin: 0 15px;
  width: 5px;
  height: 7px;
  background: url('/img/pagination-arrow.png') 0 0 no-repeat;
  display: inline-block;
}
.not-found-wrapper .not-found-container .not-found-text {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  text-transform: uppercase;
  color: #000;
  max-width: 550px;
  line-height: 100px;
  margin-left: -6px;
}
.not-found-wrapper .not-found-container .not-found-subtext {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 36px;
  max-width: 450px;
  color: #f74b4b;
  font-size: 20px;
  text-transform: uppercase;
  margin: 16px 0 50px 0;
}
.not-found-wrapper .not-found-container .links-wrapper a {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: black;
  margin-left: 25px;
  position: relative;
}
.not-found-wrapper .not-found-container .links-wrapper a:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #f74b4b;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: -15px;
  border-radius: 5px;
}
.not-found-wrapper .not-found-container .links-wrapper a:hover {
  text-decoration: none;
}
.not-found-wrapper .not-found-container .links-wrapper a:first-child {
  margin-left: 0;
}
.not-found-wrapper .not-found-container .links-wrapper a:first-child:before {
  display: none;
}
.solution-finder .btn {
  margin: 30px 0px 0px 0px !important;
}
.solution-finder .filter-text input {
  width: 230px;
}
.solution-finder .filter-params {
  padding: 20px 0px;
  border-bottom: 1px solid #d9d9d9;
}
.solution-finder .input-wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  margin-left: 25px;
}
.solution-finder .input-wrapper:first-child {
  margin-left: 0px;
}
.solution-finder .filt-place {
  padding-bottom: 40px !important;
  padding-top: 0px !important;
  font-size: 0px;
  position: relative;
}
.solution-finder .filt-place input {
  position: absolute;
  top: -40px;
  left: -40px;
}
.solution-finder .filt-place .active {
  border: 1px solid transparent;
  outline: 3px solid #f74b4b;
  color: #000;
}
.solution-finder .filter-place {
  position: relative;
  display: inline-block;
  verticlal-align: middle;
  padding-left: 75px;
  width: 220px;
  height: 60px;
  text-transform: uppercase;
  font-size: 13px;
  color: #f74b4b;
  outline: 3px solid transparent;
  border: 1px solid #d9d9d9;
  background-repeat: no-repeat;
  background-position: 12px 8px;
  cursor: pointer;
  transition: all 0.3s 0s;
}
.solution-finder .filter-place:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
}
.solution-finder .filter-place .two-lines {
  padding: 0px;
  margin: 0px;
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  line-height: 120%;
}
.solution-finder .bg-home {
  background-image: url("/img/bg_home.png");
  margin-left: 3px;
  margin-right: 30px;
}
.solution-finder .bg-office {
  background-image: url("/img/bg_office.png");
  margin-right: 30px;
}
.solution-finder .bg-factory {
  background-image: url("/img/bg_factory.png");
}
.solution-finder .filter-area {
  font-size: 12px;
  margin-left: 10px;
}
.solution-finder .filter-area span {
  vertical-align: super;
}
.solution-finder .filter-check {
  margin: 5px 0px;
}
.solution-header {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 55px;
  line-height: 55px;
  margin: 60px 0px 30px 0px;
  font-weight: normal;
  text-transform: uppercase;
}
.solution-results {
  border-top: 1px solid #d9d9d9;
  list-style: none;
  margin-bottom: 50px;
}
.solution-results .link-img {
  display: inline-block;
}
.solution-results .link-img img {
  display: block;
}
.solution-results li {
  list-style: none;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
  padding: 30px 0px;
  overflow: hidden;
}
.solution-results li .columns {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 10px;
}
.solution-results li .columns:first-child {
  margin-left: 0;
}
.solution-results li .col-1 {
  width: 320px;
}
.solution-results li .col-2 {
  width: 390px;
}
.solution-results li .col-3 {
  width: 200px;
}
.solution-results .result-title {
  text-decoration: none;
  text-transform: uppercase;
  color: #f74b4b;
}
.solution-results .result-title:hover {
  text-decoration: underline;
}
.solution-results .result-details {
  text-transform: uppercase;
  color: #000;
}
.solution-results .result-descr {
  color: #000;
}
.solution-results .result-descr span {
  vertical-align: super;
}
.fbx__content {
  display: none;
  width: 500px;
}
.text .fbx__content {
  width: auto;
  min-width: 500px;
}
.feedback h3,
.review h3,
.faq h3 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 35px;
}

.feedback span,
.review span/*,
.faq span*/ {
	display: block;
	font-family: helioscregular, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin-bottom: 35px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;	
	outline-style: none;
	outline-width: 0px;
	text-align: left;
	text-shadow: none;
	text-transform: uppercase;
	vertical-align: baseline;
	width: 870px;
	color: #fff;
}

.feedback fieldset,
.review fieldset/*,
.faq fieldset*/ {
  display: block;
  margin-bottom: 50px;
  -webkit-transition: margin-bottom 0.3s ease;
  -moz-transition: margin-bottom 0.3s ease;
  -ms-transition: margin-bottom 0.3s ease;
  -o-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
}
.feedback fieldset .parsley-errors-list,
.review fieldset .parsley-errors-list,
.faq fieldset .parsley-errors-list {
  list-style: none;
}
.feedback fieldset .parsley-errors-list li,
.review fieldset .parsley-errors-list li,
.faq fieldset .parsley-errors-list li {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #f74b4b;
  margin-top: 5px;
  height: 25px;
}
.feedback fieldset.parsley-error,
.review fieldset.parsley-error,
.faq fieldset.parsley-error {
  margin-bottom: 20px;
}
.feedback fieldset.parsley-error input[type=text],
.review fieldset.parsley-error input[type=text],
.faq fieldset.parsley-error input[type=text],
.feedback fieldset.parsley-error textarea,
.review fieldset.parsley-error textarea,
.faq fieldset.parsley-error textarea,
.feedback fieldset.parsley-error input[type=email],
.review fieldset.parsley-error input[type=email],
.faq fieldset.parsley-error input[type=email] {
  border: 1px solid #f74b4b;
}
.feedback input[type=text],
.review input[type=text],
/*.faq input[type=text],*/
.feedback textarea,
.review textarea,
/*.faq textarea,*/
.feedback input[type=email],
.review input[type=email]/*,
.faq input[type=email]*/ {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #989898;
  padding: 0 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 48px;
  color: #fff;
  box-shadow: none;
}
.feedback input[type=text],
.review input[type=text],
/*.faq input[type=text],*/
.feedback input[type=email],
.review input[type=email]/*,
.faq input[type=email]*/ {
  height: 76px;
  line-height: 76px;
}
.feedback textarea,
.review textarea/*,
.faq textarea*/ {
  /*height: 350px;*/
  line-height: 50px;
  padding: 15px;
  overflow: hidden;
}
.feedback input[type=submit],
.review input[type=submit]/*,
.faq input[type=submit]*/ {
  border: none;
  box-shadow: none;
  background: transparent;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  padding: 0;
  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.content-compare-container {
  margin-bottom: 100px;
}
.content-compare-container h1 {
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 75px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 50px;
}
.content-compare-container .compare-table-container {
  width: 100%;
}
.content-compare-container aside {
  width: 320px;
  float: left;
  overflow: hidden;
}
.content-compare-container section {
  margin-left: 320px;
  font-size: 0;
}
.content-compare-container table {
  table-layout: fixed;
  margin-bottom: 10px;
}
.content-compare-container .compare-item-table {
  display: inline-block;
  width: 252px;
  vertical-align: top;
}
.content-compare-container .compare-head {
  border-top: none;
  height: 100px;
}
.content-compare-container .compare-head > a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #f74b4b;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  margin-right: 15px;
}
.content-compare-container .compare-foot {
  border-top: 5px solid #b3b3b3;
  height: 80px;
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 26px;
  line-height: 26px;
}
.content-compare-container .compare-foot small {
  font-family: Helvetica, Arial, sans-serif;
  color: #b2b2b2;
  font-size: 14px;
  display: block;
}
.content-compare-container .compare-foot p {
  line-height: 34px;
}
.content-compare-container th {
  font-family: Helvetica, Arial, sans-serif;
  border-top: 1px solid #e6e6e6;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  width: 306px;
  padding-right: 14px;
  height: 50px;
  line-height: 18px;
}
.content-compare-container th.compare-head > a {
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  border-bottom: 5px solid #e6e6e6;
}
.content-compare-container th.compare-head > a.active {
  color: #f74b4b;
  border-bottom-color: #f74b4b;
}
.content-compare-container th.compare-head > a:hover {
  border-bottom-color: #f74b4b;
}
.content-compare-container td {
  border-top: 1px solid #e6e6e6;
  vertical-align: middle;
  font-family: 'helioscbold', Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 18px;
  height: 50px;
  width: 252px;
  position: relative;
}
.content-compare-container td > div {
  position: relative;
}
.content-compare-container .compare-img-container {
  height: 60px;
}
.content-compare-container .compare-img-container a {
  display: block;
  width: 252px;
  height: 100%;
}
.content-compare-container .compare-img-container img {
  max-height: 100%;
  vertical-align: top;
  display: inline-block;
}
.faq-form-container label {
  display: block;
}
.faq-form-container fieldset {
  display: block;
}
.faq-form-container fieldset .parsley-errors-list {
  list-style: none;
}
.faq-form-container fieldset .parsley-errors-list li {
  color: #f74b4b;
}
.faq-form-container input[type=email] {
  width: 300px;
  margin-left: 0;
}
.faq-form-container input[type=email].parsley-error {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #f74b4b;
}
.faq-form-container textarea {
  display: inline-block;
  width: 300px;
  margin-left: 0;
  background: #f5f5f5;
  border: none;
  -webkit-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 1px rgba(0, 0, 0, 0.2);
  height: 150px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  outline: none;
  overflow: auto;
}
.faq-form-container textarea.parsley-error {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 2px solid #f74b4b;
}
.faq-form-container textarea:focus::-webkit-input-placeholder {
  color: #afafaf;
}
.faq-form-container textarea:focus:-moz-placeholder {
  color: #afafaf;
}
.faq-form-container textarea:focus:-ms-input-placeholder {
  color: #afafaf;
}
.faq-form-container textarea.placeholder {
  color: #808080;
}
.faq-form-container textarea.placeholder:focus {
  color: #afafaf;
}
.faq-form-container textarea::-webkit-input-placeholder {
  color: #808080;
}
.faq-form-container textarea:-moz-placeholder {
  color: #808080;
}
.faq-form-container textarea:-ms-input-placeholder {
  color: #808080;
}
.fancybox__close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 20px;
  right: 30px;
}
.fbx__close {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/img/icon_close.gif') 50% 50% no-repeat;
  text-decoration: none;
}
.mb50 {
  margin-bottom: 50px;
}
.tac {
  text-align: center;
}

.text_more {
  font-size: 14px;
  color: #f74b4b;
  line-height: 1;
  text-decoration: none;
  width: 76px;
  position: absolute;
}

#text_more:hover {
  border-bottom: 1px solid #e5e5e5;
}

#text_short {
  font-size: 14px;
  color: #f74b4b;
  line-height: 1;
  text-decoration: none;
  width: 49px;
  position: absolute;
}

#text_short:hover {
  border-bottom: 1px solid #e5e5e5;
}

#more {
  margin-top: -30px;
}

#sitemap a {
	color: #000;	
}

.text p {
	margin-top: 10px !important;
}

.text h2 {
	margin-top: 10px !important;
}

.text {
	width: 820px;
}
.developers {
	margin-top: -10px;
}
.developers p {
	margin-bottom:0px;
}

#more h2, #more h3 {
	margin-bottom:20px;
}

.block-link {
	font-size: 14px;
	color: #f74b4b;
	line-height: 1;
	text-decoration: none;
}

.block-link:hover {
	border-bottom: 1px solid #e5e5e5;
}

.main_product {
	text-align: center; 
	margin-left: 20px;
}

.main_product td {
	padding-right: 15px;
}

.perelinkovka li a {
	font-size: 14px;
	color: black !important;
	text-decoration: none;
}

.perelinkovka li a:hover {
	border-bottom: 1px solid #e5e5e5;
}

#stati_img {
	text-align: center;
	margin-bottom: 20px;
}

.main_product tr td a {
	color: black;
}

.perelinkovka {
	margin-top: -17px;
}

#contact {
	position: absolute;
	color: #ccc;
	width: 199px;
	height: 24px;
	left: 79%;
	top: 50%;
	margin-top: -12px;
	line-height: normal;
	text-align: right;
}

#contact_main {
		position: absolute;
	color: #ccc;
	width: 199px;
	height: 24px;
	right: 0;
	top: 24%;
	margin-top: -12px;
	line-height: normal;
	text-align: right;
	font-size: 12px;
}



#toTop {
 width:100px;  
 text-align:center;
 padding:19px;
 position:fixed;
 bottom:10px; /* Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ ÐºÐ½Ð¾Ð¿ÐºÐ¸ Ð¾Ñ‚ Ð½Ð¸Ð¶Ð½ÐµÐ³Ð¾ ÐºÑ€Ð°Ñ ÑÑ‚Ñ€Ð°Ð½Ð¸Ñ†Ñ‹*/
 right:68px;
 cursor:pointer;
 display:none;
 color:#333;
 font-family:verdana;
 font-size:11px;
}

.require {
	font-size: 35px;
	color: red;
}

h1.title_news {
	font-size: 35px;
	line-height: 50px;
}

.title_ {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 55px !important;
	line-height: 55px !important;
	margin: 30px 0 !important;
}

#faq {
  background: #fff;
  padding: 10px;
  font-family: "helioscregular",Arial,sans-serif;
  text-align: center;
}
#faq fieldset {
  margin: 10px 10%;
  text-align: left;
}
#faq fieldset ::-webkit-input-placeholder {
  font-style: italic;
}
#faq fieldset :-ms-input-placeholder {
  font-style: italic;
}

#faq fieldset ::-moz-placeholder {
  font-style: italic;
}
#faq fieldset :-moz-placeholder {
  font-style: italic;
}
#faq input#faq-name,
#faq input#faq-email,
#faq textarea#faq-message {
  border: 1px solid #d4d4d5;
  color: #666;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  padding: 4px;
  width: 250px;
  float: left;
}
#faq textarea#faq-message {
  height: 100px;
}
#faq input + ul,
#faq textarea + ul {
  clear: left;
  margin-left: 110px;
}

#faq label {
  display: block;
  float: left;
  width: 100px;
  font-size: 13px;
  text-align: right;
  margin-right: 10px;
}
#faq label font {
  color: red;
}
#faq span {
  color: #818495;
    font-size: 1.6em;
    font-weight: normal;
    display: block;
    padding: 10px;
}
#faq fieldset.faq-sub {
  text-align: center;
}
#faq #faq-submit {
    color: #fff;
    padding: 10px;
}
#faq .btn:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  /*top: 50%;*/
  /*left: 50%;*/
  background: #c63d3d;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.title-search-result {
  top: 250px!important;
}

.req {
  color: white;
  padding: 20px 0;
}
.req .contacts-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #fff;
}
.req .contacts-table td {
  border: 1px solid #fff;
  padding: 0 10px;
}

#text_more {
	font-size: 14px;
	color: #f74b4b;
	line-height: 1;
	text-decoration: none;
}


.carousel-wrapper
{
  position: relative;
    width: 1000px;
    margin: 0 auto;
}
  .gallery
  {
    margin: 15px auto;
    height: 150px;
  }

  .gallery ul
  {
    height: 150px;
  }

  .gallery ul li
  {
    margin: 5px;
    height: 150px;
    width: 220px;
    position: relative;
  }

  .gallery ul li img
  {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }

  .prev
  {
    width: 42px;
      height: 56px;
      background: url(/img/carousel/main_sprite.png) no-repeat 0 -54px;
      position: absolute;
      top: 50px;
      cursor: pointer;
  }

  .next
  {
    width: 42px;
      height: 56px;
      background: url(/img/carousel/main_sprite.png) no-repeat -50px -54px;
      position: absolute;
      top: 50px;
      cursor: pointer;
      right: 0px;
  }
  a:active, a:focus { outline: none; border: 0;}