@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  font-style: italic;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul, li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
.clear {
  clear: both;
}
b, strong {
  font-weight: bold;
}
i {
  font-style: italic;
}
u {
  text-decoration: underline;
}
a {
  color: #173a51;
  text-decoration: underline;
}
a:hover, a:active {
  color: #49a6ea;
  text-decoration: none
}
input, button {
  padding: 0px;
  margin: 0px;
  line-height: normal;
  outline: none;
  border: none;
  font-family: 'Open Sans', sans-serif;
}
textarea {
  font-family: 'Open Sans', sans-serif;
}
button {
  cursor: pointer;
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #696969;
}
::-moz-placeholder {
  color: #696969;
}
:-moz-placeholder {
  color: #696969;
}
:-ms-input-placeholder {
  color: #696969;
}
:focus::-webkit-input-placeholder {
  color: transparent
}
:focus::-moz-placeholder {
  color: transparent
}
:focus:-moz-placeholder {
  color: transparent
}
:focus:-ms-input-placeholder {
  color: transparent
}
:focus {
  outline: none;
}
body {
  background: #ffffff;
  margin: 0px;
  padding: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: normal;
  color: #000;
}
.wrp {
  width: 1250px;
  margin: 0 auto;
  position: relative;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.clr, .clearfix {
  clear: both;
}
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table;
}
.clearfix:after, .container:after {
  clear: both;
}
.container {
  margin: 0 auto;
  width: 1250px;
  padding-left: 15px;
  padding-right: 15px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.header *, .topmenu *, .footer * {
  font-family: 'Open Sans', sans-serif;
  box-sizing: border-box;
}
.header {
  padding: 24px 0 27px 0;
  width: 100%;
  float: left;
}
.header .container {
  position: relative;
}
.logo {
  float: left;
}
.btn-gager {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  background: #0059f2;
  padding: 12px 22px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 5px 5px 9px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  float: left;
  margin: 12px 0 0 242px;
  padding: 12px 38px;
}
.btn-gager:hover {
  background: #53d753;
  color: #fff;
}
.btn-gager:active {
  box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.opening {
  float: left;
  margin: 12px 0 0 112px;
  padding: 0 0 0 40px;
  font-size: 22px;
  background: url("../img/clock.png") no-repeat left top;
}
.opening-hours {
  font-size: 22px;
  line-height: 21px;
  color: #373737;
}
.opening-hours sup {
  top: -8px;
  font-size: 50%;
}
.opening-daily {
  font-size: 13px;
  line-height: 16px;
  color: #686868;
}
.callback {
  line-height: 21px;
  float: right;
  margin: 12px 0 0 0;
  padding: 0 0 0 42px;
  background: url("../img/phone.png") no-repeat left top;
}
.callback-phone {
  color: #373737;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.callback-phone a {
  text-decoration: none;
}
.callback-btn {
  display: block;
  height: 100%;
  margin: 7px 0 0 0;
  border: 1px #e9e9e9 solid;
  border-bottom: 2px #0059f2 solid;
  outline: none;
  background: #fff;
  color: #3eb43e;
  font-size: 10px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 12px;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.callback-btn:hover {
  background: #0059f2;
  color: #fff;
}
.callback-btn:active {
  box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.5);
}

a.login {
  position: absolute;
  top: -24px;
  right: 10px;
  font-size: 13px;
  line-height: 21px;
  color: #686868;
  text-decoration: none;
}
.topmenu {
  width: 100%;
  float: left;
  background: #f4f4f4;
  height: 56px;
  line-height: 56px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  color: #363636;
}
.topmenu ul {
  text-align: justify;
  width: 100%;
}
.topmenu ul:after {
  content: "";
  display: inline-block;
  margin-left: 100%;
}
.topmenu ul li {
  display: inline-block;
  line-height: 51px;
}
.topmenu ul li.active, .topmenu ul li:hover {
  border-bottom: 3px #0059f2 solid;
}
.topmenu ul li.first a, .topmenu ul li:first-child a {
  padding-left: 0;
}
.topmenu ul li.last a, .topmenu ul li:last-child a {
  padding-right: 0;
}
.topmenu ul li a {
  display: block;
  text-decoration: none;
  color: #363636;
  padding: 0 19px;
  position: relative;
}

.block_1 {
  width: 100%;
  height: 600px;
  background: url("../img/bg_2.jpg") 50% 0% no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border-bottom: 11px solid #f4f4f4;
}
.block_1 .left_col {
  float: left;
  width: 890px;
}
.block_1 .text_top {
  display: inline-block;
  background: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  color: #403f3d;
  line-height: 44px;
  border-radius: 4px;
  padding: 5px 10px;
  margin: 35px 0px 35px 145px;
}
.block_1 .text_top span {
  display: block;
  font-size: 50px;
  color: #3f3f3f;
  text-transform: uppercase;
  letter-spacing: -0.25px;
}
.block_1 .triggers {
  position: relative;
  z-index: 5;
  display: block;
  height: 127px;
  padding-left: 145px;
}
.block_1 .triggers li {
  display: block;
  float: left;
  width: 131px;
  height: 127px;
  background: url("../img/icon_sprite_1.png") 0px 0px no-repeat;
  margin-left: 17px;
  overflow: hidden;
  text-indent: -9999px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -o-transition: 0.3s all;
  -ms-transition: 0.3s all;
}
.block_1 .triggers li:hover {
  opacity: 0.85;
}
.block_1 .triggers li:first-child {
  margin-left: 0px;
}
.block_1 .triggers li.first {
  background-position: 0px 0px;
}
.block_1 .triggers li.two {
  background-position: -143px 0px;
}
.block_1 .triggers li.three {
  background-position: -287px 0px;
}
.block_1 .triggers li.four {
  background-position: -431px 0px;
}
.block_1 .triggers li.five {
  background-position: -574px 0px;
}
.block_1 .stock_block {
  width: 121px;
  height: 266px;
  background: url("../img/stock_icon.png") 0px 0px no-repeat;
  position: relative;
  top: -35px;
  z-index: 4;
  margin-left: 435px;
  text-indent: -9999px;
  overflow: hidden;
}
.block_1 .form_measurement {
  float: right;
}
.form_measurement {
  position: relative;
  width: 290px;
  height: 470px;
  background: url("../img/bg_form.png") right 0 no-repeat;
  z-index: 10;
}
.form_measurement .form_wrp {
  width: 259px;
  height: 372px;
  position: absolute;
  top: 105px;
  left: 17px;
}
.form_measurement .title_block {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-align: center;
  padding: 10px 0px;
}
.form_measurement .title_block span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}
.form_measurement ul {
  display: block;
}
.form_measurement ul li {
  display: block;
}
.form_measurement ul li.field {
  padding: 5px 10px;
}
.form_measurement ul li input[type="text"] {
  display: block;
  background: #fff;
  width: 240px;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #696969;
  padding: 12px 15px 10px 15px;
  border: 1px solid #c0c0c0;
  border-radius: 3px;
}
.form_measurement ul li.btn {
  text-align: center;
  padding-top: 5px;
}
.form_measurement ul li .btn_form {
  display: inline-block;
  background: url("../img/btn_1.png") 0px 0px no-repeat;
  width: 247px;
  height: 67px;
  color: #000000;
  font-size: 22.36px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.form_measurement ul li .btn_form span {
  display: block;
  font-size: 16.77px;
  color: #c00e0e;
}
.form_measurement ul li .btn_form:hover {
  opacity: 0.7;
}
.form_measurement ul li.confidential {
  text-align: center;
  font-size: 12px;
  color: #7e7e7e;
}
.block_2 .title_block {
  text-align: center;
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background: url("../img/title_icon.png") 50% 0% no-repeat;
  padding: 72px 0px 35px 0px;
  margin-top: 35px;
}
.block_2 .tab_pages ul {
  display: block;
  height: 100px;
  margin-bottom: 20px;
}
.block_2 .tab_pages ul li {
  position: relative;
  float: left;
  display: block;
  width: 10%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  height: 100px;
  line-height: 22px;
  z-index: 4;
}
.block_2 .tab_pages ul li.first.active, .block_2 .tab_pages ul li.two.active, .block_2 .tab_pages ul li.three.active, .block_2 .tab_pages ul li.four.active, .block_2 .tab_pages ul li.five.active, .block_2 .tab_pages ul li.six.active, .block_2 .tab_pages ul li.seven.active, .block_2 .tab_pages ul li.eight.active, .block_2 .tab_pages ul li.nine.active {
  z-index: 5;
  margin-right: -3px;
  padding-right: 3px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #f9f9f9 100%);
}
.block_2 .tab_pages ul li span {
  display: inline-block;
  margin-top: 42px;
  cursor: pointer;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
  color: #000000;
  border-bottom: 2px dashed #7c7c7c;
}
.block_2 .tab_pages ul li span:hover, .block_2 .tab_pages ul li.first.active span, .block_2 .tab_pages ul li.two.active span, .block_2 .tab_pages ul li.three.active span, .block_2 .tab_pages ul li.four.active span, .block_2 .tab_pages ul li.five.active span, .block_2 .tab_pages ul li.six.active span, .block_2 .tab_pages ul li.seven.active span, .block_2 .tab_pages ul li.eight.active span, .block_2 .tab_pages ul li.nine.active span {
  border-bottom: 2px dashed transparent;
}
.block_2 .tab_pages ul li.first.active span, .block_2 .tab_pages ul li.two.active span, .block_2 .tab_pages ul li.three.active span, .block_2 .tab_pages ul li.four.active span, .block_2 .tab_pages ul li.five.active span, .block_2 .tab_pages ul li.six.active span, .block_2 .tab_pages ul li.seven.active span, .block_2 .tab_pages ul li.eight.active span, .block_2 .tab_pages ul li.nine.active span {
  cursor: default;
  color: #64a104;
}
.block_2 .tab_pages ul li.first.active:before, .block_2 .tab_pages ul li.two.active:before, .block_2 .tab_pages ul li.three.active:before, .block_2 .tab_pages ul li.four.active:before, .block_2 .tab_pages ul li.five.active:before, .block_2 .tab_pages ul li.six.active:before, .block_2 .tab_pages ul li.seven.active:before, .block_2 .tab_pages ul li.eight.active:before, .block_2 .tab_pages ul li.nine.active:before {
  background: url("../img/finish_balcony_active.png") 0px 0px repeat-x;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 9px;
  content: '';
}
.block_2 .tab_pages ul li.first.active:after, .block_2 .tab_pages ul li.two.active:after, .block_2 .tab_pages ul li.three.active:after, .block_2 .tab_pages ul li.four.active:after, .block_2 .tab_pages ul li.five.active:after, .block_2 .tab_pages ul li.six.active:after, .block_2 .tab_pages ul li.seven.active:after, .block_2 .tab_pages ul li.eight.active:after, .block_2 .tab_pages ul li.nine.active:after {
  background: url("../img/finish_balcony_arrow.png") 0px 0px repeat-x;
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  top: 9px;
  width: 15px;
  height: 6px;
  content: '';
}
.block_2 .tab_pages ul li:first-child div:before {
  display: none;
}
.block_2 .tab_pages ul li.first.active div:before, .block_2 .tab_pages ul li.two.active div:before, .block_2 .tab_pages ul li.three.active div:before, .block_2 .tab_pages ul li.four.active div:before, .block_2 .tab_pages ul li.five.active div:before, .block_2 .tab_pages ul li.six.active div:before, .block_2 .tab_pages ul li.seven.active div:before, .block_2 .tab_pages ul li.eight.active div:before, .block_2 .tab_pages ul li.nine.active div:before {
  display: none;
}
.block_2 .tab_pages ul li div:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  content: '';
}
.block_2 .tab_pages ul li.first.active span:before, .block_2 .tab_pages ul li.two.active span:before, .block_2 .tab_pages ul li.three.active span:before, .block_2 .tab_pages ul li.four.active span:before, .block_2 .tab_pages ul li.five.active span:before, .block_2 .tab_pages ul li.six.active span:before, .block_2 .tab_pages ul li.seven.active span:before, {
  background: url("../img/cold-active.png") 0px 0px no-repeat;
  width: 21px;
  height: 77px;
  position: absolute;
  right: 0px;
  top: 9px;
  content: '';
}
.block_2 .tab_pages ul li.two.active span:after, .block_2 .tab_pages ul li.three.active span:after, .block_2 .tab_pages ul li.four.active span:after, .block_2 .tab_pages ul li.five.active span:after, .block_2 .tab_pages ul li.six.active span:after, .block_2 .tab_pages ul li.seven.active span:after, .block_2 .tab_pages ul li.eight.active span:after, .block_2 .tab_pages ul li.nine.active span:after {
  background: url("../img/warm-active.png") 0px 0px no-repeat;
  width: 21px;
  height: 77px;
  position: absolute;
  left: 0px;
  top: 9px;
  content: '';
}
.block_2 .tab_content {
  display: none;
  padding-top: 35px;
  padding-bottom: 30px;
  position: relative;
  min-height: 420px;
}
.block_2 .tab_content.active {
  display: block;
}
.block_2 .tab_content .left_col {
  float: left;
  position: relative;
  width: 625px;
  text-align: left;
}
.block_2 .tab_content .left_col img {
  display: inline-block;
}
.block_2 .tab_content .left_col .stock {
  width: 153px;
  height: 153px;
  background: url("../images/stock_icon_2.png") 0px 0px no-repeat;
  position: absolute;
  right: 47px;
  top: 125px;
}
.block_2 .tab_content .item_2 .left_col .stock {
  right: 100px;
  top: 125px;
}
.block_2 .tab_content .item_3 .left_col .stock {
  right: 300px;
  top: 95px;
}
.block_2 .tab_content .item_4 .left_col .stock {
  right: 90px;
  top: 135px;
}
.block_2 .tab_content .item_5 .left_col .stock {
  right: 80px;
  top: 135px;
}
.block_2 .tab_content .item_6 .left_col .stock {
  right: 80px;
  top: 135px;
}
.block_2 .tab_content .item_7 .left_col .stock {
  right: 90px;
  top: 135px;
}
.block_2 .tab_content .item_8 .left_col .stock {
  right: 333px;
  top: 130px;
}
.block_2 .tab_content .item_8 .left_col .stock div span {
  display: block;
  font-size: 23px;
  line-height: 22px;
}
.block_2 .tab_content .left_col .stock div {
  display: table-cell;
  width: 153px;
  height: 153px;
  vertical-align: middle;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 48px;
  line-height: 40px;
  text-transform: uppercase;
  text-align: center;
  padding-top: 5px;
}
.block_2 .tab_content .left_col .stock div span {
  display: block;
  font-size: 28px;
  line-height: 28px;
}
.block_2 .tab_content .right_col {
  margin-left: 625px;
}
.block_2 .listing_pros {
  width: 545px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  margin-bottom: 25px;
  margin-left: 50px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_2 .listing_pros:hover {
  border: 1px solid #70a818;
}
.block_2 .listing_pros ul {
  display: inline-block;
  width: 545px;
  padding: 25px 0px;
}
.block_2 .listing_pros li {
  display: block;
  background: url("../images/icon_sprite_2.png") 0px 0px no-repeat;
  float: left;
  width: 181px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 18px;
  color: #000000;
  padding-top: 60px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_2 .listing_pros li:hover {
  color: #70a818;
}
.block_2 .item_1 .listing_pros li.first {
  background-position: 74px 0px;
}
.block_2 .item_1 .listing_pros li.two {
  background-position: -115px 0px;
}
.block_2 .item_1 .listing_pros li.three {
  background-position: -297px 0px;
}
.block_2 .item_2 .listing_pros li {
  background: url("../images/icon_sprite_3.png") 0px 0px no-repeat;
}
.block_2 .item_2 .listing_pros li.first {
  background-position: 73px 0px;
}
.block_2 .item_2 .listing_pros li.two {
  background-position: -114px 0px;
}
.block_2 .item_2 .listing_pros li.three {
  background-position: -306px 0px;
}
.block_2 .item_3 .listing_pros li {
  background: url("../images/icon_sprite_4.png") 0px 0px no-repeat;
}
.block_2 .item_3 .listing_pros li.first {
  background-position: 73px 0px;
}
.block_2 .item_3.item_grazio .listing_pros li.first {
  background: url(../images/icon_sprite_6.png) no-repeat;
  background-position: -290px 0px;
}
.block_2 .item_3 .listing_pros li.two {
  background-position: -123px 0px;
}
.block_2 .item_3.item_grazio .listing_pros li.two {
  background: url(../images/icon_sprite_6.png) no-repeat;
  background-position: -105px 0px;
}
.block_2 .item_3 .listing_pros li.three {
  background-position: -312px 0px;
}
.block_2 .item_3.item_grazio .listing_pros li.three {
  background: url(../images/icon_sprite_7.png) no-repeat;
  background-position: -105px 0px;
}
.block_2 .item_4 .listing_pros li {
  background: url("../images/icon_sprite_5.png") 0px 0px no-repeat;
}
.block_2 .item_4 .listing_pros li.first {
  background-position: 81px 0px;
}
.block_2 .item_4 .listing_pros li.two {
  background-position: -96px 0px;
}
.block_2 .item_4 .listing_pros li.three {
  background-position: -289px 0px;
}
.block_2 .item_5 .listing_pros li {
  background: url("../images/icon_sprite_6.png") 0px 0px no-repeat;
}
.block_2 .item_5 .listing_pros li.first {
  background-position: 67px 0px;
}
.block_2 .item_5 .listing_pros li.two {
  background-position: -101px 0px;
}
.block_2 .item_5 .listing_pros li.three {
  background-position: -289px 0px;
}
.block_2 .item_6 .listing_pros li {
  background: url("../images/icon_sprite_7.png") 0px 0px no-repeat;
}
.block_2 .item_6 .listing_pros li.first {
  background-position: 71px 0px;
}
.block_2 .item_6 .listing_pros li.two {
  background-position: -97.5px 0px;
}
.block_2 .item_6 .listing_pros li.three {
  background-position: -304px 0px;
}
.block_2 .item_7 .listing_pros li {
  background: url("../images/icon_sprite_8.png") 0px 0px no-repeat;
}
.block_2 .item_7 .listing_pros li.first {
  background-position: 75px 0px;
}
.block_2 .item_7 .listing_pros li.two {
  background-position: -109.5px 0px;
}
.block_2 .item_7 .listing_pros li.three {
  background-position: -296px 0px;
}
.block_2 .item_8 .listing_pros li {
  background: url("../images/icon_sprite_9.png") 0px 0px no-repeat;
}
.block_2 .item_8 .listing_pros li.first {
  background-position: 73px 0px;
}
.block_2 .item_8 .listing_pros li.two {
  background-position: -129.5px 0px;
}
.block_2 .item_8 .listing_pros li.three {
  background-position: -300px 0px;
}
.block_2 .item_9 .listing_pros li {
  background: url("../images/icon_sprite_100.png") 0px 0px no-repeat;
}
.block_2 .item_9 .listing_pros li.first {
  background-position: 73px 0px;
}
.block_2 .item_9 .listing_pros li.two {
  background-position: -107.5px 0px;
}
.block_2 .item_9 .listing_pros li.three {
  background-position: -287px 0px;
}
.block_2 .ttx {
  position: relative;
  float: left;
  width: 450px;
  padding-left: 90px;
  margin-bottom: 17px;
}
.block_2 .ttx li {
  display: block;
  background: url("../images/ttx_li.png") 0px 50% no-repeat;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #000000;
  padding-left: 37px;
}
.block_2 .ttx li span {
  font-family: 'Open Sans', sans-serif;
}
.block_2 .compare {
  position: relative;
  float: left;
  background: url("../images/compare_icon.png") 50% 10px no-repeat #ffffff;
  width: 95px;
  border-radius: 4px;
  padding: 37px 0px 15px 0px;
  cursor: pointer;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_2 .compare .text {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #585858;
  text-align: center;
}
.block_2 .compare:hover {
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
.block_2 .compare table p {
  line-height: 1;
  margin: 0 0 20px 0;
}
.block_2 .compare:hover .table_pop {
  display: block;
}
.block_2 .compare .table_pop {
  display: none;
  z-index: 50;
  position: absolute;
  top: 90px;
  right: 0px;
  cursor: default !important;
}
.block_2 .compare .table_pop table {
  border: 0px solid #f5f5f5;
  background-color: #fff;
  padding: 10px 20px;
  width: 875px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.block_2 .dop_info {
  display: inline-block;
  width: 100%;
  padding: 17px 0px 0px 0px;
}
.block_2 .dop_info ul {
  text-align: center;
  margin-left: 50px;
}
.block_2 .dop_info ul li {
  display: inline-block;
  margin: 5px;
  line-height: 25px;
  text-align: center;
}
.block_2 .dop_info ul li span {
  display: block;
}
.block_2 .dop_info ul li span sup {
  font-size: 16px;
  vertical-align: top;
  position: relative;
  top: -3px;
}
.block_2 .dop_info ul li.old_price {
  color: #a1a1a1;
}
.block_2 .dop_info ul li.old_price .title {
  font-size: 18px;
}
.block_2 .dop_info ul li.old_price span {
  font-size: 27px;
  text-decoration: line-through;
}
.block_2 .dop_info ul li.new_price {
  color: #64a104;
}
.block_2 .dop_info ul li.new_price .title {
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
}
.block_2 .dop_info ul li.new_price span {
  font-size: 27px;
  font-family: 'Open Sans', sans-serif;
}
.block_2 .dop_info ul li.saving, .block_2 .dop_info ul li.installment {
  color: #000000;
}
.block_2 .dop_info ul li.saving .title, .block_2 .dop_info ul li.installment .title {
  font-size: 18px;
}
.block_2 .dop_info ul li.saving span, .block_2 .dop_info ul li.installment span {
  font-size: 27px;
}
.block_2 .approach {
  display: inline-block;
  width: 545px;
  height: 90px;
  background: url("../images/approach_icon_1.png") 0px 0px no-repeat;
  font-size: 18px;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  padding-left: 83px;
  margin-left: 50px;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.block_2 .approach.medium {
  font-size: 18px;
}
.block_2 .approach.small {
  font-size: 18px;
}
.block_2 .approach:hover {
  opacity: 0.85;
}
.block_2 .approach p {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
}
.block_2 .calculate_cost {
  text-align: center;
  padding: 40px 0px 0px 0px;
}
.block_2 .calculate_cost a div {
  display: table-cell;
  width: 407px;
  height: 83px;
  vertical-align: middle;
}
.block_2 .calculate_cost a {
  display: inline-block;
  width: 407px;
  height: 83px;
  background: url("../images/btn_2.png") 0px 0px no-repeat;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 24px;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.block_2 .calculate_cost a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.block_2 .calculate_cost a span {
  display: block;
  color: #c00e0e;
  font-size: 24.22px;
  text-transform: lowercase;
}
.plastic_profiles {
  max-width: 1400px;
  background: #f9f9f9;
  border-radius: 12px;
  margin: 0 auto 35px auto;
  padding-bottom: 7px;
}
.block_3>.title_block {
  text-align: center;
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background: url("../images/title_icon.png") 50% 0% no-repeat;
  padding: 72px 0px 35px 0px;
}
.block_3 .form_measurement {
  position: relative;
  float: right;
  top: -20px;
}
.block_3 .finish_balcony {
  max-width: 1400px;
  background: #f9f9f9;
  border-radius: 12px;
  margin: 0 auto 35px auto;
  padding-bottom: 7px;
}
.block_3 .tab_pages ul {
  display: block;
  height: 100px;
  margin-bottom: 20px;
}
.block_3 .tab_pages ul li {
  position: relative;
  float: left;
  display: block;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  height: 100px;
  line-height: 24px;
  z-index: 4;
}
.block_3 .tab_pages ul li {
  width: 25%;
}
.block_3 .tab_pages ul li.first.active, .block_3 .tab_pages ul li.two.active, .block_3 .tab_pages ul li.three.active, .block_3 .tab_pages ul li.four.active {
  z-index: 5;
  margin-right: -3px;
  padding-right: 3px;
  background: #eaeaea;
  background: -moz-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eaeaea), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #eaeaea 0%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #eaeaea 0%, #f9f9f9 100%);
}
.block_3 .tab_pages ul li span {
  display: inline-block;
  margin-top: 42px;
  cursor: pointer;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
  color: #000000;
  border-bottom: 2px dashed #7c7c7c;
}
.block_3 .tab_pages ul li span:hover, .block_3 .tab_pages ul li.first.active span, .block_3 .tab_pages ul li.two.active span, .block_3 .tab_pages ul li.three.active span, .block_3 .tab_pages ul li.four.active span {
  border-bottom: 2px dashed transparent;
}
.block_3 .tab_pages ul li.first.active span, .block_3 .tab_pages ul li.two.active span, .block_3 .tab_pages ul li.three.active span, .block_3 .tab_pages ul li.four.active span {
  cursor: default;
  color: #64a104;
}
.block_3 .tab_pages ul li.first.active:before, .block_3 .tab_pages ul li.two.active:before, .block_3 .tab_pages ul li.three.active:before, .block_3 .tab_pages ul li.four.active:before {
  background: url("../images/finish_balcony_active.png") 0px 0px repeat-x;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100%;
  height: 9px;
  content: '';
}
.block_3 .tab_pages ul li.first.active:after, .block_3 .tab_pages ul li.two.active:after, .block_3 .tab_pages ul li.three.active:after, .block_3 .tab_pages ul li.four.active:after {
  background: url("../images/finish_balcony_arrow.png") 0px 0px repeat-x;
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  top: 9px;
  width: 15px;
  height: 6px;
  content: '';
}
.block_3 .tab_pages ul li:first-child div:before {
  display: none;
}
.block_3 .tab_pages ul li.first.active div:before, .block_3 .tab_pages ul li.two.active div:before, .block_3 .tab_pages ul li.three.active div:before, .block_3 .tab_pages ul li.four.active div:before {
  display: none;
}
.block_3 .tab_pages ul li div:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #ffffff;
  border-right: 1px solid #e6e6e6;
  content: '';
}
.block_3 .tab_pages ul li.first.active span:before, .block_3 .tab_pages ul li.two.active span:before, .block_3 .tab_pages ul li.three.active span:before {
  background: url("../images/cold-active.png") 0px 0px no-repeat;
  width: 21px;
  height: 77px;
  position: absolute;
  right: 0px;
  top: 9px;
  content: '';
}
.block_3 .tab_pages ul li.two.active span:after, .block_3 .tab_pages ul li.three.active span:after, .block_3 .tab_pages ul li.four.active span:after {
  background: url("../images/warm-active.png") 0px 0px no-repeat;
  width: 21px;
  height: 77px;
  position: absolute;
  left: 0px;
  top: 9px;
  content: '';
}
.block_3 .tab_content {
  display: none;
  float: left;
  width: 895px;
  padding-top: 35px;
  position: relative;
  min-height: 420px;
}
.block_3 .tab_content.active {
  display: block;
}
.block_3 .glazed_windows .photo_block {
  width: 425px;
  float: left;
  margin-bottom: 30px;
}
.block_3 .glazed_windows .photo_block img {
  max-width: 90%;
}
.block_3 .glazed_windows .info_block {
  margin-left: 425px;
}
.block_3 .glazed_windows .info_block .text_desc {
  width: 385px;
  border: 1px solid #e7e7e7;
  padding: 25px 30px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 8px;
  margin-bottom: 30px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_3 .glazed_windows .info_block .text_desc span {
  display: block;
  color: #434343;
  font-size: 22px;
  padding-bottom: 5px;
}
.block_3 .glazed_windows .info_block .text_desc p {
  display: block;
  color: #464646;
  font-size: 16px;
}
.block_3 .glazed_windows .info_block .text_desc:hover {
  border: 1px solid #64A104;
}
.block_3 .glazed_windows .info_block .text_desc:hover span, .block_3 .glazed_windows .info_block .text_desc:hover p {
  color: #000000;
}
.block_3 .glazed_windows .choose_from {
  padding-left: 40px;
}
.block_3 .glazed_windows .choose_from .title {
  font-size: 22px;
  color: #000000;
  padding-bottom: 10px;
}
.block_3 .glazed_windows .choose_from ul {
  display: block;
  width: 345px;
}
.block_3 .glazed_windows .choose_from ul li {
  background: url("../images/icon_sprite_10.png") 0px 0px no-repeat;
  display: block;
  height: 55px;
  line-height: 55px;
  color: #000000;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  margin-left: 15px;
  padding-left: 55px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_3 .glazed_windows .choose_from ul li:hover {
  color: #74b9e5;
}
.block_3 .glazed_windows .choose_from ul li.first {
  background-position: 0px 15px;
}
.block_3 .glazed_windows .choose_from ul li.two {
  background-position: 0px -42.5px;
}
.block_3 .glazed_windows .choose_from ul li.three {
  background-position: 0px -104.5px;
}
.block_3 .glazed_windows .choose_from ul li.four {
  background-position: 0px -170px;
  line-height: normal;
  margin-top: 10px;
}
.block_3 .glazed_windows .choose_from ul li.four span {
  padding-top: 10px;
  display: block;
}
.block_3 .colored_window .photo_block {
  float: left;
  width: 450px;
}
.block_3 .colored_window .item, .block_3 .texture_block .item, .block_3 .colour_block.disable, .block_3 .texture_block.disable {
  display: none;
}
.block_3 .colored_window .item.active, .block_3 .texture_block .item.active {
  display: block;
}
.block_3 .colored_window .right_col {
  margin-left: 450px;
  width: 450px;
  position: relative;
}
.block_3 .colored_window .color_selection_title {
  font-size: 18px;
  line-height: 18px;
  max-width: 417px;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
}
.block_3 .colored_window .color_selection {
  margin-bottom: 10px;
}
.block_3 .colored_window .color_selection ul {
  display: inline-block;
  width: 415px;
  border-top: 0px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px 0px 8px 8px;
}
.block_3 .colored_window .color_selection li {
  display: block;
  position: relative;
  float: left;
  width: 81px;
  height: 75px;
  margin-bottom: 0px;
  cursor: pointer;
}
.block_3 .colored_window .color_selection li.active {
  cursor: default;
}
.block_3 .colored_window .color_selection li:before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background: #fff;
  border: 3px solid #f9f9f9;
  border-radius: 50%;
  content: '';
}
.block_3 .colored_window .color_selection li.active:before, .block_3 .colored_window .color_selection li:hover:before {
  border: 3px solid #64A104;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_3 .colored_window .color_selection li.ral_1016:before {
  background: #d0cc22;
}
.block_3 .colored_window .color_selection li.ral_1007:before {
  background: #cd6502;
}
.block_3 .colored_window .color_selection li.ral_6002:before {
  background: #335d2f;
}
.block_3 .colored_window .color_selection li.ral_3015:before {
  background: #c68889;
}
.block_3 .colored_window .color_selection li.ral_4001:before {
  background: #613a4f;
}
.block_3 .colored_window .color_selection li.ral_5012:before {
  background: #2578ae;
}
.block_3 .colored_window .color_selection li.ral_5014:before {
  background: #65768a;
}
.block_3 .colored_window .color_selection li.ral_5013:before {
  background: #1a1e41;
}
.block_3 .colored_window .color_selection li.ral_1013:before {
  background: #c2c0a7;
}
.block_3 .colored_window .color_selection li.ral_2004:before {
  background: #de3514;
}
.block_3 .colored_window .color_selection li .title {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-align: center;
  padding-top: 52px;
}
.block_3 .colored_window .choice_texture_title {
  font-size: 18px;
  line-height: 18px;
  max-width: 417px;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
}
.block_3 .colored_window .choice_texture {
  margin-bottom: 25px;
}
.block_3 .colored_window .choice_texture ul {
  display: inline-block;
  width: 415px;
  border-top: 0px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  border-radius: 0px 0px 8px 8px;
}
.block_3 .colored_window .choice_texture li {
  display: block;
  position: relative;
  float: left;
  width: 81px;
  height: 93px;
  margin-bottom: 0px;
  cursor: pointer;
}
.block_3 .colored_window .choice_texture li.active {
  cursor: default;
}
.block_3 .colored_window .choice_texture li:before {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -24px;
  width: 48px;
  height: 48px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border: 3px solid #f9f9f9;
  border-radius: 50%;
  content: '';
}
.block_3 .colored_window .choice_texture li.active:before, .block_3 .colored_window .choice_texture li:hover:before {
  border: 3px solid #64A104;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_3 .colored_window .choice_texture li.dark_oak:before {
  background-image: url("../img/texture_mini/1.png");
}
.block_3 .colored_window .choice_texture li.natural_oak:before {
  background-image: url("../img/texture_mini/2.png");
}
.block_3 .colored_window .choice_texture li.shogun_ad:before {
  background-image: url("../img/texture_mini/3.png");
}
.block_3 .colored_window .choice_texture li.tabasco:before {
  background-image: url("../img/texture_mini/4.png");
}
.block_3 .colored_window .choice_texture li.black_cherry:before {
  background-image: url("../img/texture_mini/5.png");
}
.block_3 .colored_window .choice_texture li.bossage:before {
  background-image: url("../img/texture_mini/6.png");
}
.block_3 .colored_window .choice_texture li.winchester:before {
  background-image: url("../img/texture_mini/7.png");
}
.block_3 .colored_window .choice_texture li.green_spruce:before {
  background-image: url("../img/texture_mini/8.png");
}
.block_3 .colored_window .choice_texture li.foggy:before {
  background-image: url("../img/texture_mini/9.png");
}
.block_3 .colored_window .choice_texture li.wine_red:before {
  background-image: url("../img/texture_mini/10.png");
}
.block_3 .colored_window .choice_texture li .title {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  text-align: center;
  padding-top: 55px;
}
.block_3 .finishing_slopes .photo_block {
  position: relative;
  float: left;
  width: 470px;
}
.block_3 .finishing_slopes .photo_block .text_photo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 194px;
  height: 57px;
  background: #90ca00;
  border: 3px solid #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
}
.block_3 .finishing_slopes .photo_block .text_photo:before {
  display: block;
  padding-top: 8px;
  content: '';
}
.block_3 .finishing_slopes .right_col {
  margin-left: 470px;
}
.block_3 .finishing_slopes .title_block {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  padding: 25px 0px 25px 0px;
}
.block_3 .finishing_slopes .list_pros ul {
  display: block;
}
.block_3 .finishing_slopes .list_pros ul li {
  position: relative;
  display: block;
  background: url("../images/icon_sprite_11.png") 0px 0px no-repeat;
  height: 65px;
  line-height: 65px;
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  padding-left: 55px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_3 .finishing_slopes .list_pros ul li:hover {
  color: #85c81c;
}
.block_3 .finishing_slopes .list_pros ul li.first {
  background-position: 0px 16px;
}
.block_3 .finishing_slopes .list_pros ul li.two {
  background-position: 0px -49.5px;
}
.block_3 .finishing_slopes .list_pros ul li.three {
  background-position: 0px -114.5px;
  line-height: normal;
}
.block_3 .finishing_slopes .list_pros ul li.three:before {
  display: block;
  padding-top: 23px;
  content: '';
}
.block_3 .finishing_slopes .list_pros ul li.three span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #4d4d4d;
  padding-left: 100px;
}
.block_3 .finishing_slopes .list_pros ul li.four {
  background-position: 0px -183.5px;
}
.block_3 .sills .photo_block {
  position: relative;
  float: left;
  width: 480px;
  margin-top: 20px;
}
.block_3 .sills .photo_block .text_photo {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 194px;
  height: 57px;
  background: #90ca00;
  border: 3px solid #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
}
.block_3 .sills .photo_block .text_photo:before {
  display: block;
  padding-top: 8px;
  content: '';
}
.block_3 .sills .right_col {
  margin-left: 480px;
}
.block_3 .sills .title_block {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #000000;
  padding: 0px 0px 25px 0px;
}
.block_3 .sills .choice_sill li {
  display: table;
  vertical-align: middle;
  min-height: 71px;
  width: 100%;
  background: url("../images/icon_sprite_12.png") 0px 0px no-repeat;
  padding-left: 90px;
  color: #000000;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 16px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_3 .sills .choice_sill li span {
  display: table-cell;
  vertical-align: middle;
}
.block_3 .sills .choice_sill ul li:hover {
  color: #8EC700;
}
.block_3 .sills .choice_sill li b {
  font-family: 'Open Sans', sans-serif;
}
.block_3 .sills .choice_sill li.first:before, .block_3 .sills .choice_sill li.three:before, .block_3 .sills .choice_sill li.four:before {
  display: block;
  padding-top: 12px;
  content: '';
}
.block_3 .sills .choice_sill li.first {
  background-position: 0px 0px;
}
.block_3 .sills .choice_sill li.two {
  background-position: 0px -88px;
}
.block_3 .sills .choice_sill li.three {
  background-position: 0px -173px;
}
.block_3 .sills .choice_sill li.four {
  background-position: 0px -258px;
}
.block_4 {
  background: url("../images/title_icon.png") 50% 0% no-repeat;
  padding-top: 90px;
}
.block_4 .calculate_price {
  max-width: 1400px;
  min-height: 500px;
  background: url("../images/bg_4.png") 0px 0px repeat #403f3d;
  border-radius: 12px;
  margin: 0 auto 45px auto;
}
.block_4 .title_block {
  text-align: center;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding: 40px 0px 35px 0px;
}
.block_4 ul.selection_criteria {
  display: block;
}
.block_4 ul.selection_criteria li {
  display: block;
  padding-bottom: 30px;
}
.block_4 ul.selection_criteria li .name_item {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  height: 46px;
  line-height: 46px;
  padding-left: 62px;
  margin-right: 22px;
}
.block_4 ul.selection_criteria li .name_item span {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background: url("../images/transparent_bg.png") 0px 0px repeat;
  font-size: 20px;
  color: #ababab;
  text-align: center;
  border-radius: 46px;
}
.block_4 .application_payment {
  height: 168px;
  background: rgba(0, 0, 0, 0.13);
  border-radius: 0px 0px 12px 12px;
}
.block_4 .application_payment ul {
  display: block;
  padding-top: 52px;
  padding-left: 50px;
}
.block_4 .application_payment ul li {
  display: block;
  float: left;
  margin-left: 42px;
}
.block_4 .application_payment ul li input[type="text"] {
  display: block;
  background: #fff;
  width: 287px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #696969;
  padding: 19px 25px 16px 25px;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.block_4 .application_payment ul li .btn_send_form {
  display: block;
  background: url("../images/btn_4.png") 0px 0px no-repeat;
  width: 345px;
  height: 67px;
  color: #000000;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.block_4 .application_payment ul li .btn_send_form:hover {
  opacity: 0.8;
}
.application_payment_label {
  clear: both;
  text-align: center;
  color: #fff;
  padding: 10px 0;
}
.application_payment_label a {
  color: #64a104;
}
.block_4 ul.selection_criteria li .radio_block {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
}
.block_4 ul.selection_criteria li:first-child .radio_block{
  margin-left: 62px;
}
.block_4 .select_type_window {
  display: inline-block;
  width: 100%;
  max-width: 1250px;
  padding-top: 40px;
}
.block_4 .select_type_window .item {
  width: 25%;
  float: left;
  text-align: center;
}
.block_4 .select_type_window .name_scheme {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  text-align: center;
}
.block_4 .select_type_window .photo_scheme {
  width: 312.5px;
  height: 135px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.block_4 .select_type_window .photo_scheme img {
  display: inline-block;
  max-width: 234px;
  max-height: 117px;
}
.block_4 .select_type_window .selecting_scheme {
  position: relative;
  display: inline-block;
  background: url("../images/transparent_bg2.png") 0px 0px repeat;
  border-radius: 3px;
  margin: 5px auto 0px auto;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 35px;
}
.block_4 .select_type_window .radio:not(checked)+label {
  padding: 0 0px 0 35px;
}
.block_4 .select_type_window .radio:not(checked)+label:before, .block_4 .select_type_window .radio:not(checked)+label:after {
  top: 0px;
}
.block_4 .radio {
  vertical-align: top;
  width: 21px;
  height: 21px;
}
.block_4 .radio+label {
  cursor: pointer;
  display: inline-block;
}
.block_4 .radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked)+label {
  position: relative;
  padding: 0 12px 0 25px;
}
.block_4 .radio:not(checked)+label:before {
  width: 21px;
  height: 21px;
  background: url("../images/radio_icon.png") 0px 0px no-repeat;
  position: absolute;
  left: 0px;
  top: 1px;
  content: '';
}
.block_4 .radio:not(checked)+label:after {
  width: 21px;
  height: 21px;
  background: url("../images/radio_icon.png") -24px 0px no-repeat;
  position: absolute;
  left: 0px;
  top: 1px;
  content: '';
  opacity: 0;
}
.block_4 .radio:checked+label:after {
  opacity: 1;
}
.slider_block {
  margin-bottom: 45px;
}
.slider_block .title_block {
  text-align: center;
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background: url("../images/title_icon.png") 50% 0% no-repeat;
  padding: 72px 0px 45px 0px;
}
.slider_gallery_wrp {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.slider_gallery {
  width: 100%;
  max-width: 900px;
  height: auto;
}
.slider_gallery .item {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
}
.slider_gallery .item img {
  display: block;
  width: 100%;
  max-width: 900px;
  height: auto;
}
.slider_gallery .slick-prev, .slider_gallery .slick-next {
  width: 26px;
  height: 51px;
  background: url("../images/arrow_gallery.png") 0px 0px no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 315px;
  z-index: 99;
}
.slider_gallery .slick-prev {
  background-position: 0px 0px;
  left: -130px;
}
.slider_gallery .slick-next {
  background-position: -30px 0px;
  right: -130px;
}
.slider_gallery_nav_wrp {
  position: relative;
  width: 100%;
  max-width: 900px;
  overflow: hidden;
  margin: 0 auto;
}
.slider_gallery_nav {
  padding-top: 20px;
}
.slider_gallery_nav .item {
  display: block;
  text-align: left;
  cursor: pointer;
}
.slider_gallery_nav .item:hover img {
  opacity: 0.7;
}
.slider_gallery_nav .item img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 2px;
  border: 1px solid #c8c8c8;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.slider_gallery_nav .slick-current img {
  border: 1px solid #64a104 !important;
}
.block_6 {
  padding-bottom: 30px;
}
.block_6 .title_block {
  text-align: center;
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background: url("../images/title_icon.png") 50% 0% no-repeat;
  padding: 72px 0px 55px 0px;
}
.reviews_slider {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.reviews_slider .item {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.reviews_slider .photo_user {
  position: relative;
  float: left;
  width: 187px;
  height: 188px;
  background: url("../images/avatar_bg.png") 0px 0px no-repeat;
}
.reviews_slider .photo_user img {
  display: block;
  width: 173px;
  height: 173px;
  border-radius: 173px;
  margin: 7px;
}
.reviews_slider .reviews_info {
  margin-left: 260px;
}
.reviews_slider .reviews_info .name {
  font-size: 22px;
  line-height: 24px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  padding-bottom: 17px;
}
.reviews_slider .reviews_info .text_reviews {
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  color: #000000;
}
.reviews_slider .slick-prev, .reviews_slider .slick-next {
  width: 17px;
  height: 35px;
  background: url("../images/arrow_slider.png") 0px 0px no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 75px;
}
.reviews_slider .slick-prev {
  background-position: 0px 0px;
  left: 0px;
}
.reviews_slider .slick-next {
  background-position: -19px 0px;
  right: 0px;
}
.block_7 {
  background: url("../images/bg_3.png") 0px 0px repeat;
  color: #fff;
  margin-bottom: 50px;
}
.block_7 .title_block {
  font-family: 'Open Sans', sans-serif;
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
  padding: 40px 0px 25px 0px;
}
.block_7 ul li {
  position: relative;
  display: table;
  float: left;
  width: 50%;
  height: 65px;
  line-height: 32px;
  padding-left: 80px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 7px;
  transition: 0.25s all;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  -ms-transition: 0.25s all;
}
.block_7 ul li span {
  display: table-cell;
  vertical-align: middle;
}
.block_7 ul li:hover {
  text-shadow: 0px 0px 15px rgba(255, 236, 0, 0.7);
}
.block_7 ul li:before {
  background: url("../images/icon_sprite_13.png") 0px 0px no-repeat;
  position: absolute;
  top: 50%;
  left: 0px;
  content: '';
}
.block_7 ul li.first:before {
  background-position: 0px 0px;
  width: 76px;
  height: 72px;
  margin-top: -36px;
}
.block_7 ul li.two:before {
  background-position: -614px 0px;
  width: 65px;
  height: 65px;
  margin-top: -33px;
}
.block_7 ul li.three:before {
  background-position: 0px -72px;
  width: 57px;
  height: 65px;
  margin-top: -33px;
}
.block_7 ul li.four:before {
  background-position: -611px -75px;
  width: 73px;
  height: 62px;
  margin-top: -31px;
}
.block_7 ul li.five:before {
  background-position: 0px -142px;
  width: 61px;
  height: 62px;
  margin-top: -31px;
}
.block_7 ul li.six:before {
  background-position: -613px -139px;
  width: 68px;
  height: 62px;
  margin-top: -36px;
}
.block_7 ul li.seven:before {
  background-position: 0px -207px;
  width: 68px;
  height: 69px;
  margin-top: -42px;
}
.block_7 ul li.eight:before {
  background-position: -618px -215px;
  width: 60px;
  height: 58px;
  margin-top: -35px;
  margin-left: 5px;
}
.block_8 {
  margin-bottom: 90px;
}
.block_8 .title_block {
  text-align: center;
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background: url("../images/title_icon.png") 50% 0% no-repeat;
  padding: 72px 0px 55px 0px;
}
.block_8 ul li {
  position: relative;
  display: block;
  float: left;
  height: 73px;
  line-height: 84px;
  font-size: 24px;
  color: #010101;
  text-transform: uppercase;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.block_8 ul li:hover {
  opacity: 0.7;
}
.block_8 ul li.first:before, .block_8 ul li.two:before, .block_8 ul li.three:before {
  background: url("../images/icon_sprite_14.png") 0px 0px no-repeat;
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  height: 73px;
}
.block_8 ul li.first {
  padding-left: 95px;
  margin-right: 185px;
}
.block_8 ul li.first:before {
  width: 63px;
  background-position: 0px 0px;
}
.block_8 ul li.two {
  padding-left: 105px;
}
.block_8 ul li.two:before {
  width: 78px;
  background-position: -76px 0px;
}
.block_8 ul li.three {
  float: right;
  padding-left: 90px;
}
.block_8 ul li.three:before {
  width: 67px;
  background-position: -169px 0px;
}
.block_9 .questions {
  max-width: 1400px;
  background: #f9f9f9;
  border-radius: 12px;
  margin: 0 auto 70px auto;
}
.block_9 .title_btn {
  padding: 80px 0px 50px 0px;
}
.block_9 .title_btn span {
  display: inline-block;
  height: 83px;
  line-height: 74px;
  font-size: 36px;
  color: #000000;
  padding: 0px 65px 0px 110px;
}
.block_9 .title_btn a.ask {
  display: inline-block;
  background: url("../images/btn_3.png") 0px 0px no-repeat;
  width: 632px;
  height: 83px;
  line-height: 72px;
  font-size: 36px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.block_9 .title_btn a.ask:hover {
  opacity: 0.8;
}
.block_9 .left_col {
  float: left;
  width: 450px;
  padding-left: 55px;
}
.block_9 .stock {
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  padding: 0px 0px 27px 0px;
}
.block_9 .stock .text_1 {
  font-size: 48px;
  color: #73bc01;
  line-height: 48px;
}
.block_9 .stock .text_2 {
  font-size: 24px;
  color: #000000;
  padding-bottom: 10px;
}
.block_9 .stock .text_3 {
  font-size: 60px;
  color: #000000;
}
.block_9 .timer_block {
  position: relative;
  background: url("../images/timer_bg.png") 0px 0px no-repeat;
  width: 380px;
  height: 144px;
  margin-bottom: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 37.47px;
  color: #dcdcdc;
}
.block_9 .timer_block #CDT {
  width: 373px;
  height: 44px;
  line-height: 44px;
  padding: 44px 0px 0px 33px;
}
.block_9 .timer_block #CDT .number-wrapper {
  display: block;
  float: left;
  width: 71px;
  margin-right: 12px;
  text-align: center;
  letter-spacing: 10px;
  padding-left: 5px;
  text-shadow: 0px 1px 1px #000000;
}
.block_9 .make {
  font-size: 36px;
  font-family: 'Open Sans', sans-serif;
  color: #5e9a00;
  line-height: 36px;
  padding-bottom: 65px;
}
.block_9 .form_measurement {
  float: right;
  top: -5px;
  margin-bottom: 65px;
  margin-right: 58px;
}
.block_9 .container {
  position: relative;
}
.block_9 .container:before {
  background: url("../images/people_icon_2.png") 0px 0px no-repeat;
  width: 352px;
  height: 572px;
  position: absolute;
  bottom: 0px;
  right: 350px;
  content: '';
  z-index: 11;
  display: block;
}
.block_10 {
  padding-bottom: 50px;
}
.block_10 .title_block {
  text-align: center;
  color: #000000;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  background: url("../images/title_icon.png") 50% 0% no-repeat;
  padding: 72px 0px 45px 0px;
}
.block_10 .left_col {
  float: left;
  width: 575px;
}
.block_10 .right_col {
  float: right;
  width: 575px;
}
.block_10 .map_block {
  width: 575px;
  height: 355px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.block_10 .address {
  font-size: 18px;
  color: #000000;
  text-align: center;
  padding-top: 20px;
}
.brands {
  padding: 35px 0;
  border-top: 5px #ebebeb solid;
  border-bottom: 5px #ebebeb solid;
  height: 154px;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.brand * {
  box-sizing: border-box;
}
.brands-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: justify;
}
.brands-wrap li {
  display: inline-block;
  vertical-align: middle;
}
.brands-wrap:after {
  content: '';
  display: inline-block;
  margin-left: 100%;
}
.brands-wrap img {
  max-height: 73px;
}
.footer {
  width: 100%;
  height: 440px;
  padding: 35px 0;
  float: left;
  background: url("../images/footer-bg.jpg");
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #666;
  box-sizing: border-box;
}
.footer a {
  color: #0059f2;
}
.googlePlus {
  display: block;
  margin: 4px 0 0 0;
  line-height: 16px;
  text-decoration: none;
}
.googlePlus img {
  margin-right: 4px;
  vertical-align: middle;
  float: left;
}
.foot-col {
  float: left;
  width: 20%;
  padding: 0 2% 0 0;
}
.foot-col.num5 {
  width: 16%;
}
.foot-col.withborder {
  border-right: 1px #ccc solid;
  width: 22%;
  margin: 0 2% 0 0;
}
.footblock {
  margin: 0 0 30px 0;
}
.footblock .menu {
  font-size: 12px;
}
.footblock .menu li {
  margin: 3px 0;
}
.footblock .menu li a {
  display: block;
  position: relative;
  padding: 0 0 0 12px;
  color: #666;
}
.footblock .menu li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
  width: 6px;
  height: 6px;
  background: #64a105;
}
.footblock-title {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.foot-adr {
  margin: 0 0 10px 0;
}
.all-adr {
  display: inline-block;
  margin: 18px 0 0 0;
}
.foot-workhours {
  color: #a6a6a6;
}
.social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.social ul li {
  float: left;
}
.social ul li a {
  display: block;
  text-indent: -9999px;
  text-decoration: none;
  width: 32px;
  height: 32px;
  margin: 0 5px 0 0;
  background-size: 185px 32px;
}
.social ul li a.vk {
  background: url("../images/social.png") left center;
  background-size: 185px 32px;
}
.social ul li a.fb {
  background: url("../images/social.png") -37px center;
  background-size: 185px 32px;
}
.social ul li a.goo {
  background: url("../images/social.png") -76px center;
  background-size: 185px 32px;
}
.social ul li a.pp {
  background: url("../images/social.png") -115px center;
  background-size: 185px 32px;
}
.social ul li a.insta {
  background: url("../images/social.png") right center;
  background-size: 185px 32px;
}
.social ul li a:hover {
  opacity: 0.6;
}
.payments-link {
  display: inline-block;
  margin: 20px 0 0 0;
}
#scroll_top {
  display: none;
  z-index: 2600;
  position: fixed;
  right: 42px;
  bottom: 40px;
  width: 108px;
  height: 108px;
  background: url("../images/up_top.png") 0px 0px no-repeat;
  cursor: pointer;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
#scroll_top:hover {
  opacity: 0.8;
}
.right_die {
  z-index: 2600;
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -68px;
  width: 138px;
  height: 137px;
  background: url("../images/right_die.png") 0px 0px no-repeat;
  cursor: pointer;
  color: #fff;
  transition: 0.35s all;
  -webkit-transition: 0.35s all;
  -moz-transition: 0.35s all;
  -o-transition: 0.35s all;
  -ms-transition: 0.35s all;
}
.right_die:hover {
  opacity: 0.8;
}
.right_die .text {
  display: table-cell;
  width: 138px;
  height: 137px;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  padding-left: 30px;
  text-transform: uppercase;
  padding-top: 5px;
}
.b-modal {
  cursor: default !important;
}
.popup_block {
  display: none;
  width: 400px;
  background-color: #f3f3f3;
  color: #1c1c1c;
  padding: 30px 30px 20px 30px;
  border-radius: 4px;
}
.popup_block .title_block {
  color: #2e2e2e;
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d5d3d4;
  margin-bottom: 10px;
}
.popup_block .title_block span {
  color: #679b0b;
}
.popup_block .text_top {
  color: #929292;
  text-align: center;
  font-size: 17px;
  margin-bottom: 25px;
}
.popup_block .form_block ul li {
  display: block;
  margin-bottom: 10px;
}
.popup_block .form_block ul li input[type="text"] {
  width: 358px;
  background-color: #f6f6f6;
  color: #696969;
  font-size: 17px;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid #c0c0c0;
  padding: 15px 20px 15px 20px;
  border-radius: 3px;
}
.popup_block .form_block ul li textarea {
  width: 358px;
  height: 90px;
  background: #f6f6f6;
  color: #696969;
  font-size: 17px;
  border: 1px solid #c0c0c0;
  padding: 10px 20px 10px 20px;
  resize: vertical;
  border-radius: 3px;
}
.popup_block .form_block ul li .btn_send {
  display: block;
  background: #fcee45;
  background: -moz-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcee45), color-stop(100%, #feeb09));
  background: -webkit-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: -o-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: -ms-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: linear-gradient(to bottom, #fcee45 0%, #feeb09 100%);
  width: 400px;
  height: 60px;
  color: #b21409;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.popup_block .form_block ul li .btn_send span {
  position: relative;
  top: 2px;
}
.popup_block .form_block ul li .btn_send:hover {
  opacity: 0.8;
}
#pop_iframe .b-close {
  background-position: 0px -15px;
  top: 0px;
  right: -30px;
}
.b-close {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  background: url("../images/close_icon.png") 0px 0px no-repeat;
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  opacity: 0.7;
  z-index: 2000;
}
.b-close:hover {
  opacity: 1;
}
.message_sending {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.85);
}
.message_sending .message_content {
  background: #fff;
  width: 450px;
  height: 170px;
  position: fixed;
  padding: 30px;
  top: 50%;
  left: 50%;
  margin: -85px 0px 0px -255px;
  z-index: 9001;
  opacity: 1;
  color: #171717;
  text-align: center;
  border-radius: 4px;
}
.message_sending .message_content .title_block {
  color: #679b0b;
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #d5d3d4;
  margin-bottom: 10px;
}
.message_sending .message_content .text {
  font-size: 22px;
  color: #474747;
  padding-top: 5px;
}
.message_sending .message_content .close_block {
  text-align: center;
}
.message_sending .message_content .close_block a {
  display: inline-block;
  background: #fcee45;
  background: -moz-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcee45), color-stop(100%, #feeb09));
  background: -webkit-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: -o-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: -ms-linear-gradient(top, #fcee45 0%, #feeb09 100%);
  background: linear-gradient(to bottom, #fcee45 0%, #feeb09 100%);
  width: 300px;
  height: 60px;
  line-height: 63px;
  color: #b21409;
  font-size: 26px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 3px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.message_sending .message_content .close_block a:hover {
  opacity: 0.8;
}
input.error {
  border-color: red!important;
}
#formPlasticNight .privacy-label:before {
  content: '';
  display: block;
  clear: both;
  height: 10px;
}
#formPlasticNight .privacy-label {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
  color: #fff;
  float: none;
}
#formPlasticNight .privacy-label a {
  color: #fff;
}
.mobile-menu,.hidden {
  display: none;
}
.container {
  box-sizing: border-box;
}
.container-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  box-sizing: border-box;
}
div[class^=col-] {
  box-sizing: border-box;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  float: left;
}
.col-lg-12 {
  width: 100%;
}
.col-lg-11 {
  width: 91.66666667%;
}
.col-lg-10 {
  width: 83.33333333%;
}
.col-lg-9 {
  width: 75%;
}
.col-lg-8 {
  width: 66.66666667%;
}
.col-lg-7 {
  width: 58.33333333%;
}
.col-lg-6 {
  width: 50%;
}
.col-lg-5 {
  width: 41.66666667%;
}
.col-lg-4 {
  width: 33.33333333%;
}
.col-lg-3 {
  width: 25%;
}
.col-lg-2 {
  width: 16.66666667%;
}
.col-lg-1 {
  width: 8.33333333%;
}
a.mail-director {
    position: absolute;
    top: -24px;
    right: 160px;
    font-size: 13px;
    line-height: 21px;
    color: #686868;
    text-decoration: none;
}
.big_phone_number {
    font-size: 60px;
    font-weight: bold;
    color: #0059f2;
}