@charset "UTF-8";

/** style for button **/

.cost.call {
    background: linear-gradient(to right, #6d02a2 0%, #B53535 100%) !important;
    display: inline-block;
    box-shadow: 2px 8px 14px #c4e1d6;
    margin-top: 5px;
    color: #fff !important;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 25px;
    margin: 10px 0 0 !important;
}
.cost.call:after {
    content: "Заказать";
}
.mwrap span {
    width: 100%;
    display: block;
}

/* variables and templates */
/*$Lcolor : #008C59;*/
.block-1 .title, .block-2 .title, .block-3 .title, .block-4 .title {
  position: relative;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  margin: 30px auto 10px; }
  .block-1 .title:before, .block-2 .title:before, .block-3 .title:before, .block-4 .title:before, .block-1 .title:after, .block-2 .title:after, .block-3 .title:after, .block-4 .title:after {
    position: absolute;
    content: '';
    width: 40px;
    height: 2px;
    background: #f4f4f4;
    top: 13px; }
  .block-1 .title:before, .block-2 .title:before, .block-3 .title:before, .block-4 .title:before {
    left: -55px; }
  .block-1 .title:after, .block-2 .title:after, .block-3 .title:after, .block-4 .title:after {
    right: -55px; }
  .block-1 .title b, .block-2 .title b, .block-3 .title b, .block-4 .title b {
    text-transform: uppercase; }

header nav .phone .call, header .info-wrap a, header .info-form-wrap form button, .block-2 .dvx, .block-3 .row .wrp .call-btn, .block-4 form button, .modal-dialog button[type="submit"] {
  color: #fff;
  font-weight: bold;
  background: #02A25A;
  padding: 8px 20px;
  border-radius: 25px;
  background: -moz-linear-gradient(left, #02A25A 0%, #35b57b 100%);
  background: -webkit-linear-gradient(left, #02A25A 0%, #35b57b 100%);
  background: linear-gradient(to right, #02A25A 0%, #35b57b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); }
  header nav .phone .call:active, header .info-wrap a:active, header .info-form-wrap form button:active, .block-2 .dvx:active, .block-3 .row .wrp .call-btn:active, .block-4 form button:active, .modal-dialog button[type="submit"]:active {
    background: -moz-linear-gradient(right, #02A25A 0%, #029251 100%);
    background: -webkit-linear-gradient(right, #02A25A 0%, #029251 100%);
    background: linear-gradient(to left, #02A25A 0%, #029251 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); }
  header nav .phone .call:active, header .info-wrap a:active, header .info-form-wrap form button:active, .block-2 .dvx:active, .block-3 .row .wrp .call-btn:active, .block-4 form button:active, .modal-dialog button[type="submit"]:active, header nav .phone .call:focus, header .info-wrap a:focus, header .info-form-wrap form button:focus, .block-2 .dvx:focus, .block-3 .row .wrp .call-btn:focus, .block-4 form button:focus, .modal-dialog button[type="submit"]:focus, header nav .phone .call:hover, header .info-wrap a:hover, header .info-form-wrap form button:hover, .block-2 .dvx:hover, .block-3 .row .wrp .call-btn:hover, .block-4 form button:hover, .modal-dialog button[type="submit"]:hover {
    outline: 0; }

.block-2 .work-desc, .block-4 .work-desc {
  font-size: 14px;
  text-align: center;
  margin: 40px auto 20px; }

/* start */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Verdana';
  color: #000002; }
  * a, * a:active, * a:focus, * a:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #000002; }

header {
  position: relative;
  z-index: 11;
  top: 0;
  left: 0; }
  header #logo {
    font-size: 22px;
    font-weight: bold;
    color: #1bab6b; }
  header nav {
    position: fixed;
    padding: 10px 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    box-shadow: 0 3px 5px #e3e3e3; }
    header nav ul {
      display: inline-block;
      margin: 3px 0px 0px 105px; }
      header nav ul li {
        list-style-type: none;
        margin: 5px 7px;
        border-radius: 25px;
        padding: 5px 10px;
        display: inline-block; }
        header nav ul li.bordered {
          border: 2px solid #1bab6b;
          margin: 3px 5px !important; }
    header nav .phone {
      display: inline-block;
      float: right; }
      header nav .phone .time24 {
        margin-left: 20px; }
      header nav .phone .call {
        margin-left: 30px;
        display: inline-block;
        box-shadow: 2px 8px 14px #c4e1d6;
        margin-top: 5px; }
  header .arrow {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 95px;
    text-align: center;
    right: 0;
    margin: 0 auto;
    display: inline-block; }
    header .arrow a {
      display: inline-block;
      color: #fff; }
      header .arrow a img {
        position: relative;
        top: 0; }
    header .arrow a:first-child {
      margin-bottom: 5px; }
  header .bg {
    position: absolute;
    z-index: -1;
    height: 86%;
    top: 65px; }
    header .bg img {
      margin-top: -40px;
      width: 100%; }
  header .mrtop {
    /*margin: 200px 0 280px;*/
    margin: 170px 0 90px; }
    header .mrtop .col-md-4.col-sm-6 {
      padding: 0; }
  header .info-wrap {
    margin-left: -46px;
    padding-top: 67px; }
    header .info-wrap * {
      color: #fff; }
    header .info-wrap h1 {
      font-size: 25.5px;
      line-height: 36px;
      margin-top: 73px;
      text-transform: uppercase;
      font-weight: bold; }
    header .info-wrap p {
      font-size: 16px;
      margin-bottom: 25px; }
    header .info-wrap a {
      box-shadow: 1px 2px 9px #696B6A;
      outline: 0; }
  header .info-form-wrap {
    padding: 0; }
    header .info-form-wrap form {
      background: rgba(255, 255, 255, 0.85);
      padding: 21px 30px;
      border-radius: 5px; }
      header .info-form-wrap form label {
        font-size: 12px;
        color: #888787;
        font-weight: normal;
        margin-bottom: 0; }
      header .info-form-wrap form input, header .info-form-wrap form .element {
        height: 30px;
        border-radius: 5px;
        font-size: 12px;
        border: 1px solid #bebebe;
        padding: 7px;
        width: 100%;
        margin-bottom: 10px;
        background: #fff; }
      header .info-form-wrap form .elements-wrap {
        cursor: pointer;
        position: relative; }
      header .info-form-wrap form .mbnt {
        background: #dddad9;
        position: relative;
        display: block;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        width: 32px;
        height: 24px;
        float: right;
        margin-top: -5px;
        margin-right: -5px; }
        header .info-form-wrap form .mbnt i {
          width: 0;
          display: block;
          margin-top: 11px;
          margin-left: 13px;
          height: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 4px solid #000; }
      header .info-form-wrap form .list {
        display: none;
        position: absolute;
        background: #fff;
        margin-top: -9px;
        padding: 3px 0px;
        width: 98%;
        font-size: 12px;
        margin-left: 1%; }
        header .info-form-wrap form .list p {
          padding: 5px 20px;
          margin: 0; }
          header .info-form-wrap form .list p:hover {
            color: #fff;
            background: #02A25A; }
      header .info-form-wrap form button {
        margin-top: 11px;
        box-shadow: 0 4px 12px #8E9492;
        outline: 0;
        width: 100%; }

.block-1 {
  margin-top: 150px; }
  .block-1 .item-wrap {
    text-align: center; }
    .block-1 .item-wrap h4 {
      font-size: 14px;
      line-height: 1.3; }
  .block-1 .row {
    margin: 35px 0 60px; }
  .block-1 .bf {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    width: inherit; }

.block-2 {
  padding-top: 15px;
  background: url(../img/block2.jpg) repeat-y;
  background-size: 100%; }
  .block-2 .title:after, .block-2 .title:before {
    background: #b8b7b7; }
  .block-2 .work-desc {
    width: 60%;
    margin: 5px auto 50px; }
  .block-2 .item {
    position: relative;
    text-align: center;
    width: 500px;
    margin: 0 33px;
    display: inline-block;
    margin-bottom: 55px;
    box-shadow: 1px 8px 13px #d0d0d0; }
    .block-2 .item .old {
      width: 210px;
      height: 160px;
      top: 110px;
      left: -25px;
      border: 1px solid #ececec;
      position: absolute;
      padding: 1px;
      background: #fff;
      box-shadow: 1px 8px 13px #d0d0d0; }
      .block-2 .item .old img {
        width: 100%;
        height: 156px; }
    .block-2 .item .new {
      padding: 1px;
      border: 1px solid #ececec;
      background: #fff;
      height: 240px;
      width: 500px;
      overflow: hidden; }
      .block-2 .item .new img {
        width: 100%; }
    .block-2 .item:after {
      position: absolute;
      border-bottom-left-radius: 15px;
      border-top-left-radius: 15px;
      padding: 8px 15px;
      background: #FFF;
      right: 2px;
      bottom: 15px;
      content: 'После'; }
    .block-2 .item:before {
      position: absolute;
      border-bottom-left-radius: 15px;
      border-top-left-radius: 15px;
      padding: 8px 15px;
      background: #FFF;
      z-index: 1;
      left: 135px;
      bottom: -15px;
      content: 'До'; }
  .block-2 .dvx {
    margin: 20px 0 47px;
    display: inline-block;
    box-shadow: 0 4px 12px #8E9492; }

.block-3 {
  background: #ddd;
  background-position: 100%;
  padding: 15px 0 50px; }
  .block-3 .title:after, .block-3 .title:before {
    background: #b8b7b7; }
  .block-3 .row .wrp {
    margin-top: 20px; }
    .block-3 .row .wrp span {
      color: #f1f0f0;
      position: absolute;
      font-size: 139px;
      display: inline-block;
      font-family: 'HelveticaNeueLTPro-ThEx'; }
    .block-3 .row .wrp p {
      font-size: 16px;
      width: 255px;
      padding-left: 99px;
      display: table-cell;
      vertical-align: middle;
      height: 150px; }
    .block-3 .row .wrp p.first {
      padding-left: 62px; }
    .block-3 .row .wrp .call-btn {
      font-size: 12px;
      box-shadow: 0 4px 12px #8E9492;
      display: table;
      margin-left: 53px; }

.block-4 {
  background: url(../img/1366_cost_2.jpg) no-repeat;
  background-position-x: center;
  /*background-position: bottom;*/
  background-position-y: 5px;
  background-size: 100%;
  padding: 15px 0 5px; }
  .block-4 .hid {
    visibility: hidden;
    display: none; }
  .block-4 .title:after, .block-4 .title:before {
    background: #b8b7b7; }
  .block-4 h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0; }
    .block-4 h3 span {
      font-weight: normal; }
  .block-4 .wrp {
    margin: 60px 0 0px; }
  .block-4 .dx {
    height: 88px; }
  .block-4 .col-md-4 {
    padding: 0 7px; }
    .block-4 .col-md-4 .mwrap {
      margin-bottom: 50px;
      text-align: center; }
  .block-4 .cost {
    margin: 0;
    font-size: 14px; }
    .block-4 .cost b {
      font-size: 18px; }
  .block-4 .work-desc {
    visibility: hidden;
    display: none;
    width: 44%;
    margin-top: 5px; }
  .block-4 form {
    width: 633px;
    margin: 0px auto 40px;
    position: relative; }
    .block-4 form label {
      position: absolute;
      font-weight: normal;
      top: -20px;
      text-align: left;
      margin-left: 7px;
      font-size: 12px;
      color: #000;
      display: none; }
    .block-4 form input {
      margin: 0 5px;
      display: inline-block;
      height: 30px;
      border-radius: 5px;
      border: 1px solid #bebebe;
      padding: 7px;
      width: 200px;
      margin-bottom: 10px;
      font-size: 11px;
      background: #fff; }
    .block-4 form button {
      font-size: 11px;
      box-shadow: 0 4px 12px #8E9492; }

footer {
  background: #9c9c9c;
  z-index: 1;
  position: relative;
  padding: 20px 0; }
  footer * {
    color: #fff;
    z-index: 4; }
  footer *:hover {
    color: #fff !important; }
  footer #flogo {
    font-size: 14px; }
  footer ul {
    display: inline-block;
    margin-left: 20px; }
    footer ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 30px; }
      footer ul li a {
        font-size: 12px; }
  footer .phone {
    display: inline-block;
    margin-left: 30px; }
    footer .phone .call {
      background: transparent;
      list-style-type: none;
      margin: 5px 7px;
      margin-left: 25px;
      border-radius: 25px;
      padding: 6px 10px;
      display: inline-block;
      border: 2px solid #fff; }
      footer .phone .call:hover {
        color: #02A25A !important;
        outline: 0;
        border: 2px solid #02A25A; }
      footer .phone .call:focus {
        outline: 0; }
  footer .oblaka {
    display: inline-block;
    float: right;
    text-align: right;
    font-size: 12px;
    padding-top: 7px; }

.modal-body, .modal-content, .modal-dialog {
  border-radius: 7px; }

.close {
  margin-top: -25px;
  margin-right: -20px;
  line-height: 12px;
  opacity: .7 !important; }

.close span {
  font-weight: normal;
  font-size: 20px;
  display: flex;
  line-height: 30px;
  color: #69696D; }

.modal-dialog {
  width: 270px;
  background-color: #dddddd; }
  .modal-dialog .modal-body {
    background-color: #dddddd; }
  .modal-dialog label {
    color: #888787;
    font-size: 12px;
    font-weight: normal; }
  .modal-dialog input {
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    border: 1px solid #bebebe;
    padding: 7px;
    width: 100%;
    margin-bottom: 10px;
    background: #eaeaea; }
  .modal-dialog button[type="submit"] {
    padding: 8px 17px;
    width: 100%;
    margin-top: 15px; }

#form3, #form4 {
  padding: 10px; }

label[for="file4"] {
  color: #02A25A;
  cursor: pointer;
  border-bottom: 1px solid #02A25A; }

#form4 input[type="file"] {
  display: none; }

#filename {
  color: #888787;
  font-size: 11px; }

.mclose {
  margin-top: -12px !important;
  margin-right: -14px !important;
  font-weight: normal !important; }


.fixed-img{
  position: fixed;
  left: 0;
  bottom: 18%;
  z-index: 11111111;
}

#page-wrap .modal-dialog{
  width: 60%;
}

#page-wrap ul{
  margin-left: 30px;
}

.hidden-text-for-modal{
  display: none;
}


@media screen and (max-width: 1200px) {
  .fixed-img{max-width: 150px;}
}
@media screen and (max-width: 992px) {
  .fixed-img{max-width: 130px;}
}
@media screen and (max-width: 768px) {
  .fixed-img{max-width: 120px;}
}
@media screen and (max-width: 480px) {
  .fixed-img{max-width: 100px;}
}


@media screen and (min-width: 1378px) {
  header .info-wrap h1 {
    margin-top: 155px !important; }

  .info-wrap {
    margin-left: -116px !important; }

  .block-4 {
    background: url(../img/1920_cost.png) no-repeat !important;
    background-size: 100% !important;
    background-position: bottom !important;
    background-position-x: center !important;
    background-position-y: -100px !important; }

  .bg img {
    margin-top: 0px !important; }

  .block-1 {
    margin-top: 170px !important; }

  .block-4 .wrp {
    margin: 60px 0 70px; }

  .block-4 {
    padding: 15px 0 70px; }

  header .arrow {
    bottom: 0px; } }
@media screen and (min-width: 1900px) {
  .block-1 {
    margin-top: 285px !important; } }
@media screen and (max-width: 1280px) {
  header .info-wrap {
    margin-left: -15px; } }
@media screen and (max-width: 1200px) {
  header nav ul {
    margin-left: 35px; }

  header .info-wrap h1 {
    font-size: 23px; }

  header .info-form-wrap form button {
    padding: 6px 12px;
    font-size: 13px; }

  .block-2 .item {
    margin: 17px; }

  .block-2 .item, .block-2 .item .new {
    width: 430px; }

  .block-2 .item .new {
    height: 209px; }

  .block-2 .item .old {
    top: 77px; }

  .block-3 .row .wrp p {
    font-size: 14px; }

  footer .oblaka {
    font-size: 7px; } }
@media screen and (max-width: 1025px) {
  .block-1 {
    margin-top: 0px; } }
@media screen and (max-width: 992px) {
  header nav .phone .call, footer .phone .call {
    display: none; }

  header nav ul {
    margin-left: 25px; }

  .list-wrap {
    text-align: center; }

  .block-3 .row .wrp p {
    font-size: 11px; }

  footer .phone {
    margin-left: 0; }

  footer ul li {
    margin-right: 20px; } }
@media screen and (max-width: 768px) {

#page-wrap .modal-dialog{
  width: 80%;
}


  header .bg {
    top: 40px; }

  .title:after, .title:before {
    display: none; }

  .block-1 .item-wrap {
    text-align: center;
    width: 49%;
    vertical-align: middle;
    display: inline-block; }

  header .mrtop {
    margin: 65px 0 10px; }

  header nav {
    padding: 7px 0;
    height: 43px; }

  header nav ul li.bordered {
    margin: initial !important;
    margin-top: -2px !important;
    padding: 2px 3px !important; }

  header #logo {
    font-size: 12px; }

  .info-form {
    margin-top: 5px !important; }

  header nav ul li {
    margin: 0px -5px;
    padding: 2px 9px; }

  header nav .phone a {
    font-size: 12px; }

  header .info-wrap p {
    margin-bottom: 20px;
    padding-top: 1px;
    margin-left: 10px;
    display: block;
    width: 150px; }

  header .info-wrap a {
    margin-bottom: 35px;
    display: inline-block;
    margin-left: 10px; }

  header .info-wrap h1 {
    font-size: 22px;
    width: 281px;
    float: right;
    margin-top: -5px;
    text-align: right; }

  header nav .phone .time24 {
    margin-left: 2px;
    width: 30px; }

  .block-1 .bf {
    display: inline; }

  .block-2 .item {
    margin: 30px 0; }

  .block-3 .row .wrp {
    width: 60%;
    margin-left: 20%; }

  .block-3 .row .wrp p {
    font-size: 14px; }

  .block-3 .row .wrp .call-btn {
    display: inline; }

  .block-4 {
    padding: 3px 0 5px; }

  .block-4 .wrp {
    margin: 60px 0 -5px; }

  .block-4 form {
    width: 200px; }

  .block-4 form input {
    margin-bottom: 26px; }

  .block-4 .work-desc {
    width: 86%;
    margin-top: 5px; }

  .block-4 form label[for="phone2"] {
    top: 38px; }

  #flogo {
    display: none; }

  footer ul li {
    display: block; }

  footer .phone {
    display: block; }

  footer .oblaka {
    display: block;
    width: 100%; }

  footer * {
    text-align: center; }

  footer .oblaka {
    text-align: center;
    font-size: 13px; }

  .modal-dialog {
    margin: 10px auto; }

  .arrow {
    display: none !important; }

  header .info-form-wrap form .list {
    box-shadow: 1px 2px 10px #aaa; }

  .block-4 .hid, .block-4 .work-desc {
    display: none; } }
@media screen and (max-width: 490px) {
  body > header > nav > div > div > img {
    display: none; }

  header nav .phone a {
    font-size: 8px;
    margin-top: 10px;
    display: inline-block; }

  header .info-wrap a {
    font-size: 13px; }

  header .info-wrap {
    padding-top: 41px; } }
@media screen and (max-width: 478px) {
  header nav .phone a {
    font-size: 12px;
    margin-top: 6px; }

  header nav ul {
    display: block; }

  header nav .phone .time24 {
    display: none; }

  header nav ul {
    margin-left: 0; }

  header nav ul li a {
    font-size: 12px; }

  header nav .phone {
    margin-top: -50px;
    margin-right: -5px; }

  header nav {
    height: 60px;
    box-shadow: 0 3px 3px #e3e3e3; }

  header nav ul li.bordered {
    margin-top: -6px !important;
    padding: 0px 6px 1px !important; }

  header .info-wrap h1 {
    font-size: 22px;
    width: 100%;
    float: none;
    line-height: 17px;
    font-size: 15px;
    margin-top: 2px;
    margin-bottom: 28px;
    text-align: center;
    text-shadow: 2px 2px 1px #444; }

  header .info-wrap p {
    margin: 0px 0 10px 0;
    text-align: center;
    line-height: 13px;
    font-size: 11px;
    margin-top: -17px; }

  .block-1 .title, .block-2 .title, .block-3 .title, .block-4 .title {
    font-size: 22px; }

  .block-3 .row .wrp {
    width: 100%;
    margin-left: 0%; }

  .block-2 .item, .block-2 .item .new {
    width: 285px; }

  .block-2 .item .new {
    height: 139px; }

  header:after {
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5); }

  header .info-wrap p {
    margin-bottom: 3px;
    width: 100%; }

  header .info-wrap a {
    margin-bottom: 12px; }

  header .info-form-wrap form input, header .info-form-wrap form .element {
    margin-bottom: 7px; }

  .info-wrap {
    text-align: center; }

  header nav .phone .call, header .info-wrap a, header .info-form-wrap form button, .block-2 .dvx, .block-3 .row .wrp .call-btn, .block-4 form button, .modal-dialog button[type="submit"] {
    padding: 6px 17px;
    font-size: 13px; }

  header .info-form-wrap form {
    padding: 15px 30px;
    margin-bottom: 5px; }

  header .bg {
    height: 91.5%;
    overflow: hidden; }

  .block-1 .item-wrap {
    margin-bottom: 20px; }

  .block-1 .row {
    margin: 35px 0 25px; }

  .block-2 .work-desc {
    width: 90%;
    margin: 5px auto 0px; }

  .block-2 .item .old {
    width: 160px;
    height: 90px;
    top: 77px;
    left: -12px; }

  .block-2 .item .old img {
    height: 86px; }

  .block-2 .item {
    margin: 25px 0; }

  .block-2 .item:before {
    padding: 4px 14px;
    left: 99px;
    bottom: -12px; }

  .block-2 .item:after {
    padding: 4px 14px;
    bottom: 15px; }

  .block-4 form label {
    font-size: 11px; }

  footer .oblaka {
    font-size: 11px; } }
@media screen and (max-width: 380px) {
  body > header > nav > div > div > img {
    display: inline-block; } }

/*# sourceMappingURL=style.css.map */
body > header > nav > div > div > a.call,
#form2 > button{
  background: linear-gradient(to right, #A20227 0%, #B53535 100%) !important;
}