/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*mixins*/
/*mixins*/
/*variables*/
/*variables*/
/*=====================LAYOUT=====================*/
/*fonts*/
@font-face {
  font-family: 'GothamPro';
  font-weight: 300;
  src: url('../fonts/GothamPro-Light.eot');
  src: url('../fonts/GothamPro-Light.eot') format('embedded-opentype'), url('../fonts/GothamPro-Light.woff') format('woff'), url('../fonts/GothamPro-Light.ttf') format('truetype'), url('../fonts/GothamPro-Light.svg') format('svg');
}
@font-face {
  font-family: 'GothamPro';
  font-weight: 400;
  src: url('../fonts/GothamPro.eot');
  src: url('../fonts/GothamPro.eot') format('embedded-opentype'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro.svg') format('svg');
}
@font-face {
  font-family: 'GothamPro';
  font-weight: 500;
  src: url('../fonts/GothamPro-Medium.eot');
  src: url('../fonts/GothamPro-Medium.eot') format('embedded-opentype'), url('../fonts/GothamPro-Medium.woff') format('woff'), url('../fonts/GothamPro-Medium.ttf') format('truetype'), url('../fonts/GothamPro-Medium.svg') format('svg');
}
@font-face {
  font-family: 'GothamPro';
  font-weight: 700;
  src: url('../fonts/GothamPro-Bold.eot');
  src: url('../fonts/GothamPro-Bold.eot') format('embedded-opentype'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype'), url('../fonts/GothamPro-Bold.svg') format('svg');
}
@font-face {
  font-family: 'GothamPro';
  font-weight: 900;
  src: url('../fonts/GothaProBla.eot');
  src: url('../fonts/GothaProBla.eot') format('embedded-opentype'), url('../fonts/GothaProBla.woff2') format('woff2'), url('../fonts/GothaProBla.woff') format('woff'), url('../fonts/GothaProBla.ttf') format('truetype'), url('../fonts/GothaProBla.svg') format('svg');
}
/*fonts*/
/*all*/
* {
  outline: none!important;
}
body {
  font-family: "GothamPro";
  font-size: 14px;
  font-weight: 400;
  color: #2e2e2e;
}
input {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: #f1f7fa;
  font-size: 15px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #2e2e2e;
}
input::-webkit-input-placeholder {
  color: #2e2e2e;
}
input:-moz-placeholder {
  color: #2e2e2e;
}
input::-moz-placeholder {
  color: #2e2e2e;
}
input:-ms-input-placeholder {
  color: #2e2e2e;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
textarea {
  display: block;
  width: 100%;
  background-color: #f1f7fa;
  font-size: 15px;
  padding: 0 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #2e2e2e;
  border: none;
  resize: none;
  height: 100px;
  padding-top: 15px;
}
textarea::-webkit-input-placeholder {
  color: #2e2e2e;
}
textarea:-moz-placeholder {
  color: #2e2e2e;
}
textarea::-moz-placeholder {
  color: #2e2e2e;
}
textarea:-ms-input-placeholder {
  color: #2e2e2e;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
.row.xs {
  margin-left: 0;
  margin-right: 0;
}
.row.xs:before,
.row.xs:after {
  display: table;
  content: " ";
}
.row.xs:after {
  clear: both;
}
.row.xs > * {
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.sm {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.row.sm:before,
.row.sm:after {
  display: table;
  content: " ";
}
.row.sm:after {
  clear: both;
}
.row.sm > * {
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: left;
}
.row.md {
  margin-left: -10px;
  margin-right: -10px;
}
.row.md:before,
.row.md:after {
  display: table;
  content: " ";
}
.row.md:after {
  clear: both;
}
.row.md > * {
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.navbar-collapse {
  padding: 0;
}
/*all*/
/*header*/
.header {
  padding: 0px 0 0px;
  box-shadow: 0px 2px 2px 0px rgba(66, 66, 66, 0.25);
  position: relative;
  z-index: 999;
  height: 70px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}/*^ парамы фона основного блока меню 
.header {
  padding: 15px 0 15px;
  box-shadow: 0px 2px 2px 0px rgba(66, 66, 66, 0.25);
  position: relative;
  z-index: 999;
  height: 117px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
}*/
.header .row {
  display: flex;
  align-items: center;
}
.header .header_action {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding-left: 55px;
  cursor: pointer;
  float: left;
  margin-right: 40px;
  position: relative;
  margin-bottom: 30px;
}/* ^парамы текста блоков основного меню
.header .header_action {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  padding-left: 55px;
  cursor: pointer;
  float: left;
  margin-right: 40px;
  position: relative;
}*/
.header .header_action:hover {
  color: #005297;
}
.header .header_action:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header .header_action:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 55px;
  height: 100%;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header .header_action.consult {
  min-height: 40px;
}
.header .header_action.consult:before {
  background-color: transparent;
  background-image: url("../common/consult.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header .header_action.size {
  min-height: 40px;
}
.header .header_action.size:before {
  background-color: transparent;
  background-image: url("../common/size.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header .header_action.calc {
  min-height: 40px;
}
.header .header_action.calc:before {
  background-color: transparent;
  background-image: url("../common/calc.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header .call_block {
  text-align: right;
  margin-left: -60px;
    margin-bottom: 10px;
}
.header .call_block .call_time {
  font-size: 5px;
  color: #b6b6b6;
  margin-bottom: 0px;
}
.header .call_block .phone {
  text-decoration: none !important;
  color: inherit !important;
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  color: inherit;
  line-height: 1;
  display: inline-block;
  
}
.header .call_block .get_call {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  color: #005297 !important;
  min-height: 21px;
  padding-top: 1px;
  margin-bottom: 25px;
}
.header .call_block .get_call:before {
  content: "";
  width: 27px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  background-image: url("../common/call_ico.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.header .call_block .get_call:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.header .call_block .get_call:hover span {
  border-color: transparent;
}
.header .call_block .get_call span {
  border-bottom: 1px solid #bfd4e5;
}
.button {
  text-decoration: none !important;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #03559a;
  padding: 10px 5px;
  width: 185px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 1px solid #024277;
  max-width: 100%;
  color: #fff !important;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
}
.button:hover {
  background-color: #0468bd;
  border-bottom-color: #03559a;
}
.button:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #024277;
  border-bottom-color: #024277;
}
.button .call_ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: transparent;
  background-image: url("../common/call_ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 21px;
  height: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/*header*/
/*footer*/
.footer {
  padding: 30px 0;
}
.footer .row {
  display: flex;
  align-items: center;
}
.footer .footer_img {
  width: 140px;
}
.studio {
  font-size: 13px;
  padding-right: 60px;
  background-color: transparent;
  background-image: url("../common/webra.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  float: right;
  position: relative;
  margin-left: -20px;
}
.studio .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.studio .name {
  color: #4bb1e8;
  border-bottom: 1px solid #4bb1e8;
  text-transform: uppercase;
}
.studio:hover .name {
  border-bottom-color: transparent;
}
/*footer*/
/*=====================LAYOUT=====================*/
/*anons*/
.anons {
  min-height: 575px;
  margin-top: 117px;
  background-color: transparent;
  background-image: url("../common/anons.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}/*^ парамы картинки 1-го отсека*/
.anons .anons_box {
  width: 701px;
  height: 373px;
  background-color: transparent;
  background-image: url("../common/anons_box.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  float: right;
  padding: 35px 70px 20px 30px;
  margin-bottom: 15px;
  margin-right: -105px;
}/*^ парамы блока с ценником*/
.anons .anons_box .title {
  font-family: inherit;
  font-size: 48px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
  margin-bottom: 30px; 
}/*^ парамы букв на главной*/
.anons .anons_box .title .green {
  color: #78c019;
}
.anons .anons_box .price {
  font-family: inherit;
  font-size: 70px;
  font-weight: 700;
  color: #4bb1e8;
  line-height: 1.1;
} /*^ парамы ценника на главной*/
.anons .anons_box .price .currency {
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  color: #2e2e2e;
  display: inline-block;
  vertical-align: top;
}
.anons .metering {
  padding-left: 85px;
  float: right;
  margin-right: -50px;
  clear: both;
  min-height: 71px;
  background-color: transparent;
  background-image: url("../common/metering.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 10px;
}
.anons .metering .title {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 5px;
}
.anons .metering .desc {
  margin-bottom: 5px;
}
/*anons*/
/*materials*/
.materials {
  padding: 60px 0;
}
.materials .top_title {
  font-family: inherit;
  font-size: 25px;
  font-weight: 300;
  color: #7a7a7a;
  text-align: center;
  text-transform: uppercase;
}
.materials .materials_box {
  margin-bottom: 60px;
}
.materials .materials_box.right {
  margin-bottom: 70px;
}
.materials .materials_box.materials_box_1 {
  margin-left: 10px;
  margin-right: -40px;
  margin-top: 20px;
}
.materials .materials_box.materials_box_2 {
  margin-left: 30px;
  margin-right: -60px;
}
.materials .materials_box.materials_box_3 {
  margin-right: -50px;
  margin-bottom: 75px;
}
.materials .materials_box.materials_box_4 {
  margin-left: 15px;
  margin-right: -30px;
}
.materials .materials_box.materials_box_5 {
  margin-top: 30px;
  margin-left: -85px;
}
.materials .materials_box.materials_box_6 {
  margin-left: -25px;
}
.materials .materials_box.materials_box_7 {
  margin-left: -80px;
}
.materials .materials_box.materials_box_8 {
  margin-left: -30px;
}
.materials .materials_box .title {
  font-family: inherit;
  font-size: 17px;
  font-weight: 700;
  color: inherit;
  line-height: 1;
  margin-bottom: 12px;
}
.materials .materials_box .desc {
  font-size: 12px;
}
.materials .materials_box.left_marg {
  margin-left: 20px;
  margin-right: -50px;
  margin-bottom: 90px;
}
.screen_title {
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  color: inherit;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: center;
  text-transform: uppercase;
}
/*materials*/
/*get*/
.get {
  min-height: 373px;
  color: #fff;
  background-color: transparent;
  background-image: url("../common/get.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.get .row > div {
  width: 20%;
}
.get .screen_title {
  margin-bottom: 40px;
}
.get .name {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  text-align: center;
  margin-top: 15px;
}
/*get*/
/*features*/
.features {
  text-align: center;
  padding: 50px 0 30px;
}
.features img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.features img:hover {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.features .name {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 40px;
  margin-top: 10px;
}
.features .row > div:nth-child(4n + 1) {
  clear: both;
}
/*features*/
/*energy_saving*/
.energy_saving {
  min-height: 661px;
  padding: 60px 0 40px;
  background-color: transparent;
  background-image: url("../common/energy.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -53px;
}
.energy_saving .winter_img {
  display: none;
  margin-bottom: 20px;
}
.energy_saving .summer_img {
  margin-bottom: 20px;
}
.energy_saving.winter {
  background-color: transparent;
  background-image: url("../common/energy2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.energy_saving.winter .winter_img {
  display: block;
}
.energy_saving.winter .summer_img {
  display: none;
}
.energy_saving .features_header {
  display: inline-block;
  padding: 3px;
  border: 2px solid #e65921;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-bottom: 35px;
}
.energy_saving .features_header.winter {
  border-color: #005297;
}
.energy_saving .features_header.winter .toggle.active {
  background-color: #005297;
}
.energy_saving .features_header.winter .toggle.active:hover {
  background-color: #05477e;
}
.energy_saving .features_header .toggle {
  display: inline-block;
  width: 90px;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  text-align: center;
  cursor: pointer;
}
.energy_saving .features_header .toggle.active {
  background-color: #e65921;
  color: #fff;
}
.energy_saving .features_header .toggle.active:hover {
  background-color: #d05422;
}
.energy_saving .info {
  padding-left: 35px;
}
.energy_saving .info .screen_title {
  line-height: 1;
  text-align: left;
  margin-bottom: 20px;
}
.energy_saving .info ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.energy_saving .info ul li {
  padding-top: 3px;
  padding-left: 35px;
  font-family: inherit;
  font-size: 17px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 15px;
  min-height: 32px;
  background-color: transparent;
  background-image: url("../common/check.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.energy_saving .info ul li.plus {
  background-color: transparent;
  background-image: url("../common/plus.png");
  background-position: 7px 7px;
  background-repeat: no-repeat;
  background-size: auto;
}
/*energy_saving*/
/*profiles*/
.profiles {
  padding: 50px 0;
}
.profiles .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.profiles .info_box {
  padding: 30px 20px 25px 70px;
  border: 7px solid #d7eefa;
  border-left: none;
  margin-left: 64px;
  min-height: 477px;
  position: relative;
  z-index: 100;
  background-color: #fff;
}
.profiles .info_box .button_green {
  padding: 10px 5px 8px 5px;
  width: 200px;
  font-weight: 600;
  font-size: 11px;
  margin-top: 10px;
}
.profiles .info_box .button_green .more_ico {
  width: 17px;
  height: 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../common/more_ico_blue_sm.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 5px;
}
.profiles .info_box.left {
  border: 7px solid #d7eefa;
  border-right: none;
  padding: 30px 20px 25px 70px;
}
.profiles .info_box.left:before {
  right: auto;
  left: 100%;
  background-color: transparent;
  background-image: url("../common/info_box2.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-right: 0;
  margin-left: -2px;
  z-index: -1;
}
.profiles .info_box:before {
  content: "";
  position: absolute;
  width: 64px;
  height: 100%;
  background-color: transparent;
  background-image: url("../common/info_box.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  right: 100%;
  top: -7px;
  min-height: 477px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 100;
}
.profiles .info_box .title {
  font-family: inherit;
  font-size: 30px;
  font-weight: 500;
  color: inherit;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.profiles .info_box .subtitle {
  font-family: inherit;
  font-size: 15px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 20px;
}
.profiles .info_box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.profiles .info_box ul li {
  padding-left: 50px;
  background-color: transparent;
  background-image: url("../common/check.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  font-size: 15px;
  min-height: 29px;
  padding-top: 3px;
  margin-bottom: 10px;
}
/*profiles*/
/*rehau*/
.rehau {
  padding: 100px 0 90px;
  background-color: transparent;
  background-image: url("../common/rehau.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: #f9f9f9;
  min-height: 797px;
}
.rehau .title {
  font-size: 45px;
  margin-bottom: 40px;
  line-height: 1;
  margin-right: -50px;
}
.rehau .title .red {
  font-weight: 900;
  color: #b0346a;
}
.rehau ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.rehau ul li {
  font-size: 15px;
  padding-left: 90px;
  margin-bottom: 30px;
  padding-top: 12px;
  background-color: transparent;
  background-image: url("../common/rehau1.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 62px;
}
.rehau ul li.list2 {
  background-color: transparent;
  background-image: url("../common/rehau2.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.rehau ul li.list3 {
  background-color: transparent;
  background-image: url("../common/rehau3.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto;
}
.rehau .button_green {
  margin-left: 90px;
}
.button_green {
  text-decoration: none !important;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: #78c019;
  padding: 13px 5px;
  width: 265px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 2px solid #64a015;
  max-width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 900;
}
.button_green:hover {
  background-color: #8ce01d;
  border-bottom-color: #78c019;
}
.button_green:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.3);
  background-color: #64a015;
  border-bottom-color: #64a015;
}
.button_green.button_grey {
  background-color: #fff !important;
  color: #2e2e2e !important;
  border-color: #c4c4c4;
}
.button_green.button_grey .more_ico {
  background-color: transparent;
  background-image: url("../common/more_ico_blue.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.button_green.button_grey:hover {
  background-color: #f6f6f6 !important;
}
.button_green:hover {
  background-color: #83cd21;
}
.button_green:active {
  background-color: #75bc18;
}
.button_green .more_ico {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-color: transparent;
  background-image: url("../common/more_ico.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
/*rehau*/
/*certeficates*/
.certeficates {
  padding: 60px 0;
  color: #fff;
  background-color: transparent;
  background-image: url("../common/certeficates.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  min-height: 606px;
}
.certeficates .screen_title {
  margin-bottom: 45px;
}
.certeficates_slider .slick-slide {
  padding: 0 8px;
}
.certeficates_slider .slick_prev,
.certeficates_slider .slick_next {
  width: 62px;
  height: 41px;
  position: absolute;
  top: 50%;
  margin-top: -20.5px;
  z-index: 100;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../common/arrows2.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.certeficates_slider .slick_prev {
  background-position: -186px 0;
  right: 100%;
}
.certeficates_slider .slick_prev:hover {
  background-position: -62px 0;
}
.certeficates_slider .slick_next {
  background-position: -124px 0;
  left: 100%;
}
.certeficates_slider .slick_next:hover {
  background-position: 0 0;
}
.certeficate {
  width: 274px;
  height: 375px;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background-image: url("../common/certeficate.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.certeficate img {
  max-height: 100%;
  max-width: 100%;
}
/*certeficates*/
/*photo*/
.photo {
  min-height: 592px;
  padding-top: 25px;
  margin-top: -30px;
  padding-bottom: 40px;
  background-color: transparent;
  background-image: url("../common/photo.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.photo .num_box {
  margin-left: 35px;
  color: #4bb1e8;
  margin-top: 60px;
  margin-bottom: 70px;
}
.photo .num_box .num {
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-size: 200px;
  font-weight: 700;
  color: inherit;
  line-height: 55px;
}
.photo .num_box .num_desc {
  display: inline-block;
  vertical-align: middle;
}
.photo .num_box .num_desc .percent {
  line-height: 55px;
  font-family: inherit;
  font-size: 100px;
  font-weight: 900;
  color: inherit;
  display: block;
  margin-bottom: 10px;
}
.photo .num_box .num_desc .num_note {
  font-size: 20px;
  line-height: 21px;
}
.photo .info {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-left: 45px;
}
.photo .info p {
  margin-bottom: 20px;
}
/*photo*/
/*examples*/
.examples {
  padding-top: 20px;
  padding-bottom: 60px;
}
.examples .screen_title {
  font-weight: 300;
  margin-bottom: 40px;
}
.examples .screen_title b {
  font-weight: 900;
}
.examples .img {
  position: relative;
}
.examples .img:after {
  content: "";
  width: 100%;
  height: 94px;
  background-color: transparent;
  background-image: url("../common/mask.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.examples .desc {
  font-size: 16px;
  margin-top: 20px;
  text-align: center;
}
.examples_slider .slick_next,
.examples_slider .slick_prev {
  width: 51px;
  height: 109px;
  position: absolute;
  top: 200px;
  background-color: transparent;
  background-image: url("../common/arrows.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  cursor: pointer;
  z-index: 10;
}
.examples_slider .slick_next {
  right: 0;
  background-position: -153px 0;
}
.examples_slider .slick_next:hover {
  background-position: -51px 0;
}
.examples_slider .slick_prev {
  left: 0;
  background-position: -102px 0;
}
.examples_slider .slick_prev:hover {
  background-position: 0 0;
}
/*examples*/
/*types*/
.types {
  padding: 35px 0 110px;
  color: #fff;
  background-color: transparent;
  background-image: url("../common/types.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 882px;
  overflow: hidden;
  position: relative;
}
.types:after {
  content: "";
  background-color: transparent;
  background-image: url("../common/mask_types.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 63px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.types .screen_title {
  font-size: 40px;
  margin-bottom: 30px;
}
.types .screen_title .subtitle {
  font-family: inherit;
  font-size: 25px;
  font-weight: 300;
  color: inherit;
  text-transform: none;
}
.types .menu {
  background-color: #4bb1e8;
  box-shadow: 0px 2px 12px 0px rgba(66, 66, 66, 0.4);
  position: relative;
  z-index: 1;
}
.types .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.types .menu ul li {
  font-weight: 700;
  padding: 15px 0;
  position: relative;
}
.types .menu ul li:nth-child(2) a .ico {
  background-color: transparent;
  background-image: url("../common/menu1.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.types .menu ul li:nth-child(3) a .ico {
  background-color: transparent;
  background-image: url("../common/menu2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.types .menu ul li:nth-child(4) a .ico {
  background-color: transparent;
  background-image: url("../common/menu3.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.types .menu ul li:nth-child(5) a .ico {
  background-color: transparent;
  background-image: url("../common/menu4.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.types .menu ul li:nth-child(6) a .ico {
  background-color: transparent;
  background-image: url("../common/menu5.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.types .menu ul li a {
  text-decoration: none !important;
  color: inherit !important;
}
.types .menu ul li a:hover .ico {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.types .menu ul li a.selected:after {
  content: "";
  width: 206px;
  height: 15px;
  top: 100%;
  margin-top: -1px;
  position: absolute;
  left: 50%;
  margin-left: -103px;
  background-color: transparent;
  background-image: url("../common/selected.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.types .menu ul li a .ico {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #fff !important;
  background-color: transparent;
  background-image: url("../common/menu6.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.type_one .title {
  font-size: 55px;
  line-height: 55px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.type_one .desc {
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 50px;
}
.type_one .desc p {
  margin-bottom: 20px;
}
.type_one img {
  right: 15px;
  top: -25px;
  position: absolute;
}
/*types*/
/*garant*/
.garant {
  padding: 60px 0 60px;
  text-align: center;
}
.garant .name {
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  margin-top: 20px;
}
/*garant*/
/*installation*/
.installation {
  min-height: 677px;
  padding: 50px 0 50px;
  background-color: transparent;
  background-image: url("../common/installation.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.installation .info {
  margin-left: 25px;
}
.installation .info .title {
  font-family: inherit;
  font-size: 40px;
  font-weight: 700;
  color: inherit;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.installation .info .title:after {
  content: "";
  display: block;
  width: 125px;
  height: 5px;
  background-color: #4bb1e8;
  margin-top: 10px;
}
.installation .info p {
  font-size: 15px;
  margin-bottom: 25px;
}
/*installation*/
/*services*/
.services {
  padding: 80px 0 50px;
}
.services .screen_title {
  margin-bottom: 35px;
}
.services .service_one {
  display: flex;
}
.services .service_one .info {
  background-color: #fcfcfd;
  padding: 20px;
  padding-right: 10px;
  padding-bottom: 75px;
  position: relative;
}
.services .service_one .info .title {
  font-family: inherit;
  font-size: 25px;
  font-weight: 500;
  color: inherit;
  line-height: 27px;
  margin-bottom: 20px;
}
.services .service_one .info .desc {
  font-size: 13px;
}
.services .service_one .info .button_green {
  font-size: 13px;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 170px;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
/*services*/
/*contacts*/
.contacts .screen_title {
  margin-bottom: 35px;
}
.contacts .contacts_main {
  position: relative;
}
.contacts .map {
  width: 100% !important;
  height: 560px !important;
}
.contacts .contacts_box {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.contacts .contacts_box .inner {
  margin-top: 55px;
  width: 512px;
  height: auto;
  background-color: #fff;
  border-radius: 0 0 35% 0;
  float: right;
  position: relative;
  z-index: 100;
  margin-right: -55px;
  padding: 25px 55px 25px 45px;
}
.contacts .contacts_box .inner .screen_title {
  font-size: 25px;
  margin-bottom: 25px;
  text-align: left;
}
.contacts .contacts_box .inner address {
  font-family: inherit;
  font-size: 18px;
  font-weight: 500;
  color: inherit;
  margin-bottom: 15px;
}
.contacts .contacts_box .inner .phone {
  text-decoration: none !important;
  color: inherit !important;
  font-family: inherit;
  font-size: 21px;
  font-weight: 700;
  color: inherit;
}
.contacts .contacts_box .inner .work_time {
  padding-left: 35px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: url("../common/time.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  font-family: inherit;
  font-size: 13px;
  font-weight: 400;
  color: #b1b1b1;
}
.contacts .contacts_box .inner .work_time .time {
  color: #2e2e2e;
  font-weight: 700;
}
.contacts .contacts_box .inner .mail {
  text-decoration: none !important;
  color: inherit !important;
  color: #4bb1e8 !important;
  border-bottom: 1px solid #4bb1e8;
  line-height: 1;
}
.contacts .contacts_box .inner .mail:hover {
  border-bottom-color: transparent;
}
/*contacts*/
/*process*/
.process {
  padding: 65px 0 85px;
  text-align: center;
  position: relative;
}
.process .row > div:last-child .img:after {
  display: none;
}
.process:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 68px;
  background-color: transparent;
  background-image: url("../common/process_line.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
}
.process .name {
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  margin-bottom: 25px;
}
.process .img {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.process .img:after {
  display: none;
  content: "";
  width: 20px;
  height: 50px;
  background-color: transparent;
  background-image: url("../common/arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  left: 100%;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.process .img img {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.process .img img:hover {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
/*process*/
/*order*/
.order {
  color: #fff;
  padding: 45px 0 100px;
  background-color: transparent;
  background-image: url("../common/order.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 270px;
}
.order .screen_title {
  margin-bottom: 25px;
}
.order input {
  padding: 0 20px;
  font-size: 15px;
}
.order .button_transp {
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none !important;
  border: none;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  padding: 12px 20px;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 4px solid #fff;
  max-width: 100%;
  color: inherit !important;
  height: 60px;
}
.order .button_transp:hover {
  background-color: #fff;
  border-bottom-color: #fff;
  color: #fff !important;
}
.order .button_transp:hover {
  color: #2e2e2e !important;
}
/*order*/
/*modal*/
.modal-dialog {
  width: 500px;
  max-width: 100%;
  padding: 35px 50px 50px;
  background-color: #fff;
  text-align: center;
}
.modal-dialog .modal_close {
  width: 21px;
  height: 21px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  background-image: url("../common/modal_close.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal-dialog .modal_title {
  font-family: inherit;
  font-size: 35px;
  font-weight: 700;
  color: inherit;
  line-height: 1.1;
  margin-bottom: 25px;
}
.modal-dialog .modal_desc {
  font-size: 15px;
  margin-bottom: 25px;
}
.modal-dialog .button_green {
  padding: 15px 20px;
  min-width: 200px;
  width: auto;
}
/*modal*/
.sale_block {
  text-align: center;
  min-height: 270px;
  background: url("../common/sale_block_bg.png") no-repeat center;
  padding-top: 10px;
  display: flex;
  align-items: center;
}
.sale_block .screen_title {
  font-size: 45px;
  font-weight: 200;
  color: #fff;
  margin-bottom: 15px;
}
.sale_block .screen_title span {
  font-weight: 600;
}
.sale_block .button_green {
  font-size: 13px;
  width: 185px;
  padding: 16px 5px;
}
.contacts_block {
  text-align: center;
  background-color: #fafafb;
  padding: 60px;
}
.contacts_block .screen_title {
  margin-bottom: 25px;
}
.contacts_block .screen_title span {
  color: #4bb1e8;
}
.contacts_block .button_green {
  font-size: 13px;
  width: 319px;
}
.header .call_block {
  display: flex;
  flex-direction: row;
}
.header .call_block {
  margin-left: -35px;
}
.language {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 200px;
  top: 5px;
}
.language a {
  font-size: 10px;
  padding: 6px 10px;
  border-radius: 35px;
  font-weight: 400;
  width: 40px;
  text-align: center;
  margin-left: -15px;
  text-decoration: none;
}
.language a:hover {
  text-decoration: none;
}
.language a.active {
  background-color: #78c019;
  color: #fff;
  font-weight: 500;
}
.language_mob {
  display: none;
}
