@font-face {
  font-family: "MyriadProCondBold";
  src: url("../fonts/MyriadProCondBold.eot");
  src: url("../fonts/MyriadProCondBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProCondBold.woff") format("woff"), url("../fonts/MyriadProCondBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MyriadProCondRegular";
  src: url("../fonts/MyriadProCondRegular.eot");
  src: url("../fonts/MyriadProCondRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProCondRegular.woff") format("woff"), url("../fonts/MyriadProCondRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* Common styles */

* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: white;
  font-family: "MyriadProCondBold";
  font-weight: bold;
}

.wrapper {
  margin: auto;
}

.main_container {
  width: 1902px;
}

.left {
  float: left;
}

.right {
  float: right;
}

/* For modern browsers */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* End of Common styles */

/* Main Page styles */

/* Header styles */

header .top_header {
  height: 68px;
  overflow: hidden;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0;
  background: #a98b69;
  border: 1px solid white;
}

header .top_header .logo {
  display: inline-block;
  color: white;
  font-family: 'Lobster', cursive;
  background: #9B473B;
  font-weight: normal;
  font-size: 37px;
  padding: 8px 0px 12px 11px;
  text-align: center;
  width: 22.60778128286015%;
  /* 430 / 1902 */
}

header nav {
  width: 65.50998948475289%;
  /* 1246 / 1902 */
  text-align: center;
}

header .top_header .main_navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9B473B;
  padding: 21px 0px 21px 72px;
  width: 100%;
}

header .top_header .main_navigation li {
  display: inline-block;
  margin-right: 15px;
}

header .top_header .main_navigation li:last-child {
  margin-right: 0px;
}

header .top_header .main_navigation li a {
  color: white;
  font-size: 23px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

header .top_header .main_navigation li a:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

header .top_header .main_navigation li.active a {
  font-size: 30px;
}

header .top_header .main_navigation_moblie_wrapper {
  display: none;
  background: #9B473B;
}

header .top_header .main_navigation_moblie_wrapper .toggle_wrapper {
  padding: 8px 10px 12px 10px;
  width: 58px;
  border-right: 1px solid white;
  cursor: pointer;
}

header .top_header .main_navigation_moblie_wrapper .toggle_line {
  display: block;
  width: 38px;
  margin: 10px 0;
  position: relative;
  border-top: 3px solid white;
}

header .top_header .main_navigation_moblie_wrapper .toggle_line,
header .top_header .main_navigation_moblie_wrapper .toggle_line:before,
header .top_header .main_navigation_moblie_wrapper .toggle_line:after,
header .top_header .main_navigation_moblie_wrapper .toggle_wrap.active .toggle-toggle_line,
header .top_header .main_navigation_moblie_wrapper .toggle_wrap.active .toggle-toggle_line:before,
header .top_header .main_navigation_moblie_wrapper .toggle_wrap.active .toggle-toggle_line:after {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

header .top_header .main_navigation_moblie_wrapper .toggle_line:before,
header .top_header .main_navigation_moblie_wrapper .toggle_line:after {
  display: block;
  content: " ";
  background: white;
  height: 3px;
  width: 38px;
  position: absolute;
  top: -13px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: 5px;
  -ms-transform-origin: 5px;
  transform-origin: 5px;
}

header .top_header .main_navigation_moblie_wrapper .toggle_line:after {
  top: 7px;
}

header .top_header .main_navigation_moblie_wrapper .toggle_wrapper.active .toggle_line {
  border-top: 6px solid transparent;
}

header .top_header .main_navigation_moblie_wrapper .toggle_wrapper.active .toggle_line:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -15px;
  left: 3px;
}

header .top_header .main_navigation_moblie_wrapper .toggle_wrapper.active .toggle_line:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 3px;
}

header .main_navigation_moblie {
  display: none;
  position: fixed;
  width: 300px;
  height: auto;
  left: 22.5%;
  top: 42px;
  z-index: 1000;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  background: #292929;
}

header .main_navigation_moblie li {
  border-top: 1px solid white;
}

header .main_navigation_moblie a {
  display: block;
  padding: 12px 18px;
  color: white;
  font-size: 18px;
  font-family: Impact;
  font-weight: normal;
  text-align: center;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

header .main_navigation_moblie a:hover {
  background: white;
  color: #292929;
}

header .top_header .phone {
  display: block;
  background: #a98b69;
  padding: 4px 0px 20px 0px;
  text-align: center;
  width: 11.88222923238696%;
  /* 226 / 1902 */
}

header .top_header .phone a {
  display: block;
  color: white;
  background: #a98b69;
  font-size: 22px;
  text-align: center;
  text-shadow: 0px 2px 4px black;
  font-family: Century Gothic;
}

header .bottom_header {
  background: url("../img/header_bg.jpg") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  font-family: Century Gothic;
  margin-top: 67px;
  padding-bottom: 350px;
}

header .bottom_header .triangle {
  width: 575px;
  background: url(../img/header_tringle_small_bg.png) 0 -1px no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 45px 15px 45px 90px;
}

header .bottom_header .triangle p {
  font-size: 25px;
  line-height: 50px;
  text-transform: uppercase;
}

header .bottom_header .triangle .application {
  width: 226px;
}

header .bottom_header .triangle .application .num {
  width: 77.78761061946903%;
  height: 151px;
  background: #515151;
  border: 2px dotted #292929;
}

header .bottom_header .rectangle {
  width: 900px;
  background: url(../img/header_rectangle_bg.png) 0 -2px no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px 115px 30px 40px;
}

header .bottom_header .rectangle p {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 15px;
}

header .bottom_header .rectangle p.discount {
  font-size: 42px;
  line-height: 50px;
  margin-bottom: 16px;
}

header .bottom_header .rectangle form h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 30px;
}

header .bottom_header .rectangle form input {
  display: inline-block;
  width: 230px;
  max-height: 46px;
  background: #d4c9bd;
  color: #383737;
  font-size: 14px;
  text-transform: uppercase;
  border: 3px solid #a67c52;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 5px;
  margin-right: 20px;
  outline: none;
}

header .bottom_header .rectangle form input:focus::-webkit-input-placeholder {
  color: transparent;
}

header .bottom_header .rectangle form input:focus::-moz-placeholder {
  color: transparent;
}

header .bottom_header .rectangle form input:focus:-moz-placeholder {
  color: transparent;
}

header .bottom_header .rectangle form input:focus:-ms-input-placeholder {
  color: transparent;
}

header .bottom_header .rectangle form input::-webkit-input-placeholder {
  color: #383737;
}

header .bottom_header .rectangle form input::-moz-placeholder {
  color: #383737;
}

header .bottom_header .rectangle form input:-moz-placeholder {
  color: #383737;
}

header .bottom_header .rectangle form input:-ms-input-placeholder {
  color: #383737;
}

header .bottom_header .rectangle form button {
  display: inline-block;
  width: 230px;
  height: 60px;
  border: none;
  outline: none;
  background: url(../img/button_off.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  padding: 25px 0px;
  overflow: hidden;
  cursor: pointer;
}

header .bottom_header .rectangle form button:hover {
  background: url(../img/button_on.png) 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* End of Header styles */

/* Proposal Buttons Section styles */

.proposal_buttons_section {
  background: #212020;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #212020 0%, #363535 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#212020), to(#363535));
  background: -o-linear-gradient(top, #212020 0%, #363535 100%);
  background: linear-gradient(to bottom, #212020 0%, #363535 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212020', endColorstr='#363535',GradientType=0 );
  /* IE6-9 */
  padding: 28px 0px 26px 0px;
}

.proposal_buttons_section h2 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 66px;
  text-transform: uppercase;
}

.proposal_buttons_section .main_container {
  padding: 0px 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.proposal_buttons_section .proposal_button {
  display: inline-block;
  padding: 195px 26px 15px 26px;
  width: 270px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 3px solid white;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-box-shadow: inset 0px 0px 24px 5px black;
  box-shadow: inset 0px 0px 24px 5px black;
  color: white;
  font-size: 20px;
  font-family: Century Gothic;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.proposal_buttons_section .proposal_button:last-child {
  padding-top: 160px;
  margin-right: 0px;
}

.proposal_buttons_section .proposal_button:hover {
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) -6px -6px 8px, inset rgba(255, 255, 255, 0.3) 4px 4px 8px;
  box-shadow: inset rgba(0, 0, 0, 0.5) -6px -6px 8px, inset rgba(255, 255, 255, 0.3) 4px 4px 8px;
}

/* End of Proposal Buttons Section styles */

/* New Life of Your Kitchen Section styles */

.new_life_section {
  background: url("../img/new_life_section_bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 77px 0px 61px 0px;
}

.new_life_section .main_container {
  padding: 0px 20px;
}

.new_life_section h2 {
  font-size: 48px;
  color: black;
  text-align: center;
  margin-bottom: 66px;
  text-transform: uppercase;
}

.new_life_section .new_life_side_block {
  width: 23.1335436382755%;
  /* 440 / 1902 */
  text-align: center;
  padding-top: 4px;
  font-family: Century Gothic;
}

.new_life_section .new_life_side_block.left {
  margin-left: 27px;
}

.new_life_section .new_life_side_block h3 {
  color: black;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-left: -13px;
  font-family: "MyriadProCondBold";
}

.new_life_section .new_life_side_block.left h3 {
  font-size: 30px;
}

.new_life_section .new_life_side_block.right h3 {
  font-size: 37px;
}

.new_life_section .buy_new {
  background: url("../img/buy_new_bg.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 95.22727272727273%;
  padding: 46px 0px;
}

.new_life_section .change_old {
  background: url("../img/change_old_bg.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  width: 95.22727272727273%;
  padding: 46px 0px;
}

.new_life_section .new_life_side_block p {
  font-size: 48px;
  line-height: 60px;
  text-transform: uppercase;
  margin-left: -25px;
  margin-bottom: 38px;
  position: relative;
}

.new_life_section .new_life_side_block p:after {
  position: absolute;
  content: "___________________";
  color: white;
  width: 100%;
  font-size: 27px;
  left: 6px;
  bottom: -35px;
}

.new_life_section .new_life_side_block p:last-child:after {
  display: none;
}

.new_life_section .new_life_side_block p.speed {
  margin-bottom: 0px;
}

.new_life_section .new_life_side_block p.string_3 {
  font-size: 36px;
  margin-left: -7px;
  margin-bottom: 40px;
}

.new_life_section .new_life_side_block.right p:nth-child(1) {
  font-size: 30px;
}

.new_life_section .new_life_side_block.right p:nth-child(2) {
  font-size: 24px;
}

.new_life_section .new_life_side_block.right p:nth-child(3) {
  font-size: 19px;
}

.new_life_section .new_life_center_block {
  width: 48.71106337271751%;
  /* 907 / 1902 - 20px (padding)*/
  margin-left: 1.5625%;
  /* 30 / 1902 */
}

.new_life_section .new_life_center_block img {
  width: 100%;
  height: auto;
}

/* End of New Life of Your Kitchen Section styles */

/* Change Worktop Section styles */

.change_worktop_section {
  background: #847565;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #847565 0%, #8e8071 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#847565), to(#8e8071));
  background: -o-linear-gradient(top, #847565 0%, #8e8071 100%);
  background: linear-gradient(to bottom, #847565 0%, #8e8071 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#847565', endColorstr='#8e8071',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 12px;
}

.header_wrapper {
  background: #847565;
  padding: 12px 0px;
}

.header_wrapper h2 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  background: #72362b;
  padding: 29px 0px;
}

.change_worktop_section .change_worktop {
  width: 49.68454258675079%;
  /* 945 / 1902 */
}

.change_worktop_section h3 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 3px black;
}

.change_worktop_section .price {
  background: url("../img/change_worktop_bg.png") left 0 no-repeat;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  padding: 39px 0px 75px 0px;
  height: 911px;
}

.change_worktop_section .price h3 {
  margin-bottom: 45px;
}

.change_worktop_section .price .worktop_item {
  background: #805752;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(128, 87, 82, 0.85) 0%, rgba(90, 61, 57, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, rgba(128, 87, 82, 0.85) 0%, rgba(90, 61, 57, 0.85) 100%);
  background: -o-linear-gradient(315deg, rgba(128, 87, 82, 0.85) 0%, rgba(90, 61, 57, 0.85) 100%);
  background: linear-gradient(135deg, rgba(128, 87, 82, 0.85) 0%, rgba(90, 61, 57, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#805752', endColorstr='#5a3d39',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  width: 740px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 40px;
  border: 1px solid white;
  overflow: hidden;
}

.change_worktop_section .worktop_item .worktop_item_inner {
  padding: 7px 10px 17px 10px;
  background: rgba(0, 0, 0, 0.1);
}

.change_worktop_section .price .worktop_item:last-child {
  margin-bottom: 0px;
}

.change_worktop_section .price .worktop_item p {
  font-size: 38px;
}

.change_worktop_section .price .worktop_item p span {
  color: #e6b694;
}

.change_worktop_section .price .worktop_item:last-child p {
  font-size: 42px;
}

.change_worktop_section .advantages {
  background: url("../img/change_worktop_bg.png") right 0 no-repeat;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  padding: 44px 0px 214px 0px;
  overflow: hidden;
  height: 911px;
}

.change_worktop_section .square_wrapper {
  position: relative;
  margin-top: 120px;
  width: 450px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
}

.change_worktop_section .square {
  width: 450px;
  height: 460px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.change_worktop_section .square .square_block {
  width: 49.5%;
  height: 225px;
  position: absolute;
  margin-bottom: 1.11111111111111%;
  /* 5 / 450 */
}

.change_worktop_section .square .square_block p {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  width: 220px;
  position: absolute;
}

.change_worktop_section .square .square_block p span {
  font-size: 48px;
}

.change_worktop_section .advantages .form {
  background: rgba(46, 43, 43, 0.89);
}

.change_worktop_section .advantages .time,
.change_worktop_section .advantages .variant {
  background: rgba(107, 79, 73, 0.89);
}

.change_worktop_section .advantages .variant {
  top: 0;
  left: 0;
}

.change_worktop_section .advantages .variant p {
  left: 4px;
  top: 74px;
}

.change_worktop_section .advantages .form {
  top: 0;
  right: 0;
}

.change_worktop_section .advantages #form_button,
.change_worktop_section .advantages #facades_button {
  cursor: pointer;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  -webkit-animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
  animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
}

.change_worktop_section .advantages #form_button:hover,
.change_worktop_section .advantages #facades_button:hover {
  -webkit-animation: shadow none, swing none, scale 0.3s linear 0s forwards;
  animation: shadow none, swing none, scale 0.3s linear 0s forwards;
}

@-webkit-keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
  }

  15%, 35% {
    -webkit-box-shadow: 0px 0px 7px 6px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 7px 6px rgba(255, 255, 255, 0.7);
  }

  50% {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
  }
}

@keyframes shadow {
  0% {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
  }

  15%, 35% {
    -webkit-box-shadow: 0px 0px 7px 6px rgba(255, 255, 255, 0.7);
    box-shadow: 0px 0px 7px 6px rgba(255, 255, 255, 0.7);
  }

  50% {
    -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  2% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  4% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  6% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  8% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  2% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  4% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  6% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  8% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  10% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.change_worktop_section .advantages .form p {
  left: 0px;
  top: 63px;
}

.change_worktop_section .advantages .order {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
  animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
  background: rgba(236, 249, 49, 0.89);
}

.change_worktop_section .advantages .order:hover {
  -webkit-animation: shadow none, swing none, scale 0.3s linear 0s forwards;
  animation: shadow none, swing none, scale 0.3s linear 0s forwards;
}

.change_worktop_section .advantages .order .order_link {
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  text-align: center;
  color: #2a2a2a;
  text-transform: uppercase;
  line-height: 35px;
  position: absolute;
  width: 475px;
  padding: 125px;
  left: -120px;
  top: -70px;
}

.change_worktop_section .advantages .time {
  bottom: 0;
  right: 0;
}

.change_worktop_section .advantages .time p {
  left: -4px;
  top: 62px;
}

/* End of Change Worktop Section styles */

/* We Change Worktops Section styles */

.we_changed_worktops_section {
  background: #a98b69;
  padding: 0px 0 23px;
}

.we_changed_worktops_section .header_wrapper {
  margin-bottom: 29px;
}

.we_changed_worktops_section .main_container {
  padding: 0px 200px;
  position: relative;
}

.we_changed_worktops_section .we_changed_worktops {
  position: relative;
}

.we_changed_worktops_section #wowslider-container1 {
  width: 75%;
}

.we_changed_worktops_section .we_changed_worktops .we_changed_worktops_content {
  background: #313131;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #313131 0%, #4d4c4c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-linear-gradient(315deg, #313131 0%, #4d4c4c 100%);
  background: -o-linear-gradient(315deg, #313131 0%, #4d4c4c 100%);
  background: linear-gradient(135deg, #313131 0%, #4d4c4c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#4d4c4c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  padding: 57px 104px 51px 104px;
  -webkit-box-shadow: 0px 3px 7px 0px black;
  box-shadow: 0px 3px 7px 0px black;
  position: absolute;
  bottom: 33px;
  z-index: 100;
  width: 100%;
}

.we_changed_worktops_section .we_changed_worktops .we_changed_worktops_photo {
  width: 21.719160104986882%;
  /* 331 / 1524 (1902 - 85*2 (padding) - 104*2 (padding)) */
  background: #847565;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  padding: 6px 6px 2px 6px;
}

.we_changed_worktops_section .we_changed_worktops .we_changed_worktops_photo img {
  width: 100%;
  height: auto;
}

.we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description {
  width: 71.65354330708661%;
  /* 1092 / 1524 (1902 - 85*2 (padding) - 104*2 (padding)) */
  padding-top: 7px;
}

.we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description p {
  font-size: 42px;
  text-shadow: 0px 3px 7px black;
  text-align: justify;
}

.we_changed_worktops_section .material_slider_wrapper {
  background: #2e2d2d;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  padding: 19px 0px 23px 0px;
}

.we_changed_worktops_section .material_slider_wrapper .prev {
  position: absolute;
  left: 0px;
  width: 70px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  z-index: 10;
}

.we_changed_worktops_section .material_slider_wrapper .prev i {
  position: relative;
  left: 8px;
  font-size: 97px;
}

.we_changed_worktops_section .material_slider_wrapper .next {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  z-index: 10;
}

.we_changed_worktops_section .material_slider_wrapper .next i {
  position: relative;
  left: 26px;
  font-size: 97px;
}

.we_changed_worktops_section .material_slider_wrapper .material_slider {
  padding: 0px 80px;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  margin: auto;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  height: auto;
}

.fancybox-title-float-wrap {
  margin-bottom: 35px;
}

.fancybox-title-float-wrap .child {
  font-size: 35px;
  line-height: 55px;
}

/* End of We Change Worktops Section styles */

/* Apron Images Section styles */

.worktop_images {
  padding: 2px 0px;
}

.worktop_images .worktop_item_img {
  width: 25%;
  float: left;
  position: relative;
  padding: 2px;
}

.worktop_images .worktop_item_img .worktop_item_overlay {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.worktop_images .worktop_item_img:hover .worktop_item_overlay {
  opacity: 0;
}

.worktop_images .worktop_item_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* End of Our Apron Images Section styles */

/* Work Scheme Section styles */

.work_scheme_section {
  background: #313131;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 49, 49, 0.86)), to(rgba(89, 89, 89, 0.86)));
  background: -o-linear-gradient(left, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  background: linear-gradient(to right, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#595959',GradientType=1 );
  /* IE6-9 */
  padding: 35px 0px 65px 0px;
}

.work_scheme_section h2 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #e6b694;
  margin-bottom: 30px;
}

.work_scheme_section .work_scheme_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0px 85px;
}

.work_scheme_section .work_scheme_wrapper .work_scheme_item {
  width: 276px;
}

.work_scheme_section .work_scheme_wrapper .work_scheme_item_photo {
  width: 276px;
  height: 276px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 28px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-shadow: 10px 10px 25px 5px #3c3c3c;
  box-shadow: 10px 10px 25px 5px #3c3c3c;
}

.work_scheme_section .work_scheme_wrapper .work_scheme_item img {
  width: 100%;
  height: 100%;
}

.work_scheme_section .work_scheme_wrapper .work_scheme_item_description {
  width: 276px;
  margin-right: auto;
  margin-left: auto;
}

.work_scheme_section .work_scheme_wrapper .work_scheme_item p {
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}

/* End of Work Scheme Section styles */

/* Change Apron Section styles */

.change_apron_section {
  background: #847565;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #847565 0%, #8e8071 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#847565), to(#8e8071));
  background: -o-linear-gradient(top, #847565 0%, #8e8071 100%);
  background: linear-gradient(to bottom, #847565 0%, #8e8071 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#847565', endColorstr='#8e8071',GradientType=0 );
  /* IE6-9 */
  padding-bottom: 12px;
}

.change_apron_section .change_apron {
  width: 49.68454258675079%;
  /* 945 / 1902 */
}

.change_apron_section h3 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 3px black;
}

.change_apron_section .advantages {
  background: url("../img/change_apron_bg.png") left 0 no-repeat;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  padding: 44px 0px 214px 0px;
  overflow: hidden;
  height: 911px;
}

.change_apron_section .square_wrapper {
  position: relative;
  margin-top: 120px;
  width: 450px;
  height: 460px;
  margin-left: auto;
  margin-right: auto;
}

.change_apron_section .square {
  width: 450px;
  height: 460px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

.change_apron_section .square .square_block {
  width: 49.5%;
  height: 225px;
  position: absolute;
  margin-bottom: 1.11111111111111%;
  /* 5 / 450 */
}

.change_apron_section .square .square_block p {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  width: 234px;
  position: absolute;
}

.change_apron_section .square .square_block p span {
  font-size: 48px;
}

.change_apron_section .advantages .form {
  background: rgba(46, 43, 43, 0.89);
}

.change_apron_section .advantages .time,
.change_apron_section .advantages .variant {
  background: rgba(107, 79, 73, 0.89);
}

.change_apron_section .advantages .variant {
  top: 0;
  left: 0;
}

.change_apron_section .advantages .variant p {
  left: -2px;
  top: 76px;
}

.change_apron_section .advantages .form {
  top: 0;
  right: 0;
}

.change_apron_section .advantages .form p {
  left: -15px;
  top: 70px;
}

.change_apron_section .advantages .order {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
  bottom: 0;
  left: 0;
  overflow: hidden;
  -webkit-animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
  animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
  background: rgba(236, 249, 49, 0.89);
}

.change_apron_section .advantages .order:hover {
  -webkit-animation: shadow none, swing none, scale 0.3s linear 0s forwards;
  animation: shadow none, swing none, scale 0.3s linear 0s forwards;
}

.change_apron_section .advantages .order .order_link {
  display: block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 30px;
  text-align: center;
  color: #2a2a2a;
  text-transform: uppercase;
  line-height: 35px;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  position: absolute;
  width: 475px;
  padding: 125px;
  left: -120px;
  top: -70px;
}

.change_apron_section .advantages .time {
  bottom: 0;
  right: 0;
}

.change_apron_section .advantages .time p {
  left: -3px;
  top: 60px;
}

.change_apron_section .advantages #glass_button {
  cursor: pointer;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
  animation: shadow 3s linear 0s infinite,
 swing 6s ease-in-out 0s infinite;
}

.change_apron_section .advantages #glass_button:hover {
  -webkit-animation: shadow none, swing none, scale 0.3s linear 0s forwards;
  animation: shadow none, swing none, scale 0.3s linear 0s forwards;
}

.change_apron_section .price {
  background: url("../img/change_apron_bg.png") right 0 no-repeat;
  -webkit-background-size: 200% 100%;
  background-size: 200% 100%;
  padding: 39px 0px 75px 0px;
  height: 911px;
}

.change_apron_section .price h3 {
  margin-bottom: 45px;
}

.change_apron_section .price .apron_item {
  background: #462018;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 40px;
  border: 1px solid white;
  overflow: hidden;
}

.change_apron_section .price .apron_item .apron_item_inner {
  padding: 7px 10px 17px 10px;
}

.change_apron_section .price .apron_item:last-child {
  margin-bottom: 0px;
}

.change_apron_section .price .apron_item.mdf .apron_item_inner,
.change_apron_section .price .apron_item.mdf-2 .apron_item_inner {
  background: rgba(0, 0, 0, 0.5);
}

.change_apron_section .price .apron_item p {
  font-size: 38px;
}

.change_apron_section .price .apron_item p span.price {
  color: #e6b694;
  padding: 0 !important;
}

.price1 {
  font-size: 30px;
  color: #e6b694;
}
.change_apron_section .price .apron_item p span.size {
  font-size: 30px;
}

.change_apron_section .price .apron_item:last-child p {
  font-size: 47px;
}

/* End of Change Apron Section styles */

/* Our Worktops Section styles */

.our_worktops_section {
  background: #313131;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 49, 49, 0.86)), to(rgba(89, 89, 89, 0.86)));
  background: -o-linear-gradient(left, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  background: linear-gradient(to right, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#595959',GradientType=1 );
  /* IE6-9 */
  padding: 35px 0px 65px 0px;
}

.our_worktops_section h2 {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #e6b694;
  margin-bottom: 30px;
}

.our_worktops_section .our_worktops_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  padding: 0px 85px;
}

.our_worktops_section .our_worktops_wrapper .our_worktops_item {
  width: 310px;
}

.our_worktops_section .our_worktops_wrapper .our_worktops_item_photo {
  width: 310px;
  height: 296px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 28px;
}

.our_worktops_section .our_worktops_wrapper .our_worktops_item img {
  width: 100%;
  height: 100%;
}

.our_worktops_section .our_worktops_wrapper .our_worktops_item_description {
  width: 310px;
  margin-right: auto;
  margin-left: auto;
}

.our_worktops_section .our_worktops_wrapper .our_worktops_item_description p {
  text-transform: uppercase;
  font-size: 25px;
  text-align: center;
}

/* End of Our Worktops Section styles */

/* Apron Images Section styles */

.apron_images {
  padding: 2px 0px;
}

.apron_images .apron_item_img {
  width: 20%;
  float: left;
  position: relative;
  padding: 2px;
}

.apron_images .apron_item_img .apron_item_overlay {
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.apron_images .apron_item_img:hover .apron_item_overlay {
  opacity: 0;
}

.apron_images .apron_item_img img {
  display: block;
  width: 100%;
  height: auto;
}

/* End of Our Apron Images Section styles */

/* Profit Section styles */

.profits_section {
  padding: 0px 0px 23px 0px;
  text-transform: uppercase;
  background: #313131;
  background: -webkit-linear-gradient(left, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(49, 49, 49, 0.86)), to(rgba(89, 89, 89, 0.86)));
  background: -o-linear-gradient(left, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  background: linear-gradient(to right, rgba(49, 49, 49, 0.86) 0%, rgba(89, 89, 89, 0.86) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#595959',GradientType=1 );
  text-align: center;
}

.profits_section h3 {
  font-size: 45px;
  margin-bottom: 70px;
}

.profits_section .profit_photo_wrapper {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.profits_section .profit_photo_wrapper .content {
  padding: 30px 0px;
}

.profits_section .profits_list {
  display: block;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}

.profits_section .profits_list li {
  display: inline-block;
  font-size: 35px;
  color: #e6b694;
  position: relative;
  padding-left: 63px;
  margin-bottom: 45px;
}

.profits_section .profits_list li:before {
  display: block;
  content: " ";
  width: 46px;
  height: 45px;
  background: url("../img/like.png") 0 0 no-repeat;
  position: absolute;
  top: -8px;
  left: 0;
}

.profits_section .profits_list li:last-child {
  margin-bottom: 0;
}

.profits_section .profit_photo_wrapper .photos {
  width: 48%;
}

.profits_section .profit_photo_wrapper .photos .image_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
  height: 250px;
  margin-bottom: 2%;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  background: white;
}

.profits_section .profit_photo_wrapper .photos img {
  display: inline-block;
  width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.profits_section .technic {
  margin-top: 70px;
}

.profits_section .technic h3 {
  position: relative;
}

.profits_section .technic h3 span {
  display: inline-block;
  width: 200px;
  height: 60px;
  background: url("../img/logo-lex.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-left: 15px;
  position: relative;
  top: 13px;
}

.profits_section .technic .photos {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.profits_section .technic .photos .image_wrapper {
  height: 380px;
}

/* End of Profit Section styles */

/* Change Facade Section styles */

.change_facade_section {
  padding: 0px 0px 23px 0px;
  background: #a98b69;
}

.change_facade_section .header_wrapper {
  margin-bottom: 29px;
}

.change_facade_section .main_container {
  padding: 0px 50px;
}

.change_facade_section #wowslider-container3 {
  width: 67%;
}

.list-fasad {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 30px;
}

.list-fasad h2 {
  font-size: 35px;
  text-shadow: 2px 2px 2px black;
}

.list-fasad h3 {
  font-size: 35px;
  color: #292929;
}

.list-fasad li {
  margin-bottom: 10px;
}

.list-fasad button {
  margin-top: 50px;
  display: inline-block;
  padding: 20px 40px;
  background: #72362B;
  border: 2px solid #847565;
  color: white;
  font-size: 32px;
  font-family: "MyriadProCondBold";
  outline: none;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) -4px -4px 6px, inset rgba(255, 255, 255, 0.3) 4px 4px 6px;
  box-shadow: inset rgba(0, 0, 0, 0.5) -4px -4px 6px, inset rgba(255, 255, 255, 0.3) 4px 4px 6px;
}

.list-fasad button:hover {
  background: #52251d;
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.3) -4px -4px 6px, inset rgba(0, 0, 0, 0.5) 4px 4px 6px;
  box-shadow: inset rgba(255, 255, 255, 0.3) -4px -4px 6px, inset rgba(0, 0, 0, 0.5) 4px 4px 6px;
}

#fasad-span {
  font-size: 45px;
  color: #72362b;
}

/* End of Change Facade Section styles */

/* Footer Styles */

footer {
  padding-top: 12px;
  background: #847565;
}

footer .footer_contacts {
  background: url("../img/footer_bg.jpg") 0 0 repeat;
  padding: 54px 0px 46px 0px;
}

footer .map_and_address {
  width: 64.63478717813978%;
  /* 1230 / 1903 */
  margin-left: 80px;
}

footer .map_and_address .map_wrapper {
  width: 730px;
}

footer .map_and_address .map_wrapper h3 {
  font-size: 45px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 17px;
}

footer .map_and_address .map {
  width: 730px;
  height: 470px;
  border: 9px solid #a67c52;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}

footer .map_and_address .address {
  width: 400px;
  padding-top: 150px;
}

footer .map_and_address .address .text {
  margin-bottom: 28px;
}

footer .map_and_address .address p {
  font-size: 35px;
}

footer .map_and_address .address a {
  display: block;
  font-size: 35px;
  color: white;
}

footer .map_and_address .address a span {
  font-size: 26px;
}

footer .order_call {
  width: 27.32527588018917%;
  /* 520 / 1903 */
  text-align: center;
  padding-top: 30px;
  margin-right: 65px;
}

footer .order_call h3 {
  font-size: 45px;
  line-height: 40px;
  text-transform: uppercase;
}

footer .order_call h4 {
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 37px;
}

footer .order_call form input {
  width: 91.34615384615385%;
  /* 475 / 520 */
  background-color: #d4c9bd;
  color: #383737;
  font-size: 28.3px;
  text-transform: uppercase;
  border: 9px solid #a67c52;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 14px 40px;
  margin-bottom: 23px;
  max-width: 475px;
}

footer .order_call form input:focus {
  outline: none;
}

footer .order_call form input:focus::-webkit-input-placeholder {
  color: transparent;
}

footer .order_call form input:focus::-moz-placeholder {
  color: transparent;
}

footer .order_call form input:focus:-moz-placeholder {
  color: transparent;
}

footer .order_call form input:focus:-ms-input-placeholder {
  color: transparent;
}

footer .order_call form input::-webkit-input-placeholder {
  color: #383737;
}

footer .order_call form input::-moz-placeholder {
  color: #383737;
}

footer .order_call form input:-moz-placeholder {
  color: #383737;
}

footer .order_call form input:-ms-input-placeholder {
  color: #383737;
}

footer .order_call form button {
  display: block;
  width: 99.03846153846154%;
  /* 515 / 520 */
  height: 120px;
  border: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url("../img/button_off.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: background 0.5s linear 0s;
  -o-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
  overflow: hidden;
  cursor: pointer;
}

footer .order_call form button:hover {
  background: url("../img/button_on.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

footer .footer_copyright {
  background: #7e756c;
  font-family: "MyriadProCondRegular";
  padding: 40px 0px;
}

footer .footer_copyright_content {
  width: 655px;
  margin-left: auto;
  margin-right: auto;
}

footer .footer_copyright p {
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  color: #2a2a2a;
}

footer .footer_copyright a {
  font-weight: bold;
  color: #2a2a2a;
}

footer .up {
  display: none;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #462018;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.5) -3px -3px 5px, inset rgba(255, 255, 255, 0.3) 3px 3px 5px;
  box-shadow: inset rgba(0, 0, 0, 0.5) -3px -3px 5px, inset rgba(255, 255, 255, 0.3) 3px 3px 5px;
  z-index: 100;
}

footer .up:active {
  -webkit-box-shadow: inset rgba(255, 255, 255, 0.3) -3px -3px 5px, inset rgba(0, 0, 0, 0.5) 3px 3px 5px;
  box-shadow: inset rgba(255, 255, 255, 0.3) -3px -3px 5px, inset rgba(0, 0, 0, 0.5) 3px 3px 5px;
}

footer .up i {
  font-size: 33px;
  position: absolute;
  top: 8px;
  left: 15px;
}

.ws_images {
  border: 5px solid #d4c9bd !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/* End of Footer Styles */

/* Pop Up Form Styles */

.pop_up_form .overlay,
.pop_up_form_calc .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
}

.pop_up_form .popup,
.pop_up_form_calc .popup {
  background: url("../img/footer_bg.jpg") 0 0 repeat;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 20px 15px;
  width: 420px;
  height: 376px;
  position: fixed;
  top: 50%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pop_up_form_calc .popup {
  height: 430px;
}

.pop_up_form .popup .close_window,
.pop_up_form_calc .popup .close_window {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  padding: 1px 9px 4px 9px;
  top: -15px;
  right: -15px;
  background: #835652;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #835652 0%, #6d413d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#835652), to(#6d413d));
  background: -o-linear-gradient(top, #835652 0%, #6d413d 100%);
  background: linear-gradient(to bottom, #835652 0%, #6d413d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835652', endColorstr='#6d413d',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 11px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 2px 11px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.pop_up_form .popup .close_window i,
.pop_up_form_calc .popup .close_window i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 5px;
}

.pop_up_form .popup .close_window:hover,
.pop_up_form_calc .popup .close_window:hover {
  background: #6d413d;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d413d 0%, #835652 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#6d413d), to(#835652));
  background: -o-linear-gradient(top, #6d413d 0%, #835652 100%);
  background: linear-gradient(to bottom, #6d413d 0%, #835652 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d413d', endColorstr='#835652',GradientType=0 );
  /* IE6-9 */
}

.pop_up_form .popup .close_window:active,
.pop_up_form_calc .popup .close_window:active {
  background: #6D413D;
}

.pop_up_form .order_free_call,
.pop_up_form_calc .order_free_call {
  text-align: center;
}

.pop_up_form .order_free_call h3,
.pop_up_form_calc .order_free_call h3 {
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.pop_up_form .order_free_call input,
.pop_up_form_calc .order_free_call input {
  width: 100%;
  background: #d4c9bd;
  color: #383737;
  font-size: 20px;
  text-transform: uppercase;
  border: 5px solid #a67c52;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.pop_up_form .order_free_call input:focus,
.pop_up_form_calc .order_free_call input:focus {
  outline: none;
}

.pop_up_form .order_free_call input:focus::-webkit-input-placeholder,
.pop_up_form_calc .order_free_call input:focus::-webkit-input-placeholder {
  color: transparent;
}

.pop_up_form .order_free_call input:focus::-moz-placeholder,
.pop_up_form_calc .order_free_call input:focus::-moz-placeholder {
  color: transparent;
}

.pop_up_form .order_free_call input:focus:-moz-placeholder,
.pop_up_form_calc .order_free_call input:focus:-moz-placeholder {
  color: transparent;
}

.pop_up_form .order_free_call input:focus:-ms-input-placeholder,
.pop_up_form_calc .order_free_call input:focus:-ms-input-placeholder {
  color: transparent;
}

.pop_up_form .order_free_call input::-webkit-input-placeholder,
.pop_up_form_calc .order_free_call input::-webkit-input-placeholder {
  color: #383737;
}

.pop_up_form .order_free_call input::-moz-placeholder,
.pop_up_form_calc .order_free_call input::-moz-placeholder {
  color: #383737;
}

.pop_up_form .order_free_call input:-moz-placeholder,
.pop_up_form_calc .order_free_call input:-moz-placeholder {
  color: #383737;
}

.pop_up_form .order_free_call input:-ms-input-placeholder,
.pop_up_form_calc .order_free_call input:-ms-input-placeholder {
  color: #383737;
}

.pop_up_form .order_free_call button {
  display: block;
  width: 350px;
  height: 90px;
  border: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: url("../img/button_off.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: background 0.5s linear 0s;
  -o-transition: background 0.5s linear 0s;
  transition: background 0.5s linear 0s;
  overflow: hidden;
  cursor: pointer;
}

.pop_up_form_calc .order_free_call button {
  display: block;
  width: 350px;
  cursor: pointer;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  background: #d4c9bd;
  color: #823326;
  font-size: 20px;
  text-transform: uppercase;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s linear 0s;
  -o-transition: 0.3s linear 0s;
  transition: 0.3s linear 0s;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0);
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0);
  border: 1px solid transparent;
}

.pop_up_form_calc .order_free_call button:hover {
  border: 1px solid white;
  -webkit-box-shadow: 0 0 4px 2px white;
  box-shadow: 0 0 4px 2px white;
}

.pop_up_form .order_free_call button:hover {
  background: url("../img/button_on.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}

/* End of Pop Up Form Styles */

/* Pop Up Form Images Styles */

.pop_up_image_form .overlay,
.pop_up_konstr_kuhni .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
}

.pop_up_image_form .popup {
  background: url("../img/footer_bg.jpg") 0 0 repeat;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 20px 15px;
  width: 505px;
  height: 620px;
  position: fixed;
  top: 50%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pop_up_konstr_kuhni .popup {
  background: url("../img/footer_bg.jpg") 0 0 repeat;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 20px 15px;
  width: 800px;
  height: 600px;
  position: fixed;
  top: 50%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pop_up_image_form .popup img,
.pop_up_konstr_kuhni .popup img {
  width: 100%;
  height: 100%;
}

.pop_up_image_form .popup .close_window,
.pop_up_konstr_kuhni .popup .close_window {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  padding: 1px 9px 4px 9px;
  top: -15px;
  right: -15px;
  background: #835652;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #835652 0%, #6d413d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#835652), to(#6d413d));
  background: -o-linear-gradient(top, #835652 0%, #6d413d 100%);
  background: linear-gradient(to bottom, #835652 0%, #6d413d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835652', endColorstr='#6d413d',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 11px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 2px 11px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.pop_up_image_form .popup .close_window i,
.pop_up_konstr_kuhni .popup .close_window i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 5px;
}

.pop_up_image_form .popup .close_window:hover,
.pop_up_konstr_kuhni .popup .close_window:hover {
  background: #6d413d;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d413d 0%, #835652 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#6d413d), to(#835652));
  background: -o-linear-gradient(top, #6d413d 0%, #835652 100%);
  background: linear-gradient(to bottom, #6d413d 0%, #835652 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d413d', endColorstr='#835652',GradientType=0 );
  /* IE6-9 */
}

.pop_up_image_form .popup .close_window:active,
.pop_up_konstr_kuhni .popup .close_window:active {
  background: #6D413D;
}

/* End of Pop Up Form Images Styles */

/* Pop Up Glass Images Styles */

.pop_up_image_glass .overlay,
.pop_up_image_facades .overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  -webkit-transition: opacity 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s;
  transition: opacity 0.5s linear 0s;
}

.pop_up_image_glass .popup,
.pop_up_image_facades .popup {
  background: url("../img/footer_bg.jpg") 0 0 repeat;
  display: inline-block;
  left: 50%;
  opacity: 0;
  padding: 20px 15px;
  width: 700px;
  height: 700px;
  position: fixed;
  top: 50%;
  visibility: hidden;
  z-index: 999999;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -o-transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  transition: opacity 0.5s linear 0s, top 0.5s linear 0s;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.pop_up_image_glass .popup .image_wrapper,
.pop_up_image_facades .popup .image_wrapper {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.image_wrapper h1 {
  text-align: center;
  font-size: 28px;
}

.image_wrapper h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.pop_up_image_glass .popup img,
.pop_up_image_facades .popup img {
  width: 100%;
  height: auto;
  border: 0px solid white;
}

.pop_up_image_glass .popup .close_window,
.pop_up_image_facades .popup .close_window {
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  padding: 1px 9px 4px 9px;
  top: -15px;
  right: -15px;
  background: #835652;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #835652 0%, #6d413d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#835652), to(#6d413d));
  background: -o-linear-gradient(top, #835652 0%, #6d413d 100%);
  background: linear-gradient(to bottom, #835652 0%, #6d413d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#835652', endColorstr='#6d413d',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 11px rgba(255, 255, 255, 0.5);
  box-shadow: 1px 2px 11px rgba(255, 255, 255, 0.5);
  cursor: pointer;
}

.pop_up_image_glass .popup .close_window i,
.pop_up_image_facades .popup .close_window i {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 2px;
  left: 5px;
}

.pop_up_image_glass .popup .close_window:hover,
.pop_up_image_facades .popup .close_window:hover {
  background: #6d413d;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6d413d 0%, #835652 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#6d413d), to(#835652));
  background: -o-linear-gradient(top, #6d413d 0%, #835652 100%);
  background: linear-gradient(to bottom, #6d413d 0%, #835652 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d413d', endColorstr='#835652',GradientType=0 );
  /* IE6-9 */
}

.pop_up_image_glass .popup .close_window:active,
.pop_up_image_facades .popup .close_window:active {
  background: #6D413D;
}

/* End of Pop Up Glass Images Styles */

/* End of Main Page styles */

.dogovor {
  font-size: 40px;
  line-height: 50px;
  color: white;
  text-transform: uppercase;
}

.dot {
  font-size: 30px;
  vertical-align: top;
  line-height: 14px;
}

.left-fasad {
  float: left;
  margin-left: 15%;
}

.right-fasad {
  float: right;
  margin-right: 15%;
  text-align: center;
  vertical-align: middle;
  margin-top: 40px;
  width: 180px;
  height: 180px;
  background: rgba(128, 87, 82, 0.85);
  border: 3px solid white;
}

.right-fasad a {
  vertical-align: middle !important;
  color: white;
}

/*new*/

header .bottom_header .triangle p.bh__title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 10px;
}

.profits_section .technic .photos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.profits_section .technic .photos .image_wrapper {
  margin: 15px 15px;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  height: auto;
}

.calc_link {
  cursor: pointer;
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  background: rgba(70, 32, 24) !important;
  -webkit-box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 7px 2px rgba(255, 255, 255, 0);
}

.calc_link:hover {
  -webkit-box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 5px 4px rgba(255, 255, 255, 0.7);
}

/*reviews*/

.review {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 120px;
  max-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 4px solid #d5c7be;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#363638+0,383838+51,48494b+100 */
  background: #363638;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #363638 0%, #383838 51%, #48494b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#363638), color-stop(51%, #383838), to(#48494b));
  background: -o-linear-gradient(top, #363638 0%, #383838 51%, #48494b 100%);
  background: linear-gradient(to bottom, #363638 0%, #383838 51%, #48494b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363638', endColorstr='#48494b',GradientType=0 );
  /* IE6-9 */
}

.review__image {
  width: 120px;
  height: 120px;
  position: relative;
}

.review__name {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.review__text {
  color: white;
  font-size: 14px;
  line-height: 20px;
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  text-align: center;
  padding: 0.5em;
  font-family: Century Gothic;
}

/*materials*/

.we_changed_worktops_section .header_wrapper {
  padding-top: 0px;
  margin-bottom: 0px;
}

.materials {
  margin: 40px -15px 30px;
}

.materials:before,
.materials:after {
  content: "";
  display: block;
  clear: both;
}

.materials__item {
  float: left;
  width: 25%;
  padding: 0 15px;
}

.materials__flag img {
  display: block;
  width: 100%;
  max-width: 239px;
  margin: 0 auto;
  height: auto;
}

.materials__title {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  margin: 15px 0;
}

.materials__title img {
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  vertical-align: middle;
}

.materials .material_slider_item {
  padding: 0 5px;
}

@media screen and (max-width: 1920px) {
  .main_container {
    width: 100%;
  }

  header .bottom_header .triangle .application .num {
    font-size: 120px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1845px) {
  header nav {
    width: 61.509989%;
  }

  header .bottom_header .triangle .application .num {
    font-size: 100px;
    padding-left: 30px;
    padding-top: 10px;
  }

  header .top_header .main_navigation {
    padding: 13px 0px 21px 0px;
  }

  header .top_header .phone {
    width: 15.882229%;
  }

  /*  header .bottom_header .triangle {
    padding: 49px 86px 394px 70px;
  }*/

  .new_life_section .new_life_side_block p {
    font-size: 40px;
  }

  .new_life_section .new_life_side_block p.string_3,
  .new_life_section .new_life_side_block p.string_4 {
    font-size: 30px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item,
  .work_scheme_section .work_scheme_wrapper .work_scheme_item_description {
    width: 235px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item_photo {
    width: 235px;
    height: 235px;
    margin-bottom: 15px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item p {
    font-size: 21px;
  }

  footer .map_and_address {
    margin-left: 40px;
  }

  footer .order_call {
    margin-right: 40px;
  }

  footer .map_and_address .address {
    width: 320px;
  }
}

@media screen and (max-width: 1700px) {
  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 148px;
  }

  header .bottom_header .triangle .application .num {
    font-size: 90px;
    padding-left: 20px;
    padding-top: 5px;
  }

  header .top_header {
    height: 60px;
  }

  header .top_header .logo {
    font-size: 30px;
    padding: 13px 0px;
  }

  header .top_header .main_navigation {
    padding: 17px 0px;
  }

  header .top_header .main_navigation li a {
    font-size: 20px;
  }

  header .top_header .main_navigation li.active a {
    font-size: 27px;
  }

  header .top_header .phone {
    font-size: 20px;
    padding: 4px 0px 16px 0px;
  }

  header .top_header .phone a {
    font-size: 20px;
  }

  header .bottom_header {
    margin-top: 58px;
  }

  /*  header .bottom_header .triangle {
    padding: 49px 86px 273px 35px;
  }*/

  header .bottom_header .triangle {
    width: 515px;
    padding: 30px 15px 30px 85px;
  }

  /*header .bottom_header .triangle p {
    font-size: 50px;
    line-height: 55px;
  }*/

  header .bottom_header .triangle .application {
    width: 190px;
  }

  header .bottom_header .triangle .application .num {
    height: 127px;
  }

  /*.bottom_header .rectangle p {
    font-size: 50px;
    line-height: 55px;
  }*/

  /*header .bottom_header .rectangle p.discount {
    font-size: 80px;
  }*/

  .proposal_buttons_section h2 {
    font-size: 46px;
  }

  .proposal_buttons_section .proposal_button {
    width: 200px;
    font-size: 12px;
    padding: 175px 20px 15px 20px;
  }

  .new_life_section h2 {
    font-size: 46px;
  }

  .new_life_section .new_life_side_block.left h3 {
    font-size: 27px;
  }

  .new_life_section .new_life_side_block.right h3 {
    font-size: 31px;
  }

  .new_life_section .buy_new,
  .new_life_section .change_old {
    padding: 30px 0px;
  }

  .new_life_section .new_life_side_block p {
    font-size: 37px;
  }

  .new_life_section .new_life_side_block p.string_3,
  .new_life_section .new_life_side_block p.string_4 {
    font-size: 27px;
  }

  .header_wrapper h2 {
    font-size: 46px;
  }

  .change_worktop_section h3 {
    font-size: 40px;
  }

  .change_worktop_section .price {
    padding: 39px 0px 250px 0px;
    height: 886px;
  }

  .change_worktop_section .advantages {
    height: 886px;
  }

  .change_worktop_section .price .worktop_item {
    width: 640px;
  }

  .change_worktop_section .price .worktop_item p {
    font-size: 34px;
  }

  .change_worktop_section .price .worktop_item:last-child p {
    font-size: 36px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_content {
    padding: 20px 104px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description p {
    font-size: 37px;
  }

  .work_scheme_section h2 {
    font-size: 46px;
  }

  .change_apron_section h3 {
    font-size: 40px;
  }

  .change_apron_section .advantages {
    height: 886px;
  }

  .change_apron_section .price {
    padding: 39px 0px 250px 0px;
    height: 886px;
  }

  .change_apron_section .price .apron_item {
    width: 625px;
  }

  .change_apron_section .price .apron_item p {
    font-size: 35px;
  }

  .change_apron_section .price .apron_item p span.size {
    font-size: 29px;
  }

  .change_apron_section .price .apron_item:last-child p {
    font-size: 40px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_content {
    padding: 20px 104px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_description p {
    font-size: 37px;
  }

  .our_worktops_section h2 {
    font-size: 46px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item,
  .our_worktops_section .our_worktops_wrapper .our_worktops_item_description {
    width: 250px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item_photo {
    width: 250px;
    height: 239px;
    margin-bottom: 15px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item p {
    font-size: 21px;
  }

  footer .map_and_address .map_wrapper {
    width: 67.1573137074517%;
    /* 730 / 1087 */
  }

  footer .map_and_address .map {
    width: 100%;
    border: 6px solid #a67c52;
  }

  footer .map_and_address .map_wrapper h3,
  footer .order_call h3 {
    font-size: 40px;
  }

  footer .map_and_address .address {
    width: 29.43882244710212%;
    /* 320 / 1087 */
  }

  footer .map_and_address .address p,
  footer .map_and_address .address a {
    font-size: 30px;
    line-height: 35px;
  }

  footer .map_and_address .address a span {
    font-size: 24px;
  }

  footer .order_call form input {
    font-size: 23px;
    border: 6px solid #a67c52;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1500px) {
  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 138px;
  }

  header .bottom_header .triangle .application .num {
    font-size: 80px;
    padding-left: 27px;
    padding-top: 10px;
  }

  header .bottom_header {
    padding-bottom: 510px;
  }

  .proposal_buttons_section h2 {
    font-size: 37px;
  }

  .proposal_buttons_section .proposal_button {
    width: 220px;
    font-size: 12px;
    padding: 155px 20px 15px 20px;
  }

  .new_life_section h2 {
    font-size: 37px;
  }

  .new_life_section .buy_new,
  .new_life_section .change_old {
    padding: 23px 0px;
  }

  .new_life_section .new_life_side_block p {
    font-size: 33px;
    line-height: 48px;
  }

  .new_life_section .new_life_side_block p.string_3,
  .new_life_section .new_life_side_block p.string_4 {
    font-size: 22px;
  }

  .new_life_section .change_old p {
    font-size: 15px !important;
  }

  .header_wrapper h2 {
    font-size: 37px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description p {
    font-size: 29px;
  }

  /*.we_changed_worktops_section .slick-slide img {
    width: 120px;
    height: 120px;
  }*/

  .worktop_images .worktop_item_img {
    width: 33.3333%;
  }

  .worktop_images .worktop_item_img:nth-child(7),
  .worktop_images .worktop_item_img:nth-child(8) {
    display: none;
  }

  .work_scheme_section {
    padding: 65px 0px 25px 0px;
  }

  .work_scheme_section h2 {
    font-size: 37px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 330px;
    -ms-flex: 3 1 330px;
    flex: 3 1 330px;
    margin-bottom: 40px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_description p {
    font-size: 29px;
  }

  .our_worktops_section h2 {
    font-size: 37px;
  }

  .apron_images .apron_item_img {
    width: 33.3333%;
  }

  .apron_images .apron_item_img:last-child {
    display: none;
  }

  .list-fasad h2 {
    font-size: 30px;
  }

  .list-fasad h3 {
    font-size: 30px;
  }

  .list-fasad button {
    font-size: 27px;
  }

  .profits_section h3 {
    font-size: 33px;
  }

  .profits_section .profits_list li {
    font-size: 28px;
  }

  .profits_section .technic h3 span {
    width: 155px;
    height: 45px;
  }

  footer .footer_copyright {
    padding: 20px 0px;
  }

  footer .footer_copyright p {
    font-size: 24px;
  }
}

@media (max-width: 1400px) {
  header .bottom_header .triangle p.bh__title {
    font-size: 22px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 118px;
  }

  header .bottom_header .triangle .application .num {
    font-size: 70px;
    padding-left: 20px;
    padding-top: 8px;
  }

  .new_life_section .change_old p {
    font-size: 13px !important;
  }

  header .top_header .logo {
    font-size: 27px;
    padding: 15px 0px;
  }

  header .top_header .main_navigation {
    padding: 19px 0px;
  }

  header .top_header .main_navigation li a {
    font-size: 17px;
  }

  header .top_header .main_navigation li.active a {
    font-size: 22px;
  }

  header .top_header .phone {
    padding: 4px 0px;
  }

  header .top_header .phone a {
    font-size: 19px;
  }

  /*  header .bottom_header .triangle {
    padding: 35px 86px 255px 35px;
  }*/

  header .bottom_header .triangle {
    width: 450px;
  }

  /*header .bottom_header .triangle p {
    font-size: 40px;
    line-height: 45px;
  }*/

  header .bottom_header .triangle .application {
    width: 160px;
  }

  header .bottom_header .triangle .application .num {
    height: 107px;
  }

  header .bottom_header .rectangle {
    width: 655px;
    padding: 45px 80px 35px 40px;
  }

  header .bottom_header .rectangle p {
    font-size: 22px;
    line-height: 30px;
  }

  /*header .bottom_header .rectangle p.discount {
    font-size: 65px;
  }*/

  header .bottom_header .rectangle form input {
    width: 46%;
  }

  header .bottom_header .rectangle form input:last-of-type {
    margin-right: 0;
  }

  header .bottom_header .rectangle form button {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .proposal_buttons_section .proposal_button {
    width: 200px;
    padding: 135px 20px 15px 20px;
  }

  .new_life_section .new_life_side_block p:after,
  .new_life_section .new_life_side_block p.string_3:after {
    font-size: 17px;
    left: 10px;
    bottom: -25px;
  }

  .new_life_section .new_life_side_block p.string_3:after {
    left: 0px;
  }

  .new_life_section .new_life_side_block p {
    font-size: 31px;
    margin-bottom: 10px;
  }

  .new_life_section .new_life_side_block p.string_3 {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .change_worktop_section h3 {
    font-size: 33px;
  }

  .change_worktop_section .price {
    height: 812px;
  }

  .change_worktop_section .price .worktop_item {
    width: 480px;
  }

  .change_worktop_section .price .worktop_item p {
    font-size: 24px;
  }

  .change_worktop_section .price .worktop_item:last-child p {
    font-size: 27px;
  }

  .change_worktop_section .square_wrapper {
    width: 380px;
    height: 394px;
  }

  .change_worktop_section .square {
    width: 380px;
    height: 387px;
  }

  .change_worktop_section .square .square_block {
    height: 190px;
  }

  .change_worktop_section .square .square_block p {
    font-size: 23px;
    line-height: 23px;
    width: 168px;
  }

  .change_worktop_section .advantages .form p {
    left: 13px;
  }

  .change_worktop_section .advantages .variant p {
    left: 18px;
    top: 68px;
  }

  .change_worktop_section .advantages .time p {
    left: 9px;
    top: 63px;
  }

  .change_worktop_section .square .square_block p span {
    font-size: 32px;
  }

  .change_worktop_section .advantages {
    height: 812px;
  }

  .change_worktop_section .advantages .order .order_link {
    font-size: 23px;
    line-height: 23px;
    width: 440px;
  }

  .fancybox-title-float-wrap {
    margin-bottom: 25px;
  }

  .fancybox-title-float-wrap .child {
    font-size: 28px;
    line-height: 40px;
  }

  .change_apron_section h3 {
    font-size: 33px;
  }

  .change_apron_section .square_wrapper {
    width: 380px;
    height: 394px;
  }

  .change_apron_section .square {
    width: 380px;
    height: 387px;
  }

  .change_apron_section .square .square_block {
    height: 190px;
  }

  .change_apron_section .square .square_block p {
    font-size: 23px;
    line-height: 23px;
    width: 200px;
  }

  .change_apron_section .square .square_block p span {
    font-size: 32px;
  }

  .change_apron_section .advantages {
    height: 812px;
  }

  .change_apron_section .advantages .order .order_link {
    font-size: 23px;
    line-height: 23px;
    width: 440px;
  }

  .change_apron_section .price {
    height: 812px;
  }

  .change_apron_section .price .apron_item {
    width: 475px;
  }

  .change_apron_section .price .apron_item p {
    font-size: 27px;
  }

  .change_apron_section .price .apron_item p span.size {
    font-size: 24px;
  }

  .change_apron_section .price .apron_item:last-child p {
    font-size: 30px;
  }

  .our_worktops_section {
    padding: 65px 0px 25px 0px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 405px;
    -ms-flex: 3 1 405px;
    flex: 3 1 405px;
    margin-bottom: 40px;
  }

  footer .map_and_address .map_wrapper {
    width: 100%;
    float: none;
  }

  footer .map_and_address .map {
    height: 410px;
  }

  footer .map_and_address .address {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }

  footer .map_and_address .address .text,
  footer .map_and_address .address .links {
    display: inline-block;
  }

  footer .map_and_address .address .text {
    margin-bottom: 0;
    margin-right: 5%;
  }

  footer .order_call {
    padding-top: 60px;
    margin-right: 25px;
  }

  footer .order_call form button {
    height: 100px;
    margin-top: 60px;
  }

  .pop_up_form .popup {
    width: 325px;
    height: 310px;
  }

  .pop_up_form .order_free_call h3 {
    font-size: 25px;
    line-height: 25px;
  }

  .pop_up_form .order_free_call input {
    font-size: 15px;
    border: 4px solid #a67c52;
    padding: 8px 15px;
    margin-bottom: 15px;
  }

  .pop_up_form .order_free_call button {
    width: 280px;
    height: 70px;
  }
}

@media screen and (max-width: 1220px) {
  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 108px;
  }

  header .bottom_header .triangle .application .num {
    font-size: 60px;
    padding-left: 19px;
    padding-top: 8px;
  }

  header .top_header {
    height: 43px;
  }

  header .top_header .logo {
    font-size: 23px;
    padding: 8px 0px;
  }

  header nav {
    width: 64.509989%;
  }

  header .top_header .main_navigation {
    padding: 12px 0px;
  }

  header .top_header .main_navigation li a {
    font-size: 14.5px;
  }

  header .top_header .main_navigation li.active a {
    font-size: 19px;
  }

  header .top_header .phone {
    padding: 2px 0px 13px 0px;
    width: 12.882229%;
  }

  header .top_header .phone a {
    font-size: 15px;
  }

  header .bottom_header {
    margin-top: 42px;
    padding-bottom: 410px;
  }

  /*  header .bottom_header .triangle {
    padding: 30px 85px 255px 30px;
  }*/

  header .bottom_header .triangle {
    width: 360px;
    padding: 30px 15px 30px 60px;
  }

  header .bottom_header .triangle p {
    font-size: 35px;
    line-height: 40px;
  }

  header .bottom_header .triangle .application {
    width: 143px;
  }

  header .bottom_header .triangle .application .num {
    height: 96px;
  }

  header .bottom_header .rectangle {
    width: 575px;
    padding: 35px 60px 25px 35px;
  }

  header .bottom_header .rectangle p {
    font-size: 20px;
    line-height: 28px;
  }

  header .bottom_header .rectangle p.discount {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
  }

  .proposal_buttons_section h2 {
    font-size: 30px;
    margin-bottom: 42px;
  }

  .proposal_buttons_section .main_container {
    padding: 0px 45px;
  }

  .proposal_buttons_section .proposal_button {
    width: 228px;
    padding: 125px 20px 15px 20px;
  }

  .new_life_section {
    padding: 49px 0px 40px 0px;
  }

  .new_life_section h2 {
    font-size: 30px;
    margin-bottom: 42px;
  }

  .new_life_section .new_life_side_block:nth-of-type(1) {
    margin-left: 13px;
  }

  .new_life_section .new_life_side_block.left h3 {
    font-size: 23px;
  }

  .new_life_section .new_life_side_block.right h3 {
    font-size: 26px;
  }

  .new_life_section .new_life_side_block p {
    margin-left: -15px;
  }

  .header_wrapper {
    padding: 8px 0px;
  }

  .header_wrapper h2 {
    padding: 13px 0px;
  }

  .change_worktop_section {
    padding-bottom: 8px;
  }

  .change_worktop_section .price {
    padding: 31px 0px 98px 0px;
    height: 645px;
  }

  .change_worktop_section .price h3 {
    margin-bottom: 30px;
  }

  .change_worktop_section .price .worktop_item {
    margin-bottom: 36px;
  }

  .change_worktop_section .advantages {
    padding: 35px 0px 144px 0px;
    height: 645px;
  }

  .change_worktop_section .square_wrapper {
    width: 280px;
    height: 280px;
    margin-top: 81px;
  }

  .change_worktop_section .square {
    width: 280px;
    height: 280px;
  }

  .change_worktop_section .square .square_block {
    height: 137px;
  }

  .change_worktop_section .square .square_block p {
    font-size: 18px;
    line-height: 18px;
  }

  .change_worktop_section .advantages .form p {
    left: -12px;
    top: 49px;
  }

  .change_worktop_section .advantages .variant p {
    left: -12px;
    top: 49px;
  }

  .change_worktop_section .advantages .time p {
    left: -17px;
    top: 44px;
  }

  .change_worktop_section .square .square_block p span {
    font-size: 27px;
  }

  .change_worktop_section .advantages .order .order_link {
    font-size: 18px;
    line-height: 18px;
    width: 350px;
    padding: 85px;
    top: -45px;
    left: -100px;
  }

  .we_changed_worktops_section .header_wrapper {
    margin-bottom: 18px;
  }

  .we_changed_worktops_section .main_container {
    padding: 0px 50px;
  }

  .we_changed_worktops_section .material_slider_wrapper {
    margin-top: 21px;
    padding: 25px 0px 25px 0px;
  }

  .work_scheme_section .work_scheme_wrapper {
    padding: 0px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 301px;
    -ms-flex: 3 1 301px;
    flex: 3 1 301px;
  }

  .change_apron_section {
    padding-bottom: 8px;
  }

  .change_apron_section .advantages {
    padding: 35px 0px 144px 0px;
    height: 645px;
  }

  .change_apron_section .square_wrapper {
    width: 280px;
    height: 280px;
    margin-top: 81px;
  }

  .change_apron_section .square {
    width: 280px;
    height: 280px;
  }

  .change_apron_section .square .square_block {
    height: 137px;
  }

  .change_apron_section .square .square_block p {
    font-size: 18px;
    line-height: 18px;
    width: 165px;
  }

  .change_apron_section .advantages .form p {
    left: -18px;
    top: 50px;
  }

  .change_apron_section .advantages .time p {
    left: -12px;
    top: 40px;
  }

  .change_apron_section .advantages .variant p {
    left: -10px;
    top: 52px;
  }

  .change_apron_section .square .square_block p span {
    font-size: 27px;
  }

  .change_apron_section .advantages .order .order_link {
    font-size: 18px;
    line-height: 18px;
    width: 350px;
    padding: 85px;
    top: -45px;
    left: -100px;
  }

  .change_apron_section .price {
    padding: 31px 0px 98px 0px;
    height: 645px;
  }

  .change_apron_section .price h3 {
    margin-bottom: 30px;
  }

  .change_apron_section .price .apron_item {
    margin-bottom: 36px;
  }

  .we_changed_aprons_section .header_wrapper {
    margin-bottom: 18px;
  }

  .we_changed_aprons_section .main_container {
    padding: 0px 50px;
  }

  .our_worktops_section .our_worktops_wrapper {
    padding: 0px;
  }

  .profits_section .profit_photo_wrapper {
    width: 100%;
    padding: 0px 20px;
  }

  .change_facade_section .header_wrapper {
    margin-bottom: 18px;
  }

  footer {
    padding-top: 8px;
  }

  footer .map_and_address .address p,
  footer .map_and_address .address a {
    font-size: 23px;
    line-height: 25px;
  }

  footer .map_and_address .map_wrapper h3,
  footer .order_call h3 {
    font-size: 33px;
  }

  footer .order_call h4 {
    font-size: 27px;
    line-height: 25px;
  }

  footer .order_call form input {
    font-size: 18px;
  }

  footer .order_call form button {
    height: 80px;
    margin-top: 0px;
  }

  footer .up {
    width: 40px;
    height: 40px;
  }

  footer .up i {
    font-size: 30px;
    top: 4px;
    left: 10px;
  }

  .pop_up_image_form .popup {
    width: 404px;
    height: 496px;
  }

  .pop_up_konstr_kuhni .popup {
    width: 600px;
    height: 450px;
  }

  .pop_up_image_glass .popup,
  .pop_up_image_facades .popup {
    width: 500px;
    height: 500px;
  }

  .pop_up_image_glass .popup .image_wrapper h1,
  .pop_up_image_facades .popup .image_wrapper h1 {
    font-size: 25px;
  }

  .pop_up_image_glass .popup .image_wrapper .image_wrapper h2,
  .pop_up_image_facades .popup .image_wrapper .image_wrapper h2 {
    font-size: 18px;
  }

  header .bottom_header .triangle p.bh__title {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width: 1100px) {
  .profits_section .technic .photos {
    width: -webkit-calc(800px + 30px);
    width: calc(800px + 30px);
    margin: 0 -15px;
  }

  .profits_section .technic .photos .image_wrapper {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media screen and (max-width: 1100px) {
  header .bottom_header .triangle .application .num {
    font-size: 65px;
    padding-left: 15px;
    padding-top: 5px;
  }

  .new_life_section .change_old p {
    font-size: 18px !important;
  }

  header .top_header .phone {
    padding: 4px 0px 13px 0px;
  }

  header .top_header .phone a {
    font-size: 13px;
  }

  .proposal_buttons_section .proposal_button {
    width: 160px;
    font-size: 13px;
    padding: 115px 0px 15px 0px;
  }

  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 98px;
  }

  .new_life_section .main_container {
    padding: 0px 45px;
  }

  .new_life_section .new_life_center_block {
    display: none;
  }

  .new_life_section .new_life_side_block {
    width: 45%;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_content {
    padding: 10px 50px;
    bottom: 15px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description p {
    font-size: 21px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_content {
    padding: 10px 50px;
    bottom: 15px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_description p {
    font-size: 21px;
  }

  .profits_section .profits_list {
    width: 100%;
  }

  .profits_section .profit_photo_wrapper .photos {
    float: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 990px) {
  header .bottom_header .triangle .application .num {
    font-size: 40px;
    padding-left: 11px;
    padding-top: 0px;
  }

  .new_life_section .change_old p {
    font-size: 13px !important;
    padding-left: 10px;
  }

  header nav {
    width: 60.509989%;
  }

  header .top_header .main_navigation {
    display: none;
  }

  header .top_header .main_navigation_moblie_wrapper {
    display: block;
  }

  header .top_header .phone {
    width: 16.882229%;
  }

  header .bottom_header {
    padding-bottom: 350px;
  }

  /*  header .bottom_header .triangle {
    padding: 15px 45px 160px 25px;
  }*/

  header .bottom_header .triangle {
    width: 300px;
    padding: 20px 15px 20px 45px;
  }

  header .bottom_header .triangle p {
    font-size: 30px;
    line-height: 35px;
  }

  header .bottom_header .triangle .application {
    width: 95px;
  }

  header .bottom_header .triangle .application .num {
    height: 57px;
  }

  header .bottom_header .rectangle {
    width: 500px;
    padding: 25px 50px 15px 25px;
  }

  header .bottom_header .rectangle p {
    font-size: 17px;
    line-height: 26px;
  }

  header .bottom_header .rectangle p.discount {
    font-size: 30px;
    line-height: 35px;
  }

  header .bottom_header .rectangle form h3 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 4px;
  }

  header .bottom_header .rectangle form input {
    font-size: 12px;
    padding: 8px 13px;
  }

  header .bottom_header .rectangle form button {
    width: 190px;
    height: 45px;
  }

  .proposal_buttons_section .main_container {
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .change_worktop_section .price {
    padding: 20px 0px 126px 0px;
    height: 540px;
  }

  .change_worktop_section .price h3 {
    margin-bottom: 30px;
  }

  .change_worktop_section .price .worktop_item {
    width: 380px;
    margin-bottom: 25px;
  }

  .change_worktop_section .price .worktop_item p {
    font-size: 19px;
  }

  .change_worktop_section .price .worktop_item:last-child p {
    font-size: 21px;
  }

  .change_worktop_section .advantages {
    padding: 20px 0px 130px 0px;
    height: 540px;
  }

  .change_worktop_section .square_wrapper {
    margin-top: 70px;
  }

  .we_changed_worktops_section .main_container {
    padding: 0px 20px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 245px;
    -ms-flex: 3 1 245px;
    flex: 3 1 245px;
  }

  .change_apron_section .advantages {
    padding: 20px 0px 130px 0px;
    height: 540px;
  }

  .change_apron_section .square_wrapper {
    margin-top: 70px;
  }

  .change_apron_section .price {
    padding: 20px 0px 126px 0px;
    height: 540px;
  }

  .change_apron_section .price h3 {
    margin-bottom: 20px;
  }

  .change_apron_section .price .apron_item {
    width: 360px;
    margin-bottom: 25px;
  }

  .change_apron_section .price .apron_item p {
    font-size: 19px;
  }

  .change_apron_section .price .apron_item p span.size {
    font-size: 15px;
  }

  .change_apron_section .price .apron_item:last-child p {
    font-size: 22px;
  }

  .we_changed_aprons_section .main_container {
    padding: 0px 20px;
  }

  footer .map_and_address {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    float: none;
  }

  footer .order_call {
    width: 350px;
    padding-top: 0px;
    margin-right: auto;
    float: none;
    margin-left: auto;
    margin-top: 50px;
  }

  header .bottom_header .triangle p.bh__title {
    font-size: 17px;
    line-height: 26px;
  }
}

@media screen and (max-width: 880px) {
  header .top_header .logo {
    width: 27.607781%;
  }

  header nav {
    width: 52.509989%;
  }

  header .main_navigation_moblie {
    left: 27.5%;
  }

  header .top_header .phone {
    width: 19.882229%;
  }

  header .bottom_header {
    padding-bottom: 285px;
  }

  .change_worktop_section .main_container {
    background: url(../img/change_worktop_bg.png) 73% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .header_wrapper h2 {
    font-size: 30px;
  }

  .change_worktop_section .price {
    padding: 10px 20px 15px 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none;
  }

  .change_worktop_section .advantages {
    padding: 20px 20px 130px 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none;
  }

  .work_scheme_section h2 {
    font-size: 30px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 217px;
    -ms-flex: 3 1 217px;
    flex: 3 1 217px;
    width: 200px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item_photo {
    width: 200px;
    height: 200px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item_description {
    width: 200px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item p {
    font-size: 16px;
  }

  .change_apron_section .main_container {
    background: url(../img/change_apron_bg.png) 73% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
  }

  .change_apron_section .advantages {
    padding: 20px 20px 130px 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none;
  }

  .change_apron_section .price {
    padding: 10px 20px 15px 20px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background: none;
  }

  .our_worktops_section h2 {
    font-size: 30px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 290px;
    -ms-flex: 3 1 290px;
    flex: 3 1 290px;
    width: 200px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item_photo {
    width: 200px;
    height: 191px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item_description {
    width: 200px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item p {
    font-size: 16px;
  }

  .list-fasad h2 {
    font-size: 24px;
  }

  .list-fasad h3 {
    font-size: 24px;
  }

  .list-fasad button {
    font-size: 22px;
    padding: 20px;
  }

  .profits_section h3 {
    font-size: 26px;
    margin-bottom: 45px;
  }

  .profits_section .profits_list li {
    font-size: 25px;
    margin-bottom: 25px;
    padding-left: 45px;
  }

  .profits_section .profits_list li:before {
    width: 30px;
    height: 30px;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    top: -3px;
  }

  .profits_section .profit_photo_wrapper .photos {
    width: 100%;
  }

  .profits_section .technic h3 span {
    width: 120px;
    height: 35px;
    top: 6px;
  }

  .change_facade_section .main_container {
    padding: 0px 25px;
  }

  .profits_section .technic .photos {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .profits_section .technic .photos .image_wrapper {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  .materials {
    margin: 0;
  }

  .materials__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }

  .materials__item:last-child {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 750px) {
  header .bottom_header .triangle .application .num {
    font-size: 26px;
    padding-left: 10px;
    padding-top: 2px;
  }

  header .top_header .logo {
    width: 31.607781%;
  }

  header nav {
    width: 48.509989%;
  }

  header .main_navigation_moblie {
    left: 31.5%;
  }

  header .bottom_header {
    padding-bottom: 300px;
  }

  header .bottom_header .triangle {
    width: 250px;
    padding: 15px 15px 15px 35px;
  }

  header .bottom_header .triangle p {
    font-size: 25px;
    line-height: 28px;
  }

  header .bottom_header .triangle .application {
    width: 70px;
  }

  header .bottom_header .triangle .application .num {
    height: 42px;
  }

  header .bottom_header .rectangle {
    width: 400px;
    padding: 15px 45px 10px 20px;
  }

  header .bottom_header .rectangle p {
    font-size: 15px;
    line-height: 24px;
  }

  header .bottom_header .rectangle p.discount {
    font-size: 25px;
    line-height: 28px;
  }

  header .bottom_header .rectangle form input {
    width: 48%;
    margin-right: 5px;
  }

  .proposal_buttons_section h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }

  .proposal_buttons_section .main_container {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 0px 25px;
  }

  .proposal_buttons_section .proposal_button {
    width: 250px;
    padding: 135px 20px 15px 20px;
    font-size: 14px;
    margin-bottom: 30px;
  }

  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 115px;
    height: 175px;
  }

  .proposal_buttons_section .proposal_button:last-child {
    margin-bottom: 0px;
  }

  .new_life_section h2 {
    font-size: 27px;
    margin-bottom: 25px;
  }

  .new_life_section .new_life_side_block h3 {
    font-size: 17px;
  }

  .new_life_section .new_life_side_block p {
    font-size: 25px;
  }

  .new_life_section .new_life_side_block p.string_3,
  .new_life_section .new_life_side_block p.string_4 {
    font-size: 16px;
  }

  .header_wrapper h2 {
    font-size: 27px;
  }

  .change_worktop_section h3 {
    font-size: 28px;
  }

  .fancybox-title-float-wrap .child {
    font-size: 24px;
    line-height: 34px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_content {
    padding: 10px 15px;
    bottom: 10px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_photo {
    display: none;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description {
    width: 100%;
    padding-top: 0px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description p {
    font-size: 17px;
  }

  .worktop_images .worktop_item_img {
    width: 50%;
  }

  .worktop_images .worktop_item_img:nth-child(7),
  .worktop_images .worktop_item_img:nth-child(8) {
    display: block;
  }

  .work_scheme_section h2 {
    font-size: 27px;
  }

  .work_scheme_section .work_scheme_wrapper .work_scheme_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 250px;
    -ms-flex: 3 1 250px;
    flex: 3 1 250px;
  }

  .change_apron_section h3 {
    font-size: 28px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_content {
    padding: 10px 15px;
    bottom: 10px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_photo {
    display: none;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_description {
    width: 100%;
    padding-top: 0px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_description p {
    font-size: 17px;
  }

  .apron_images .apron_item_img {
    width: 50%;
  }

  .apron_images .apron_item_img:last-child {
    display: block;
  }

  .list-fasad h2 {
    font-size: 20px;
  }

  .list-fasad h3 {
    font-size: 20px;
  }

  .profits_section h3 {
    font-size: 23px;
  }

  .profits_section .profits_list {
    margin-bottom: 40px;
  }

  .profits_section .profits_list li {
    font-size: 20px;
    margin-bottom: 22px;
  }

  .profits_section .profits_list li:before {
    top: -8px;
  }

  .profits_section .profit_photo_wrapper .photos .image_wrapper {
    height: 215px;
  }

  .profits_section .technic {
    margin-top: 20px;
  }

  .profits_section .technic h3 span {
    width: 100px;
    height: 30px;
    margin-left: 8px;
  }

  .profits_section .technic .photos .image_wrapper {
    height: 300px;
  }

  footer .map_and_address .address p,
  footer .map_and_address .address a {
    font-size: 19px;
    line-height: 19px;
  }

  footer .map_and_address .address a span {
    font-size: 18px;
  }

  footer .footer_copyright {
    padding: 10px 0px;
  }

  footer .footer_copyright_content {
    width: 400px;
  }

  footer .footer_copyright p {
    font-size: 18px;
  }

  .pop_up_form .popup {
    width: 250px;
    height: 260px;
    padding: 15px 9px;
  }

  .pop_up_form_calc .popup {
    width: 250px;
    height: 340px;
    padding: 15px 9px;
  }

  .pop_up_form .order_free_call h3,
  .pop_up_form_calc .order_free_call h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .pop_up_form .order_free_call input,
  .pop_up_form_calc .order_free_call input {
    font-size: 13px;
    border: 3px solid #a67c52;
    margin-bottom: 10px;
  }

  .pop_up_form .order_free_call button {
    width: 220px;
    height: 60px;
  }

  .pop_up_form_calc .order_free_call button {
    width: 220px;
  }

  .pop_up_image_form .popup {
    width: 283px;
    height: 347px;
  }

  .pop_up_konstr_kuhni .popup {
    width: 360px;
    height: 270px;
  }

  .pop_up_image_glass .popup,
  .pop_up_image_facades .popup {
    width: 350px;
    height: 350px;
  }

  header .bottom_header .triangle p.bh__title {
    font-size: 15px;
    line-height: 24px;
  }

  .profits_section .technic .photos .image_wrapper {
    height: auto;
  }
}

@media (max-width: 640px) {
  header .bottom_header .triangle p.bh__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
  }

  .review__image {
    width: 80px;
    height: 80px;
  }

  .review__text {
    font-size: 12px;
    line-height: 16px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 640px) {
  header .top_header .logo {
    width: 33.607781%;
  }

  header nav {
    width: 43.509989%;
  }

  header .main_navigation_moblie {
    left: 33.5%;
  }

  header .top_header .phone {
    width: 22.882229%;
  }

  header .bottom_header {
    padding-bottom: 240px;
  }

  header .bottom_header .triangle {
    width: 230px;
  }

  header .bottom_header .triangle p {
    font-size: 20px;
    line-height: 24px;
  }

  header .bottom_header .rectangle {
    width: 300px;
    padding: 15px 30px 10px 15px;
  }

  header .bottom_header .rectangle p {
    font-size: 14px;
    line-height: 18px;
  }

  header .bottom_header .rectangle p.discount {
    font-size: 20px;
    line-height: 24px;
  }

  header .bottom_header .rectangle form h3 {
    font-size: 16px;
  }

  header .bottom_header .rectangle form input,
  header .bottom_header .rectangle form input:last-of-type {
    margin-right: 0;
    display: block;
    width: 190px;
    margin-left: auto;
    margin-right: auto;
  }

  .proposal_buttons_section .proposal_button {
    width: 300px;
    font-size: 18px;
    padding: 160px 26px 15px 26px;
    margin-bottom: 30px;
  }

  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 135px;
    height: 200px;
  }

  .new_life_section .new_life_side_block {
    width: 250px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  .new_life_section .new_life_side_block:nth-of-type(1) {
    margin-left: auto;
    margin-bottom: 20px;
  }

  .we_changed_worktops_section .main_container {
    padding: 0px 15px;
  }

  .we_changed_worktops_section .material_slider_wrapper .prev,
  .we_changed_worktops_section .material_slider_wrapper .next {
    width: 50px;
  }

  .we_changed_worktops_section .material_slider_wrapper .prev i,
  .we_changed_worktops_section .material_slider_wrapper .next i {
    position: absolute;
    top: 7px;
    left: 10px;
    font-size: 80px;
  }

  .we_changed_worktops_section .material_slider_wrapper .material_slider {
    padding: 0px 50px;
  }

  .fancybox-title-float-wrap .child {
    font-size: 19px;
    line-height: 25px;
  }

  .we_changed_aprons_section .main_container {
    padding: 0px 5px;
  }

  .our_worktops_section .our_worktops_wrapper .our_worktops_item {
    -webkit-box-flex: 3;
    -webkit-flex: 3 1 250px;
    -ms-flex: 3 1 250px;
    flex: 3 1 250px;
  }

  .profits_section .profits_list {
    text-align: justify;
  }

  footer .up {
    right: 30px;
    bottom: 30px;
  }

  .dogovor {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  header .top_header .logo {
    width: 39.607781%;
  }

  header nav {
    width: 32.509989%;
  }

  header .main_navigation_moblie {
    left: 39.5%;
    width: 250px;
  }

  header .top_header .phone {
    width: 27.882229%;
  }

  header .bottom_header {
    padding-bottom: 200px;
  }

  header .bottom_header .triangle {
    width: 170px;
    padding: 10px 15px 10px 25px;
  }

  header .bottom_header .triangle p {
    font-size: 15px;
    line-height: 20px;
  }

  header .bottom_header .rectangle {
    width: 260px;
    padding: 15px 22px 10px 15px;
  }

  header .bottom_header .rectangle p {
    font-size: 12px;
    line-height: 16px;
  }

  header .bottom_header .rectangle p.discount {
    font-size: 15px;
    line-height: 20px;
  }

  header .bottom_header .rectangle form h3 {
    font-size: 14px;
  }

  .change_facade_section .main_container {
    padding: 0px 5px 0px 10px;
  }

  #wowslider-container3 .ws_thumbs {
    display: none;
  }

  #wowslider-container3 .ws_images {
    margin-right: 0em !important;
  }

  .profits_section .profit_photo_wrapper .photos .image_wrapper {
    height: 165px;
  }

  .profits_section .technic .photos .image_wrapper {
    height: 235px;
  }

  footer .map_and_address .map_wrapper h3,
  footer .order_call h3 {
    font-size: 30px;
  }

  footer .order_call h4 {
    font-size: 23px;
    line-height: 19px;
  }

  footer .map_and_address .address .text,
  footer .map_and_address .address .links {
    display: block;
    margin-bottom: 10px;
  }

  footer .order_call {
    width: 300px;
  }

  footer .order_call form input {
    font-size: 14px;
  }

  footer .order_call form button {
    height: 65px;
  }

  footer .footer_copyright {
    padding: 5px 0px;
  }

  footer .footer_copyright_content {
    width: 100%;
    padding: 0px 8px;
  }

  footer .footer_copyright p {
    font-size: 13px;
  }

  header .bottom_header .triangle p.bh__title {
    font-size: 12px;
    line-height: 16px;
  }

  .profits_section .technic .photos .image_wrapper {
    height: auto;
  }
}

@media screen and (max-width: 490px) {
  header .top_header .logo {
    width: 44.9375%;
  }

  header nav {
    width: 18.125%;
  }

  header .top_header .main_navigation_moblie_wrapper .toggle_wrapper {
    width: 100%;
    border-left: 1px solid white;
  }

  header .top_header .main_navigation_moblie_wrapper .toggle_line {
    margin-left: auto;
    margin-right: auto;
  }

  header .main_navigation_moblie {
    left: 0;
  }

  header .top_header .phone {
    width: 36.9375%;
  }

  header .bottom_header {
    background: url(../img/header_bg.jpg) 0 center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 300px;
  }

  header .bottom_header .triangle p {
    font-size: 15px;
    line-height: 18px;
  }

  header .bottom_header .rectangle p.discount {
    font-size: 15px;
    line-height: 18px;
  }

  header .bottom_header .rectangle p {
    font-size: 12px;
    line-height: 16px;
  }

  .proposal_buttons_section .proposal_button {
    width: 215px;
    font-size: 13px;
    padding: 115px 0px 15px 0px;
  }

  .proposal_buttons_section .proposal_button:last-child {
    padding-top: 100px;
    height: 150px;
  }

  .change_worktop_section .price .worktop_item {
    width: 260px;
  }

  .change_worktop_section .price .worktop_item p {
    font-size: 17px;
  }

  .change_worktop_section .square_wrapper {
    width: 210px;
    height: 210px;
  }

  .change_worktop_section .square {
    width: 210px;
    height: 210px;
  }

  .change_worktop_section .square .square_block {
    height: 103px;
  }

  .change_worktop_section .square .square_block p {
    width: 130px;
    font-size: 14px;
    line-height: 14px;
    left: -10px;
    top: 33px;
  }

  .change_worktop_section .advantages .time p {
    left: -15px;
    top: 33px;
  }

  .change_worktop_section .square .square_block p span {
    font-size: 20px;
  }

  .change_worktop_section .advantages .order .order_link {
    width: 250px;
    font-size: 14px;
    line-height: 14px;
    padding: 65px;
    top: -35px;
    left: -70px;
  }

  .fancybox-title-float-wrap {
    margin-bottom: 15px;
  }

  .fancybox-title-float-wrap .child {
    font-size: 14px;
    line-height: 18px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_description p {
    font-size: 15px;
    text-shadow: none;
  }

  .change_apron_section .square_wrapper {
    width: 210px;
    height: 210px;
  }

  .change_apron_section .square {
    width: 210px;
    height: 210px;
  }

  .change_apron_section .square .square_block {
    height: 103px;
  }

  .change_apron_section .square .square_block p {
    font-size: 14px;
    line-height: 14px;
    left: -30px;
    top: 40px;
    width: 150px;
  }

  .change_apron_section .advantages .variant p {
    left: -20px;
    top: 40px;
  }

  .change_apron_section .advantages .time p {
    left: -21px;
    top: 28px;
  }

  .change_apron_section .square .square_block p span {
    font-size: 20px;
  }

  .change_apron_section .advantages .order .order_link {
    width: 250px;
    font-size: 14px;
    line-height: 14px;
    padding: 65px;
    top: -35px;
    left: -70px;
  }

  .change_apron_section .price .apron_item {
    width: 260px;
  }

  .change_apron_section .price .apron_item p {
    font-size: 17px;
  }

  .change_apron_section .price .apron_item:last-child p {
    font-size: 20px;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_description p {
    font-size: 15px;
    text-shadow: none;
  }
}

@media (max-width: 480px) {
  .review__image {
    display: none;
  }

  .review__text {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .review__text {
    font-size: 10px;
    line-height: 12px;
  }
}

@media screen and (max-width: 420px) {
  header .top_header .logo {
    display: none;
  }

  header .top_header .phone {
    width: 81.875%;
  }

  .header_wrapper h2 {
    padding: 13px 10px;
  }

  .we_changed_worktops_section .we_changed_worktops .we_changed_worktops_content {
    display: none;
  }

  .we_changed_aprons_section .we_changed_aprons .we_changed_aprons_content {
    display: none;
  }

  .our_worktops_section h2 {
    padding: 0px 20px;
  }

  .profits_section .profit_photo_wrapper .photos .image_wrapper {
    height: 120px;
  }

  .profits_section .technic .photos .image_wrapper {
    height: 165px;
  }

  .profits_section .profit_photo_wrapper .photos img {
    width: 98%;
  }

  .pop_up_image_form .popup {
    width: 226px;
    height: 277px;
  }

  .pop_up_konstr_kuhni .popup {
    width: 240px;
    height: 180px;
  }

  .pop_up_image_glass .popup.left,
  .pop_up_image_facades .popup {
    width: 270px;
    height: 270px;
  }

  .profits_section .technic .photos .image_wrapper {
    height: auto;
  }
}

.triangle-vk {
    position: absolute;
    top: 7%;
    left: 34%;
}
.triangle-vk a {
    color: #111;
}
.newdecor {
    font-size: 42px;
    line-height: 54px;
    text-align: center;
    background: #72362b;
    padding-bottom: 20px;
    margin-top: -15px;
}
@media (max-width:1200px) {
    .triangle-vk {
    top: 4%;
    left: 40%;
}
.newdecor {
    font-size: 22px;
    line-height: 28px;
}
}
@media (max-width: 600px) {
.triangle-vk {
    top: 2%;
    left: 33%;
    font-size: 13px;
}
}
@media (max-width: 414px){
.triangle-vk {
    top: 2%;
    left: auto;
    font-size: 12px;
    right: 1%;
}
.portf-text {
    padding: 0px 10px!important;
    font-size: 12px!important;
}
}
.portf-text {
   position: absolute;
    color: #fff;
    bottom: 4%;
    right: 0;
    left: 0;
    text-align: center;
    padding: 0 30px;
    font-size: 24px;
}
@media (max-width:489px) {
.mbvk {
    margin-top: 6px;
    position: absolute;
    left: 80px;
}
}