@import url('font-awesome-4.7.0/css/font-awesome.min.css');

@font-face {
  font-family: 'Trebuchet MS';
  src: url("../fonts/TrebuchetMS.eot");
  src: url("../fonts/TrebuchetMS.eot?#iefix") format("embedded-opentype"), url("../fonts/TrebuchetMS.woff2") format("woff2"), url("../fonts/TrebuchetMS.woff") format("woff"), url("../fonts/TrebuchetMS.ttf") format("truetype"), url("../fonts/TrebuchetMS.svg#TrebuchetMS") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Trebuchet MS';
  src: url("../fonts/TrebuchetMS-Bold.eot");
  src: url("../fonts/TrebuchetMS-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TrebuchetMS-Bold.woff2") format("woff2"), url("../fonts/TrebuchetMS-Bold.woff") format("woff"), url("../fonts/TrebuchetMS-Bold.ttf") format("truetype"), url("../fonts/TrebuchetMS-Bold.svg#TrebuchetMS-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Semibold.eot");
  src: url("../fonts/MyriadPro-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Semibold.woff2") format("woff2"), url("../fonts/MyriadPro-Semibold.woff") format("woff"), url("../fonts/MyriadPro-Semibold.ttf") format("truetype"), url("../fonts/MyriadPro-Semibold.svg#MyriadPro-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'cityclimat';
  src: url("../fonts/../fonts/cityclimat.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/../fonts/cityclimat.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/cityclimat.woff") format("woff"), url("../fonts/../fonts/cityclimat.ttf") format("truetype"), url("../fonts/../fonts/cityclimat.svg#7b2242ef72c1e3c496093cd5f5777929") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'clinic';
  src: url("../fonts/../fonts/clinic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/../fonts/clinic.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/clinic.woff") format("woff"), url("../fonts/../fonts/clinic.ttf") format("truetype"), url("../fonts/../fonts/clinic.svg#75371e7e4287a757bf721d999f0e75d5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

.page-header:after, .page-header-left:after, .page-header-right:after, .page-header-nav:after, .catalogue-sort:after, .catalogue-sort ul:after, .product-delivery:after, .cart:after, .cart-kit:after, .cart-item:after, .cart-item-info:after, .cart-item-extra-line:after, .installation:after, .installation-options-steps:after, .installation-area-tabs:after, .installation-area-content:after, .installation-faq:after, .installation-proposal:after, .installation-proposal-item:after, .installation-proposal-item .data:after, .installation-description:after, .installation-benefits:after, .installation-benefits-holder:after, .installation-benefits-list:after, .installation-portfolio:after, .installation-portfolio-list:after, .installation-option:after {
  display: block;
  content: '';
  clear: both;
}

.installation-option-item > a, .installation-bg a, .discount-list-item a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.discount-list-item .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.discount-list-item .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 99999%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotateStop {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateStop {
  0% {
    -webkit-transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes mouse {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  40% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}

@keyframes mouse {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
  }
  40% {
    -webkit-transform: translate(0, 10%);
    transform: translate(0, 10%);
  }
}

.header-logo {
  text-align: center;
}

.header-logo a {
  display: inline-block;
}

.header-logo g {
  -webkit-transform-origin: 30px 30px;
  -moz-transform-origin: 30px 30px;
  -ms-transform-origin: 30px 30px;
  transform-origin: 30px 30px;
}

.logo {
  position: relative;
  z-index: 1;
  width: 51px;
  height: 51px;
  margin: 0 0 4px 6px;
}

g.orange {
  fill: #fe5400;
  -webkit-animation: rotateStop 0.5s forwards linear;
  animation: rotateStop 0.5s forwards linear;
}

.header-logo:hover g.orange {
  -webkit-animation: rotate 1s infinite linear;
  animation: rotate 1s infinite linear;
}

.header-logo:hover g.orange:first-child {
  -webkit-animation: rotate 1.5s infinite linear;
  animation: rotate 1.5s infinite linear;
}

g.blue {
  fill: #00aeff;
  -webkit-animation: rotateStop 0.75s forwards linear;
  animation: rotateStop 0.75s forwards linear;
}

.header-logo:hover g.blue:first-child {
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite;
}

.header-logo:hover g.blue:nth-child(2) {
  -webkit-animation: rotate 1.25s linear infinite;
  animation: rotate 1.25s linear infinite;
}

.header-logo:hover g.blue:nth-child(3) {
  -webkit-animation: rotate 1.75s linear infinite;
  animation: rotate 1.75s linear infinite;
}

.logo-name {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 13px;
}

g.logo-name-text {
  fill: #fff;
}

/* ___________1. RESET CSS____________________*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, sub, tt, var, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, hr {
  vertical-align: baseline;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-variant: inherit;
  font-style: inherit;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* HTML5 display-role reset for older browsers */
article, address, aside, details, figcaption, figure,
footer, header, menu, nav, section, label, small, time, img {
  display: block;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-width: 1260px;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  color: #000000;
  background: #ffffff;
}

body.modal-open {
  overflow: hidden;
}

html {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html.loaded {
  opacity: 1;
}

/*chrome text boosting fix*/
html * {
  max-height: 1000000px;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}

mark {
  background: none;
  color: inherit;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* ___________1. end of RESET CSS___________________*/
/* ___________2. TYPICAL ELEMENTS___________________*/
/*____________2.1. TITLES______________________*/
.hero-title {
  padding: 81px 0 19px 0;
  font-size: 61px;
  line-height: 70px;
}

.warranty-title {
  padding: 0 0 35px 0;
  font-size: 48px;
  line-height: 48px;
}

.history-title {
  font-size: 20px;
  padding: 0 0 27px 0;
}

.contacts-title {
  padding: 72px 0 83px 0;
  font-size: 40px;
  color: #1e2126;
}

.text-block h1 {
  padding: 0 0 31px 0;
  font-size: 40px;
  color: #1e2126;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.text-block h2 {
  padding: 3px 0 22px 0;
  font-size: 20px;
  color: #000000;
}

.portfolio h1 {
  padding: 0 0 18px 33px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 40px;
  color: #1e2126;
}

.catalogue h1 {
  padding: 0 33px 11px 33px;
  font-size: 26px;
  color: #1e2126;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.bottom-text-title {
  padding: 0 0 14px 0;
  font-size: 20px;
  color: #000000;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.gap-title-text {
  padding: 43px 0 0 33px;
  font-size: 40px;
  color: #1e2126;
}

.product h1 {
  font-size: 40px;
  color: #1e2126;
}

.product-name-top {
  font-size: 40px;
  color: #a2a2a2;
}

.product h1 span {
  display: block;
}

.text-modal-title {
  padding: 0 0 30px 0;
  font-size: 40px;
  color: #1e2126;
}

/*____________2.1. end of TITLES_______________*/
/*____________2.2. LINKS_______________________*/
a {
  color: #00deff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*____________2.2. end of LINKS________________*/
/*________________2.3. FORM ELEMENTS___________*/
::-webkit-input-placeholder {
  color: #24262a;
}

::-moz-placeholder {
  color: #24262a;
}

:-ms-input-placeholder {
  color: #24262a;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.search-box ::-webkit-input-placeholder {
  color: #00deff;
}

.search-box ::-moz-placeholder {
  color: #00deff;
}

.search-box :-ms-input-placeholder {
  color: #00deff;
}

.search-box :focus::-webkit-input-placeholder {
  color: transparent;
}

.search-box :focus::-moz-placeholder {
  color: transparent;
}

.search-box :focus:-ms-input-placeholder {
  color: transparent;
}

.hero .search-box ::-webkit-input-placeholder {
  color: #ffffff;
}

.hero .search-box ::-moz-placeholder {
  color: #ffffff;
}

.hero .search-box :-ms-input-placeholder {
  color: #ffffff;
}

.hero .search-box :focus::-webkit-input-placeholder {
  color: transparent;
}

.hero .search-box :focus::-moz-placeholder {
  color: transparent;
}

.hero .search-box :focus:-ms-input-placeholder {
  color: transparent;
}

.price-range ::-webkit-input-placeholder {
  color: #949496;
}

.price-range ::-moz-placeholder {
  color: #949496;
}

.price-range :-ms-input-placeholder {
  color: #949496;
}

.price-range :focus::-webkit-input-placeholder {
  color: transparent;
}

.price-range :focus::-moz-placeholder {
  color: transparent;
}

.price-range :focus:-ms-input-placeholder {
  color: transparent;
}

.search-box.city-select input.search-text::-webkit-input-placeholder {
  color: #24262a;
}

.search-box.city-select input.search-text::-moz-placeholder {
  color: #24262a;
}

.search-box.city-select input.search-text:-ms-input-placeholder {
  color: #24262a;
}

.search-box.city-select input.search-text:focus::-webkit-input-placeholder {
  color: #bcbcbc;
}

input::-ms-clear {
  display: none;
}

.search-box.city-select input.search-text,
textarea,
input.text {
  position: relative;
  display: block;
  width: 100%;
  height: 37px;
  padding: 0 16px;
  margin: 0 0 25px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #24262a;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  outline: none;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 0 0 transparent;
  box-shadow: inset 0 0 0 transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.search-box.city-select input.search-text.error,
textarea.error,
input.text.error {
  border: 1px solid #f899a2;
}

textarea.valid,
input.text.valid {
  border: 1px solid #b6ea8d;
}

.search-box.city-select input.search-text:focus,
textarea:focus,
input.text:focus {
  -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.search-box.city-select input.search-text {
  margin: 0;
}

.search-box.city-select input.search-text:focus {
  border: 1px solid #f4f4f4;
}

.search-box.city-select .search-dropdown {
  padding: 39px 12px 30px 12px;
}

.search-box.city-select .search-dropdown li {
  padding: 0;
  margin: 11px 0 0 0;
}

.search-box.city-select .search-dropdown li:first-child {
  margin: 0;
}

textarea {
  padding: 9px 15px;
  line-height: normal;
  resize: none;
}

textarea.auto-height-message.active,
textarea.auto-height-message:focus {
  height: 110px;
}

.form-errors {
  display: none;
  padding: 20px 10px 30px 10px;
  font-size: 13px;
  line-height: 24px;
  color: #ff273b;
  clear: both;
}

.cart-form .form-errors {
  padding: 0 10px 10px 10px;
}

.form-errors.active {
  display: block;
}

.form-errors label {
  padding: 0;
  font-size: 13px;
  line-height: 24px;
  color: #797a7b;
}

.form-errors span {
  display: block;
}

.testimonial-modal-form textarea {
  height: 80px;
  margin: 0 0 15px 0;
}

.cart-form textarea {
  margin: 0 0 20px 0;
}

.cart-form .search-box {
  margin: 0;
  width: 100%;
}

label.hidden-label {
  display: none;
}

label.modal-label {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
  padding: 0 17px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #1e2126;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.cart-modal label.modal-label {
  top: 12px;
}

label > sup {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 14px;
}

.input-line.active label.modal-label {
  top: -19px;
}

.modal-form input.text {
  z-index: 1;
}

.modal-form .cheaper-price label {
  float: left;
  padding: 10px 0 0 10px;
  color: #797a7c;
}

.cheaper-price input.text {
  float: right;
  width: 180px;
  margin: 0;
}

.radio,
.checkbox {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 16px;
  width: 16px;
  border: 1px solid #bfbfbf;
  background: #ffffff;
  margin: 0 10px 0 0;
  overflow: hidden;
  cursor: pointer;
  border-radius: 2px;
}

.radio:before,
.checkbox:before {
  position: absolute;
  content: 'j';
  top: 0;
  left: -1px;
  display: block;
  height: 16px;
  width: 16px;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-family: "cityclimat";
  color: #df5614;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.radio.checked:before,
.checkbox.checked:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.radio input,
.checkbox input {
  margin-left: -999em;
}

.res-cart-item-extra .checkbox {
  float: left;
  display: block;
  margin: 10px 11px 0 0;
}

.label-text {
  display: inline-block;
  vertical-align: top;
  padding: 2px 0 0 0;
  font-size: 15px;
  color: #949496;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.catalogue-filters .label-text span {
  margin: 0 0 0 5px;
}

.catalogue-filters .label-text:hover {
  color: #1e2126;
}

.filter-buttons .button {
  width: 115px;
  height: 35px;
  border-radius: 18px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.filter-buttons > div {
  float: left;
}

.filter-buttons > div:first-child {
  margin: 0 8px 0 0;
}

.modal-form label {
  padding: 0 0 4px 15px;
  font-size: 15px;
  color: #25272b;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*search box*/
.search-box {
  position: relative;
  z-index: 6;
  float: left;
  width: 631px;
  margin: 24px 0 0 0;
}

.search-box-frame {
  position: relative;
  z-index: 3;
  height: 37px;
  border: 1px solid #f4f4f4;
  background: transparent;
  outline: none;
  border-radius: 19px;
  -webkit-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
}

.content-column.gray-column .search-box-frame,
.hero .search-box-frame {
  border: 1px solid #ffffff;
}

.hero .search-box-frame.active,
.search-box-frame.active {
  background: #ffffff;
  border: 1px solid #333232;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: 37px;
  height: 37px;
  border: none;
  background: none;
  outline: none;
  overflow: hidden;
  cursor: pointer;
}

.search-btn:before {
  position: absolute;
  content: 'e';
  top: 6px;
  left: 4px;
  display: block;
  font-family: "cityclimat";
  color: #00deff;
  font-size: 24px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.hero .search-btn:before {
  color: #ffffff;
}

.search-box-frame.active .search-btn:before {
  color: #00deff;
}

.search-box-frame.active .search-btn:hover:before,
.search-box-frame:hover .search-btn:before {
  color: #333232;
}

input.search-text {
  position: relative;
  z-index: 4;
  width: calc(100% - 35px);
  height: 35px;
  background: none;
  border: none;
  outline: none;
  padding: 0 17px 0 17px;
  margin: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

input.search-text:focus {
  color: #333232;
}

.content-column .search-box-frame {
  background: #ffffff;
}

.search-dropdown {
  position: absolute;
  top: 19px;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  padding: 59px 20px 0 23px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: #24262b;
  background: rgba(36, 38, 43, 0.9);
  -webkit-box-shadow: 0.6px 1.9px 2px rgba(161, 161, 161, 0.5);
  box-shadow: 0.6px 1.9px 2px rgba(161, 161, 161, 0.5);
  border-radius: 0 0 8px 8px;
}

.search-dropdown li {
  padding: 0 0 15px 0;
}

.search-dropdown li > a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  min-width: 57%;
}

.search-dropdown li > a:hover {
  color: #00deff;
}

.search-dropdown li > ul {
  padding: 14px 0 0 13px;
}

.search-dropdown li > ul > li {
  padding: 0 0 17px 0;
  font-size: 15px;
  font-weight: 400;
}

.search-dropdown mark {
  color: #00deff;
}

.search-dropdown li li > span {
  display: inline-block;
  vertical-align: middle;
  color: #df5614;
  font-size: 10px;
}

.search-dropdown li li > span > span {
  font-size: 16px;
}

/* end of search box*/
/*SELECT*/
.ik_select {
  position: relative;
  width: 100%;
  height: 37px;
  font-size: 15px;
  font-weight: 400;
  color: #24262a;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  outline: none;
  border-radius: 18px;
}

.ik_select_link {
  overflow: hidden;
  cursor: pointer;
  height: 35px;
  padding: 0 16px;
  line-height: 35px;
  white-space: nowrap;
}

.ik_select_link span:last-child {
  color: #ff5500;
}

.city-select-arrow,
.ik_select_link:before {
  position: absolute;
  content: 'i';
  top: 1px;
  right: 10px;
  z-index: 5;
  font-size: 18px;
  display: block;
  font-family: "cityclimat";
  color: #00deff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.city-select-arrow:before {
  position: relative;
  display: block;
  content: 'i';
}

.city-select-arrow {
  top: 10px;
  right: 10px;
}

.city-select.active .city-select-arrow {
  top: 9px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.hidden-list .ik_select_link:before {
  display: none;
}

.hidden-list .ik_select_link {
  cursor: default;
}

.ik_select_link.active:before {
  top: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ik_select_link_text {
  display: block;
  height: 35px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ik_select_dropdown {
  display: none;
  cursor: default;
  position: absolute;
  left: 0;
  top: 24px;
  z-index: 9999;
  width: 98%;
}

.ik_select_dropdown.hidden-list {
  display: none !important;
}

.ik_select_list {
  position: relative;
  width: 100%;
  padding: 10px 12px 15px 12px;
  font-weight: 700;
  font-size: 15px;
  background: #24262b;
  background: rgba(36, 38, 43, 0.9);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
}

.ik_select_list:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 11px;
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}

.ik_select_list li {
  margin: 11px 0 0 0;
  padding: 5px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.ik_select_list li:hover {
  color: #00deff;
}

.ik_select_list li.ik_select_active {
  color: #00deff;
  cursor: default;
}

.delivery-dropdown li:first-child {
  display: none;
}

.ik_select_optgroup_disabled .ik_select_optgroup_label,
.ik_select_option_disabled {
  color: #999999;
}

.ik_select_link_disabled {
  opacity: 0.5;
}

/* end SELECT*/
/*end of select*/
/*spinner*/
.item-amount {
  position: relative;
  z-index: 5;
  float: left;
  padding: 13px 40px;
  overflow: hidden;
  clear: both;
}

.item-amount .spinner {
  position: absolute;
  left: -999em;
  visibility: hidden;
}

a.ui-spinner-button {
  position: absolute;
  top: 5px;
  display: block;
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-decoration: none;
}

a.ui-spinner-button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 24px;
}

a.ui-spinner-up {
  right: 3px;
}

a.ui-spinner-down {
  left: 3px;
}

a.ui-spinner-button:hover {
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  text-decoration: none;
}

a.ui-spinner-button:hover,
a.ui-spinner-button:active {
  color: #ffffff;
  background: #00deff;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

a.ui-spinner-button span.ui-icon {
  display: block;
  width: 23px;
  height: 23px;
}

a.ui-spinner-down:before {
  content: '\2013';
  font-size: 24px;
}

a.ui-spinner-up:before {
  content: '+';
  font-size: 26px;
  line-height: 29px;
}

.spinner-value {
  padding: 0 3px;
  font-size: 15px;
}

/* end of spinner*/
/*file*/
.file-label {
  position: relative;
}

.file-label .file-input {
  position: absolute;
  left: -999em;
}

.file-label-btn {
  position: relative;
  display: inline-block;
  height: 37px;
  padding: 0 27px;
  font-size: 15px;
  line-height: 37px;
  font-weight: 300;
  color: #32c2e0;
  cursor: pointer;
  border-radius: 19px;
  background: #ffffff;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.file-input-content {
  padding: 21px 0 0 0;
}

.file-name {
  position: relative;
  padding: 0 0 14px 20px;
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #7a7a7c;
}

/* end of file*/
.price-range > label {
  float: left;
  color: #949496;
  font-size: 15px;
  padding: 12px 10px 0 0;
}

.price-range > input + label {
  padding-left: 13px;
}

.price-range input.text {
  float: left;
  width: 88px;
  height: 36px;
  padding: 0 10px;
  -webkit-box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.cart-form .input-line input.text {
  margin: 0;
}

.cart-form .input-line.email-line input.text {
  float: left;
  width: 62%;
  margin: 0 33px 0 0;
}

.cart-form button.select-btn {
  border: 1px solid #ffffff;
}

.email-subscribe .checkbox {
  float: left;
  margin: 8px 5px 0 10px;
}

/*captcha*/
.captcha-line {
  padding: 0 0 24px 0;
}

.captcha-code {
  float: left;
  width: 184px;
  height: 36px;
  margin: 0 0 0 7px;
}

.captcha-line input.text {
  float: right;
  width: 114px;
  margin: 0;
}

.captcha-line label {
  padding: 0 0 20px 10px;
}

/* end fo captcha*/
/*rating*/
.rating {
  margin: 0 0 5px 0;
}

.star-rating {
  float: left;
  display: block;
  cursor: pointer;
  margin: 0 5px 0 0;
  background: transparent !important;
  overflow: hidden !important;
}

.rating-cancel,
.rating-cancel > a {
  display: none !important;
}

.star-rating > a {
  display: block;
  height: 0;
  text-decoration: none;
  text-indent: -999em;
}

.star-rating:before {
  display: block;
  content: 'h';
  font-size: 48px;
  color: #d9d9d9;
  font-family: "cityclimat";
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.star-rating-on:before,
.star-rating-hover:before {
  color: #e06618;
}

.star-rating-readonly > a {
  cursor: default !important;
}

.rating-value {
  padding: 0 0 29px 10px;
  font-size: 14px;
  color: #7a7b7c;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.rating-value > span {
  display: none;
}

.rating-value > span.active {
  display: block;
}

/* end of rating*/
/*_____________2.3. end of FORM ELEMENTS_________*/
.filter-item label:after,
.preview-item-cell:after,
.post-products:after,
.text-block:after,
.service-button:after,
.portfolio-list:after,
.portfolio:after,
.scroll-tabs:after,
.product-data:after,
.cheaper-price:after,
.product-item:after,
.proposal-content:after,
.proposal-tabs:after,
.product-benefits li:after,
.features-list-item:after,
.features-content:after,
.features-tabs:after,
.product-info-buttons ul:after,
.product-top:after,
.captcha-line:after,
.rating:after,
.product:after,
.compare-scroll-list:after,
.compare-horizontal-list:after,
.compare-right:after,
.compare:after,
.favorite:after,
.cart-form-total:after,
.input-line:after,
.cart-service:after,
.res-cart-item-extra-line:after,
.res-cart-item-top:after,
.breadcrumbs:after,
.catalogue-item-features:after,
.catalogue-item-right:after,
.catalogue-item:after,
.filter-buttons:after,
.price-range:after,
.no-trigger-title:after,
.filter-category-content:after,
.filter-category-title:after,
.catalogue-sort:after,
.catalogue:after,
.content-header:after,
.contacts:after,
.footer-catalogue-section:after,
.social-box:after,
.footer-top-row:after,
.scroll-row:after,
.twitt-author:after,
.twitt-column:after,
.twitt-preview:after,
.hero:after,
.preview-item-desc:after,
.preview-item-content:after,
header:after,
footer:after,
.main:after,
.catalogue-item-top:after,
.catalogue-item-bottom:after,
.portfolio-modal-item:after,
.mobile-nav-items:after,
.mobile-nav-holder:after,
.modal-frame:after {
  display: block;
  content: '';
  clear: both;
}

.inner {
  position: relative;
  min-width: 1260px;
  max-width: 1920px;
  margin: auto;
}

.page-holder {
  position: relative;
  width: 100%;
  min-width: 1260px;
  max-width: 1920px;
  min-height: 100%;
  padding: 0 0 0 126px;
  margin: 0 auto;
  overflow: hidden;
  background: #1e2126;
}

.main {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  background: #ffffff;
}

.main .inner {
  z-index: 60;
}

.hide {
  opacity: 0;
}

.hide.visible {
  opacity: 1;
}

.hidden {
  display: none !important;
}

.input-line {
  position: relative;
}

/*page cover*/
.page-cover {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 1;
  -webkit-transition: opacity 0.5s, z-index 0.5s .1s;
  -o-transition: opacity 0.5s, z-index 0.5s .1s;
  transition: opacity 0.5s, z-index 0.5s .1s;
}

.page-cover.animate {
  z-index: 0;
  opacity: 0;
}

/* end of page cover*/
/* ___________2. end of TYPICAL ELEMENTS____________*/
/*____________3. HEADER_______________________*/
header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  color: #ffffff;
  background: #1e2126;
}

.android header,
.ios header {
  position: absolute;
}

header .inner {
  height: 0;
}

.header-column {
  width: 126px;
  padding: 20px 0 0 0;
}

.header-logo {
  position: relative;
  width: 94px;
  height: 74px;
  margin: auto;
}

.header-nav {
  position: relative;
  z-index: 15;
  padding: 67px 0 0 0;
  text-align: center;
}

.header-nav li {
  position: relative;
  display: table;
  font-weight: 300;
  font-size: 12px;
  height: 72px;
  width: 100%;
}

.header-nav li > a, .header-nav li > span {
  position: relative;
  z-index: 2;
  color: #a2a2a2;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.header-nav li > span {
  cursor: default;
}

.header-nav li.push-hint-active > a:hover,
.header-nav li.push-hint-active > a {
  color: transparent;
}

.header-nav li.push-hint-active > a:hover:before {
  color: #ffffff;
}

.header-nav li > a:before, .header-nav li > span:before {
  display: block;
  margin: 0 auto 8px auto;
  font-family: "cityclimat";
  font-size: 22px;
  color: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav li.item-1 > a:before, .header-nav li.item-1 > span:before {
  content: 'b';
}

.header-nav li.item-2 > a:before, .header-nav li.item-2 > span:before {
  content: 'f';
}

.header-nav li.item-3 > a:before, .header-nav li.item-3 > span:before {
  content: 'g';
}

.header-nav li.item-4 > a:before, .header-nav li.item-4 > span:before {
  content: 'c';
}

.header-nav li.item-5 > a:before, .header-nav li.item-5 > span:before {
  content: '\aa';
}

.header-nav li.item-6 > a:before, .header-nav li.item-6 > span:before {
  content: 'd';
}

.header-nav li > a:hover:before, .header-nav li > span:hover:before,
.header-nav li.current > a:before, .header-nav li.current > span:before,
.header-nav li.current > a, .header-nav li.current > span,
.header-nav li > a:hover, .header-nav li > span:hover {
  color: #00deff;
}

.header-nav li.current.not-current > a:before, .header-nav li.current.not-current > span:before,
.header-nav li.current.not-current > a, .header-nav li.current.not-current > span {
  color: #ffffff;
}

.header-nav li.current.not-current.active > a:before, .header-nav li.current.not-current.active > span:before,
.header-nav li.current.not-current.active > a, .header-nav li.current.not-current.active > span,
.header-nav li.active > a:before, .header-nav li.active > span:before,
.header-nav li.active > a, .header-nav li.active > span {
  color: #00deff;
}

.header-nav li.active > a.dropdown-nav-trigger, .header-nav li.active > span.dropdown-nav-trigger {
  background: #ffffff;
}

.header-nav li a > span, .header-nav li span > span {
  position: absolute;
  top: 15%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #fe5400;
  opacity: 0;
  -webkit-transition: all 0.2s 0.3s;
  -o-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
}

.header-nav li.push a > span {
  opacity: 1;
}

.header-nav li.push-hint-active > a > span {
  color: #ffffff;
  -webkit-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
}

.dropdown-nav {
  position: absolute;
  top: 0;
  left: 126px;
  width: 0;
  height: 100vh;
  z-index: 10;
  background-color: #ffffff;
  border: 0 solid transparent;
  -webkit-box-shadow: 1px 2px 2px rgba(161, 161, 161, 0);
  box-shadow: 1px 2px 2px rgba(161, 161, 161, 0);
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.dropdown-nav-level-2 {
  left: 438px;
}
.dropdown-nav-level-3 {
  left: 750px;
}
.dropdown-nav-level-4 {
  left: 1062px;
}
.header-column .dropdown-nav ul li a .catalog-icon-arrow, .header-column .dropdown-nav ul li span .catalog-icon-arrow {
  display: none;
}
.header-column .dropdown-nav ul li a[data-target], .header-column .dropdown-nav ul li span[data-target] {
  position: relative;
  display: inline-block;
  display: -moz-inline-block;
  zoom: 1;
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
}
.header-column .dropdown-nav ul li a[data-target] .catalog-icon-arrow, .header-column .dropdown-nav ul li span[data-target] .catalog-icon-arrow {
  display: block;
  width: 20px; height: 20px;
  position: absolute;
  font-size: 11px;
  right: 8px;
  top: 3px;
}

.header-column .dropdown-nav[data-subnav="dropdown-nav-catalogue"] ul li,
.header-column .dropdown-nav-level-1 ul li {
  margin: 0 0 30px 0;
}
.header-column .dropdown-nav-level-2 ul li {
  margin: 0 0 20px 0;
}
.header-column .dropdown-nav-level-2 > ul,
.header-column .dropdown-nav-level-3 > ul {
  padding-top: 80px;
}
.header-column .dropdown-nav-level-3 ul li {
  margin: 0 0 14px 0;
}


.dropdown-nav > ul {
  position: relative;
  z-index: 1;
  width: 312px;
  padding: 183px 0 0 29px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-nav.active > ul {
  opacity: 1;
}

.dropdown-nav.active {
  width: 312px;
  overflow: visible;
  border-right: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
  box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
}

.dropdown-nav li {
  margin: 0 0 13px 0;
}

.dropdown-nav li hr {
    padding-top: 10px;
}

.dropdown-nav li > a, .dropdown-nav li > span {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #7f7f81;
  font-size: 15px;
}

.dropdown-nav li a:hover,
.dropdown-nav li > a.active,
.dropdown-nav li > a:hover, .dropdown-nav li > span {
  color: #24262a;
  font-size: 17px;
  text-decoration: none;
}

.dropdown-nav li > span {
  cursor: default;
}

.dropdown-nav-close {
  display: none;
}

.ios .dropdown-nav-close,
.android .dropdown-nav-close {
  display: block;
}

.ios .dropdown-wide-close,
.android .dropdown-wide-close {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  width: 100vw;
  height: 100%;
}

.dropdown-nav-close:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: 'd';
  display: block;
  font-family: "clinic";
  font-size: 20px;
  color: #333232;
}

.push-hint {
  position: absolute;
  z-index: 1;
  left: 33px;
  top: 1px;
  width: 60px;
  height: 50px;
  background-color: #00deff;
  border-radius: 26px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.35s, width 0.25s 0.1s, -webkit-transform 0.2s 0.35s;
  transition: opacity 0.2s 0.35s, width 0.25s 0.1s, -webkit-transform 0.2s 0.35s;
  -o-transition: transform 0.2s 0.35s, opacity 0.2s 0.35s, width 0.25s 0.1s;
  transition: transform 0.2s 0.35s, opacity 0.2s 0.35s, width 0.25s 0.1s;
  transition: transform 0.2s 0.35s, opacity 0.2s 0.35s, width 0.25s 0.1s, -webkit-transform 0.2s 0.35s;
}

.push-hint > span {
  display: block;
  height: 50px;
  padding: 0 0 0 40px;
  color: #ffffff;
  font-size: 15px;
  line-height: 50px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

li.push-hint-active .push-hint {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.1s, width 0.25s 0.3s, -webkit-transform 0.2s;
  transition: opacity 0.1s, width 0.25s 0.3s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.1s, width 0.25s 0.3s;
  transition: transform 0.2s, opacity 0.1s, width 0.25s 0.3s;
  transition: transform 0.2s, opacity 0.1s, width 0.25s 0.3s, -webkit-transform 0.2s;
}

li.item-4.push-hint-active .push-hint {
  width: 272px;
}

li.item-5.push-hint-active .push-hint {
  width: 289px;
}

li.item-6.push-hint-active .push-hint {
  width: 299px;
}

li.push-hint-active .push-hint > span {
  opacity: 1;
  -webkit-transition: all 0.2s 0.4s;
  -o-transition: all 0.2s 0.4s;
  transition: all 0.2s 0.4s;
}

/*____________3. end of HEADER___________________*/
/*____________4. FOOTER_______________________*/
footer {
  position: relative;
  z-index: 5;
}

.footer-top {
  position: relative;
  height: 629px;
  padding: 59px 30px 0 36px;
  background: #797a7e;
  color: #ffffff;
}

.footer-top a {
  color: #ffffff;
}

.footer-top li.current > a,
.footer-top a:hover {
  color: #00deff;
  text-decoration: none;
}

.footer-column {
  float: left;
  width: 25%;
}

.footer-column:nth-child(1) {
  width: 20%;
}

.footer-column:nth-child(2) {
  width: 25.2%;
}

.footer-column:nth-child(3) {
  width: 21%;
}

.footer-column:nth-child(4) {
  width: 32%;
}

.footer-column > ul {
  padding: 0 0 30px 0;
}

.footer-column li {
  font-size: 12px;
  padding: 0 0 12px 0;
}

.footer-column li:first-child {
  font-size: 16px;
  padding: 0 0 22px 0;
}

footer .phone-box {
  padding: 0 0 26px 0;
  font-size: 12px;
  font-weight: 300;
}

footer .phone-box > a:hover,
footer .phone-box > a {
  margin: 0 0 9px 0;
  font-size: 38px;
  line-height: 38px;
  color: #ffffff;
}

.footer-social {
  padding: 81px 0 19px 0;
}

.footer-copyright {
  font-size: 12px;
}

.footer-copyright > a {
  text-decoration: underline;
}

.footer-copyright > a:hover {
  text-decoration: none;
}

.footer-catalogue {
  padding: 55px 30px 65px 36px;
  background: #ffffff;
}

.footer-catalogue-section {
  padding: 36px 0 10px 0;
  border-top: 1px solid #e5e5e5;
}

.footer-catalogue-section:first-child {
  padding-top: 0;
  border: none;
}

.footer-catalogue-title {
  padding: 0 0 26px 9px;
  font-size: 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #1e2126;
}

.catalogue-category {
  float: left;
  width: 25%;
  padding: 0 5px 21px 9px;
  text-align: justify;
  font-size: 12px;
  line-height: 26px;
  min-height: 155px;
}

.catalogue-category:nth-child(6n) {
  clear: both;
}

.catalogue-category > a {
  display: inline-block;
  color: #3a3c40;
  margin: 0 9px 0 0;
}

.catalogue-category-title {
  padding: 0 0 3px 0;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.footer-catalogue-title > a,
.catalogue-category-title > a {
  color: #1e2126;
}

.catalogue-category > a:hover,
.footer-catalogue-title > a:hover,
.catalogue-category-title > a:hover {
  color: #00deff;
  text-decoration: none;
}

/*____________4. end of FOOTER___________________*/
/*___________5. MAIN CONTENT_________________________*/
/*buttons*/
.white-btn,
.orange-btn {
  display: table;
}

.white-btn .button:after,
.orange-btn .button:after {
  position: relative;
  content: '';
  display: inline-block;
  vertical-align: middle;
  font-family: "cityclimat";
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.orange-btn .button {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  letter-spacing: 0.01em;
  text-decoration: none;
  color: #ffffff;
  border: none;
  background-color: #ff5500;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
}

.orange-btn .button:hover {
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.white-btn .button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #00deff;
  border: none;
  font-size: 15px;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.warranty-cell:hover .white-btn .button,
.portfolio-item a:hover > span,
.product-image .image-holder a:hover:before,
.slider-btn:hover,
.file-label-btn:hover,
.white-btn .button:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.portfolio-item a:active > span,
.product-image .image-holder a:active:before,
.slider-btn:active,
.white-btn .button:active {
  color: #ffffff;
  background-color: #00deff;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.circle-btn .button {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
}

.buy-form-btn .button,
.orange-btn.buy-btn .button {
  height: 50px;
  font-size: 22px;
  border-radius: 25px;
  letter-spacing: 0.05em;
  padding: 0 21px 0 30px;
  text-align: left;
}

.orange-btn.buy-btn.small .button {
  display: block;
  width: 35px;
  height: 35px;
  padding: 0 0 0 0;
  text-align: center;
}

.orange-btn.buy-btn.small .button.page-modal-trigger,
.orange-btn.buy-btn.small .button:hover {
  background: #ffffff;
  color: #ff5500;
}

.orange-btn.buy-btn.small .button:before {
  top: 6px;
  right: 15px;
  background: #ff5500;
  border-color: #ffffff;
}

.buy-form-btn .button:after,
.orange-btn.fast-buy-btn .button:after,
.orange-btn.cheaper-buy-btn .button:after,
.orange-btn.buy-btn .button:after {
  margin: 0 0 0 9px;
  content: 'c';
  font-size: 22px;
}

.orange-btn.buy-btn.small .button:after {
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 36px;
  font-size: 22px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.orange-btn.buy-btn.small .button:hover:after {
  color: #ff5500;
}

.white-btn.compare-btn .button:after {
  content: '\aa';
  font-size: 22px;
  color: #00deff;
  margin: 2px 0 0 2px;
}

.white-btn.favorite-btn .button:after {
  content: 'd';
  font-size: 23px;
  color: #00deff;
  margin: 2px 0 0 1px;
}

.white-btn .button.active {
  color: #ffffff;
  background-color: #00deff;
}

.white-btn .button.active:after {
  color: #ffffff;
}

.white-btn.follow-btn,
.white-btn.more-btn {
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.white-btn.more-btn .button {
  height: 37px;
  padding: 0 22px;
  border-radius: 19px;
}

.twitt-column .white-btn.follow-btn {
  float: right;
}

.white-btn.follow-btn .button {
  position: relative;
  height: 37px;
  padding: 2px 11px 0 22px;
  border-radius: 19px;
  border: 1px solid #f4f4f4;
}

.white-btn.follow-btn .button:after {
  content: 'l';
  font-size: 20px;
  color: #32c2e0;
  margin: 0 0 0 10px;
}

.social-box .white-btn.youtube,
.social-box .white-btn.twitter,
.social-box .white-btn.facebook {
  float: left;
}

.social-box .white-btn.youtube,
.social-box .white-btn.twitter {
  margin: 0 0 0 11px;
}

.white-btn.youtube .button:after,
.white-btn.twitter .button:after,
.white-btn.facebook .button:after {
  color: #797a7e;
  font-size: 18px;
}

.white-btn.youtube .button:hover:after,
.white-btn.twitter .button:hover:after,
.white-btn.facebook .button:hover:after {
  color: #32c2e0;
}

.white-btn.facebook .button:after {
  content: 'k';
}

.white-btn.youtube .button:after {
  content: 'm';
  margin: 1px 0 0 1px;
  font-size: 20px;
}

.white-btn.twitter .button:after {
  content: 'l';
  font-size: 21px;
  margin: 1px 0 0 1px;
}

.footer-dropdown-btn {
  padding: 20px 0 0 0;
  clear: both;
  height: 68px;
}

.footer-dropdown-btn .white-btn {
  min-width: 160px;
  margin: auto;
}

.footer-dropdown-btn .white-btn .button {
  padding: 0 13px 0 25px;
}

.footer-dropdown-btn .white-btn .button:hover {
  color: #00deff;
  background: #ffffff;
}

.footer-dropdown-btn .white-btn .button.active {
  color: #ffffff;
  background: #00deff;
}

.footer-dropdown-btn .white-btn .button:after {
  content: 'b';
  font-size: 20px;
  margin: 0 0 0 0;
}

.white-btn > .button:active:after {
  color: #ffffff;
}

.request-btn .button,
.orange-btn.feedback-btn .button,
.modal-form .orange-btn .button {
  height: 35px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-radius: 18px;
}

.white-btn.blank-btn .button,
.orange-btn.blank-btn .button {
  padding: 0 31px;
}

.white-btn.blank-btn .button {
  height: 35px;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-radius: 18px;
}

.orange-btn.blank-btn .button {
  height: 35px;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-radius: 18px;
}

.orange-btn.request-btn .button:after {
  content: 'p';
  margin: 0 5px 0 6px;
  font-size: 18px;
}

.orange-btn.subscribe-btn .button:after {
  content: 'o';
  margin: 0 5px 0 6px;
  font-size: 18px;
}

.service-btn .button {
  height: 35px;
  padding: 0 10px 0 20px;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-radius: 18px;
}

.service-btn .button:after {
  content: 'q';
  margin: 0 5px 0 8px;
  font-size: 18px;
}

.orange-btn.feedback-btn .button:after {
  content: 'g';
  margin: 0 0 0 11px;
  font-size: 20px;
}

.white-btn.help-btn .button {
  display: block;
  width: 23px;
  height: 23px;
  padding: 0 0 0 0;
}

.white-btn.help-btn .button:after {
  content: '?';
  width: 23px;
  height: 23px;
  font-size: 16px;
  line-height: 22px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.orange-btn.form-btn .button {
  width: 175px;
  height: 50px;
  padding: 0;
  font-size: 24px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  border-radius: 26px;
}

.cart-form .orange-btn.form-btn {
  float: right;
  margin: 15px 4px 0 0;
}

.white-btn.dots-btn .button {
  display: block;
  width: 23px;
  height: 23px;
  line-height: 16px;
}

.white-btn.dots-btn .button:after {
  content: '...';
  font-size: 16px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  font-weight: 600;
}

.buy-btn span.low {
  display: inline-block;
  margin: 4px 0 0 0;
  max-width: 76px;
  font-size: 13px;
  line-height: 14px;
}

.buy-btn .button.page-modal-trigger:after {
  top: -5px;
}

.buy-btn .button.page-modal-trigger:before {
  position: absolute;
  content: '';
  top: 13px;
  right: 30px;
  z-index: 2;
  display: block;
  width: 7px;
  height: 10px;
  background: #ffffff;
  border: 2px solid #ff5500;
}

/* end of buttons*/
.content-wrapper {
  position: relative;
  z-index: 60;
  overflow: hidden;
}

/*hero*/
.hero {
  position: relative;
  background: url("../i/hero-image.jpg") no-repeat 50% bottom;
  background-size: cover;
  color: #ffffff;
  padding: 0 35px;
}

.hero:before {
  position: absolute;
  content: 'n';
  bottom: 28px;
  left: 50%;
  z-index: 2;
  width: 100px;
  display: block;
  margin: 0 0 0 -50px;
  font-family: "cityclimat";
  text-align: center;
  font-size: 31px;
  color: #ffffff;
  -webkit-animation: mouse 1s 2s ease-in-out 3;
  animation: mouse 1s 2s ease-in-out 3;
}

.hero-cover {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  width: 100%;
  height: 100%;
}

.hero-cover.blue {
  background: rgba(50, 194, 224, 0.71);
}

.hero-cover.orange {
  background: rgba(236, 80, 36, 0.7);
}

.hero-cover.active {
  display: block;
}

.phone-box {
  position: relative;
  z-index: 2;
  font-size: 12px;
  font-weight: 300;
}

.phone-box.top-phone {
  float: right;
  margin: 21px 0 0 0;
  text-align: right;
}

.phone-box > a {
  display: block;
  margin: 0 0 9px 0;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
  color: #1e2126;
}

.phone-box.top-phone > a {
  margin: 0 0 2px 0;
  text-decoration: none;
  cursor: default;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
}

.phone-box > a:hover {
  text-decoration: none;
}

.hero .phone-box.top-phone > a {
  color: #ffffff;
}

.hero-bottom {
  position: relative;
  z-index: 2;
  clear: both;
  max-width: 760px;
  padding: 0 0 45px 122px;
  font-size: 15px;
  line-height: 22px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.hero-bottom > p {
  padding: 0 0 16px 5px;
}

.hero-bottom > ul {
  padding: 0 0 15px 0;
}

.hero-bottom li {
  position: relative;
  padding: 0 0 14px 27px;
}

.hero-bottom li:before {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #ffffff;
  border-radius: 50%;
}

.hero-bottom .white-btn {
  margin: 0 0 20px 0;
}

/* end of hero*/
/*preview*/
.preview {
  padding: 0 0 0 34px;
  background: #ffffff;
  overflow: hidden;
}

.preview-content {
  position: relative;
  -webkit-transition: margin 0.35s;
  -o-transition: margin 0.35s;
  transition: margin 0.35s;
}

.preview-item-content {
  position: relative;
  display: inline-block;
}

.preview-item {
  display: table;
  width: 100%;
}

.preview-item-cell {
  display: table-cell;
  vertical-align: middle;
}

.preview-item-image {
  position: relative;
  z-index: 1;
  float: left;
  margin: 0 53px 43px 0;
}

.preview-item-desc {
  padding: 128px 0 0 0;
  overflow: hidden;
}

.preview-item-name {
  display: block;
  color: #1e2126;
  line-height: 46px;
}

.preview-item-name.active {
  text-decoration: underline;
}

.preview-item-data,
.preview-item-brand {
  display: block;
  position: relative;
  z-index: 3;
  font-size: 40px;
}

.preview-item-data {
  position: relative;
  z-index: 1;
  padding: 0 0 26px 0;
}

.item-feature {
  position: relative;
  z-index: 3;
  font-size: 40px;
  line-height: 46px;
  color: #a2a2a2;
}

.item-price {
  position: relative;
  z-index: 3;
  float: left;
  margin: 3px 26px 0 5px;
}

.item-price .price {
  font-size: 18px;
  color: #ff5500;
}

.item-price .price > span {
  font-size: 42px;
}

.item-price .old-price {
  padding: 4px 0 0 0;
  font-size: 12px;
  color: #a2a2a2;
  text-decoration: line-through;
}

.item-price .old-price > span {
  font-size: 18px;
}

.preview-item .orange-btn {
  position: relative;
  z-index: 3;
  float: left;
  margin: 0 15px 0 0;
}

.preview-item .white-btn {
  position: relative;
  z-index: 3;
  float: left;
  margin: 8px 12px 0 0;
}

/* end of preview*/
/*warranty*/
.warranty {
  position: relative;
  background-size: cover;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ffffff;
  overflow: hidden;
}

.warranty-slide:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 50%;
  height: 100%;
}

.warranty-slide.active:before {
  display: block;
}

.warranty-row {
  position: relative;
  z-index: 3;
  display: table;
  width: 50%;
  overflow: hidden;
  height: 100vh;
}

.warranty-slide a {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.warranty-slide img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: block;
  width: auto;
  min-width: 100%;
  max-width: 300%;
  height: auto;
  min-height: 100%;
}

.warranty-slide {
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.warranty-cell {
  position: relative;
  z-index: 5;
  display: table-cell;
  vertical-align: middle;
}

.warranty-content {
  padding: 15% 130px 0 99px;
}

.warranty-content > p {
  padding: 0 0 42px 0;
  font-size: 15px;
  line-height: 24px;
}

/* end of warranty*/
/*testimonials*/
.twitt-preview {
  position: relative;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.twitt-column {
  float: left;
  width: 50%;
  border-left: 1px solid #e5e5e5;
}

.twitt-column:first-child {
  border: none;
}

.twitt-column-top {
  padding: 93px 36px 63px 54px;
}

.twitt-column:first-child .twitt-column-top {
  padding: 93px 56px 63px 36px;
}

.twitt-column.hidden-twitt {
  display: none;
}

.twitt-column-image img {
  width: 100%;
  height: auto;
}

.twitt-author {
  float: left;
  padding: 4px 0 0 0;
  min-width: 200px;
}

.twitt-author-photo {
  float: left;
  width: 58px;
  height: 58px;
  margin: 0 18px 0 0;
  overflow: hidden;
  border-radius: 8px;
}

.twitt-author-photo > img {
  display: block;
  border-radius: 8px;
}

.twitt-author-data {
  padding: 1px 0 0 0;
  overflow: hidden;
}

.twitt-author-data > span {
  display: block;
  padding: 11px 0 0 0;
  font-size: 14px;
  color: #b7b8b8;
}

.twitt-column-top > p {
  padding: 54px 50px 0 0;
  font-size: 20px;
  line-height: 30px;
  clear: both;
}

/* end of testimonials*/
/*history*/
.history {
  position: relative;
  z-index: 65;
  padding: 42px 27px 20px 38px;
  background: #ffffff;
}

.history.with-tabs {
  padding: 3px 0 0 0;
}

.scroll-row {
  overflow: hidden;
}

.product-item {
  position: relative;
  width: 230px;
  margin: 0 105px 0 0;
  float: left;
}

.product-item > a {
  display: block;
  color: #646567;
}

.product-item > a:hover span {
  color: #24262a;
  text-decoration: underline;
}

.product-item-image {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  height: 130px;
}

.product-item-image > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.product-item-image img {
  display: inline-block;
}

.product-item-name {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 84px;
  padding: 9px 0 5px 0;
  line-height: 22px;
}

.product-item-name > span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.product-item-price {
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #ff5500;
}

.product-item-price > span {
  font-size: 28px;
}

/* end of history*/
/*contacts*/
.contacts {
  position: relative;
  z-index: 1;
}

.contacts .map {
  position: relative;
  background: #ffffff;
  overflow: hidden;
}

.contacts [class*="controls__control"] {
  top: 25px !important;
  left: 35px !important;
}

.contacts [class*="-zoom"] {
  height: 28px !important;
}

.contacts [class*="-zoom"] [class*="-zoom__button"] {
  width: 35px;
  height: 35px !important;
  color: #00deff;
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contacts [class*="-zoom__scale"] {
  display: none !important;
}

.contacts [class*="_icon_routes"]:hover,
.contacts [class*="_icon_routes"]:active,
.contacts [class*="-zoom"] [class*="-zoom__button"]:active,
.contacts [class*="-zoom"] [class*="-zoom__button"]:hover {
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.contacts [class*="-zoom__minus"] [class*="-zoom__icon"] {
  background: none;
}

.contacts [class*="-button_theme_normal"]:before {
  width: 35px;
  height: 35px;
  background: none !important;
  font-size: 36px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #00deff;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

.contacts [class*="-button_theme_normal"][class*="-zoom__minus"]:before {
  content: '\2013';
  font-size: 48px;
}

.contacts [class*="-button_theme_normal"][class*="-zoom__plus"]:before {
  content: '+';
}

.contacts [class*="-zoom__minus"] [class*="-zoom__icon"],
.contacts [class*="-zoom__plus"] [class*="-zoom__icon"] {
  width: 35px;
  height: 35px;
  margin: 0;
  background: none !important;
  border-radius: 50%;
}

.contacts [class*="__toolbar_left"] {
  float: right;
  height: 0;
}

.contacts [class*="__icon_icon_routes"] {
  width: auto;
  height: 35px;
  padding: 0 20px;
  margin: 0 20px 0 0;
  color: #00deff;
  background: #ffffff;
  opacity: 1;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.contacts [class*="__icon_icon_routes"]:before {
  content: '';
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #00deff;
}

.contacts [class*="-button_size_s"] [class*="-button__text"] {
  height: 35px;
  width: auto;
  overflow: visible;
}

.ymaps-2-1-34-button_size_s.ymaps-2-1-34-button_theme_normal.ymaps-2-1-34-button_icon_only {
  max-width: 350px !important;
  margin: 15px 35px 0 0;
  background: none;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

.map #map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts-column {
  float: right;
  width: 50%;
  background: #ffffff;
  padding: 0 22px;
}

.contacts-column-bottom {
  padding: 0 0 40px 42px;
}

.contacts-address {
  padding: 0 0 32px 0;
  font-size: 15px;
  line-height: 26px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #7c7d7f;
}

.contacts-address > span {
  display: block;
}

.contacts-mail {
  padding: 0 0 40px 0;
  font-weight: 300;
  font-size: 38px;
  line-height: 38px;
}

.contacts-mail a {
  color: #1e2126;
  text-decoration: none;
  cursor: default;
}

.contacts .phone-box {
  padding: 0 0 17px 0;
}

.contacts .contacts-mail + .phone-box {
  padding: 0 0 35px 0;
}

/* end of contacts*/
/*content header*/
.content-header {
  padding: 0 35px 17px 35px;
  border-bottom: 1px solid #e5e5e5;
}

/* end of content header*/
/*catalogue*/
.catalogue {
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.catalogue-sort {
  padding: 0 34px 15px 34px;
  border-bottom: 1px solid #e5e5e5;
}

.compare .catalogue-sort {
  border-top: 1px solid #e5e5e5;
  padding: 21px 34px 19px 34px;
  margin: 9px 0 0 0;
}

.catalogue-sort li {
  position: relative;
  float: left;
  font-size: 14px;
  margin: 0 31px 0 0;
}

.catalogue-sort li:before {
  position: absolute;
  content: 'i';
  top: 1px;
  right: -18px;
  display: none;
  font-family: "cityclimat";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.catalogue-sort li.current:before {
  display: block;
}

.compare .catalogue-sort li.current:before {
  display: none;
}

.catalogue-sort li > a {
  color: #8d8d8d;
}

.catalogue-sort li > a:hover {
  color: #00aeff;
  text-decoration: none;
}

.catalogue-sort li.current > a {
  color: #000000;
  cursor: default;
  font-weight: 600;
}

.catalogue-filters {
  position: relative;
  z-index: 2;
  float: right;
  width: 314px;
}

.catalogue-filters:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 200%;
  background: #e5e5e5;
}

.catalogue-filters > form {
  padding: 42px 36px 45px 28px;
}

.filter-category {
  padding: 0 0 15px 0;
}

.no-trigger-title,
.filter-category-title {
  position: relative;
  padding: 0 0 14px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  font-size: 15px;
  color: #1e2126;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.filter-category.checked .no-trigger-title:before,
.filter-category-title:before {
  position: absolute;
  content: '';
  top: 1px;
  left: -29px;
  display: block;
  width: 4px;
  height: 21px;
  background-color: #00deff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.filter-category.checked .filter-category-title:before,
.filter-category.checked .no-trigger-title:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.filter-category .title {
  position: relative;
  z-index: 1;
  padding: 5px 0 0 29px;
}

.filter-category-title > .title:before {
  position: absolute;
  content: '+';
  top: 0;
  left: 6px;
  display: block;
  font-size: 20px;
}

.filter-category-title.active > .title:before {
  content: '\2013';
}

.filter-category-title > .help-btn {
  position: relative;
  z-index: 2;
  float: right;
}

.filter-item {
  position: relative;
  margin: 0 0 16px 0;
}

.filter-item .checkbox {
  float: left;
}

.filter-item a {
  display: block;
  overflow: hidden;
}

.filter-item:first-child {
  margin-top: 19px;
}

.more-filters-list .filter-item:first-child {
  margin-top: 0;
}

.hint {
  position: absolute;
  display: block;
  font-size: 15px;
  background: #f4f4f4;
  white-space: nowrap;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hint:before {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
}

.hint:after {
  position: absolute;
  content: '';
  display: block;
  width: 22px;
  height: 100%;
}

.hint a {
  display: block;
  padding: 16px 15px 14px 21px;
  color: #1e2126;
  text-decoration: underline;
}

.hint a:hover {
  text-decoration: none;
}

.hint.left-hint {
  right: 108%;
  top: -19px;
  -webkit-transform: translate(40px, 0);
  -ms-transform: translate(40px, 0);
  transform: translate(40px, 0);
}

.hint.left-hint:after {
  left: 100%;
  top: 0;
}

.hint.left-hint:before {
  left: 100%;
  top: 50%;
  margin-top: -14px;
  border-left: 15px solid #f4f4f4;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.filter-item:hover .hint.left-hint {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.price-range {
  padding: 15px 0 6px 0;
}

.more-filters {
  margin: 0 0 39px 29px;
  color: #00deff;
  cursor: pointer;
  font-weight: 300;
}

.more-filters:hover {
  text-decoration: underline;
}

.filter-buttons {
  padding: 30px 0 20px 0;
  border-top: 1px solid #e5e5e5;
}

.aside-banner {
  position: relative;
}

.aside-banner img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.aside-banner span {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  padding: 0 2% 7% 8.4%;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
}

.page-separator {
  border-top: 1px solid #e5e5e5;
}

hr.page-separator.page-separator-gap {
  margin: 0 0 35px 0;
}

.catalogue-list {
  position: relative;
  z-index: 1;
  padding: 59px 0 14px 0;
  overflow: hidden;
}

.catalogue-item {
  position: relative;
  margin: 0 0 33px 0;
}

.catalogue-item-top {
  position: relative;
}

.catalogue-item-left {
  position: relative;
  z-index: 1;
  float: left;
  width: 230px;
  text-align: center;
}

.catalogue-item-bottom .catalogue-item-left {
  padding: 5px 0 0 0;
}

.catalogue-item-right {
  padding: 8px 40px 10px 0;
  overflow: hidden;
}

.catalogue-item-bottom .catalogue-item-right {
  padding: 0 40px 0 0;
}

.catalogue-item-image {
  position: relative;
  display: table;
  width: 100%;
  margin: 0 0 5px 0;
}

.catalogue-item-image a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
}

.catalogue-item-image span {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  height: 130px;
  width: 100%;
}

.catalogue-item-image.no-photo span {
  background: url("../i/no-photo.jpg") no-repeat 50% 50%;
}

.catalogue-item-image img {
  display: inline-block;
  height: auto;
}

.catalogue-item-name {
  position: relative;
  z-index: 1;
  padding: 0 0 23px 0;
  font-size: 20px;
  color: #1e2126;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.catalogue-item-name > a,
.catalogue-item-name > span {
  color: #1e2126;
}

.catalogue-item-name.active > a {
  text-decoration: underline;
}

.catalogue-item-top:hover .catalogue-item-name > span {
  text-decoration: underline;
}

.catalogue-item-name > span:first-child {
  display: block;
  color: #8d8d8d;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.catalogue-item-top:hover .catalogue-item-name > span:first-child {
  text-decoration: none;
}

.catalogue-item-price {
  position: relative;
  z-index: 3;
  float: left;
  padding: 7px 19px 0 0;
  color: #ff5500;
  font-size: 13px;
}

.catalogue-item-price.old {
  padding: 13px 0 0 0;
  font-size: 12px;
  color: #8d8d8d;
  text-decoration: line-through;
}

.catalogue-item-price > span {
  font-size: 24px;
  margin: 0 5px 0 0;
}

.catalogue-item-price.old > span {
  font-size: 18px;
  margin: 0;
}

.catalogue-item .buy-btn,
.catalogue-item .compare-btn,
.catalogue-item .favorite-btn {
  position: relative;
  z-index: 3;
  float: right;
}

.catalogue-item .compare-btn,
.catalogue-item .favorite-btn {
  position: relative;
  z-index: 3;
  margin: 0 0 0 11px;
}

.compare-item .buy-btn .button,
.catalogue-item .buy-btn .button {
  height: 36px;
  font-size: 15px;
  padding: 0 13px 0 15px;
  max-width: 130px;
}

.compare-item .buy-btn .button.active span,
.catalogue-item .buy-btn .button.active span {
  font-size: 11px;
  line-height: 11px;
  display: inline-block;
  max-width: 58px;
}

.compare-item .buy-btn .button.active,
.catalogue-item .buy-btn .button.active {
  padding: 4px 13px 0 13px;
}

.compare-item .buy-btn .button.active:after,
.catalogue-item .buy-btn .button.active:after {
  top: -5px;
  margin: 0 0 0 4px;
}

.full-stack .orange-btn.buy-btn .button:after,
.orange-btn.buy-btn.small .button:after,
.orange-btn.buy-btn.small .button:after,
.compare-item .buy-btn .button:after,
.catalogue-item .buy-btn .button:after {
  top: 0;
}

.full-stack .orange-btn.buy-btn .button:before,
.compare-item .buy-btn .button:before,
.catalogue-item .buy-btn .button:before {
  top: 7px;
  right: 21px;
}

.full-stack .orange-btn.buy-btn .button:before {
  top: 7px;
  right: 24px;
  background: #ff5500;
  border-color: #ffffff;
}

.catalogue-item-right > p {
  padding: 0 0 5px 0;
  font-size: 15px;
  line-height: 26px;
  color: #8d8d8d;
  clear: both;
}

.image-sticker-holder {
  position: absolute;
  top: 18px;
  left: 38px;
  width: 100%;
  z-index: 2;
  text-align: left;
}

.image-sticker {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 35px;
  min-width: 35px;
  max-width: 100px;
  padding: 0 5px;
  margin: 0 0 0 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  border-radius: 18px;
  white-space: nowrap;
  overflow: hidden;
}

.image-sticker:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 35px;
  border-radius: 0 18px 18px 0;
}

.image-sticker.hit {
  background-color: #eb1d4e;
}

.image-sticker.hit.wide:after {
  background: -webkit-gradient(linear, right top, left top, from(#eb1d4e), to(rgba(235, 29, 78, 0)));
  background: -webkit-linear-gradient(right, #eb1d4e 0%, rgba(235, 29, 78, 0) 100%);
  background: -o-linear-gradient(right, #eb1d4e 0%, rgba(235, 29, 78, 0) 100%);
  background: linear-gradient(to left, #eb1d4e 0%, rgba(235, 29, 78, 0) 100%);
}

.image-sticker.new {
  background-color: #72df19;
}

.image-sticker.new.wide:after {
  background: -webkit-gradient(linear, right top, left top, from(#72df19), to(rgba(114, 223, 25, 0)));
  background: -webkit-linear-gradient(right, #72df19 0%, rgba(114, 223, 25, 0) 100%);
  background: -o-linear-gradient(right, #72df19 0%, rgba(114, 223, 25, 0) 100%);
  background: linear-gradient(to left, #72df19 0%, rgba(114, 223, 25, 0) 100%);
}

.image-sticker.blue {
  background-color: #32c2e0;
}

.image-sticker.blue.wide:after {
  background: -webkit-gradient(linear, right top, left top, from(#32c2e0), to(rgba(50, 194, 224, 0)));
  background: -webkit-linear-gradient(right, #32c2e0 0%, rgba(50, 194, 224, 0) 100%);
  background: -o-linear-gradient(right, #32c2e0 0%, rgba(50, 194, 224, 0) 100%);
  background: linear-gradient(to left, #32c2e0 0%, rgba(50, 194, 224, 0) 100%);
}

.image-sticker.orange {
  background-color: #f46e3b;
}

.image-sticker.orange.wide:after {
  background: -webkit-gradient(linear, right top, left top, from(#f46e3b), to(rgba(244, 110, 59, 0)));
  background: -webkit-linear-gradient(right, #f46e3b 0%, rgba(244, 110, 59, 0) 100%);
  background: -o-linear-gradient(right, #f46e3b 0%, rgba(244, 110, 59, 0) 100%);
  background: linear-gradient(to left, #f46e3b 0%, rgba(244, 110, 59, 0) 100%);
}

.image-sticker.wide {
  padding: 0 10px;
}

.catalogue-item-features {
  clear: both;
  padding: 23px 0 5px 0;
}

.catalogue-item-features > ul {
  float: left;
  width: 50%;
  max-width: 302px;
}

.catalogue-item-features li {
  font-size: 15px;
  line-height: 26px;
  color: #8d8d8d;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.catalogue-item-features li > sup {
  margin: 0;
  font-size: 8px;
  line-height: 8px;
}

.rating-line {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 19px;
  margin: auto;
  text-align: center;
  white-space: nowrap;
}

.rating-line span {
  display: inline-block;
  vertical-align: top;
  margin: 0 0;
}

.rating-line span:before {
  content: 'h';
  display: block;
  font-size: 12px;
  font-family: "cityclimat";
}

.rating-line-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.rating-line-blank {
  color: #a2a2a2;
  z-index: 1;
}

.rating-line-active {
  z-index: 2;
  color: #000000;
  overflow: hidden;
}

.actions-line {
  text-align: center;
  color: #a2a2a2;
  font-size: 14px;
}

.comments-counter,
.view-counter {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
}

.view-counter a:before,
.comments-counter a:before {
  position: relative;
  top: 2px;
  content: '\e900';
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 12px;
  line-height: 12px;
  color: #000000;
  font-family: "cityclimat";
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.view-counter a:before {
  content: 'i';
  margin: 0;
  font-size: 14px;
}

.actions-line a {
  color: #a2a2a2;
  display: inline-block;
  vertical-align: top;
}

.view-counter a:hover:before,
.comments-counter a:hover:before,
.actions-line a:hover {
  color: #00deff;
  text-decoration: none;
}

/* end of catalogue*/
/*pager*/
.pager {
  padding: 25px 0 5px 0;
  text-align: center;
}

.pager > ul {
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  overflow: hidden;
}

.pager li {
  float: left;
  border-left: 1px solid #f4f4f4;
}

.pager li.prev {
  border: none;
}

.pager li > a {
  position: relative;
  display: block;
  width: 38px;
  height: 35px;
  line-height: 38px;
}

.pager li.current > a,
.pager li > a:hover {
  color: #787a7c;
  text-decoration: none;
}

.pager li.current > a {
  cursor: default;
}

.pager li.prev a:before,
.pager li.next a:before {
  position: absolute;
  content: "a";
  top: -1px;
  display: block;
  font-family: "clinic";
  font-size: 18px;
}

.slider-btn.fancy-next:before,
.slider-btn.video-next:before,
.pager li.next a:before {
  left: 12px;
}

.slider-btn.fancy-prev:before,
.slider-btn.video-prev:before,
.pager li.prev a:before {
  right: 12px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* end of pager*/
/*breadcrumbs*/
.breadcrumbs {
  padding: 23px 35px 12px 35px;
  font-size: 14px;
  clear: both;
}

.modal .content-column .breadcrumbs {
  padding: 23px 0 22px 0;
}

.breadcrumbs li {
  float: left;
  color: #a2a2a2;
}

.breadcrumbs li:before {
  display: inline-block;
  content: '>';
  margin: 0 0 0 3px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs li a {
  color: #a2a2a2;
  text-decoration: underline;
}

.breadcrumbs li span {
  color: #a2a2a2;
}

.breadcrumbs li a:hover {
  color: #000000;
  text-decoration: none;
}

.breadcrumbs li.current a {
  color: #000000;
  text-decoration: none;
  cursor: default;
}

/* end of breadcrumbs*/
/*bottom-text*/
.bottom-text {
  padding: 0 35px 32px 35px;
}

.bottom-text p {
  padding: 0 20% 10px 0;
  color: #a2a2a2;
  font-size: 14px;
  line-height: 26px;
}

/* end of bottom-text*/
/*cart*/
.cart {
  position: relative;
}

.cart-list {
  position: relative;
  z-index: 1;
  float: left;
  width: 50%;
  background: #ffffff;
}

.cart-form {
  position: relative;
  z-index: 0;
  float: left;
  width: 50%;
  background: #f4f4f4;
  border-left: 1px solid #e5e5e5;
}

.gap-title {
  height: 100px;
}

.res-cart-item {
  padding: 40px 0 0 0;
  position: relative;
}

.res-cart-item-top {
  position: relative;
  margin: 15px 25px 60px 35px;
}

.cart-service {
  position: relative;
  height: 367px;
  padding: 117px 95px 0 83px;
  background: url("../i/cart-installation.jpg") no-repeat 50% top;
  background-size: cover;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  clear: both;
}

.cart-service .item-remove:before,
.cart-service .item-remove:after {
  background: #ffffff;
}

.cart-service > a,
.cart-service > p {
  display: block;
  padding: 0 0 10px 0;
  font-size: 20px;
  color: #ffffff;
}

.cart-service .catalogue-item-price {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  padding: 0 0 17px 0;
}

.cart-service .spinner-value {
  color: #ffffff;
}

.res-cart-item-photo {
  position: relative;
  z-index: 1;
  display: table;
  float: left;
  width: 115px;
}

.res-cart-item-photo img {
  display: inline-block;
}

.res-cart-item-photo a {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  height: 100px;
}

.res-cart-item-photo.no-photo a {
  background: url("../i/no-photo.jpg") no-repeat 0 50%;
}

.res-cart-item-info {
  padding: 0 0 0 0;
  overflow: hidden;
}

.res-cart-item-art {
  padding: 0 0 4px 0;
  font-size: 14px;
  line-height: 14px;
  color: #a2a2a2;
}

.cart-service .res-cart-item-art {
  color: #ffffff;
  padding: 0 0 8px 0;
}

.res-cart-item-name {
  position: relative;
  z-index: 1;
  padding: 0 0 9px 0;
}

.res-cart-item-name > a {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #1e2126;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.res-cart-item-name > a > span {
  display: block;
}

.res-cart-item-name.active > a,
.res-cart-item-name > a:hover {
  text-decoration: underline;
}

.res-cart-item .catalogue-item-price {
  float: left;
  padding: 0 19px 0 0;
}

.res-cart-item-amount {
  clear: both;
  padding: 0 0 10px 0;
}

.res-cart-item-extra {
  position: relative;
  z-index: 5;
  padding: 40px 0 20px 0;
}

.res-cart-item-extra-line {
  margin: 0 0 25px 0;
}

.extra-select {
  position: relative;
  float: left;
  width: 88%;
}

.extra-select.disabled {
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)';
  opacity: 0.5;
}

.extra-select.single-option .selectboxit-list {
  display: none !important;
}

.disabled-select {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.res-cart-item-extra-line .help-btn {
  float: right;
  margin: 5px 0 0 0;
}

.cart-form-holder {
  padding: 70px 65px 40px 27px;
}

.cart-form .input-line {
  margin: 0 0 26px 0;
}

.email-subscribe {
  overflow: hidden;
  padding: 3px 0 0 0;
}

.email-subscribe .label-text {
  float: left;
  color: #bdbdbd;
  font-size: 12px;
}

.cart-form .input-line .help-btn {
  position: absolute;
  top: 6px;
  right: -30px;
}

.cart-form-total {
  padding: 0 0 0 6px;
}

.total-price-label {
  padding: 0 0 5px 4px;
  font-size: 18px;
  color: #1e2126;
}

.self-delivery,
.courier-delivery {
  display: none;
}

.fixed-delivery-address {
  width: 100%;
  height: 37px;
  padding: 0 16px;
  line-height: 37px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #24262a;
}

.empty-cart {
  display: none;
  padding: 83px 35px 0 35px;
  font-size: 24px;
  color: #24262a;
  text-align: center;
}

.empty-cart span {
  display: block;
}

.empty-cart.active {
  display: block;
}

.res-cart-item-status {
  padding: 0 0 9px 0;
  line-height: 37px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #43474b;
  clear: both;
}

.cart-service .res-cart-item-status {
  color: #ffffff;
}

/* end of cart*/
/*favorite*/
.favorite {
  position: relative;
}

.favorite-list {
  padding: 25px 0 0 0;
}

.favorite .catalogue-item {
  max-width: 1022px;
  margin: 0 0 49px 0;
}

.catalogue-item .item-remove {
  height: 65px;
}

.empty-favorite {
  display: none;
  padding: 50px 36px 0 36px;
  text-align: center;
  font-size: 24px;
}

.empty-favorite.active {
  display: block;
}

/* end of favorite*/
/*compare*/
.compare {
  position: relative;
}

.compare-left {
  float: left;
  width: 24.6%;
}

.compare-item-top,
.compare-filter {
  height: 373px;
  border-bottom: 1px solid #e5e5e5;
}

.compare-filter {
  padding: 136px 0 0 39px;
}

.compare-filter > label {
  margin: 0 0 18px 0;
}

.compare-features {
  padding: 0;
}

.compare-features-row {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 0 0;
  font-size: 15px;
  color: #949496;
  background: #ffffff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.compare-features-label {
  position: relative;
  z-index: 1;
  color: #646567;
  padding: 0 0 0 70px;
}

.compare-features-row .help-btn {
  position: absolute;
  top: 10px;
  left: 8px;
  z-index: 2;
  line-height: 22px;
}

.compare-item {
  position: relative;
  float: left;
  width: 293px;
}

.compare-right {
  float: left;
  width: 75.4%;
  padding: 0 20px 0 0;
}

.compare-right.wide {
  width: 100%;
  padding: 0;
}

.compare-scroll {
  width: 100%;
}

.compare-right .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: auto;
  top: 345px;
}

.compare-item-top {
  position: relative;
  padding: 23px 70px 0 0;
}

.compare-item .item-remove {
  height: 73px;
  right: 90px;
}

.compare-item-link {
  display: block;
  color: #7c7d7f;
}

.compare-item-link:hover {
  color: #000000;
}

.compare-item-image {
  display: block;
  position: relative;
  z-index: 1;
  max-width: 87px;
  height: 97px;
}

.compare-item-image img {
  width: 100%;
  height: auto;
}

.compare-item-name {
  display: block;
  position: relative;
  z-index: 1;
  height: 72px;
  padding: 0 0 0 10px;
  font-size: 15px;
  line-height: 22px;
}

.compare-availability {
  position: relative;
  z-index: 3;
  height: 24px;
  padding: 0 0 0 10px;
  font-size: 12px;
  color: #7c7d7f;
}

.compare-item .catalogue-item-price {
  padding: 0 10px 14px 10px;
  font-size: 18px;
}

.compare-item .catalogue-item-price > span {
  font-size: 26px;
}

.compare-item .buy-btn {
  position: relative;
  z-index: 3;
  clear: both;
  float: left;
  margin: 0 18px 0 0;
}

.compare-item .favorite-btn {
  position: relative;
  z-index: 3;
  float: left;
}

.empty-compare {
  display: none;
  padding: 0 35px;
  font-size: 24px;
  color: #24262a;
  text-align: center;
}

.empty-compare span {
  display: block;
}

.empty-compare.active {
  display: block;
}

/* end of compare*/
/*testimonial*/
.testimonial-item {
  padding: 0 0 25px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #24262a;
}

.testimonial-modal .testimonial-item {
  padding: 0;
}

/*

.testimonial-author {
    padding: 0 0 12px 0;
    font-size: 18px;
}

.testimonial-item .rating-line {
    text-align: left;
    padding: 0 0 18px 0;
}

.testimonial-group-title {
    padding: 0 0 2px 0;
    font-size: 15px;
}

.testimonial-item p {
    padding: 0 0 21px 0;
    font-size: 15px;
    line-height: 26px;
    color: $lightColor;
}

.testimonial-yandex {
    display: inline-block;
    height: 23px;
    padding: 0 0 0 35px;
    font-size: 13px;
    line-height: 23px;
    font-family: $secondFont;
    color: $lightColor;
    background: url('../i/yandex-testimonial.png') no-repeat 0 0;
}*/
/* end of testimonial*/
/*product*/
.product {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.ios .product:before,
.android .product:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  z-index: 68;
  display: block;
  width: 100%;
  height: 270px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(bottom, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, #ffffff 0%, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
}

.ios .product.installation-info:before,
.android .product.installation-info:before {
  display: none;
}

.portfolio-tab-content {
  display: none;
}

.portfolio-tab-content.current {
  display: block;
}

.inner-img {
  position: relative;
}

.inner img {
  /*height: 100% !important;*/
}

.content-column {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
}

.content-column.gray-column {
  background: #f4f4f4;
}

.content-column:first-child {
  position: relative;
  z-index: 70;
  float: right;
  width: 50%;
  border-left: 1px solid #e5e5e5;
}

.content-column .content-header {
  padding: 0 35px 22px 29px;
  border: none;
}

.text-block .content-header {
  padding-bottom: 22px;
}

.content-column .search-box {
  width: calc(100% - 190px);
}

.content-column .breadcrumbs {
  padding: 23px 0 0 0;
  max-width: calc(100% - 40px);
}

.product-top {
  padding: 0 36px 30px 25px;
}

.product-name {
  position: relative;
  padding: 0 50px 0 0;
  margin: 0 0 9px 0;
}

.product-name .white-btn {
  position: absolute;
  right: 0;
  z-index: 75;
}

.product-name .white-btn.favorite-btn {
  bottom: 11px;
}

.product-name .white-btn.compare-btn {
  bottom: 57px;
}

.product-availability {
  min-height: 46px;
  padding: 0 0 23px 0;
  font-size: 18px;
}

.product .item-price {
  margin: 0 41px 0 0;
}

.product .item-price.old {
  margin: 17px 0 0 0;
}

.product .item-price .price-desc {
  font-size: 14px;
  color: #a2a2a2;
}

.product .item-price.old .price-desc {
  padding: 6px 0 0 0;
}

.product .buy-btn {
  float: right;
  margin: 11px 0 0 0;
}

.product-info-buttons {
  padding: 42px 0 10px 0;
  clear: both;
}

.product-info-buttons ul {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  border-radius: 18px;
  text-align: center;
}

.product-info-buttons li {
  float: left;
  width: 25%;
  font-size: 16px;
  font-weight: 300;
  border-left: 1px solid #f4f4f4;
}

.product-info-buttons li:first-child {
  border: none;
}

.product-info-buttons li > a {
  position: relative;
  display: block;
  height: 35px;
  line-height: 34px;
}

.product-info-buttons li > a:hover {
  text-decoration: none;
  color: #1e2126;
}

.features-tabs li {
  float: left;
  height: 60px;
  padding: 0 26px;
  font-size: 20px;
  line-height: 64px;
  color: #737373;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.features-tabs li:hover {
  color: #000000;
}

.features-tabs li.current {
  color: #000000;
  background: #ffffff;
  cursor: default;
}

.video-box,
.tabs-video {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 45.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-box > iframe,
.tabs-video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.features-content {
  padding: 39px 34px 39px 27px;
  background: #ffffff;
}

.features-content.accordion-holder {
  padding: 21px 34px 0 27px;
}

.features-list-item {
  position: relative;
  margin: 0 0 22px 28px;
}

.features-list-item:before {
  position: absolute;
  content: '';
  top: 13px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
}

.features-list-item span {
  position: relative;
  z-index: 2;
  float: right;
  display: block;
  padding: 5px;
  font-size: 15px;
  color: #646567;
  background: #ffffff;
}

.features-list-item span:first-child {
  float: left;
  max-width: 70%;
}

.features-list-item .help-btn {
  position: absolute;
  top: -1px;
  left: -29px;
}

.product-testimonials-more,
.product-description-more,
.features-list-more {
  display: none;
}

.more-btn-holder {
  text-align: center;
}

.features-content .more-btn {
  display: inline-block;
}

.product-description-dark {
  color: #58595b !important;
  font-size: 15px !important;
}

.product-testimonials,
.product-description {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #7f7f81;
}

.product-description-title {
  padding: 0 0 15px 0;
  font-size: 18px;
  color: #24262a;
}

.product-description p {
  padding: 0 0 25px 0;
}

.product-description, .product-description > div {
  font-size: 15px !important;
  line-height: 26px;
}

.product-benefits {
  padding: 0 0 28px 0;
}

.product-benefits li {
  padding: 0 0 6px 0;
}

.product-benefits li > img {
  float: left;
  margin: 0 10px 0 0;
}

.product-benefits li > span {
  display: block;
  padding: 9px 0 0 0;
  font-size: 15px;
  line-height: 26px;
  overflow: hidden;
}

.product-testimonials-top {
  padding: 0 0 11px 0;
  text-align: center;
}

.product-testimonials-top > p {
  padding: 0 0 14px 0;
  font-size: 15px;
  line-height: 26px;
}

.product-testimonials-top .orange-btn {
  display: inline-block;
}

.product-testimonials-top .orange-btn .button {
  height: 37px;
  padding: 0 22px;
  font-size: 15px;
  line-height: 37px;
  border-radius: 18px;
}

.product-testimonials .testimonial-item .rating-line {
  padding: 0 0 0 0;
}

.product-testimonials .testimonial-item p {
  padding: 0 0 4px 0;
}

.product-testimonials .dots-btn {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 0 0 10px;
}

.docs-preview {
  text-align: center;
}

.product-proposal {
  background: #ffffff;
}

.docs-preview-item {
  display: inline-block;
  width: 150px;
  vertical-align: top;
  margin: 0 10px 20px 10px;
}

.docs-preview-item a {
  position: relative;
  display: block;
  text-decoration: none;
}

.docs-preview-item a:before {
  position: absolute;
  content: 'e';
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  width: 46px;
  height: 46px;
  margin: -23px 0 0 -23px;
  font-family: "cityclimat";
  color: #ffffff;
  font-size: 46px;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.docs-preview-item a:hover:before {
  opacity: 1;
  text-decoration: none;
}

.docs-preview-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.proposal-tabs {
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.scroll-tabs li,
.proposal-tabs li {
  position: relative;
  float: left;
  height: 60px;
  padding: 0 26px;
  font-size: 20px;
  line-height: 64px;
  color: #737373;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  background: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.scroll-tabs li:hover,
.proposal-tabs li:hover {
  color: #000000;
}

.scroll-tabs li.current,
.proposal-tabs li.current {
  color: #000000;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  cursor: default;
}

.scroll-tabs li.current:before,
.proposal-tabs li.current:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #ffffff;
}

.proposal-tabs li:first-child {
  border-left: none;
}

.proposal-content {
  position: relative;
  padding: 14px 10px;
  background: #ffffff;
}

.proposal-cell {
  position: relative;
  z-index: 1;
  float: left;
  width: 49.8%;
  padding: 20px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.proposal-cell:nth-child(3),
.proposal-cell:nth-child(1) {
  border-left: none;
}

.proposal-cell:nth-child(3),
.proposal-cell:nth-child(4) {
  border-bottom: none;
}

.proposal-cell .product-item {
  float: none;
  margin: 0 auto 40px auto;
}

.product-item.wide {
  width: 240px;
  margin: 0 auto;
}

.proposal-cell .product-item-price {
  float: left;
  min-height: 59px;
}

.proposal-cell .product-item .old-price {
  font-size: 12px;
  text-decoration: line-through;
  color: #a1a1a1;
}

.proposal-cell .product-item .old-price > span {
  font-size: 18px;
}

.proposal-cell .catalogue-item-features {
  padding: 0 0 10px 0;
}

.proposal-cell .catalogue-item-features ul {
  float: none;
  width: auto;
}

.proposal-cell .catalogue-item-features li {
  font-size: 14px;
}

.proposal-cell .product-item .buy-btn.small {
  float: right;
  margin: 0 0 0 0;
}

.proposal-cell .product-item label {
  position: relative;
  z-index: 3;
  float: left;
  margin: 7px 5px 0 0;
}

.full-stack {
  height: 291px;
  max-width: 263px;
  margin: 0 auto;
  color: #ffffff;
  background: #ff5500;
  background-size: 120px 120px;
}

.full-stack-top {
  padding: 67px 20px 14px 20px;
  border-bottom: 1px solid #ff5500;
}

.full-stack .item-price {
  float: none;
  margin: 0;
}

.full-stack .price {
  float: none;
  margin: 0 0 0 0;
  color: #ffffff;
}

.full-stack .old-price {
  float: none;
  margin: 0;
  padding: 0;
  color: #ffffff;
}

.full-stack-bottom {
  padding: 17px 20px 0 20px;
}

.full-stack-total {
  padding: 0 0 14px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.full-stack-total > span {
  font-size: 24px;
}

.full-stack .buy-btn {
  position: relative;
  float: none;
  margin: 0;
}

.full-stack .buy-btn:before {
  position: absolute;
  content: '';
  top: -42px;
  right: -48px;
  display: block;
  width: 107px;
  height: 124px;
  background: url("../i/logo.svg") no-repeat 0 0;
  background-size: 107px 124px;
  opacity: 0.7;
}

.full-stack .buy-btn .button {
  height: 37px;
  padding: 2px 14px 0 14px;
  background: #ffffff;
  color: #ff5500;
  font-size: 14px;
  white-space: nowrap;
}

.full-stack .buy-btn .button:before {
  color: #e06618;
}

.product-image {
  position: relative;
  display: table;
}

.product-image-fix {
  position: fixed;
  bottom: 0;
  left: 126px;
  z-index: 65;
  width: 100%;
}

.ios .product-image-fix,
.android .product-image-fix {
  position: absolute;
  bottom: auto;
  top: 0;
  left: 0;
}

.product-image-fix-inner {
  max-width: 1920px;
  margin: auto;
}

.product-image-fix.stopped {
  position: absolute;
  left: 0;
}

.product-image-row {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
}

.product-image img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.product-image-data {
  position: absolute;
  top: 31px;
  right: 28px;
  z-index: 2;
}

.image-holder-slide {
  position: relative;
}

.image-holder-slide a,
.image-holder-slide a:hover {
  text-decoration: none;
}

.product-art {
  float: right;
  margin: 0 0 0 15px;
  font-size: 14px;
  color: #a2a2a2;
}

.product-image-data .rating-line {
  float: right;
  margin: 2px 0 0 0;
}

.product-image .image-holder {
  position: relative;
  max-width: 500px;
  margin: auto;
  padding: 78px 30px 20px 30px;
}

.not-available .image-holder:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.product-image .image-holder a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  display: block;
  content: 'i';
  width: 83px;
  height: 83px;
  padding: 24px 0 0 9px;
  margin: -41px 0 0 -41px;
  text-decoration: none;
  color: #00deff;
  font-size: 37px;
  font-family: "cityclimat";
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  border-radius: 42px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.android .product-image .image-holder a:before {
  padding: 30px 0 0 9px;
}

.not-available .product-image .image-holder a:before {
  display: none;
}

.product-image .image-holder a.no-play:before {
  display: none;
}

.product-change-proposal {
  clear: both;
  padding: 15px 0 10px 0;
}

.product-change-proposal > p {
  padding: 0 0 12px 0;
  font-size: 15px;
  color: #737373;
}

.product-top-subscribe {
  clear: both;
  padding: 21px 0 18px 0;
}

.product-top .subscribe-btn .button {
  height: 50px;
  font-size: 24px;
  border-radius: 25px;
  padding: 0 17px 0 30px;
}

.product-top .orange-btn.subscribe-btn .button:after {
  font-size: 21px;
  margin: 0 0 0 21px;
}

.scroll-tabs {
  padding: 0 0 0 3px;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
}

.scroll-tab-content {
  min-height: 475px;
  padding: 8px 27px 47px 38px;
  border: 1px solid #e5e5e5;
  border-top: none;
}

.installation-select {
  position: relative;
  padding: 0 30px 17px 0;
}

.installation-select .help-btn {
  position: absolute;
  top: 6px;
  right: 0;
}

.installation-select-list {
  padding: 0 0 9px 0;
}

.installation-info .buy-form-btn {
  float: left;
  margin: 11px 0 0 20px;
}

.service-button {
  clear: both;
  padding: 17px 0 22px 0;
}

.accordion {
  position: relative;
}

.accordion-item {
  border-top: 1px solid #e5e5e5;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.accordion-item:first-child {
  border: none;
}

.accordion-title {
  position: relative;
  height: 50px;
  padding: 16px 0 0 25px;
  cursor: pointer;
}

.accordion-title:before {
  position: absolute;
  content: '+';
  top: 13px;
  left: 3px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.accordion-title.active:before {
  top: 12px;
  content: '\2013';
}

.accordion-content {
  padding: 0 25px;
}

.accordion-content > p {
  padding: 0 0 17px 0;
  line-height: 26px;
  color: #7c7d7f;
}

.installation-info .service-btn {
  float: left;
}

.installation-info .request-btn {
  float: left;
  margin: 0 16px 0 0;
}

/* end of product*/
/*portfolio*/
.portfolio {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.portfolio-list {
  padding: 21px 55px 40px 35px;
}

.portfolio-sort {
  width: 170px;
  padding: 0 0 23px 0;
}

.portfolio-item {
  position: relative;
  float: left;
  width: 12.5%;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}

.portfolio-list.short {
  padding: 37px 38px 89px 25px;
  border-top: 1px solid #e5e5e5;
  background: #ffffff;
}

.portfolio-list-title {
  font-size: 20px;
  padding: 0 0 13px 0;
}

.portfolio-list.short .portfolio-item {
  width: 25%;
}

.portfolio-item img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}

.portfolio-item a {
  display: block;
  position: relative;
}

.portfolio-item a > span {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  display: block;
  width: 37px;
  height: 37px;
  color: #00deff;
  border-radius: 50%;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-item a > span:before {
  display: block;
  font-family: "cityclimat";
  font-size: 20px;
  line-height: 37px;
}

/* end of portfolio*/
/*text*/
.text-block {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.text-block-content > .text-modal-title-myriad-font {
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.text-block-content {
  padding: 0 25px 91px 25px;
  color: #58595b;
  font-size: 14px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.text-block-content > p {
  padding: 0 0 26px 0;
  line-height: 26px;
  font-size: 14px;
}

.text-block-content > ul {
  padding: 0 0 0 6px;
}

.text-block-content > ul > li {
  padding: 0 0 20px 0;
  list-style: disc inside;
  font-size: 14px;
}

.text-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background: url("../i/text-bg.jpg") no-repeat 0 0;
  background-size: cover;
}

.text-block-bg img {
  width: 100%;
  height: auto;
}

.text-block-bg.news-bg {
  background: url("../i/news-bg.jpg") no-repeat 0 0;
  background-size: cover;
}

.text-block-bg:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.news-list-item {
  padding: 5px 0 28px 0;
}

.news-list-item > p {
  line-height: 26px;
  font-size: 14px;
}

.news-list-item-name {
  font-size: 20px;
  padding: 0 0 11px 0;
}

.news-list-item-name a {
  color: #000000;
}

/* end of text*/
/*modal*/
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.in {
  z-index: 85;
  overflow-y: auto;
}

.page-modal.in {
  z-index: 70;
}

.modal-row {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.page-modal .modal-row {
  display: block;
  min-width: 1260px;
  max-width: 1920px;
  margin: auto;
}

.modal-cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 0 20px;
}

.page-modal .modal-cell {
  padding: 0;
  display: block;
}

.cart-modal .modal-cell {
  position: relative;
}

.cart-modal .modal-cell:before {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  z-index: 1;
  display: block;
  width: 30px;
  height: 100%;
  background: #f4f4f4;
}

.news-modal .modal-cell:before {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  z-index: 1;
  display: block;
  width: 30px;
  height: 100%;
  background: #ffffff;
}

.modal-wide-close {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.modal.in .modal-wide-close {
  opacity: 0.7;
}

.page-modal .modal-wide-close {
  background: none;
}

.file-name-remove,
.dropdown-nav-close,
.item-remove,
.modal-small-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 90;
  width: 80px;
  height: 80px;
  cursor: pointer;
}

.file-name-remove:before,
.dropdown-nav-close:before,
.item-remove:before,
.modal-small-close:before {
  position: absolute;
  content: '';
  bottom: 40px;
  left: 30px;
  display: block;
  width: 20px;
  height: 3px;
  background: #66676a;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.file-name-remove:after,
.dropdown-nav-close:after,
.item-remove:after,
.modal-small-close:after {
  position: absolute;
  content: '';
  bottom: 40px;
  left: 30px;
  display: block;
  width: 20px;
  height: 3px;
  background: #66676a;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.file-name-remove {
  top: -9px;
  left: -18px;
  right: auto;
  width: 30px;
  height: 30px;
}

.file-name-remove:before,
.file-name-remove:after {
  bottom: 13px;
  left: 5px;
}

.modal-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 780px;
  margin: 20px auto;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  padding: 30px 20px;
}

.page-modal .modal-frame {
  height: 100%;
  width: auto;
  max-width: 100%;
  margin: 0 0 0 126px;
  padding: 0;
  background: #ffffff;
}

.modal.in .modal-frame {
  opacity: 1;
}

.warning-frame {
  padding: 35px 20px 20px 20px;
  text-align: center;
  font-weight: 500;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
  box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
}

.warning-frame p {
  font-size: 18px;
  padding: 0 0 15px 0;
}

.form-frame {
  max-width: 380px;
  padding: 0 0 0 0;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
  box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
}

.message-frame {
  max-width: 833px;
  padding: 0 0 0 0;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
  box-shadow: 1px 2px 2px rgba(161, 161, 161, 0.5);
}

.form-frame .modal-small-close {
  width: 65px;
  height: 65px;
}

.form-frame-title {
  padding: 34px 40px 39px 40px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 24px;
  color: #24262a;
  background: #ffffff;
}

.modal-form {
  position: relative;
  padding: 40px 30px 38px 30px;
}

.modal-form.video-frame {
  padding: 50px 96px 38px 96px;
}

.modal-form .orange-btn {
  margin: 23px 0 0 5px;
}

.thanks-info .orange-btn.feedback-btn {
  margin: 0 0 32px 0;
}

.thanks-info .catalogue-item-price {
  float: none;
  display: inline-block;
  margin: 0;
}

.thanks-info .order-number {
  display: block;
}

.thanks-info > p {
  padding: 0 0 20px 0;
  font-size: 18px;
  line-height: 30px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #24262a;
}

.social-box > p {
  max-width: 350px;
  padding: 0 0 16px 0;
  font-size: 15px;
  line-height: 26px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #7a7a7c;
}

.help-info > p {
  padding: 0 0 20px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #797a7e;
}

.help-info > p > span {
  display: block;
  color: #000000;
}

.help-info {
  padding: 40px 30px 38px 40px;
}

.help-info.installation {
  padding: 54px 30px 38px 30px;
}

.delivery-info {
  padding: 44px 30px 38px 30px;
  font-size: 15px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #797a7e;
}

.testimonial-info {
  padding: 32px 40px 38px 40px;
}

.video-box img {
  width: 100%;
  height: auto;
}

.installation-table {
  padding: 0 0 22px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #797a7e;
}

.installation-table th {
  padding: 0 0 16px 0;
  font-size: 18px;
  color: #000000;
  text-align: left;
}

.installation-table td {
  font-size: 15px;
  padding: 0 0 30px 0;
}

.installation-table td:first-child {
  width: 34%;
}

.installation-table tr.price-row > td {
  padding: 0 0 14px 0;
}

.installation-table .buy-btn {
  float: none;
  width: 35px;
  margin: 0;
}

.installation-price .catalogue-item-price {
  float: none;
  margin: 0 0 6px 0;
  padding: 0;
  font-size: 18px;
}

.installation-price .catalogue-item-price span {
  font-size: 28px;
}

.installation-price .catalogue-item-price.old {
  float: none;
  margin: 0;
  font-size: 12px;
}

.installation-price .catalogue-item-price.old span {
  font-size: 18px;
}

.installation-price {
  height: 59px;
}

.table-confirm:before {
  display: inline-block;
  content: 'j';
  color: #ff5500;
  font-size: 18px;
  font-family: "cityclimat";
}

.table-none,
.table-confirm {
  width: 35px;
  text-align: center;
}

.table-none {
  font-size: 30px;
  line-height: 15px;
}

.installation-modal p {
  padding: 0 0 30px 0;
  line-height: 26px;
}

.installation-modal p > span {
  font-size: 18px;
  padding: 0 0 8px 0;
}

.delivery-info-title {
  color: #24262a;
  font-size: 18px;
  padding: 0 0 19px 0;
}

.delivery-info .city-select {
  width: 320px;
  padding: 0 0 21px 0;
}

.delivery-info-price {
  padding: 0 0 10px 0;
  color: #ff5500;
  font-size: 14px;
  clear: both;
}

.delivery-info-price span {
  font-size: 28px;
}

.delivery-info p {
  padding: 0 0 20px 0;
  font-size: 15px;
  line-height: 26px;
}

.delivery-info-terms {
  padding: 0 0 7px 0;
}

.delivery-info-terms p {
  padding: 0;
}

.delivery-info-tariff {
  padding: 0 0 7px 0;
}

.delivery-info-terms li {
  font-size: 15px;
  line-height: 26px;
}

.delivery-info-terms li:before {
  display: inline-block;
  content: '\2013';
  margin: 0 5px 0 0;
}

.delivery-info-terms li a {
  color: #797a7e;
  text-decoration: underline;
}

.delivery-info-terms li a:hover {
  text-decoration: none;
}

.delivery-info-terms li a.delivery-phone {
  text-decoration: none;
  cursor: default;
}

.delivery-info-features {
  padding: 0 0 20px 0;
}

.delivery-info-features li {
  font-size: 15px;
  line-height: 26px;
  color: #24262a;
}

.delivery-info-features li > span {
  color: #ff5500;
}

.portfolio-description {
  padding: 61px 30px 30px 25px;
}

.portfolio-description > p {
  padding: 0 0 26px 0;
  color: #58595b;
  font-size: 14px;
  line-height: 26px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.portfolio-list.portfolio-thumbnails {
  padding: 8px 38px 40px 25px;
  border: none;
}

.portfolio-thumbnails .portfolio-item:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 33, 38, 0);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-thumbnails .portfolio-item:hover:before {
  background-color: rgba(30, 33, 38, 0.2);
}

.portfolio-thumbnails .portfolio-item.current:before {
  background-color: rgba(30, 33, 38, 0.8);
}

.portfolio-modal-item {
  overflow: hidden;
  background: #ffffff;
}

.post-products {
  padding: 20px 20px 40px 25px;
  background: #ffffff;
}

.post-products-title {
  padding: 0 20px 0 0;
  font-size: 19px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #1e2126;
}

.post-products .product-item {
  float: none;
  margin: 0 auto;
}

.post-product {
  float: left;
  width: 50%;
  border-left: 1px solid #e5e5e5;
}

.post-product:nth-child(2n +1) {
  border: none;
}

/* end modal*/
/*browsers fix*/
.ios .main-page-item,
.android .main-page-item,
.ios .view-section,
.ios .content-section,
.android .view-section,
.android .content-section {
  height: auto !important;
  min-height: 550px !important;
  max-height: 700px !important;
}

.ios .content-section,
.android .view-section,
.mac .white-btn.help-btn .button:after {
  line-height: 24px;
}

.ios .main-page-auto-item,
.android .main-page-auto-item {
  max-height: 1000000px !important;
}

.mac .white-btn.help-btn .button {
  padding: 1px 0 0 0;
}

/* end of browsers fix*/
/*___________5. end of MAIN CONTENT______________*/
/*_________________ 6. PLUGINS___________________*/
/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: block;
}

.selectboxit-container.opened {
  z-index: 20;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 100%;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  position: relative;
}

.selectboxit-container .selectboxit.selectboxit-open {
  z-index: 10;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 35px;
  /* Height of the drop down */
  line-height: 36px;
  /* Vertically positions the drop down text */
  display: block;
}

span.extra-price {
  height: auto;
  line-height: 36px;
  display: inline-block;
  color: #df5614;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: default;
}

/* Button Text */
.selectboxit-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  float: left;
  display: block;
  padding: 0 10px;
  max-width: 85% !important;
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  top: 18px !important;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9;
  text-align: left;
  width: 100%;
  padding: 30px 12px 15px 12px;
  font-weight: 700;
  font-size: 15px;
  background: #24262b;
  background: rgba(36, 38, 43, 0.9);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
}

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
  color: #ffffff;
}

/* The first Drop Down option */
.selectboxit-option-first {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* The last Drop Down option */
.selectboxit-option-last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0;
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 50%; */
  /* right: 0; */
  /* left: 0; */
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #24262a;
  border: 1px solid #f4f4f4;
  background: #ffffff;
  outline: none;
  border-radius: 18px;
}

.selectboxit-default-arrow {
  width: 18px;
  height: 35px;
}

.selectboxit-default-arrow:before {
  position: absolute;
  content: 'i';
  top: 1px;
  right: 10px;
  z-index: 5;
  font-size: 18px;
  display: block;
  font-family: "cityclimat";
  color: #00deff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}

.selectboxit-container.opened .selectboxit-default-arrow:before {
  top: -2px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.single-option .selectboxit-container .selectboxit-default-arrow {
  display: none;
}

.selectboxit-list .selectboxit-option-anchor {
  color: #ffffff;
}

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #00deff;
}

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999;
}

/* slider */
.main-page-item:last-child {
  height: auto !important;
}

.slick-slider {
  position: relative;
  display: block;
}

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

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

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

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

.slick-slide img {
  display: block;
}

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

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

.slick-loading .slick-slide {
  visibility: hidden;
}

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

.slick-arrow.slick-hidden {
  display: none;
}

.slider-btn {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  margin: -18px 0 0 0;
  color: #00deff;
  border: none;
  font-size: 15px;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  border-radius: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.slider-btn.fancy-next,
.slider-btn.video-next {
  right: 26px;
}

.slider-btn.fancy-prev,
.slider-btn.video-prev {
  left: 26px;
}

.slider-btn:before {
  position: absolute;
  content: 'a';
  top: 9px;
  display: block;
  font-family: "clinic";
  font-size: 18px;
}

.slider-btn.fancy-next:before,
.slider-btn.video-next:before {
  left: 12px;
}

.slider-btn.fancy-prev:before,
.slider-btn.video-prev:before {
  right: 10px;
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px;
  background: #24262b;
  background: rgba(36, 38, 43, 0.9);
  color: #ffffff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding: 3px 7px 5px 7px;
  overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: none;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotate(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotate(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.tooltip-frame {
  position: relative;
  padding: 8px 13px 7px 13px;
}

.tooltip-close {
  position: absolute;
  top: -5px;
  right: -7px;
  z-index: 90;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.tooltip-close:before {
  position: absolute;
  content: '';
  bottom: 17px;
  left: 10px;
  display: block;
  width: 15px;
  height: 3px;
  background: #00deff;
  border-radius: 2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tooltip-close:after {
  position: absolute;
  content: '';
  bottom: 17px;
  left: 10px;
  display: block;
  width: 15px;
  height: 3px;
  background: #00deff;
  border-radius: 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
--------------------------------------------------------
1. BASIC STYLE
--------------------------------------------------------
*/
.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
  padding: 0 0 21px 0;
  border-bottom: 1px solid #ffffff;
}

.noscroll-gap div#mCSB_1 {
  padding: 0;
}

.cart .mCustomScrollBox {
  padding: 0;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
  z-index: 1;
}

.mCS-hidden-bar .mCSB_scrollTools_vertical {
  opacity: 0;
  visibility: hidden !important;
}

/*
--------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
--------------------------------------------------------
*/
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #ffffff;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  margin: 0 8px;
  background: #949496;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerContainer {
  background: none;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 50;
  background: #00deff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 18px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
---------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
---------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  padding-bottom: 61px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 21px;
  left: 0;
  z-index: 10;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  position: relative;
  width: 100%;
  margin: 0 7px 0 6px;
  height: 3px;
  background-color: #e3e3e3;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  display: block;
  width: 10px;
  height: 100%;
  background: #ffffff;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 37px !important;
  /* minimum dragger width */
  height: 37px;
  left: 0;
  top: -18px;
  background: none;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  top: 0;
  width: 37px;
  height: 37px;
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: background 0.2s, -webkit-box-shadow 0.2s;
  transition: background 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s, background 0.2s;
  transition: box-shadow 0.2s, background 0.2s;
  transition: box-shadow 0.2s, background 0.2s, -webkit-box-shadow 0.2s;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:hover {
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  line-height: 37px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:before {
  position: relative;
  content: 'b';
  font-family: "cityclimat";
  font-size: 20px;
  color: #32c2e0;
}

/*
-----------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
-----------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
----------------------------------------------
5. TRANSITIONS
----------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
--------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
--------------------------------------------
*/
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #00deff;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.85);
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(255, 255, 255, 0.9);
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-repeat: no-repeat;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 1;
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 1;
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*___________end of 6. PLUGINS___________________*/
/*___________7. RESPONSIVE__________________________*/
/*1600*/
@media only screen and (min-width: 1600px) {
  .twitt-column {
    width: 25%;
  }
  .twitt-author-photo {
    margin: 0 8px 0 0;
  }
  .twitt-column-top,
  .twitt-column:first-child .twitt-column-top {
    padding: 60px 25px;
  }
  .twitt-column.hidden-twitt {
    display: block;
  }
}

/* end of 1600*/
/*1920*/
@media only screen and (min-width: 1920px) {
  .product-item {
    margin: 0 110px 0 0;
  }
}

/* end of 1920*/
@media only screen and (max-width: 1320px) {
  .cart-form .input-line.email-line input.text {
    width: 58%;
    margin: 0 20px 0 0;
  }
  .full-stack-total > span {
    font-size: 22px;
  }
}

@media only screen and (max-height: 620px) {
  .header-nav {
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-height: 780px) {
  .compare-features-row,
  .compare-features-label {
    /*height: 35px;*/
    /*line-height: 35px;*/
  }
  .compare-features-row .help-btn {
    top: 4px;
  }
  .compare-item-top, .compare-filter {
    height: 350px;
  }
  .compare-right .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: auto;
    top: 323px;
  }
  .hero-bottom {
    padding-bottom: 100px;
  }
  .hero:before {
    bottom: 75px;
  }
}

/*___________end of 7. RESPONSIVE___________________*/
/*___________8. Print styles.___________________*/
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  header,
  footer {
    position: static;
  }
  .main {
    padding: 100px 0 !important;
  }
}

/*___________8. end of Print styles.____________*/
.content-column {
  min-height: 100vh;
}

.proposal-cell {
  min-height: 402px;
  text-align: center;
}

.proposal-cell .product-item-price {
  /*float: none;*/
}

.proposal-cell .orange-btn {
  /* margin-top: -59px !important; */
}

.portfolio-sort {
  width: 250px;
}

.dropdown-nav ul li {
  line-height: 30px;
}

.dropdown-nav ul li a, .dropdown-nav ul li span {
  line-height: 15px;
}

.open-comment {
  cursor: pointer;
}

.favorite .catalogue-item .item-remove {
  top: -30px;
}

.hero {
  padding: 0;
  background: none;
}

.hero:before {
  bottom: 50px;
}

.hero-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: block;
  width: 100%;
}

.hero-top:after {
  display: block;
  content: '';
  clear: both;
}

.hero .search-box {
  margin-left: 35px;
}

.hero .phone-box {
  margin-right: 35px;
}

.hero-cover {
  z-index: 2;
}

.hero-bottom {
  padding-top: 60px;
  z-index: 3;
}

.hero-slider {
  z-index: 1;
}

.hero-slider .slide {
  position: relative;
  min-height: 100vh;
}

.ios .hero-slider .slide,
.android .hero-slider .slide {
  min-height: 700px;
}

@media only screen and (max-height: 680px) {
  .ios .hero-slider .slide,
  .android .hero-slider .slide,
  .hero-slider .slide {
    min-height: 680px;
  }
}

.hero-slider .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  max-width: 99999%;
  width: auto;
  height: 100%;
}

.slider-btn {
  z-index: 50;
}

.slider-btn.hero-next {
  right: 26px;
}

.slider-btn.hero-prev {
  left: 26px;
}

.slider-btn.hero-next:before {
  left: 12px;
}

.slider-btn.hero-prev:before {
  right: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
  z-index: 50;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: #ffffff;
  border-radius: 7px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.hero .slick-dots li.slick-active {
  background: #32c2e0;
}

.slick-dots button {
  visibility: hidden;
}

.breadcrumbs li:before {
  margin: 0 3px 0 3px;
}

.portfolio-item a > span.factory {
  padding: 6px;
}

.proposal-cell {
  border-left: none;
}

.proposal-cell:nth-child(2n+1) {
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
}

.proposal-cell:nth-child(2n+1) {
  border-top: 1px solid #e5e5e5;
}

.proposal-cell:nth-child(4) {
  border-bottom: 1px solid #e5e5e5;
}

.proposal-cell:nth-child(1) {
  border-top: none;
}

.proposal-cell:nth-last-child(1) {
  border-bottom: none;
}

.proposal-cell:nth-child(2n+3):before,
.proposal-cell:nth-child(2n+4):before {
  position: absolute;
  content: '+';
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  line-height: 40px;
  text-align: center;
  background: #ffffff;
  color: #666769;
}

.proposal-cell:nth-child(2n+3):before {
  left: 100%;
}

.active .page-modal-trigger {
  cursor: default;
}

.product-item a {
  text-align: center;
}

.portfolio-item a span > span {
  display: block;
  width: 100%;
}

.file-label .file-input {
  left: auto;
  opacity: 0;
  height: 40px;
  z-index: 2;
}

.file-name .file-input {
  display: none;
}

.file-name .error {
  color: #ff273b;
}

.pager li {
  color: #787a7c;
  position: relative;
  display: block;
  width: 38px;
  height: 35px;
  line-height: 38px;
}

.catalogue-sort li.current > a {
  cursor: pointer;
}

.catalogue-sort li.current.desc:before {
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.rating-line {
  width: 60px;
}

.testimonial-item-group, .testimonial-group-title, .comment-more {
  display: none;
}

.accordion-content {
  margin-bottom: 20px;
}

.cats a, .brands a {
  color: #8d8d8d;
  display: block;
  padding: 5px 5px 5px 10px;
}

.cats a.lvl1 {
  margin-left: 10px;
}

.cats a.lvl2 {
  margin-left: 20px;
}

.cats a.lvl3 {
  margin-left: 30px;
}

.cats a.lvl4 {
  margin-left: 40px;
}

body.wait *, body.wait {
  cursor: progress !important;
}

.disabled label.modal-label, .disabled .selectboxit-text, .disabled .total-price-label {
  color: #a2a2a2;
}

.disabled .orange-btn .button {
  opacity: 0.3;
}

.disabled .orange-btn .button:hover {
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: default;
}

.tooltip-frame {
  word-wrap: break-word;
}

.extra_cart_data {
  display: none;
}

.single-option .selectboxit-container.opened {
  z-index: 8;
}

.tooltip-order-content {
  display: none;
}

.city-select-arrow {
  cursor: pointer;
}

.map .mapst {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.filter-item a.seo-tag-link {
  color: #949496;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  padding: 2px 0 0;
  -webkit-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  transition: color 0.2s ease 0s;
  vertical-align: top;
}

.search-dropdown b {
  color: #00deff;
}

.search-dropdown li {
  color: #ffffff;
}

.search-dropdown li > a.selected {
  color: #00deff;
}

.history .product-item-price {
  text-align: center;
}

.seo-tags {
  margin: 20px;
  color: #949496;
}

.seo-tags a {
  color: #949496;
}

.catalogue-item-image .image-sticker-holder {
  top: 0;
}

.filter-item .noclickable {
  display: none;
}

.basket_span_title {
  font-size: 20px;
}

.basket_complect_content {
  margin: 5px;
}

.basket_complect_items {
  font-size: 14px;
}

.image-sticker {
  margin-right: 10px;
}

.image-sticker.wide {
  /*padding: 0 20px;*/
}

.service_cart:before {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  /*display: none;*/
  width: 100%;
  height: 100%;
}

.service_cart > a,
.service_cart > div.cart-item-art {
  z-index: 3;
  position: relative;
}

.installation-info .item .buy-form-btn {
  float: right;
}

.dropdown-nav ul li {
  line-height: 15px;
}

.dropdown-nav ul li:not(.service_menu) + li.service_menu {
  padding-top: 30px;
}

.dropdown-nav li > a, .dropdown-nav li > span {
  display: inline-block;
  height: auto;
}

.attr-header {
  position: relative;
  margin: 0 0 22px 32px;
  font-size: 20px;
}

.fixed-delivery-address {
  line-height: 20px;
  height: auto;
}

.mkad {
  color: #ff5500;
}

.price_ad {
  font-size: 13px;
}

.image-sticker {
  max-width: 180px;
  margin-right: 2px;
}

.image-sticker ~ .image-sticker, .image-sticker + .image-sticker {
  max-width: 100px;
}

.label-text {
  display: block;
  overflow: hidden;
}

.compare-filter .label-text {
  display: inline-block;
}

.catalogue-item-price > span {
  margin: 0;
}

.product-image.view-section .image-sticker {
  max-width: 100%;
}

.product-item .product-item-price {
  float: none;
  margin: 0 10% 0 15%;
}

.hint.left-hint.fshow {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: auto;
  right: 97%;
  margin-top: 10px;
  display: none;
}

.checkbox.disabled, input:disabled {
  background-color: #e5e5e5;
}

.checkbox.disabled,
.checkbox.disabled + span.label-text {
  cursor: default;
}

.checkbox.disabled + span.label-text:hover {
  color: #949496;
}

.delivery-info-features li:first-child > span:not(.small) {
  font-size: 28px;
}

.tooltipster-base .tooltipster-content {
  max-width: 300px;
}

.fixed-delivery-address b, .fixed-delivery-address strong {
  font-weight: bold;
}

.fixed-delivery-address i, .fixed-delivery-address em {
  font-style: italic;
}

.nopb {
  padding: 0;
  border-bottom: 0;
}

.product-item-price .complect_extra_quantity {
  color: #646567;
  font-size: 18px;
}

.product-item-price .complect_extra_quantity span {
  font-size: 28px;
}

.preview-item-image {
  position: relative;
  z-index: 1;
  float: left;
  width: 428px;
  margin: 0 53px 43px 0;
}

.preview-item-image img {
  height: auto;
}

.preview-item-desc {
  width: calc(100% - 482px);
  min-width: 500px;
}

.preview-item-desc-main {
  float: left;
}

.selectboxit-default-arrow {
  font-style: normal;
}

.more-filters {
  margin-bottom: 18px;
}

.text-block {
  z-index: 70;
}

.modal-small-close {
  background: #ffffff;
  border-radius: 50%;
}

.close-holder {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 80;
}

.close-holder .modal-small-close {
  position: absolute;
}

.catalogue-list:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 200%;
  background: #e5e5e5;
}

.catalogue-filters:before {
  left: -1px;
}

.dropdown-nav-close, .item-remove, .modal-small-close {
  background: #ffffff url("/i/cross.svg") no-repeat 50% 50%;
  background-size: 21px 21px;
}

.file-name-remove, .modal-small-close.single-modal-close, .item-remove, .modal.cart-modal .modal-small-close, .cart-form .modal-small-close {
  background: url("/i/cross.svg") no-repeat 50% 50%;
  background-size: 21px 21px;
}

.file-name-remove:after, .dropdown-nav-close:after, .item-remove:after, .modal-small-close:after,
.file-name-remove:before, .dropdown-nav-close:before, .item-remove:before, .modal-small-close:before {
  display: none;
}

.filter-category input.text {
  margin-bottom: 23px;
}

.cart-service .item-remove {
  background: url("/i/cross2.svg") no-repeat 50% 50%;
  background-size: 17px 17px;
}

.search-dropdown li li > span {
  margin-left: 10px;
}

.portfolio {
  z-index: 70;
}

.product-image-row .slick-dots {
  text-align: center;
  padding-top: 15px;
}

.product-image-row .slick-dots li {
  display: inline-block;
  vertical-align: top;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: 0 5px 10px 5px;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.product-image-row .slick-dots li.slick-active {
  border-color: #e06618;
}

.product-image-row .slick-dots li img {
  width: 100%;
  height: auto;
}

.compare-features-row {
  padding: 10px 0 5px 20px;
}

.compare-features-label {
  padding: 0 0 0 20px;
  /*overflow: hidden;*/
  /*white-space: nowrap;*/
  /*text-overflow: ellipsis;*/
}

.content-header {
  position: relative;
  z-index: 72;
}

.tabs-video.service-video {
  height: auto;
  padding-bottom: 0;
}

#mkad {
  display: none;
}

.page-modal.in {
  z-index: 79;
}

#hidden-media-block {
  display: none;
}

/*
.video-slider .video-box {
	height: auto;
	overflow: visible;
}
*/
.modal .installation-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 65;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main .installation-bg img,
.modal .installation-bg img {
  height: 100vh;
  width: auto;
  max-width: 200%;
}

.main .installation-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 65;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main .installation-bg.fix-bg {
  position: fixed;
}

.main .installation-bg.fix-bg.stopped {
  position: absolute;
  top: auto;
  bottom: 0;
}

.installation-bg > .inner {
  overflow: hidden;
}

.main .installation-bg.fix-bg > .inner {
  padding-left: 126px;
}

.main .installation-bg.fix-bg.stopped > .inner {
  padding-left: 0;
}

.installation-bg > .inner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
}

.installation-bg.fix-bg > .inner:before {
  left: 126px;
}

.installation-bg.fix-bg.stopped > .inner:before {
  left: 0;
}

.installation-bg.active.blue > .inner:before {
  background: rgba(0, 222, 255, 0.71);
}

.installation-bg.active.orange > .inner:before {
  background: rgba(224, 102, 24, 0.7);
}

.installation-bg.active > .inner:before {
  display: block;
}

/*Image positioning TEST */
/*.android .main .installation-bg .inner,*/
/*.ios .main .installation-bg .inner,*/
.android .main .installation-bg.fix-bg,
.ios .main .installation-bg.fix-bg {
  position: absolute;
  left: 0;
  top: 0 !important;
  bottom: auto !important;
  /*height: 100%;*/
  height: auto;
}

.android .main .installation-bg.fix-bg .inner,
.ios .main .installation-bg.fix-bg .inner {
  padding: 0 0 0 0;
}

.android .installation-bg.fix-bg > .inner:before,
.ios .installation-bg.fix-bg > .inner:before {
  left: 0;
}

.android .main .installation-bg.fix-bg .inner img,
.ios .main .installation-bg.fix-bg .inner img {
  /*height: 100%;*/
  height: auto;
}

.android .content-column,
.ios .content-column {
  min-height: 0 !important;
}

.ios .main,
.android .main {
  min-height: 100vh;
  padding: 0 0 629px 0;
}

.android footer,
.ios footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
}

.text-block {
  overflow: hidden;
}

/* end of Image positioning TEST */
.catalogue_brand.white-btn.more-btn {
  display: block;
}

.catalogue_brand.white-btn.more-btn .button {
  display: inline-block;
  padding: 0 11px;
  margin: 5px 10px 5px 0;
  border-radius: 15px;
  height: 30px;
  line-height: 30px;
}

.footer-catalogue-brand {
  width: 25%;
  padding-top: 7px;
  text-align: justify;
  font-size: 12px;
  line-height: 26px;
  min-height: 155px;
}

.footer-catalogue-brand > a {
  display: inline-block;
  color: #3a3c40;
  margin: 0 9px 0 0;
}

.modal-frame .contacts:before {
  position: absolute;
  content: '';
  top: 0;
  left: 100%;
  display: block;
  width: 20px;
  height: 100%;
  background: #ffffff;
}

.contacts-column {
  position: relative;
  overflow: hidden;
}

.contacts-column .contacts-scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 100px);
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

.contacts-column .contacts-scroll > div {
  width: calc(100% - 100px);
  padding: 0 22px;
}

.contacts [class*="-zoom__button"]:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 32px;
  background: none !important;
  font-size: 36px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  color: #00deff;
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}

.contacts [class*="-zoom__button"][class*="-zoom__minus"]:before {
  content: '\2013';
  font-size: 48px;
  line-height: 29px;
}

.contacts [class*="-zoom__button"][class*="-zoom__plus"]:before {
  content: '+';
  left: -1px;
  top: -1px;
}

.hero .phone-box .lvt-btn, .hero .phone-box-second-line .lvt-btn {
  color: #ffffff;
}

.hero .phone-box-second-line {
  margin-right: 35px;
}

.outer-phone-box {
  float: right;
}

.clear {
  clear: both;
}

.phone-box-second-line {
  float: right;
  position: relative;
  z-index: 2;
  font-size: 12px;
}

@media only screen and (max-width: 1280px) {
  pre {
    display: none;
  }
}

.main {
  padding-top: 100px;
}

.main.main-page-scroll {
  padding-top: 0;
}

.twitt-preview {
  padding-top: 100px;
}

.header-nav {
  padding: 35px 0 0 0;
}

.header-nav li {
  height: 77px;
}

.header-nav li.active svg, .header-nav li:hover svg {
  fill: #00deff;
}

.header-nav svg {
  fill: #ffffff;
  margin: 0 auto 8px auto;
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav .item-7 svg {
  width: 27px;
  height: 27px;
}

.header-nav .item-8 svg {
  width: 22px;
  height: 27px;
}

.header-nav .item-9 svg {
  width: 25px;
  height: 24px;
}

.page-header {
  position: fixed;
  left: 126px;
  right: 0;
  top: 0;
  width: calc(100% - 126px);
  z-index: 71;
  min-height: 100px;
  min-width: 1150px;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.page-header-left {
  float: left;
  width: calc(50% - 28px);
  padding: 0 0 0 38px;
}

.page-header-right {
  float: right;
  width: calc(50% - 25px);
}

.page-header .search-box {
  margin: 32px 0 0 0;
  width: 100%;
}

.page-header .phone-box.top-phone {
  float: left;
  margin: 30px 0 0 0;
  text-align: right;
}

.page-header .phone-box.top-phone > a {
  margin: 0;
}

.page-header .phone-box.top-phone a.mail-to {
  font-size: 16px;
  font-weight: 500;
}

.page-header-feedback {
  float: left;
  line-height: 16px;
  margin: 32px 0 0 25px;
  border-bottom: 2px dashed #00deff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.page-header-feedback:hover {
  border-color: transparent;
}

.page-header-feedback a:hover {
  text-decoration: none;
}

.page-header-nav {
  float: right;
  padding: 0 8px 0 0;
  text-align: center;
}

.page-header-nav li {
  position: relative;
  float: left;
  display: table;
  font-weight: 300;
  font-size: 14px;
  height: 100px;
  width: 97px;
}

.page-header-nav li > a, .page-header-nav li > span {
  position: relative;
  z-index: 2;
  color: #949496;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.page-header-nav li > span {
  cursor: default;
}

.page-header-nav li.push-hint-active > a:hover:before {
  color: #00deff;
}

.page-header-nav li > a:before, .page-header-nav li > span:before {
  display: block;
  margin: 0 auto 8px auto;
  font-family: "cityclimat";
  font-size: 22px;
  color: #00deff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.page-header-nav li.item-1 > a:before, .page-header-nav li.item-1 > span:before {
  content: 'b';
}

.page-header-nav li.item-2 > a:before, .page-header-nav li.item-2 > span:before {
  content: 'f';
}

.page-header-nav li.item-3 > a:before, .page-header-nav li.item-3 > span:before {
  content: 'g';
}

.page-header-nav li.item-4 > a:before, .page-header-nav li.item-4 > span:before {
  content: 'c';
}

.page-header-nav li.item-5 > a:before, .page-header-nav li.item-5 > span:before {
  content: '\aa';
}

.page-header-nav li.item-6 > a:before, .page-header-nav li.item-6 > span:before {
  content: 'd';
}

.page-header-nav li > a:hover:before, .page-header-nav li > span:hover:before,
.page-header-nav li.current > a:before, .page-header-nav li.current > span:before,
.page-header-nav li.current > a, .page-header-nav li.current > span,
.page-header-nav li > a:hover, .page-header-nav li > span:hover {
  color: #00deff;
}

.page-header-nav li.current.not-current > a:before, .page-header-nav li.current.not-current > span:before,
.page-header-nav li.current.not-current > a, .page-header-nav li.current.not-current > span {
  color: #ffffff;
}

.page-header-nav li.current.not-current.active > a:before, .page-header-nav li.current.not-current.active > span:before,
.page-header-nav li.current.not-current.active > a, .page-header-nav li.current.not-current.active > span,
.page-header-nav li.active > a:before, .page-header-nav li.active > span:before,
.page-header-nav li.active > a, .page-header-nav li.active > span {
  color: #00deff;
}

.page-header-nav li.active > a.dropdown-nav-trigger, .page-header-nav li.active > span.dropdown-nav-trigger {
  background: #ffffff;
}

.page-header-nav li a > span, .page-header-nav li span > span {
  position: absolute;
  top: 15%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 0 0 40px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ff5500;
  opacity: 0;
  -webkit-transition: all 0.2s 0.3s;
  -o-transition: all 0.2s 0.3s;
  transition: all 0.2s 0.3s;
}

.page-header-nav li.push a > span {
  opacity: 1;
}

.page-header-nav li.push-hint-active > a > span {
  color: #ff5500;
  -webkit-transition: all 0.2s 0.2s;
  -o-transition: all 0.2s 0.2s;
  transition: all 0.2s 0.2s;
}

.page-header-nav li.item-1.push-hint-active .push-hint,
.page-header-nav li.item-2.push-hint-active .push-hint,
.page-header-nav li.item-3.push-hint-active .push-hint,
.page-header-nav li.item-4.push-hint-active .push-hint,
.page-header-nav li.item-5.push-hint-active .push-hint,
.page-header-nav li.item-6.push-hint-active .push-hint {
  top: calc(100% - 20px);
  left: auto;
  right: 0;
  width: auto;
  text-align: center;
}

.page-header-nav li.item-1.push-hint-active .push-hint span,
.page-header-nav li.item-2.push-hint-active .push-hint span,
.page-header-nav li.item-3.push-hint-active .push-hint span,
.page-header-nav li.item-4.push-hint-active .push-hint span,
.page-header-nav li.item-5.push-hint-active .push-hint span,
.page-header-nav li.item-6.push-hint-active .push-hint span {
  width: auto;
  padding: 0 20px;
}

.page-header-nav .push-hint {
  top: calc(100% - 20px);
  left: auto;
  right: 0;
}

.dropdown-nav li > a {
  position: relative;
  display: block;
}

.dropdown-nav li > a.with-subnav:before {
  position: absolute;
  content: '';
  top: 0;
  right: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown-nav li > a.with-subnav.active:before {
  top: 4px;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.dropdown-nav .dropdown-nav-subnav {
  padding: 20px 0 30px 0;
}

.dropdown-nav .dropdown-nav-subnav a {
  color: #000000;
  font-size: 14px;
}

.hero .slider-btn {
  margin: 32px 0 0 0;
}

.hero:before {
  display: none;
}

.hero-slider .slide .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slider .slide .image img {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  max-width: 99999%;
  width: auto;
  height: 100%;
  /*position: absolute;
                top: 50%;
                left: 50%;
                min-width: 100%;
                min-height: 100%;
                max-width: 99999%;
                width: auto;
                height: auto;
                transform: translate(-50%, -50%);
                background-size: cover;*/
}

.slider-btn {
  background: none;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #ffffff;
}

.slider-btn:active, .slider-btn:active, .slider-btn:hover, .slider-btn:hover {
  background: none;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  color: #e06618;
}

.slider-btn:before {
  top: 7px;
  font-size: 22px;
}

.slider-btn[class*="next"] {
  right: 20px;
}

.slider-btn[class*="next"]:before {
  left: 8px;
}

.slider-btn[class*="prev"] {
  left: 20px;
}

.slider-btn[class*="prev"]:before {
  right: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-dots {
  position: absolute;
  bottom: 21px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.slick-dots li.slick-active {
  background: #e06618;
}

.catalogue-filters > form {
  padding: 55px 36px 45px 28px;
}

.catalogue-filters:before {
  height: 1000%;
}

.catalogue-list {
  padding: 43px 0 14px 0;
}

.catalogue-sort {
  margin: 0 0 0 0;
}

.catalogue-sort ul {
  float: left;
  padding: 0 0 0 0;
}

.catalogue-sort ul li {
  margin: 10px 31px 0 0;
}

.catalogue-sort ul li.with-select {
  margin: 0;
  width: 202px;
}

.catalogue-sort ul .selectboxit-container .selectboxit {
  border-color: #ffffff;
}

.catalogue-sort .aside-constructor {
  float: right;
  padding: 0 0 0 0;
}

.catalogue-banner {
  margin: 28px 34px 56px 34px;
}

.catalogue-banner img {
  width: 100%;
  height: auto;
}

.catalogue-banner-holder {
  position: relative;
}

.catalogue-banner-bottom {
  padding: 20px 0 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #1e2126;
}

.catalogue-banner .slick-dots {
  bottom: 13px;
}

.catalogue-item {
  padding: 20px 0 15px 0;
  margin: 0;
  background: #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.favorite-list .catalogue-item {
  border: none;
}

.catalogue-item-availability {
  clear: both;
  padding: 15px 0 0 0;
}

.catalogue-item-availability .product-availability {
  font-size: 15px;
}

.catalogue-item-availability .product-availability:before {
  top: 0;
}

.win .catalogue-item-availability .product-availability:before {
  top: 3px;
}

.catalogue-item:hover {
  border-color: #e5e5e5;
}

.catalogue-sort + .catalogue-item {
  border-top: none;
}

.catalogue-item-left {
  width: 230px;
}

.catalogue-item-name {
  padding: 0 0 14px 0;
}

.catalogue-item-image .image-sticker-holder {
  position: relative;
  left: 0;
  top: 0;
  padding: 0 0 0 23px;
}

.catalogue-item-image span {
  display: block;
  height: auto;
}

.catalogue-item-right p {
  padding: 15px 0 0 0;
  clear: both;
}

.catalogue-item .rating-line {
  width: 59px;
}

.catalogue-item-features {
  clear: both;
}

.buy-btn .button.page-modal-trigger:before {
  right: 23px;
}

.image-sticker-holder {
  z-index: 10;
  white-space: nowrap;
}

.image-sticker,
.image-sticker.wide {
  height: auto;
  width: auto;
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 2px;
  line-height: normal;
  color: #ffffff;
  text-decoration: none;
}

.image-sticker:after,
.image-sticker.wide:after {
  height: 100%;
}

.image-sticker + .image-sticker, .image-sticker ~ .image-sticker {
  max-width: 71px;
}

.product-image-fix .image-sticker + .image-sticker, .product-image-fix .image-sticker ~ .image-sticker {
  width: auto;
}

.product-image-fix .image-sticker + .image-sticker:after, .product-image-fix .image-sticker ~ .image-sticker:after {
  display: none;
}

.rating-line-active {
  color: #ff6600;
}

.aside-constructor {
  padding: 20px 20px 20px 20px;
}

.aside-constructor-butn {
  display: block;
  width: 100%;
  max-width: 260px;
  height: 36px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #ffffff;
  border: none;
  background-color: #ff5500;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  text-transform: uppercase;
  border-radius: 18px;
  -webkit-transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  transition: background-color 0.2s, -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s, background-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s;
  transition: box-shadow 0.2s, background-color 0.2s, -webkit-box-shadow 0.2s;
}

.aside-constructor-butn:hover {
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.product .aside-constructor {
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
}

.product-top {
  padding-right: 25px;
}

.product-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(100vh - 100px);
  margin: 100px 0 0 0;
}

.product-image-data {
  top: 35px;
}

.product-image .slick-list .slide,
.product-image .slick-list {
  height: 360px !important;
}

.product-image-row {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}

.product-image-row .slick-dots {
  position: relative;
  bottom: 0;
}

.product-image-row .slick-dots li.slick-active {
  background: #ffffff;
}

.product-image .image-sticker-holder {
  top: 33px;
  left: 0;
  width: auto;
  padding: 0 0 0 38px;
}

.product-image .image-holder-slider {
  max-width: 360px;
  margin: 0 auto;
}

.product-availability {
  position: relative;
  padding: 0 0 34px 28px;
  clear: both;
}

.catalogue-item .product-availability {
  padding: 0 0 0 20px;
  min-height: 0;
}

.catalogue-item .product-availability:before {
  width: 12px;
  height: 12px;
}

.product-availability:before {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.product-availability.need-confirm:before {
  background: #ffcc00;
}

.product-availability.available:before {
  background: #72df19;
}

.product-availability.not-available:before {
  background: #ff273b;
}

.product .price-desc {
  text-decoration: none;
}

.product .old-price {
  padding: 8px 0 0 0;
  text-decoration: none;
  color: #a2a2a2;
}

.product .old-price span.price-desc {
  margin: 0 0 0 10px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.product .old-price div.price-desc {
  font-size: 14px;
  color: #a2a2a2;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.product .old-price .old-price-holder {
  font-size: 12px;
  text-decoration: line-through;
}

.product .old-price .old-price-holder span {
  font-size: 18px;
}

.product .item-price {
  margin: 12px 57px 0 0;
  min-width: 173px;
}

.product .item-price-total {
  float: left;
  margin: 14px 0 0 40px;
}

.product .item-price-total .buy-btn {
  float: none;
  margin: 0;
}

.product .item-price-total .buy-btn .button {
  padding: 0 15px 0 25px;
}

.product .item-price-kit {
  max-width: 150px;
  padding: 10px 0 0 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.product .item-price-kit.active {
  opacity: 1;
}

.product .item-price-kit > span {
  display: block;
  padding: 0 0 3px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #a2a2a2;
}

.product .item-price-kit .price {
  color: #ff5500;
  font-size: 14px;
}

.product .item-price-kit .price span {
  font-size: 24px;
}

.product .item-price .old-price-holder {
  text-decoration: line-through;
  font-size: 12px;
}

.product .item-price .old-price-holder span {
  font-size: 18px;
}

.product-additional-service {
  float: left;
}

.product-delivery {
  position: relative;
  padding: 40px 0 0 0;
  clear: both;
}

.product-delivery-availability {
  position: relative;
  padding: 0 0 21px 58px;
  font-size: 20px;
}

.product-delivery-availability svg {
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 41px;
  height: 28px;
}

.product-delivery-type {
  padding: 0 0 19px 0;
}

.product-delivery-type:last-child {
  padding: 0;
}

.product-delivery-type span.label {
  font-weight: 700;
}

.product-delivery-type span.delivery-price {
  font-size: 18px;
  color: #ff5500;
}

.product-delivery-type span.delivery-price span {
  font-size: 20px;
}

.product-delivery-type a {
  margin: 0 5px;
  color: #000000;
  text-decoration: underline;
}

.product-delivery-type a:hover {
  text-decoration: none;
}

.product .full-stack .item-price {
  margin: 0;
}

.product .full-stack .item-price .old-price {
  color: #ffffff;
}

.product-testimonials-top {
  padding: 4px 0 19px 0;
}

.product-testimonials-top > p {
  padding: 0 0 19px 0;
  line-height: 18px;
}

.product-art {
  margin: 0 0 0 5px;
}

.product-info-buttons--three li {
  width: 33.333%;
}

.rating-line {
  width: 59px;
  text-align: left !important;
}

.features-content {
  padding: 39px 25px 39px 25px;
}

.testimonial-item {
  padding: 0 0 40px 0;
  position: relative;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
}

.testimonial-item-author {
  padding: 0 0 6px 0;
  font-size: 20px;
}

.testimonial-item-rating {
  padding: 0 0 12px 0;
}

.testimonial-item-rating .rating-line {
  display: inline-block;
}

.testimonial-item-rating > span {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #a2a2a2;
  margin: 0 0 0 5px;
}

.testimonial-item-section {
  padding: 0 0 17px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.testimonial-item-section:last-child {
  padding: 0;
}

.testimonial-item-section span {
  display: block;
  padding: 0 0 9px 0;
  font-weight: 600;
}

.testimonial-item-section p {
  font-size: 15px;
  line-height: 18px;
  color: #1e2126;
}

.content-column .breadcrumbs {
  padding: 33px 0 0 0;
}

.content-column .content-header {
  padding: 0 35px 43px 29px;
}

.product-service {
  position: relative;
}

.product-service-name {
  padding: 0 0 8px 0;
  min-height: 28px;
}

.product-service-name a {
  color: #000000;
  text-decoration: underline;
}

.product-service-name a:hover {
  text-decoration: none;
}

.product-service-label {
  position: relative;
  height: 27px;
  margin: 0 0 9px 0;
}

.product-service-label .checkbox {
  position: absolute;
  top: 8px;
  left: -27px;
}

.product-service-label .label-text {
  color: #ff5500;
  font-size: 18px;
}

.product-service-label .label-text span {
  font-size: 24px;
}

.product-service svg {
  position: absolute;
  top: 9px;
  left: -53px;
  display: block;
  width: 15px;
  height: 15px;
  fill: #000000;
}

.history.with-tabs {
  padding-top: 42px;
}

.scroll-tab-content {
  min-height: 0;
}

.kit-item {
  position: relative;
  float: left;
  width: 218px;
  margin: 0 62px 0 0;
  text-align: center;
}

.kit-item:last-child {
  margin: 0;
}

.kit-item-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 160px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kit-item-image .checkbox {
  margin-left: -20px;
  margin-right: 20px;
}

.kit-item-math {
  position: absolute;
  top: 50%;
  right: -25px;
  display: block;
  width: 15px;
  height: 15px;
  fill: #000000;
  margin: -7px 0 0 0;
}

.kit-item-installation {
  display: block;
  width: 33px;
  height: 33px;
  fill: #000000;
}

.kit-item-name {
  display: block;
  margin: 0 auto 20px auto;
  max-width: 150px;
  color: #646567;
}

.kit-item-name:hover {
  color: #000000;
}

.kit-item .old-price {
  display: block;
  font-size: 12px;
  text-decoration: line-through;
  color: #a2a2a2;
}

.kit-item .old-price > span {
  font-size: 18px;
}

.kit-item-total .product-item-price {
  font-size: 18px;
  padding-top: 20px;
}

.kit-item-total .product-item-price span {
  font-size: 40px;
}

.kit-item-total .product-item-price .old-price {
  font-size: 12px;
}

.kit-item-total .product-item-price .old-price span {
  font-size: 18px;
}

.kit-item-benefit {
  margin: 0 0 10px 0;
  font-size: 22px;
  line-height: 24px;
  color: #646567;
  white-space: nowrap;
}

.kit-item-benefit span:last-child {
  font-size: 16px;
}

.kit-item .buy-btn.orange-btn {
  width: 190px;
}

.kit-item .buy-btn.orange-btn .button {
  height: 36px;
  font-size: 15px;
  padding: 0 0 0 18px;
}

.kit-item .buy-btn.orange-btn .button.page-modal-trigger:after {
  top: 0;
  margin: 0;
}

.kit-item .buy-btn.orange-btn .button.page-modal-trigger:before {
  top: 7px;
  right: 17px;
}

.tooltipster-default .tooltipster-content {
  text-align: center;
}

.modal-small-close a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.cart {
  position: relative;
}

.cart .modal-small-close {
  background-color: transparent;
}

.cart-list, .cart-form {
  height: calc(100vh - 100px);
}

.cart-list-scroll {
  padding-bottom: 100px;
}

.cart-list .vertical-scroll {
  height: calc(100vh - 200px);
}

.cart .gap-title-text {
  padding: 32px 0 0 33px;
}

.cart-kit {
  padding: 17px 0 36px 0;
  position: relative;
}

.cart-kit-name {
  font-size: 24px;
  padding: 0 20px 20px 36px;
  font-weight: 600;
}

.cart-kit-name span {
  margin: 0 14px 0 0;
  font-size: 16px;
}

.cart-kit-total {
  padding: 17px 20px 0 26px;
  clear: both;
  text-align: right;
}

.cart-kit-total > span {
  margin: 0 0 0 10px;
  color: #ff5500;
  font-size: 15px;
}

.cart-kit-total > span > span {
  font-size: 30px;
}

.cart-item {
  position: relative;
  z-index: 1;
  margin: 20px 20px 0 36px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.cart-item .cart-item-amount .item-amount {
  padding: 8px 30px 10px 30px;
}

.cart-item:hover {
  z-index: 2;
}

.cart-item-number {
  float: left;
  width: 34px;
  font-size: 16px;
  font-weight: 600;
}

.cart-item-image {
  float: left;
  width: 85px;
}

.cart-item-image img {
  width: 100%;
  height: auto;
}

.cart-item-info {
  float: right;
  width: calc(100% - 138px);
  position: relative;
}

.cart-item-name {
  float: left;
  line-height: 22px;
  width: 31%;
}

.cart-item-name a {
  display: block;
  color: #000000;
}

.cart-item-amount {
  float: left;
  width: 30%;
  text-align: center;
}

.cart-item-amount .amount-price {
  position: relative;
  z-index: 1;
  top: -8px;
  color: #a2a2a2;
  font-size: 12px;
  text-align: center;
}

.cart-item-amount .amount-price span {
  display: block;
}

.cart-item-amount .item-amount {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: none;
}

.cart-item a.ui-spinner-button {
  width: 20px;
  height: 20px;
  font-size: 11px;
}

.cart-item a.ui-spinner-button:before {
  line-height: 18px;
  font-size: 18px;
}

.cart-item .item-amount {
  padding: 10px 30px;
}

.cart-item a.ui-spinner-up:before {
  line-height: 22px;
}

.cart-item-price {
  float: left;
  width: 39%;
}

.cart-item-price .catalogue-item-price {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: right;
}

.cart-item-price .catalogue-item-price > span {
  font-size: 18px;
}

.cart-item-price .catalogue-item-price .old-price {
  color: #a2a2a2;
  font-size: 10px;
  text-decoration: line-through;
}

.cart-item-price .catalogue-item-price .old-price > span {
  font-size: 13px;
}

.cart-item .item-remove {
  position: absolute;
  top: -3px;
  right: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  background-size: 13px 13px;
}

.cart-item-extra {
  position: relative;
  z-index: 5;
  padding: 8px 0 0 34px;
  clear: both;
}

.cart-item-extra-line {
  margin: 17px 0 0 0;
}

.cart-item-extra-line:first-child {
  margin: 0;
}

.cart-item-extra .help-btn {
  float: right;
  margin: 5px 0 0 0;
}

.cart-item-extra .checkbox {
  float: left;
  display: block;
  margin: 9px 11px 0 0;
}

.cart-item .extra-select {
  position: relative;
  float: left;
  width: 88%;
}

.cart-item .extra-select.disabled {
  opacity: 1;
}

.cart-item .extra-select.disabled .selectboxit-text {
  opacity: 0.5;
}

.cart-item .extra-select .selectboxit-container .selectboxit {
  border: 1px solid #bfbfbf;
}

.cart-item .extra-select.single-option .selectboxit-list {
  display: none !important;
}

input.text.valid, textarea.valid {
  background: #ffffff url("../i/valid.png") no-repeat 97% 10px;
}

input.text.error, textarea.error {
  background: #ffffff url("../i/not-valid.png") no-repeat 97% 10px;
}

.white-btn.help-btn .button:after {
  line-height: 26px;
}

.product .item-price-kit .price {
  color: #ff5500;
  font-size: 18px;
}

.product .item-price-kit .price span {
  font-size: 24px;
}

.site-links {
  padding: 50px 30px;
  font-size: 20px;
  text-transform: uppercase;
}

.site-links li {
  padding: 0 0 20px 0;
}

.blue-btn .button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  color: #ffffff;
  border: none;
  font-size: 15px;
  letter-spacing: 0.01em;
  background-color: #00deff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.blue-btn .button:after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: "cityclimat";
  text-align: center;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.blue-btn .button:hover {
  text-decoration: none;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.mCSB_horizontal.mCSB_inside > .mCSB_container.mCS_no_scrollbar_x {
  padding-bottom: 10px;
}

.installation {
  position: relative;
}

.installation-banner {
  position: relative;
  height: 617px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.installation-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.installation-banner .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 99999%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

.installation-banner-text {
  position: relative;
  z-index: 2;
  padding: 120px 36px 20px 93px;
  color: #ffffff;
}

.installation-banner-text p {
  max-width: 440px;
  padding: 0 0 55px 0;
  font-size: 15px;
  line-height: 24px;
}

.installation-banner-title {
  padding: 0 0 35px 0;
  font-size: 48px;
  line-height: 48px;
}

.installation-banner .orange-btn,
.installation-banner .blue-btn {
  margin: 0 0 19px 0;
}

.installation-banner .orange-btn .button,
.installation-banner .blue-btn .button {
  height: 50px;
  padding: 0 24px;
  border-radius: 25px;
  font-size: 20px;
}

.installation-banner .orange-btn .button:after,
.installation-banner .blue-btn .button:after {
  font-size: 15px;
  margin: 0 0 0 15px;
}

.installation .breadcrumbs {
  padding: 28px 36px 0 36px;
}

.installation-title {
  padding: 0 36px 38px 36px;
  font-size: 40px;
}

.installation-options {
  padding: 18px 0 0 0;
  border-bottom: 1px solid #e5e5e5;
}

.installation-options-steps {
  display: inline-block;
  height: 50px;
  margin: 0 36px 0 36px;
  background: #f0f0f0;
  border-radius: 25px;
  overflow: hidden;
}

.installation-options-steps li {
  position: relative;
  z-index: 2;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  height: 50px;
  padding: 2px 15px 0 51px;
  color: #8d8d8d;
  text-transform: uppercase;
  font-size: 14px;
}

.installation-options-steps li:hover {
  text-decoration: underline;
}

.installation-options-steps li a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.installation-options-steps li:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 50px;
  background: url("../i/step-arrow.png") no-repeat 0 0;
}

.installation-options-steps li:last-child {
  z-index: 3;
}

.installation-options-steps li:last-child:before {
  display: none;
}

.installation-options-steps li:first-child {
  z-index: 1;
}

.installation-options-steps li:first-child:after {
  display: none;
}

.installation-options-steps li.current {
  background: #ff5500;
  color: #ffffff;
}

.installation-options-steps li.current span {
  border: 1px solid #ffffff;
  background: #ffffff;
  text-indent: 0;
}

.installation-options-steps li.current:before {
  background: url("../i/step-arrow-active.png") no-repeat 0 0;
}

.installation-options-steps li.current:after {
  position: absolute;
  content: '';
  top: 0;
  left: -18px;
  display: block;
  width: 18px;
  height: 50px;
  background: url("../i/step-arrow-left.png") no-repeat 0 0;
}

.installation-options-steps li span {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #cccccc;
  border: 5px solid #e3e3e3;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-indent: 999em;
  color: #ff5500;
  overflow: hidden;
}

.installation-area-tabs li {
  float: left;
  padding: 7px 20px 5px 20px;
  margin: 0 0 0 18px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
  color: #00deff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.installation-area-tabs li:first-child {
  margin: 0 0 0 36px;
}

.installation-area-tabs li:hover {
  background: #f4f4f4;
}

.installation-area-tabs li span {
  display: block;
  padding: 0 0 3px 0;
  font-size: 36px;
  line-height: 36px;
  font-weight: 400;
}

.installation-area-tabs li sup {
  font-size: 15px;
}

.installation-area-tabs li.current {
  background: #f4f4f4;
  color: #000000;
  cursor: default;
}

.installation-area-tabs .mCSB_horizontal.mCSB_inside > .mCSB_container,
.installation-area-tabs .mCSB_horizontal.mCSB_inside > .mCSB_container.mCS_no_scrollbar_x,
.installation-area-tabs .mCustomScrollBox {
  padding: 0;
  border: none;
}

.installation-area-tabs .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  height: 0;
  overflow: hidden;
}

.installation-area-content {
  position: relative;
  padding: 16px 36px 0 36px;
  background: #f4f4f4;
}

.installation-area-content .installation-table table {
  width: auto;
}

.installation-table {
  padding: 0 0 9px 0;
}

.installation-table th {
  padding: 0 0 25px 0;
}

.installation-table th:nth-child(2), .installation-table th:nth-child(3) {
  text-align: center;
  width: 300px;
}

.installation-table td {
  padding: 0 0 35px 0;
}

.installation-table td:nth-child(1) {
  width: 500px;
}

.installation-table td:nth-child(2), .installation-table td:nth-child(3) {
  text-align: center;
  width: 300px;
}

.installation-table .table-none, .installation-table .table-confirm {
  margin: 0 auto;
}

.installation-table .service-btn,
.installation-table .request-btn,
.installation-table .buy-btn {
  width: 270px;
  margin: 0 auto;
}

.installation-table .service-btn .button,
.installation-table .request-btn .button,
.installation-table .buy-btn .button {
  display: block;
  width: 270px;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  line-height: 50px;
}

.installation-table .service-btn .button.page-modal-trigger:after,
.installation-table .request-btn .button.page-modal-trigger:after,
.installation-table .buy-btn .button.page-modal-trigger:after {
  top: 0;
}

.installation-table .service-btn .button.page-modal-trigger:before,
.installation-table .request-btn .button.page-modal-trigger:before,
.installation-table .buy-btn .button.page-modal-trigger:before {
  top: 15px;
  right: 28px;
}

.installation-table .service-btn .button,
.installation-table .request-btn .button {
  border-radius: 25px;
}

.installation-table .request-btn {
  margin-bottom: 15px;
}

.installation-table .request-btn .button {
  font-size: 22px;
}

.installation-table td {
  vertical-align: top;
}

.installation-faq {
  position: relative;
  padding: 30px 0 50px 0;
}

.installation-faq .installation-title {
  padding: 0 36px 21px 36px;
}

.installation-faq .accordion {
  padding: 0 36px;
}

.installation-proposal {
  position: relative;
  padding: 36px 0 50px 0;
}

.installation-proposal .installation-title {
  padding: 0 36px 4px 36px;
  color: #e06618;
}

.installation-proposal .slide {
  padding: 0 36px;
}

.installation-proposal-item {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.installation-proposal-item .image {
  float: left;
  width: calc(54% - 30px);
  text-align: center;
}

.installation-proposal-item .image img {
  display: inline-block;
  height: auto;
}

.installation-proposal-item .data {
  float: right;
  width: 46%;
  padding: 36px 0 0 0;
}

.installation-proposal-item .data-name {
  font-size: 40px;
  color: #1e2126;
}

.installation-proposal-item .data-name a {
  display: block;
  color: #1e2126;
}

.installation-proposal-item .data-name span {
  display: block;
}

.installation-proposal-item .data-name-top {
  font-size: 40px;
  color: #a2a2a2;
}

.installation-proposal-item .data .features-content {
  padding: 36px 60px 14px 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.installation-proposal-item .data .features-content .features-list-item {
  margin: 0 0 12px 0;
}

.installation-proposal-item .data .price-desc {
  font-size: 20px;
}

.installation-proposal-item .data .buy-btn {
  float: right;
  margin: 12px 60px 0 0;
}

.installation-proposal-item .data .buy-btn .button.page-modal-trigger:before {
  right: 29px;
}

.installation-proposal .slick-dots {
  position: relative;
  bottom: 0;
  padding: 54px 0 0 0;
}

.installation-proposal .slick-dots li {
  width: 13px;
  height: 13px;
  margin: 0 3px;
  background: #e5e5e5;
}

.installation-proposal .slick-dots li.slick-active {
  background: #00deff;
}

.installation-description {
  position: relative;
  padding: 80px 36px 30px 36px;
}

.installation-description .installation-title {
  padding: 0 0 20px 0;
}

.installation-benefits {
  position: relative;
  padding: 4px 36px 50px 36px;
}

.installation-benefits-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #f4f4f4;
}

.installation-benefits .installation-title {
  padding: 0 0 20px 0;
}

.installation-benefits-tabs {
  float: left;
  width: 450px;
  background: #ffffff;
}

.installation-benefits-tabs li {
  padding: 31px 20px 27px 32px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #737373;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background: #ffffff;
}

.installation-benefits-tabs li:hover {
  background: #f4f4f4;
}

.installation-benefits-tabs li.current {
  background: #f4f4f4;
  cursor: default;
}

.installation-benefits-list {
  float: right;
  width: calc(100% - 450px);
  padding: 50px 50px 20px 50px;
  background: #f4f4f4;
}

.installation-benefits .image {
  float: left;
  margin: 0 32px 20px 0;
}

.installation-benefits .text {
  padding: 35px 0 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 26px;
  color: #737373;
  overflow: hidden;
}

.installation-benefits .text-title {
  padding: 0 0 13px 0;
  font-size: 24px;
  font-weight: 600;
}

.installation-portfolio {
  position: relative;
  padding: 12px 21px 0 21px;
}

.installation-portfolio .installation-title {
  padding: 0 15px 27px 15px;
}

.installation-portfolio .portfolio-item {
  border: none;
  width: 20%;
  padding: 0 15px;
  margin: 0 0 30px 0;
}

.installation-portfolio .portfolio-item img {
  width: 100%;
  height: auto;
}

.installation-portfolio .portfolio-item:nth-child(5n + 1) {
  clear: both;
}

.history-title--big {
  font-size: 40px;
}

.modal .installation-table .buy-btn .button.page-modal-trigger:before {
  top: 15px;
  right: 22px;
}

.installation-table .buy-btn.small {
  width: 35px;
}

.installation-table .buy-btn.small .button.page-modal-trigger:before {
  top: 8px;
  right: 15px;
}

.installation-option {
  position: relative;
  padding: 47px 36px 0 36px;
}

.installation-option-first .installation-option-item {
  width: 265px;
}

.installation-option-second .installation-option-item {
  width: 150px;
}

.installation-option-second .installation-option-item .image {
  height: 150px;
  padding: 0 15px;
  margin: 0 0 23px 0;
}

.installation-option-second .installation-option-item .name {
  min-height: 48px;
  padding: 0 10px 10px 10px;
}

.installation-option-third {
  padding: 47px 0 0 0;
}

.installation-option-item {
  position: relative;
  float: left;
  text-align: center;
}

.installation-option-item:hover .white-btn .button {
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
}

.installation-option-item:hover .name {
  text-decoration: underline;
}

.installation-option-item > a {
  left: 15px;
  width: calc(100% - 30px);
}

.installation-option-item .image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 170px;
  margin: 0 0 5px 0;
}

.installation-option-item .image img {
  height: auto;
}

.installation-option-item .name {
  min-height: 60px;
  padding: 0 51px 10px 51px;
  font-size: 15px;
}

.installation-option .white-btn {
  width: 102px;
  margin: 0 auto;
}

.installation-option .white-btn .button {
  height: 35px;
  width: 102px;
  border-radius: 18px;
}

.testimonial-preview {
  float: left;
  width: 270px;
  text-align: center;
}

.testimonial-preview .docs-preview-item {
  width: auto;
  margin: 0 10px;
  -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.2);
}

.partner-preview {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  width: 240px;
  padding: 0 10px;
  text-align: center;
}

.slider-btn--white {
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  margin: -18px 0 0 0;
  color: #00deff;
  border: none;
  font-size: 15px;
  letter-spacing: 0.01em;
  background-color: #ffffff;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  border-radius: 18px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.slider-btn--white:hover {
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.4);
  color: #00deff;
}

.slider-btn--white:before {
  top: 9px;
  font-size: 18px;
}

.slider-btn--white[class*="-next"]:before {
  left: 12px;
}

.slider-btn--white[class*="-prev"]:before {
  right: 10px;
}

.fixed-banner {
  position: relative;
  width: 50%;
  min-width: 577px;
  height: calc(100vh - 90px);
  overflow: hidden;
}

.modal .fixed-banner {
  height: 100vh;
}

.fixed-banner.is_stuck {
  width: calc((100% - 126px) / 2) !important;
}

.fixed-banner.is_stuck.on-bottom {
  width: 50% !important;
}

.fixed-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fixed-banner .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  max-width: 99999%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;

  width: 100%; height: 100%; object-fit: cover; -o-object-fit: cover; object-position: left; -o-object-position: left;
}

.fixed-banner .image:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
}

.fixed-banner.active.blue .image:before {
  background: rgba(0, 222, 255, 0.71);
}

.fixed-banner.active.orange .image:before {
  background: rgba(224, 102, 24, 0.7);
}

.proposal-cell:nth-child(2n+1) {
  clear: both;
}

.modal-form textarea {
  height: 80px;
}

.fancy-slider img {
  height: auto;
}

.installation-bg .inner {
  height: 100%;
}

.installation-bg .image {
  position: absolute;
  top: 0;
  left: 126px;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: calc((100vw - 126px) / 2);
  max-width: 900px;
  min-width: 580px;
  height: 100%;
  overflow: hidden;
}

.installation-bg .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  max-width: 99999%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}

.main .installation-bg.fix-bg.stopped .image {
  left: 0;
}

.discount-list {
  position: relative;
}

.discount-list-item {
  position: relative;
  height: 200px;
  margin: 0 0 20px 0;
  overflow: hidden;
}

.discount-list-item .image {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.discount-list-item-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.discount-list-item-content .name {
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.discount-list-item-content p {
  max-width: 500px;
  line-height: 20px;
}

.discount-list-item:hover .image {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.discount-list-item:hover .discount-list-item-content {
  background: rgba(0, 0, 0, 0.7);
}

.discount-list-item:hover .discount-list-item-content .name {
  color: #32c2e0;
  text-decoration: underline;
}

@media only screen and (min-width: 1921px) {
  .page-header {
    left: 50%;
    width: 1794px;
    margin: 0 0 0 -960px;
    -webkit-transform: translate3d(126px, 0, 0);
    transform: translate3d(126px, 0, 0);
  }
}

@media only screen and (max-width: 1550px) {
  .product .item-price-total {
    float: none;
    margin: 0;
    clear: both;
    padding: 20px 0 0 0;
  }
}

@media only screen and (max-width: 1505px) {
  .page-header-nav li {
    width: 82px;
  }
}

@media only screen and (max-width: 1440px) {
  .page-header-feedback {
    font-size: 14px;
    margin: 33px 0 0 25px;
  }
  .installation-portfolio .portfolio-item {
    width: 25%;
  }
  .installation-portfolio .portfolio-item:nth-child(4n + 1) {
    clear: both;
  }
  .installation-portfolio .portfolio-item:nth-child(5n + 1) {
    clear: none;
  }
}

/*# sourceMappingURL=style.css.map */