/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #212434;
}

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

h1, .h1 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 48px;
}

h2, .h2 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 30px;
}

.bx-slider {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.bx-slider > li {
  background: #FFF;
}

.bx-wrapper {
  margin: 0;
  padding-bottom: 30px;
  background: none;
}

.bx-wrapper .bx-viewport {
  background: none;
}

.nav.nav-tabs > li,
.nav-tabs.nav-justified > li {
  border-radius: 0;
  font-size: 14px;
}

.nav.nav-tabs > li > a,
.nav-tabs.nav-justified > li > a {
  border-radius: 0;
  border-color: #999999;
  border-bottom: 1px solid #999999;
  border-right-color: #2d79c4;
  background-color: #629FDB;
  color: #212434;
  text-transform: uppercase;
}

.nav.nav-tabs > li > a:focus,
.nav-tabs.nav-justified > li > a:focus {
  outline: none;
}

.nav.nav-tabs > li > a:hover,
.nav-tabs.nav-justified > li > a:hover {
  background-color: #8bb8e5;
}

.nav.nav-tabs > li.active > a,
.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav-tabs.nav-justified > li.active > a,
.nav-tabs.nav-justified > li.active > a:hover,
.nav-tabs.nav-justified > li.active > a:focus {
  background-color: #FFF;
  border-color: #999999;
  border-bottom-color: #FFF;
}

.nav.nav-tabs > li + li > a,
.nav-tabs.nav-justified > li + li > a {
  border-left: none;
}

.nav.nav-tabs > li:last-child > a,
.nav-tabs.nav-justified > li:last-child > a {
  border-right-color: #999;
}

.nav.nav-tabs .badge-tab,
.nav-tabs.nav-justified .badge-tab {
  border-radius: 50%;
  display: inline-block;
  height: 30px;
  min-width: 30px;
  line-height: 28px;
  background-color: #F15A24;
  border: none;
  text-align: center;
  color: #FFF;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .nav.nav-tabs > li > a,
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .nav.nav-tabs:before, .nav.nav-tabs:after,
  .nav-tabs.nav-justified:before,
  .nav-tabs.nav-justified:after {
    content: " ";
    display: table;
  }
  .nav.nav-tabs:after,
  .nav-tabs.nav-justified:after {
    clear: both;
  }
  .nav.nav-tabs > li,
  .nav-tabs.nav-justified > li {
    width: 50%;
    float: left;
    display: inline-block;
  }
  .nav.nav-tabs > li:last-child:nth-child(2n+1),
  .nav-tabs.nav-justified > li:last-child:nth-child(2n+1) {
    width: 100%;
  }
}

.tab-content {
  border: 1px solid #999999;
  border-top: none;
  background-color: #FFF;
}

.tab-content .tab-pane {
  padding: 15px;
}

.modal .modal-content {
  background-color: #dee1e2;
}

.modal .modal-header {
  border: none;
  padding-top: 30px;
  padding-bottom: 0;
  position: relative;
}

.modal .modal-header .close {
  position: absolute;
  margin: 0;
  top: 10px;
  right: 10px;
  font-size: 32px;
  line-height: 18px;
  color: #000;
}

.modal .modal-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.modal .modal-body {
  padding: 30px;
}

.modal .modal-footer {
  padding-bottom: 30px;
  padding-top: 0;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 410px;
  }
  .modal .modal-lg {
    width: 600px;
  }
}

@media (min-width: 992px) {
  .modal .modal-lg {
    width: 900px;
  }
}

.bx-wrapper {
  margin: 0 auto;
  padding-bottom: 40px;
}

.bx-wrapper .bx-controls-direction a {
  width: 62px;
  height: 62px;
  border: none;
  border-radius: 0;
  top: 50%;
  opacity: 0.7;
  margin-top: -32px;
  z-index: 100;
}

.bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
  left: -30px;
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -598px;
  width: 30px;
  height: 64px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
  right: -30px;
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -667px;
  width: 30px;
  height: 64px;
}

.bx-wrapper .bx-pager.bx-default-pager {
  padding-top: 0;
  left: 0;
  bottom: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #EFEFEF;
  border: 1px solid #BBC2CC;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #FF8500;
  border-color: #FF8500;
}

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 26px;
  }
  h2, .h2 {
    font-size: 18px;
  }
}

.icon.icon-buy-steps-1 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1811px;
  width: 100px;
  height: 100px;
}

.icon.icon-buy-steps-2 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1916px;
  width: 100px;
  height: 100px;
}

.icon.icon-buy-steps-3 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2021px;
  width: 100px;
  height: 100px;
}

.icon.icon-buy-steps-4 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2126px;
  width: 100px;
  height: 100px;
}

.icon.icon-calc-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -72px;
  width: 45px;
  height: 45px;
}

.icon.icon-certificate-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -122px;
  width: 45px;
  height: 45px;
}

.icon.icon-clock-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -172px;
  width: 45px;
  height: 45px;
}

.icon.icon-conditions-1 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1336px;
  width: 90px;
  height: 90px;
}

.icon.icon-conditions-2 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1431px;
  width: 90px;
  height: 90px;
}

.icon.icon-conditions-3 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1526px;
  width: 90px;
  height: 90px;
}

.icon.icon-conditions-4 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1621px;
  width: 90px;
  height: 90px;
}

.icon.icon-conditions-5 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1716px;
  width: 90px;
  height: 90px;
}

.icon.icon-credit-conditions-1 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2651px;
  width: 140px;
  height: 140px;
}

.icon.icon-credit-conditions-2 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2796px;
  width: 140px;
  height: 140px;
}

.icon.icon-credit-conditions-3 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2941px;
  width: 140px;
  height: 140px;
}

.icon.icon-credit-conditions-4 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -3086px;
  width: 140px;
  height: 140px;
}

.icon.icon-delivery-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -222px;
  width: 45px;
  height: 45px;
}

.icon.icon-header-1 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -322px;
  width: 64px;
  height: 64px;
}

.icon.icon-header-2 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -391px;
  width: 64px;
  height: 64px;
}

.icon.icon-header-3 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -460px;
  width: 64px;
  height: 64px;
}

.icon.icon-header-4 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -529px;
  width: 64px;
  height: 64px;
}

.icon.icon-our-factory-1 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2231px;
  width: 100px;
  height: 100px;
}

.icon.icon-our-factory-2 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2336px;
  width: 100px;
  height: 100px;
}

.icon.icon-our-factory-3 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2441px;
  width: 100px;
  height: 100px;
}

.icon.icon-our-factory-4 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -2546px;
  width: 100px;
  height: 100px;
}

.icon.icon-slider-arrow-left-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -598px;
  width: 30px;
  height: 64px;
}

.icon.icon-slider-arrow-left-sm {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px 0px;
  width: 15px;
  height: 31px;
}

.icon.icon-slider-arrow-left {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -736px;
  width: 30px;
  height: 70px;
}

.icon.icon-slider-arrow-right-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -667px;
  width: 30px;
  height: 64px;
}

.icon.icon-slider-arrow-right-sm {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -36px;
  width: 15px;
  height: 31px;
}

.icon.icon-slider-arrow-right {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -811px;
  width: 30px;
  height: 70px;
}

.icon.icon-two-in-one-orange {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -272px;
  width: 45px;
  height: 45px;
}

.icon.icon-why-we-1 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -886px;
  width: 70px;
  height: 70px;
}

.icon.icon-why-we-2 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -961px;
  width: 70px;
  height: 70px;
}

.icon.icon-why-we-3 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1036px;
  width: 70px;
  height: 70px;
}

.icon.icon-why-we-4 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1111px;
  width: 70px;
  height: 70px;
}

.icon.icon-why-we-5 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1186px;
  width: 70px;
  height: 70px;
}

.icon.icon-why-we-6 {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -1261px;
  width: 70px;
  height: 70px;
}

.icon {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.sq-45 {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #FFF;
  border-radius: 3px;
  text-align: center;
  line-height: 43px;
}

.color-orange {
  color: #FF8500;
}

.crossed-out {
  position: relative;
}

.crossed-out:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -10px;
  width: 100%;
  height: 2px;
  background-color: #F00;
  box-sizing: content-box;
  padding: 0 10px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
}

.btn-orange {
  color: #212434;
  background-color: #FF8500;
  border-color: #FFF;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: border-color 0.2s ease 0s;
  -o-transition: border-color 0.2s ease 0s;
  transition: border-color 0.2s ease 0s;
}

.btn-orange:focus, .btn-orange.focus {
  color: #212434;
  background-color: #cc6a00;
  border-color: #bfbfbf;
}

.btn-orange:hover {
  color: #212434;
  background-color: #cc6a00;
  border-color: #e0e0e0;
}

.btn-orange:active, .btn-orange.active,
.open > .btn-orange.dropdown-toggle {
  color: #212434;
  background-color: #cc6a00;
  border-color: #e0e0e0;
}

.btn-orange:active:hover, .btn-orange:active:focus, .btn-orange:active.focus, .btn-orange.active:hover, .btn-orange.active:focus, .btn-orange.active.focus,
.open > .btn-orange.dropdown-toggle:hover,
.open > .btn-orange.dropdown-toggle:focus,
.open > .btn-orange.dropdown-toggle.focus {
  color: #212434;
  background-color: #a85800;
  border-color: #bfbfbf;
}

.btn-orange:active, .btn-orange.active,
.open > .btn-orange.dropdown-toggle {
  background-image: none;
}

.btn-orange.disabled:hover, .btn-orange.disabled:focus, .btn-orange.disabled.focus, .btn-orange[disabled]:hover, .btn-orange[disabled]:focus, .btn-orange[disabled].focus,
fieldset[disabled] .btn-orange:hover,
fieldset[disabled] .btn-orange:focus,
fieldset[disabled] .btn-orange.focus {
  background-color: #FF8500;
  border-color: #FFF;
}

.btn-orange .badge {
  color: #FF8500;
  background-color: #212434;
}

.btn-orange:hover {
  background-color: #ff9d33;
  border-color: #777777;
  box-shadow: 0 0 5px 1px #FFF;
}

.btn-orange.btn-lg {
  padding: 6px 12px;
}

.btn-orange-square {
  color: #212434;
  background-color: #FCC049;
  border-color: #FCC049;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
}

.btn-orange-square:focus, .btn-orange-square.focus {
  color: #212434;
  background-color: #fbaf17;
  border-color: #c28203;
}

.btn-orange-square:hover {
  color: #212434;
  background-color: #fbaf17;
  border-color: #fbab0d;
}

.btn-orange-square:active, .btn-orange-square.active,
.open > .btn-orange-square.dropdown-toggle {
  color: #212434;
  background-color: #fbaf17;
  border-color: #fbab0d;
}

.btn-orange-square:active:hover, .btn-orange-square:active:focus, .btn-orange-square:active.focus, .btn-orange-square.active:hover, .btn-orange-square.active:focus, .btn-orange-square.active.focus,
.open > .btn-orange-square.dropdown-toggle:hover,
.open > .btn-orange-square.dropdown-toggle:focus,
.open > .btn-orange-square.dropdown-toggle.focus {
  color: #212434;
  background-color: #ea9d04;
  border-color: #c28203;
}

.btn-orange-square:active, .btn-orange-square.active,
.open > .btn-orange-square.dropdown-toggle {
  background-image: none;
}

.btn-orange-square.disabled:hover, .btn-orange-square.disabled:focus, .btn-orange-square.disabled.focus, .btn-orange-square[disabled]:hover, .btn-orange-square[disabled]:focus, .btn-orange-square[disabled].focus,
fieldset[disabled] .btn-orange-square:hover,
fieldset[disabled] .btn-orange-square:focus,
fieldset[disabled] .btn-orange-square.focus {
  background-color: #FCC049;
  border-color: #FCC049;
}

.btn-orange-square .badge {
  color: #FCC049;
  background-color: #212434;
}

.btn-orange-square.btn-xlg {
  font-size: 24px;
  padding: 15px 20px;
}

.btn-xlg {
  padding: 20px 20px;
  font-size: 21px;
  line-height: 1.3333333;
  border-width: 2px;
}

@media (max-width: 767px) {
  .btn-xlg {
    font-size: 18px;
    padding: 12px 15px;
  }
}

form .form-control {
  height: 45px;
}

form .form-control::-moz-placeholder {
  color: #212434;
  opacity: 1;
}

form .form-control:-ms-input-placeholder {
  color: #212434;
}

form .form-control::-webkit-input-placeholder {
  color: #212434;
}

form .form-control:focus::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}

form .form-control:focus:-ms-input-placeholder {
  color: #CCC;
}

form .form-control:focus::-webkit-input-placeholder {
  color: #CCC;
}

form textarea.form-control {
  height: auto;
}

form .input-group-addon {
  border-radius: 0;
  color: #7F8C8D;
  background: #FFF;
  border-color: #FFF;
  font-size: 18px;
  min-width: 45px;
}

form .input-group .input-group-addon + .form-control {
  border-left-color: #E0E3E5;
}

.form-blue {
  background: url("../img/bg-ornament-blue.jpg") scroll repeat center center #68a4e0;
  padding: 45px 55px 35px;
  margin-bottom: 30px;
}

.form-blue .control-label {
  color: #FFF;
  font-weight: normal;
  font-size: 16px;
}

.form-blue .form-control {
  border-radius: 0;
  border-color: #FFF;
  box-shadow: none;
}

.form-blue .form-group.has-error .form-control {
  border-color: #F00;
}

.form-blue .form-group.has-error .input-group-addon {
  border-color: #F00;
  color: #F00;
}

.form-blue .form-group.has-error .control-label {
  color: #a94442;
}

.form-blue .form-group.has-success .input-group-addon {
  color: #7F8C8D;
  border-color: #FFF;
  background-color: #FFF;
}

.form-blue .btn {
  margin-top: 25px;
}

.form-blue .form-suffix {
  margin-top: 10px;
  color: #eee;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 1199px) {
  .form-blue {
    padding: 30px 30px 35px;
  }
  .form-blue .btn-xlg {
    font-size: 22px;
  }
  .form-blue .form-suffix {
    margin-top: 5px;
    letter-spacing: -0.3px;
  }
}

@media (max-width: 991px) {
  .form-blue {
    padding: 15px 30px 20px;
  }
  .form-blue .btn-xlg {
    font-size: 18px;
  }
  .form-blue .form-suffix {
    margin-top: 2px;
    font-size: 10px;
    letter-spacing: 0;
  }
}

.form-modal .form-control {
  border-radius: 23px;
  box-shadow: none !important;
  border: 2px solid #C4C4C4;
  -webkit-transition: border-color 0.2s ease 0s;
  -o-transition: border-color 0.2s ease 0s;
  transition: border-color 0.2s ease 0s;
}

.form-modal .form-control:focus {
  border-color: #777777;
}

.form-modal .has-error .form-control {
  border-color: #F00;
}

.form-modal .help-block {
  text-align: center;
  margin-top: 2px;
}

.form-modal .btn-xlg {
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-modal .form-prefix {
  margin: -15px 0 15px;
  text-align: center;
  font-size: 14px;
}

.form-modal .form-suffix {
  margin-top: 10px;
  text-align: center;
  color: #7F8C8D;
  font-size: 10px;
}

.form-modal.form-ajax-submit .ajax-progress {
  background-color: rgba(222, 225, 226, 0.6);
}

@media (max-width: 767px) {
  .form-modal .btn-xlg {
    font-size: 14px;
  }
  .form-modal .form-prefix {
    font-size: 12px;
    line-height: 1.1;
  }
}

.timeline {
  list-style: none;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #7f7f7f;
  left: 50%;
  margin-left: -1.5px;
}

.timeline .clearFix {
  clear: both;
  height: 0;
}

.timeline .timeline-badge {
  color: #7f7f7f;
  width: 90px;
  height: 90px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
  background-color: #FFF;
  z-index: 100;
  border-radius: 50%;
}

.timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}

.timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}

.timeline .timeline-badge.timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}

.timeline .timeline-badge.timeline-filter-movement a span {
  color: #4997cd;
  font-size: 1.3em;
  top: -1px;
}

.timeline .timeline-badge.timeline-future-movement {
  background-color: #ffffff;
  height: 35px;
  width: 35px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -18px;
}

.timeline .timeline-badge.timeline-future-movement a span {
  color: #4997cd;
  font-size: .9em;
  top: 2px;
  left: 1px;
}

.timeline .timeline-movement {
  position: relative;
}

.timeline .timeline-movement.bordered {
  border-bottom: dashed 1px #4997cd;
}

.timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}

@media (min-width: 768px) {
  .timeline .timeline-movement.inverse .timeline-item {
    float: right;
  }
  .timeline .timeline-movement.inverse .timeline-item + .timeline-item {
    float: left;
  }
}

.timeline .timeline-movement .timeline-item {
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
}

.timeline .timeline-movement .timeline-item .h2 {
  margin-top: 0;
  font-size: 24px;
}

.timeline .timeline-movement .timeline-item img {
  width: 407px;
}

.timeline .timeline-movement .timeline-item .col-text {
  min-height: 226px;
  line-height: 220px;
}

.timeline .timeline-movement .timeline-item .col-text .text-inner {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.333;
}

.timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul {
  text-align: right;
}

.timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666;
}

.timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li span.importo {
  color: #468c1f;
  font-size: 1.3em;
}

.timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}

.timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul span.importo {
  color: #e2001a;
  font-size: 1.3em;
}

@media (max-width: 991px) {
  .timeline .timeline-movement .timeline-item {
    font-size: 14px;
  }
  .timeline .timeline-movement .timeline-item .h2 {
    font-size: 18px;
  }
  .timeline .timeline-movement .timeline-item .col-text {
    min-height: 170px;
    line-height: 160px;
  }
}

@media (max-width: 767px) {
  .timeline .timeline-movement {
    margin-bottom: 20px;
  }
  .timeline .timeline-movement .timeline-badge {
    position: relative;
    top: 0;
    left: 0;
    margin: 10px auto;
    background: #7f7f7f;
    width: 94px;
    height: 94px;
    padding: 2px;
  }
  .timeline .timeline-movement .timeline-item {
    background: #FFF;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .timeline .timeline-movement .timeline-item.margin-bottom-0 {
    margin-bottom: 0;
  }
  .timeline .timeline-movement .timeline-item .h2 {
    font-size: 18px;
  }
  .timeline .timeline-movement .timeline-item .col-text {
    min-height: 0;
    line-height: inherit;
  }
}

/* MAIN MENU */
.block-main-menu {
  padding-top: 10px;
  height: 47px;
  position: relative;
  z-index: 999;
}

.block-main-menu .navbar {
  background: #FFF;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  min-height: 35px;
  margin: 0;
}

.block-main-menu .navbar-brand {
  height: 35px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 32px;
  font-weight: bold;
  color: #212434 !important;
}

.block-main-menu .navbar-brand img {
  display: inline-block;
}

.block-main-menu .navbar-brand + .navbar-brand {
  margin-left: 0;
}

.block-main-menu .navbar-nav > li > a {
  padding-top: 7px;
  padding-bottom: 8px;
  text-transform: uppercase;
  color: #212434;
  font-size: 12px;
  -webkit-transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
  -o-transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
  transition: background-color 0.3s ease 0s, color 0.2s ease 0s;
}

.block-main-menu .navbar-nav > li.active > a,
.block-main-menu .navbar-nav > li > a:focus,
.block-main-menu .navbar-nav > li > a:active,
.block-main-menu .navbar-nav > li > a:hover {
  background-color: #FF8500;
  color: #FFF;
}

.block-main-menu .navbar-nav > li.active > a:focus,
.block-main-menu .navbar-nav > li.active > a:active,
.block-main-menu .navbar-nav > li.active > a:hover {
  background-color: #ff9d33;
  color: #FFF;
}

.block-main-menu .navbar-lang-switch > li {
  line-height: 32px;
}

.block-main-menu .navbar-lang-switch > li.divider {
  position: relative;
  z-index: 2;
  height: 35px;
  width: 1px;
}

.block-main-menu .navbar-lang-switch > li.divider:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #212434;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  -o-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s, height 0.3s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s, height 0.3s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s, height 0.3s ease 0s;
  transition: transform 0.3s ease 0s, height 0.3s ease 0s;
}

.block-main-menu .navbar-lang-switch:hover > li.divider:before {
  height: 100%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.block-main-menu.fixed-menu .navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.block-main-menu .navbar-toggle {
  border-color: #e6e6e6;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  padding: 8px 6px;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: border-color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.block-main-menu .navbar-toggle .icon-bar {
  background-color: #212434;
  width: 18px;
}

.block-main-menu .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

.block-main-menu .navbar-toggle:focus, .block-main-menu .navbar-toggle:active, .block-main-menu .navbar-toggle:hover {
  background-color: #FF8500;
  border-color: #FF8500;
}

@media (min-width: 1200px) {
  .block-main-menu .navbar-brand + .navbar-brand {
    padding: 0 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-main-menu .navbar-nav > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-main-menu .navbar-brand {
    font-size: 14px;
    padding-right: 5px;
  }
  .block-main-menu .navbar-brand + .navbar-brand {
    padding: 0 5px;
    line-height: 34px;
  }
  .block-main-menu .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
    letter-spacing: -0.5px;
  }
}

@media (max-width: 767px) {
  .block-main-menu .navbar-brand {
    font-size: 16px;
    padding-right: 5px;
  }
  .block-main-menu .navbar-brand + .navbar-brand {
    padding: 0 50px 0 128px;
    line-height: 34px;
    display: block;
    float: none;
    text-align: center;
  }
  .block-main-menu .navbar-lang-switch > li.divider {
    display: none;
  }
}

/* HEADER */
.block-header {
  background: url("../img/bg-header.jpg") fixed no-repeat left top #FFF;
  background-size: cover;
  position: relative;
  padding: 35px 0;
}

.block-header .block-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  opacity: 0.3;
}

.block-header > .container {
  position: relative;
  z-index: 2;
}

.block-header h1 {
  margin-top: 20px;
  font-size: 32px;
}

.block-header h2 {
  text-transform: none;
  font-size: 26px;
  margin-top: 40px;
}

.block-header h2 .color-orange {
  font-size: 120%;
}

.block-header h3 {
  margin-top: 60px;
  font-size: 18px;
}

.block-header .big-button {
  margin: 100px 0 80px;
}

.block-header .bottom-icons {
  text-align: center;
  text-transform: uppercase;
  color: #0072BC;
  font-weight: bold;
}

.block-header .bottom-icons > div {
  margin-bottom: 15px;
}

.block-header .bottom-icons .icon-wrap {
  margin: 0 auto 10px;
}

.block-header .bottom-icons .text {
  display: inline-block;
  padding: 1px 5px;
}

.block-header .bottom-icons .icon,
.block-header .bottom-icons .text {
  background-color: rgba(0, 0, 0, 0);
}

@media (max-width: 991px) {
  .block-header h1, .block-header h2 {
    margin-top: 25px;
  }
  .block-header h3 {
    margin-top: 30px;
  }
  .block-header .big-button {
    margin: 80px 0 50px;
  }
}

@media (min-width: 400px) and (max-width: 767px) {
  .block-header .bottom-icons > div {
    float: left;
    width: 50%;
    font-size: 12px;
    height: 84px;
    margin-bottom: 20px;
  }
}

@media (max-width: 500px) {
  .block-header h1 {
    margin-top: 0;
    font-size: 22px;
  }
  .block-header h2 {
    font-size: 18px;
  }
}

@media (max-width: 380px) {
  .block-header .big-button .btn {
    font-size: 16px;
  }
}

/* WHAT WE OFFER */
.block-what-we-offer h2 {
  font-size: 36px;
}

.block-what-we-offer .h2-small {
  font-size: 18px;
  line-height: 1.2;
}

.block-what-we-offer .top-separator {
  vertical-align: top;
}

.block-what-we-offer .block-inner {
  padding: 30px 0 50px;
}

.block-what-we-offer .offers .offer-row {
  text-align: center;
  margin-top: 40px;
}

.block-what-we-offer .offers .img {
  min-height: 140px;
}

.block-what-we-offer .offers .title {
  font-weight: bold;
  min-height: 40px;
}

@media (max-width: 767px) {
  .block-what-we-offer .offers .offer-row {
    margin-top: 20px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .block-what-we-offer .offers .offer-row {
    width: 50%;
  }
}

@media (max-width: 450px) {
  .block-what-we-offer h2 {
    font-size: 26px;
  }
  .block-what-we-offer .offers .title {
    min-height: 0;
  }
}

/* WINDOW PRICES */
.block-window-prices {
  padding-top: 80px;
  padding-bottom: 30px;
}

.block-window-prices h2 {
  font-size: 32px;
  position: relative;
  z-index: 10;
  text-shadow: 0 0 10px #FFF;
}

.block-window-prices .nav-tabs {
  margin-top: 30px;
  border: none;
}

.block-window-prices .nav-tabs:before, .block-window-prices .nav-tabs:after {
  content: " ";
  display: table;
}

.block-window-prices .nav-tabs:after {
  clear: both;
}

.block-window-prices .nav-tabs > li {
  float: left;
  padding: 0 15px;
  width: 100%;
}

.block-window-prices .nav-tabs > li > a {
  border: 1px solid #6B6B6B !important;
  background: #FFF;
  text-align: center;
  color: #6B6B6B;
}

.block-window-prices .nav-tabs > li > a span {
  display: block;
}

.block-window-prices .nav-tabs > li > a .h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.block-window-prices .nav-tabs > li > a .h4 {
  font-size: 13px;
  margin: 5px 0 0;
}

.block-window-prices .nav-tabs > li > a:hover {
  background-color: rgba(255, 133, 0, 0.8);
  border-color: #FF8500 !important;
  color: #FFF;
}

.block-window-prices .nav-tabs > li.active > a {
  border: 1px solid #FF8500 !important;
  background-color: #FF8500 !important;
  color: #FFF;
}

.block-window-prices .tab-content {
  border: none;
  margin-top: 20px;
}

.block-window-prices .tab-content .tab-pane {
  padding: 15px 0;
}

.block-window-prices .tab-content .col-corner .table {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-window-prices .tab-content .col-corner .table {
    margin-top: 60px;
  }
}

.block-window-prices .tab-content .table > tbody > tr > td {
  font-size: 12px;
  vertical-align: middle;
  line-height: 1;
}

.block-window-prices .tab-content .table > tbody > tr > td + td {
  font-weight: bold;
}

.block-window-prices .tab-content .table > tbody > tr > td.font-size-14 {
  font-size: 14px;
}

.block-window-prices .tab-content .col-window {
  text-align: center;
  margin-bottom: 20px;
}

.block-window-prices .tab-content .col-window .img {
  text-align: center;
  min-height: 290px;
  position: relative;
}

.block-window-prices .tab-content .col-window .img .economy {
  font-size: 12px;
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 5px 10px;
  color: #FFF;
  background: #F15A24;
  border-radius: 25px;
  line-height: 18px;
  text-align: center;
  height: 50px;
}

.block-window-prices .tab-content .col-window .img .economy .num {
  font-weight: bold;
  font-size: 16px;
}

.block-window-prices .tab-content .col-window .title {
  text-align: center;
  min-height: 40px;
}

.block-window-prices .tab-content .col-window .price-old {
  margin-top: 10px;
  color: #999999;
}

.block-window-prices .tab-content .col-window .price-old .num {
  color: #7F7F7F;
}

.block-window-prices .tab-content .col-window .price {
  position: relative;
  margin-top: 5px;
}

.block-window-prices .tab-content .col-window .price .num {
  font-weight: bold;
  font-size: 30px;
}

.block-window-prices .tab-content .col-window .price .discount {
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -25px;
  padding: 5px 0;
  color: #FFF;
  background: #29ABE2;
  border-radius: 25px;
  line-height: 40px;
  text-align: center;
  width: 50px;
  height: 50px;
}

.block-window-prices .tab-content .col-window .button-compensation {
  text-align: center;
}

.block-window-prices .tab-content .col-window .button-compensation a {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 1px dashed #337ab7;
}

.block-window-prices .tab-content .col-window .button-compensation a:hover {
  border-bottom-color: rgba(51, 122, 183, 0.2);
}

@media (max-width: 767px) {
  .block-window-prices h2 {
    font-size: 26px;
  }
  .block-window-prices .nav-tabs > li {
    margin: 0;
  }
  .block-window-prices .nav-tabs > li > a {
    border-width: 2px !important;
  }
  .block-window-prices .nav-tabs > li.active > a {
    border-width: 2px !important;
  }
}

@media (min-width: 768px) {
  .block-window-prices .nav-tabs > li {
    width: 33.3333333333%;
  }
}

/* OUR FACTORY VIDEO */
.block-our-factory {
  background: url("../img/bg-our-factory.jpg") fixed repeat center center #FFF;
  background-size: cover;
  padding: 30px 0 60px;
}

.block-our-factory h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.block-our-factory .factory-icons {
  text-align: center;
}

.block-our-factory .factory-icons .text {
  margin-top: 15px;
  line-height: 1.15;
  min-height: 70px;
}

.block-our-factory .factory-icons .factory-icon-row {
  margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .block-our-factory .factory-icons .factory-icon-row {
    margin-top: 10px;
  }
}

@media (max-width: 1199px) {
  .block-our-factory .factory-icons .text {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .block-our-factory {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .block-our-factory h2 {
    margin-bottom: 20px;
  }
  .block-our-factory .factory-icons .factory-icon-row {
    margin-top: 30px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .block-our-factory .factory-icons .factory-icon-row {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .block-our-factory h2 {
    font-size: 26px;
  }
}

@media (max-width: 449px) {
  .block-our-factory .factory-icons .text {
    min-height: 0;
  }
}

/* OUR PROPOSITION/CREDIT */
.block-our-proposition > .block-container {
  padding-top: 20px;
  padding-bottom: 50px;
}

.block-our-proposition .top-separator {
  vertical-align: top;
}

.block-our-proposition h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 60px;
}

.block-our-proposition h3 {
  font-weight: bold;
  margin-top: 60px;
}

.block-our-proposition .text {
  margin: 30px 0;
  color: #5C6A73;
  font-size: 16px;
}

.block-our-proposition .button {
  margin-top: 50px;
}

.block-our-proposition .accordeon .panel {
  margin: 0 !important;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.block-our-proposition .table tr > td {
  vertical-align: middle;
}

@media (max-width: 991px) {
  .block-our-proposition h2 {
    margin-bottom: 20px;
  }
  .block-our-proposition h3 {
    margin-top: 0;
    font-size: 18px;
  }
  .block-our-proposition .text {
    font-size: 14px;
  }
  .block-our-proposition .button {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .block-our-proposition > .block-container {
    padding-top: 10px;
  }
  .block-our-proposition h2 {
    font-size: 26px;
  }
}

/* CALL A MEASURE BLUE */
.block-call-measurer-blue {
  background: url("../img/bg-ornament-blue.jpg") scroll repeat top left #6ca8e4;
  color: #FFF;
}

.block-call-measurer-blue h2 {
  font-size: 36px;
}

.block-call-measurer-blue h2.w-city {
  font-size: 28px;
}

.block-call-measurer-blue h2.w-city + .h2-small {
  margin-top: 25px;
}

.block-call-measurer-blue h2 .color-orange {
  color: #ffaa4d;
}

.block-call-measurer-blue h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.block-call-measurer-blue .h2-small {
  font-size: 18px;
}

.block-call-measurer-blue .form {
  margin-top: 50px;
}

.block-call-measurer-blue > .container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  min-height: 338px;
}

.block-call-measurer-blue .img-rullet {
  position: absolute;
  z-index: 2;
  left: 0;
  top: -10px;
}

.block-call-measurer-blue .form-blue {
  padding: 0;
  margin: 0;
  background: transparent;
}

.block-call-measurer-blue .form-blue .btn {
  margin-top: 15px;
}

.block-call-measurer-blue .form-blue .ajax-progress {
  z-index: 10;
}

@media (min-width: 992px) {
  .block-call-measurer-blue .form-blue .form-group {
    margin-bottom: 0;
  }
  .block-call-measurer-blue .form-blue .btn {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .block-call-measurer-blue h2 {
    font-size: 24px;
  }
  .block-call-measurer-blue .h2-small {
    font-size: 14px;
  }
  .block-call-measurer-blue .form {
    margin-top: 30px;
  }
  .block-call-measurer-blue > .container {
    padding-left: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .block-call-measurer-blue h2 {
    font-size: 26px;
    margin-top: 10px;
  }
  .block-call-measurer-blue h2.w-city {
    font-size: 22px;
  }
  .block-call-measurer-blue .h2-small {
    font-size: 12px;
    line-height: 1.1;
  }
}

/* WHY WE */
.block-why-we {
  background: rgba(98, 159, 219, 0.7);
  background: url("../img/bg-ornament-blue.jpg") scroll repeat top left #6ca8e4;
  box-shadow: 0 4px 4px inset rgba(0, 0, 0, 0.2), 0 -4px 4px inset rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}

.block-why-we h2 {
  background: rgba(0, 0, 0, 0);
  color: #fff;
  text-transform: none;
  margin-top: 0;
  padding: 10px 15px;
}

.block-why-we .video-part {
  margin: 0;
}

.block-why-we .video-part .bx-wrapper {
  padding-top: 40px;
}

.block-why-we .video-part .bx-wrapper .bx-controls-direction a.bx-prev {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -736px;
  width: 30px;
  height: 70px;
}

.block-why-we .video-part .bx-wrapper .bx-controls-direction a.bx-next {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -811px;
  width: 30px;
  height: 70px;
}

.block-why-we .why-we-rows {
  margin-right: -30px;
  margin-left: -30px;
  margin-top: 30px;
}

.block-why-we .why-we-rows > div {
  padding-left: 30px;
  padding-right: 30px;
}

.block-why-we .why-we-row {
  display: flex;
  background: #FFF;
  padding: 15px 10px;
  text-align: center;
  border-radius: 15px 0;
  margin-bottom: 60px;
  color: #333;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.block-why-we .why-we-row .title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.1;
  min-height: 40px;
  margin: 10px 0;
}

.block-why-we .why-we-row .text {
  line-height: 1.1;
  min-height: 65px;
}

@media (max-width: 1199px) {
  .block-why-we .why-we-rows {
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 30px;
  }
  .block-why-we .why-we-rows > div {
    padding-left: 20px;
    padding-right: 20px;
  }
  .block-why-we .why-we-row {
    margin-bottom: 40px;
  }
  .block-why-we .why-we-row .text {
    font-size: 12px;
    min-height: 55px;
  }
}

@media (max-width: 828px) {
  .block-why-we .video-part {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 500px) and (max-width: 767px) {
  .block-why-we .why-we-rows > div {
    width: 50%;
  }
  .block-why-we .why-we-row .text {
    min-height: 66px;
  }
}

@media (max-width: 767px) {
  .block-why-we .video-part {
    padding-left: 0;
    padding-right: 0;
  }
  .block-why-we .video-part .bx-controls-direction {
    display: none;
  }
  .block-why-we .why-we-rows {
    margin-right: -15px;
    margin-left: -15px;
  }
  .block-why-we .why-we-rows > div {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 499px) {
  .block-why-we {
    background-position: left center;
  }
  .block-why-we .why-we-row {
    margin-bottom: 15px;
  }
  .block-why-we .why-we-row .title {
    min-height: 0;
  }
  .block-why-we .why-we-row .text {
    min-height: 0;
  }
}

/* GALLERY */
.block-gallery {
  background-color: #365472;
  color: #FFF;
  padding: 35px 0;
}

.block-gallery h2 {
  text-transform: none;
  font-size: 36px;
  margin: 0 0 35px;
  text-align: center;
}

.block-gallery .gallery-rows {
  margin: 0 -7.5px;
}

.block-gallery .gallery-rows > div {
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.block-gallery .gallery-row .img {
  position: relative;
  display: block;
  width: 100%;
  padding: 36% 0;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-size: cover;
  color: #FFF;
  text-decoration: none;
}

.block-gallery .gallery-row .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.block-gallery .gallery-row .img .fa {
  font-size: 48px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  opacity: 0;
  -webkit-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  -o-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

.block-gallery .gallery-row .img .text {
  position: absolute;
  z-index: 3;
  top: 50%;
  margin-top: 25px;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  display: block;
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: -moz-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  -o-transition: -o-transform 0.3s ease 0s, opacity 0.2s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.2s ease 0s;
}

.block-gallery .gallery-row .img:hover::after {
  opacity: 1;
}

.block-gallery .gallery-row .img:hover .fa {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.block-gallery .gallery-row .img:hover .text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 400px) and (max-width: 767px) {
  .block-gallery .gallery-row {
    float: left;
    width: 50%;
  }
  .block-gallery .gallery-row:last-child:nth-child(2n+1) {
    width: 100%;
  }
}

/* CERTIFICATES */
.block-certificates {
  padding: 50px 0 35px;
}

.block-certificates h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.block-certificates .h2-small {
  margin-bottom: 50px;
  text-align: center;
  font-size: 16px;
}

.block-certificates .certificate-row {
  display: block;
  border: 1px solid #CCC;
  margin-bottom: 15px;
}

.block-certificates .certificate-row:hover {
  border-color: #0c4a94;
}

.block-certificates .certificate-row img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .block-certificates {
    padding: 30px 0 15px;
  }
  .block-certificates h2 {
    font-size: 26px;
  }
  .block-certificates .h2-small {
    font-size: 12px;
    margin-bottom: 30px;
  }
}

@media (min-width: 450px) and (max-width: 767px) {
  .block-certificates .certificate-row-wrap {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .block-certificates .certificate-row {
    min-height: 230px;
    line-height: 228px;
  }
}

@media (min-width: 992px) {
  .block-certificates .certificate-row {
    min-height: 308px;
    line-height: 306px;
  }
}

@media (min-width: 1200px) {
  .block-certificates .certificate-row {
    min-height: 383px;
    line-height: 380px;
  }
}

/* REVIEWS SLIDER */
.block-reviews {
  padding: 40px 0;
  background: url("../img/bg-reviews.jpg") scroll no-repeat center center transparent;
  background-size: cover;
}

.block-reviews h2 {
  text-align: center;
  margin: 0 0 30px;
  text-transform: none;
}

.block-reviews .bx-slider.non-initialized {
  height: 350px;
  overflow: hidden;
  opacity: 0;
}

.block-reviews .bx-slider > li {
  background: #FFF;
  padding: 50px 60px;
  border-radius: 10px;
  border: 2px solid #EFEFEF;
}

.block-reviews .bx-slider > li > .fa {
  position: absolute;
  z-index: 1;
  top: 30px;
  left: 30px;
  font-size: 36px;
  color: #EBEBEB;
  line-height: 1;
}

.block-reviews .bx-wrapper {
  padding-left: 80px;
  padding-right: 80px;
}

.block-reviews .bx-wrapper .bx-controls-direction a {
  width: 62px;
  height: 62px;
  background: #E76B5E;
  border: 2px solid #FFF;
  border-radius: 50%;
  top: 50%;
  margin-top: -46px;
  z-index: 990;
}

.block-reviews .bx-wrapper .bx-controls-direction a::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -15.5px;
  margin-left: -7.5px;
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  -moz-transition: -moz-transform 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
}

.block-reviews .bx-wrapper .bx-controls-direction a:hover {
  background: #ee948a;
}

.block-reviews .bx-wrapper .bx-controls-direction a.bx-prev {
  left: 0;
}

.block-reviews .bx-wrapper .bx-controls-direction a.bx-prev::before {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px 0px;
  width: 15px;
  height: 31px;
}

.block-reviews .bx-wrapper .bx-controls-direction a.bx-prev:hover::before {
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  -o-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.block-reviews .bx-wrapper .bx-controls-direction a.bx-next {
  right: 0;
}

.block-reviews .bx-wrapper .bx-controls-direction a.bx-next::before {
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -36px;
  width: 15px;
  height: 31px;
}

.block-reviews .bx-wrapper .bx-controls-direction a.bx-next:hover::before {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  -o-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.block-reviews .bx-wrapper .bx-pager.bx-default-pager {
  left: 0;
  bottom: 0;
}

.block-reviews .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #EFEFEF;
  border: 1px solid #BBC2CC;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}

.block-reviews .bx-wrapper .bx-pager.bx-default-pager a:hover, .block-reviews .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #E76B5E;
  border-color: #E76B5E;
}

.block-reviews .media {
  margin: 0;
}

.block-reviews .media .media-left {
  padding-right: 40px;
  padding-bottom: 40px;
  position: relative;
}

.block-reviews .media .media-left img {
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #EFEFEF;
}

.block-reviews .media .media-left .user-name {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  bottom: 0;
  left: 0;
  z-index: 1;
  letter-spacing: -0.2px;
  text-align: center;
  min-width: 80%;
}

.block-reviews .media .media-body {
  color: #7F8C8D;
  font-size: 16px;
  line-height: 1.5;
}

.block-reviews .media .media-heading {
  color: #212434;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .block-reviews .media .media-left img {
    width: 100px !important;
    height: 100px !important;
  }
  .block-reviews .media .media-left .user-name {
    font-size: 14px;
  }
  .block-reviews .media .media-heading {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .block-reviews .media .media-body {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media (max-width: 991px) {
  .block-reviews .bx-slider > li {
    padding-left: 20px;
  }
  .block-reviews .media .media-left {
    padding-left: 40px;
  }
  .block-reviews .media .media-left .user-name {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media (max-width: 767px) {
  .block-reviews .bx-wrapper {
    padding-left: 65px;
    padding-right: 65px;
  }
  .block-reviews .bx-wrapper .bx-controls-direction a {
    opacity: 0.6;
  }
  .block-reviews .bx-slider > li {
    padding: 20px;
  }
  .block-reviews .bx-slider > li .fa {
    top: 20px;
    left: 20px;
  }
  .block-reviews .media .media-left {
    padding: 0 0 20px;
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 15px;
  }
  .block-reviews .media .media-left img {
    display: inline-block;
  }
  .block-reviews .media .media-left .user-name {
    left: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
    text-align: center;
    white-space: normal;
  }
  .block-reviews .media .media-heading {
    font-size: 14px;
  }
  .block-reviews .media .media-body {
    font-size: 12px;
    display: block;
    width: auto;
  }
}

@media (max-width: 450px) {
  .block-reviews .bx-wrapper {
    padding: 0 0 70px;
  }
  .block-reviews .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 0;
  }
  .block-reviews .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -5px;
  }
  .block-reviews .bx-wrapper .bx-controls-direction a.bx-next {
    right: -5px;
  }
  .block-reviews .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 22px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .block-reviews .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0;
  }
  .block-reviews .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item + .bx-pager-item {
    margin-left: 6px;
  }
}

.block-reviews-fb {
  background: url("../img/bg-ornament-grey.png") scroll repeat center 0 #e8f0f7;
  padding: 40px 0;
}

.block-reviews-fb h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
}

.block-reviews-fb .bx-wrapper {
  margin: 0 auto;
  padding-bottom: 40px;
}

.block-reviews-fb .bx-wrapper .bx-controls-direction a {
  width: 62px;
  height: 62px;
  border: none;
  border-radius: 0;
  top: 50%;
  opacity: 0.7;
  margin-top: -32px;
  z-index: 100;
}

.block-reviews-fb .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}

.block-reviews-fb .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -70px;
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -598px;
  width: 30px;
  height: 64px;
}

.block-reviews-fb .bx-wrapper .bx-controls-direction a.bx-next {
  right: -70px;
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -667px;
  width: 30px;
  height: 64px;
}

.block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager {
  padding-top: 0;
  left: 0;
  bottom: 10px;
}

.block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #EFEFEF;
  border: 1px solid #BBC2CC;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
  transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}

.block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager a:hover, .block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #FF8500;
  border-color: #FF8500;
}

.block-reviews-fb .bx-slider.non-initialized {
  height: 136px;
}

.block-reviews-fb .bx-slider > li {
  background: transparent;
}

.block-reviews-fb .comment > div {
  padding: 0;
}

.block-reviews-fb .comment > .inner {
  padding: 12px;
  position: relative;
  background: #FFF;
}

.block-reviews-fb .comment > .inner::before {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 4px;
  bottom: -1px;
  content: '';
  left: -1px;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
}

.block-reviews-fb .comment::before {
  display: none;
}

.block-reviews-fb .comment .top-part:before, .block-reviews-fb .comment .top-part:after {
  content: " ";
  display: table;
}

.block-reviews-fb .comment .top-part:after {
  clear: both;
}

.block-reviews-fb .comment .text-part {
  margin-top: 10px;
  position: relative;
}

.block-reviews-fb .comment .text-part > a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 14px;
  position: relative;
  height: 60px;
  overflow: hidden;
}

.block-reviews-fb .comment .text-part .btn-more {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  background: #FFF;
  color: #90949c;
  text-decoration: underline;
  font-size: 12px;
  line-height: 20px;
  height: auto;
  overflow: visible;
}

.block-reviews-fb .comment .text-part .btn-more::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 0;
  height: 100%;
  width: 30px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
  /* IE6-9 */
}

.block-reviews-fb .comment .user-avatar {
  float: left;
  border: 1px solid #CCC;
}

.block-reviews-fb .comment .user-name {
  font-weight: bold;
  color: #365899;
  line-height: 1.2;
  font-size: 14px;
  text-transform: none;
  padding: 0 15px 0 55px;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.block-reviews-fb .comment .user-name > a {
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.block-reviews-fb .comment .user-name .review-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.block-reviews-fb .comment .post-date {
  padding: 0 0 0 55px;
  font-size: 12px;
  color: #90949c;
}

.block-reviews-fb .comment .post-date > a {
  color: inherit;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-reviews-fb .bx-wrapper {
    width: 570px;
  }
  .block-reviews-fb .bx-slider > li {
    width: 570px !important;
  }
}

@media (max-width: 767px) {
  .block-reviews-fb {
    padding: 20px 0 40px;
  }
  .block-reviews-fb h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .block-reviews-fb .comment .text-part > a {
    height: 81px;
  }
}

@media (min-width: 551px) and (max-width: 767px) {
  .block-reviews-fb .reviews-slider {
    padding-left: 75px;
    padding-right: 75px;
  }
  .block-reviews-fb .bx-wrapper {
    width: 361px;
  }
  .block-reviews-fb .bx-slider > li {
    width: 360px !important;
  }
}

@media (max-width: 550px) {
  .block-reviews-fb .reviews-slider {
    padding-left: 0;
    padding-right: 0;
  }
  .block-reviews-fb .bx-wrapper {
    padding: 0 0 70px;
    max-width: 361px !important;
  }
  .block-reviews-fb .bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: 0;
  }
  .block-reviews-fb .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -5px;
  }
  .block-reviews-fb .bx-wrapper .bx-controls-direction a.bx-next {
    right: -5px;
  }
  .block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager {
    bottom: 22px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager a {
    margin: 0;
  }
  .block-reviews-fb .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item + .bx-pager-item {
    margin-left: 6px;
  }
}

/* CALL A MEASURER */
.block-measure-call {
  padding: 50px 0;
}

.block-measure-call h2 {
  margin: 0 0 20px;
  text-transform: none;
}

.block-measure-call .h2-small {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.block-measure-call .icons-rows {
  font-size: 16px;
  line-height: 22px;
}

.block-measure-call .icons-rows .media {
  margin: 0 0 25px;
}

.block-measure-call .icons-rows .media-left {
  padding-right: 15px;
}

.block-measure-call .icons-rows .media-body {
  line-height: 42px;
  vertical-align: middle;
}

.block-measure-call .icons-rows .media-body .inner {
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}

.block-measure-call .order-measure-now-in-block {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .block-measure-call .col-wrap {
    width: 75%;
    margin-left: 12.5%;
  }
  .block-measure-call .order-measure-now-in-block {
    padding: 25px 40px 20px;
  }
}

@media (max-width: 767px) {
  .block-measure-call h2 {
    font-size: 24px;
  }
  .block-measure-call .h2-small {
    font-size: 14px;
  }
  .block-measure-call .icons-rows {
    font-size: 14px;
  }
}

/* FOOTER */
.block-footer {
  padding: 20px 0;
  box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.5);
  background-color: #F2F2F2;
}

.block-footer .col-phone {
  font-size: 24px;
  font-weight: bold;
}

.block-footer .col-text {
  font-size: 18px;
  padding-top: 5px;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .block-footer .col-phone {
    font-size: 20px;
  }
  .block-footer .col-text {
    font-size: 13px;
  }
  .block-footer .col-btn .btn {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block-footer .col-text {
    font-weight: bold;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .block-footer {
    padding-bottom: 70px;
  }
  .block-footer .col-phone {
    text-align: right;
  }
  .block-footer .col-text {
    text-align: left;
    margin-top: 10px;
  }
  .block-footer .col-btn {
    margin-top: 10px;
  }
}

@media (max-width: 400px) {
  .block-footer .col-phone {
    font-size: 16px;
    padding-top: 6px;
  }
  .block-footer .col-text, .block-footer .col-btn {
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}

.promo-language-switcher {
  display: none;
}

.block-calc {
  padding-bottom: 0;
}

.block-calc .row {
  display: flex;
  width: 90%;
  margin: 0 auto;
}

.block-calc__img, .block-calc__text-desktop, .block-calc__text-mobile {
  padding: 0 15px;
}

.block-calc__text-offer {
  margin-bottom: 20px;
}

.block-calc__percent {
  font-size: 110px;
  line-height: 110px;
  font-weight: bold;
  background: linear-gradient(#fdb544, #ff8500);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.block-calc-btn {
  display: flex;
  width: 260px;
  padding: 5px 15px;
  border-radius: 10px;
  background-image: linear-gradient(#fdb544, #ff8500);
  color: #fff;
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}

.block-calc-btn:hover {
  color: #fff;
  text-decoration: none;
}

.block-calc-btnIconWrap {
  padding-right: 18px;
  border-right: 1px solid #da822c;
  margin-right: 10px;
}

.block-calc-btn p {
  padding-top: 5px;
}

.block-calc-btn span {
  text-transform: uppercase;
}

.newCalc-wrap {
  background-image: url("../img/new_calc_desktop_bg.png");
  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.newCalc-desktop {
  display: flex;
  justify-content: center;
  padding-bottom: 60px;
}

.newCalc-desktop .newCalc-left {
  position: relative;
  margin-right: 11%;
}

.newCalc-desktop .newCalc-left__stockLabel {
  position: absolute;
  top: 0;
  left: 0;
  height: 106px;
  width: 136px;
  background-image: url("../img/new_calc_desktop_1.png");
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 106px;
  text-align: center;
  vertical-align: middle;
}

.newCalc-desktop .newCalc-left__text {
  padding-left: 100px;
  padding-top: 40px;
  font-size: 60px;
  color: #434244;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.newCalc-desktop .newCalc-left__text span:nth-child(2) {
  font-size: 120px;
  font-weight: 700;
  line-height: 120px;
  letter-spacing: 2px;
}

.newCalc-desktop .newCalc-left__text span:nth-child(3) {
  vertical-align: top;
  font-weight: 700;
  letter-spacing: 4px;
}

.newCalc-desktop .newCalc-left__percent-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: 45px;
  height: 103px;
  width: 105px;
  background-image: url("../img/new_calc_desktop_2.png");
  background-size: cover;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.newCalc-desktop .newCalc-left__percent-label span:first-child {
  display: block;
  line-height: 16px;
  margin-right: 3px;
  font-weight: 600;
}

.newCalc-desktop .newCalc-left__percent-label span:nth-child(n+2) {
  line-height: 40px;
  font-weight: 700;
}

.newCalc-desktop .newCalc-left__percent-label span:last-child {
  font-size: 30px;
}

.newCalc-desktop .newCalc-left__bottom-text {
  padding-top: 45px;
  font-size: 14px;
  font-weight: 600;
}

.newCalc-desktop .newCalc-right {
  padding-top: 40px;
  font-family: 'Montserrat', sans-serif;
  color: #434244;
}

.newCalc-desktop .newCalc-right__title {
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 50px;
}

.newCalc-desktop .newCalc-right__link {
  display: block;
  width: 222px;
  height: 54px;
  background-color: #cf2619;
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 54px;
  margin-bottom: 25px;
}

.newCalc-desktop .newCalc-right__link:hover {
  color: #ffffff;
  text-decoration: none;
}

.newCalc-desktop .newCalc-right__text {
  font-weight: 600;
}

.newCalc-mobile {
  padding-bottom: 60px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.newCalc-mobile__stockLabel {
  position: absolute;
  top: 0;
  left: -15px;
  height: 150px;
  width: 135px;
  padding-top: 25px;
  background-image: url("../img/new_calc_mobile_1.png");
  background-size: cover;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 106px;
  text-align: center;
  vertical-align: middle;
}

.newCalc-mobile__leaf {
  display: block;
  width: 36px;
  height: 69px;
  position: absolute;
  top: 210px;
  left: 0;
}

.newCalc-mobile__leaf-2 {
  display: block;
  width: 96px;
  height: 65px;
  position: absolute;
  bottom: 55px;
  right: 0;
}

.newCalc-mobile__text {
  padding-top: 80px;
  font-size: 33px;
  font-weight: 700;
  color: #434244;
  position: relative;
  font-family: 'Montserrat', sans-serif;
}

.newCalc-mobile__title {
  font-size: 55px;
  line-height: 60px;
  font-weight: 800;
  margin-bottom: 30px;
}

.newCalc-mobile__percent-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: -20px;
  bottom: -15px;
  height: 79px;
  width: 81px;
  background-image: url("../img/new_calc_mobile_2.png");
  background-size: cover;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}

.newCalc-mobile__percent-label span:first-child {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin-right: 3px;
  font-weight: 600;
}

.newCalc-mobile__percent-label span:nth-child(n+2) {
  line-height: 40px;
  font-weight: 500;
}

.newCalc-mobile__percent-label span:last-child {
  font-size: 24px;
}

.newCalc-mobile__bottom-text {
  padding-top: 30px;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

.newCalc-mobile .bottom-wrap {
  width: 190px;
}

.newCalc-mobile__link {
  display: block;
  height: 54px;
  background-image: linear-gradient(to bottom right, #fea121, #fd3c08);
  border-radius: 10px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 54px;
  margin-bottom: 10px;
}

.newCalc-mobile__link:hover {
  color: #fff;
  text-decoration: none;
}

.newCalc-mobile__date {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
}

@media (max-width: 766px) {
  .newCalc-desktop {
    display: none;
  }
  .newCalc-mobile {
    display: flex !important;
  }
}

.block-why-we-heading {
  display: flex;
}

.block-why-we-heading__icon {
  display: block;
  margin: auto 20px auto 0;
}

.block-why-we .why-we-row .icon-wrap {
  margin: auto 30px auto 0;
}

.block-gallery-slider {
  background: url("../img/bg-ornament-grey.png") scroll repeat center 0 #e8f0f7;
  padding: 35px 0;
}

.block-gallery-slider__heading {
  color: #0a2747;
  text-transform: none;
  font-size: 36px;
  margin: 0 0 35px;
  text-align: center;
}

.block-gallery-slider .gallery-slide__img {
  display: block;
  width: 80%;
  height: 220px;
  margin: 0 auto;
}

.block-gallery-slider .gallery-slide__img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
}

.block-gallery-slider .bx-prev {
  left: 0 !important;
}

.block-gallery-slider .bx-next {
  right: 0 !important;
}

.block-vitrager-calculator h2.hidden-xs {
  padding-top: 40px;
}

.block-vitrager-calculator .vitrager-discount-value {
  display: none;
}

@media screen and (min-width: 576px) {
  .block-calc .mobile-wrapper {
    display: none;
  }
  .block-gallery-slider {
    display: none;
  }
}

@media screen and (min-width: 500px) {
  .why-we-row {
    flex-direction: column;
  }
  .why-we-row .icon-wrap {
    margin: auto !important;
  }
}

@media screen and (max-width: 991px) {
  .block-header {
    background-position-x: 67%;
  }
}

@media screen and (max-width: 576px) {
  .block-calc {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .block-calc__text-mobile {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }
  .block-calc__text-offer {
    margin-bottom: 30px;
  }
  .block-calc__percent {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
  }
  .block-calc-btn {
    margin: 0 auto;
  }
  .block-calc .desktop-wrapper {
    display: none;
  }
  .block-gallery {
    display: none;
  }
  .lb-prev,
  .lb-next {
    opacity: 1 !important;
  }
  .lb-prev {
    background-position: bottom left !important;
  }
  .lb-next {
    background-position: bottom right !important;
  }
}

.certificates-slider-wrap {
  position: relative;
  padding: 0 30px;
}

.certificates-slider__prev,
.certificates-slider__next,
.certificates-slider a,
.certificates-slider img {
  display: block;
}

.certificates-slider img {
  width: 100%;
  height: auto;
}

.certificates-slider__prev,
.certificates-slider__next {
  width: 30px;
  height: 64px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.certificates-slider__prev {
  left: 0;
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -598px;
  width: 30px;
  height: 64px;
}

.certificates-slider__next {
  right: 0;
  background-image: url(../img/sprite-icons.png?0ec0fd87c14c4725292c6c97443794f7);
  background-position: 0px -667px;
  width: 30px;
  height: 64px;
}

@media (min-width: 576px) {
  .certificates__slide {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .certificates-slider__prev {
    left: -10px;
  }
  .certificates-slider__next {
    right: -10px;
  }
}
