body {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #2f2f2f;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  background: #fff; }

input::-webkit-input-placeholder {
  color: #a5a4a4; }

input::-moz-placeholder {
  color: #a5a4a4; }

/* Firefox 19+ */
input:-moz-placeholder {
  color: #a5a4a4; }

/* Firefox 18- */
input:-ms-input-placeholder {
  color: #a5a4a4; }

.main_screen {
  position: relative;
  min-height: 998px;
  background: url("../images/main_screen.png") no-repeat center;
  z-index: 2; }
  .main_screen header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 74, 127, 0.9);
    padding: 5px 0px 5px; }
    .main_screen header .logo img {
      max-width: 100%; }
    .main_screen header .social {
      margin-top: 10px; }
      .main_screen header .social ul {
        margin: 0 0 0 45px;
        padding: 0; }
        .main_screen header .social ul li {
          display: inline-block; }
          .main_screen header .social ul li a {
            display: inline-block;
            padding: 0 6px;
            font-size: 20px;
            color: #4291f2; }
            .main_screen header .social ul li a:hover {
              color: #72adf5; }
    .main_screen header .colapse-menu-button {
      display: none;
      margin-top: 20px; }
      .main_screen header .colapse-menu-button .c-hamburger {
        margin: 0 auto; }
    .main_screen header .menu {
      margin-top: 30px; }
      .main_screen header .menu ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        .main_screen header .menu ul li {
          display: inline-block; }
          .main_screen header .menu ul li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 1em;
            font-weight: 900;
            text-transform: uppercase;
            color: #fff;
            padding: 10px;
            text-decoration: none; }
            .main_screen header .menu ul li a:hover {
              color: #4291f2; }
            .main_screen header .menu ul li a:hover:after {
              position: absolute;
              background: red;
              width: 17px;
              height: 6px;
              top: 0;
              left: 0;
              content: ''; }
            .main_screen header .menu ul li a:hover:before {
              position: absolute;
              background: red;
              height: 17px;
              width: 6px;
              top: 0;
              left: 0;
              content: ''; }
    .main_screen header .call_back {
      text-align: right;
      margin-top: 5px; }
      .main_screen header .call_back .numbers {
        margin-bottom: 12px; }
        .main_screen header .call_back .numbers p {
          font-size: 13px;
          line-height: 1.2em;
          font-weight: 400;
          color: #fff;
          margin-bottom: 5px; }
          .main_screen header .call_back .numbers p:last-child {
            margin-bottom: 0; }
      .main_screen header .call_back .call_order {
        display: inline-block;
        text-align: center;
        width: 140px;
        height: 34px;
        border: 2px solid #4291f2;
        font-size: 14px;
        line-height: 32px;
        font-weight: 400;
        color: #4291f2;
        text-decoration: none; }
        .main_screen header .call_back .call_order:hover {
          background: #4291f2;
          color: #fff; }
    .main_screen header .hidden_menu {
      display: none;
      margin-top: 30px; }
      .main_screen header .hidden_menu ul {
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        .main_screen header .hidden_menu ul li {
          display: inline-block; }
          .main_screen header .hidden_menu ul li a {
            position: relative;
            display: inline-block;
            font-size: 14px;
            line-height: 1em;
            font-weight: 900;
            text-transform: uppercase;
            color: #fff;
            padding: 10px;
            text-decoration: none; }
            .main_screen header .hidden_menu ul li a:hover {
              color: #4291f2; }
            .main_screen header .hidden_menu ul li a:hover:after {
              position: absolute;
              background: red;
              width: 17px;
              height: 6px;
              top: 0;
              left: 0;
              content: ''; }
            .main_screen header .hidden_menu ul li a:hover:before {
              position: absolute;
              background: red;
              height: 17px;
              width: 6px;
              top: 0;
              left: 0;
              content: ''; }
  .main_screen .title {
    margin-top: 325px;
    margin-bottom: 80px; }
    .main_screen .title h1 {
      font-size: 60px;
      font-weight: 700;
      line-height: 1.2em;
      color: #004a7f;
      margin: 0 0 10px; }
    .main_screen .title p {
      font-size: 30px;
      font-weight: 400;
      line-height: 1.2em;
      color: #0b314d;
      margin: 0; }
  .main_screen .wrap_form .form_border {
    padding: 20px;
    display: inline-block;
    border: 10px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(top, #4b7edc 0%, #8147a5 100%);
    border-image: linear-gradient(to bottom, #4b7edc 0%, #8147a5 100%);
    border-image-slice: 1; }
    .main_screen .wrap_form .form_border .forma {
      width: 630px;
      background: #fff;
      padding: 10px 25px;
      box-shadow: 0.4px -3px 80.4px 17.6px rgba(51, 108, 179, 0.32); }
      .main_screen .wrap_form .form_border .forma .form_title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px; }
        .main_screen .wrap_form .form_border .forma .form_title .action {
          position: relative;
          display: inline-block;
          width: 98px;
          height: 38px;
          font-size: 22px;
          color: #fff;
          line-height: 38px;
          text-align: center;
          background: #4291f2;
          margin: 0 35px 0 0; }
          .main_screen .wrap_form .form_border .forma .form_title .action:after {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            top: 0;
            right: -30px;
            border-top: 19px solid transparent;
            border-left: 30px solid #4291f2;
            border-bottom: 19px solid transparent; }
        .main_screen .wrap_form .form_border .forma .form_title p {
          font-size: 20px;
/*          font-size: 24px;*/          
          line-height: 1.2em;
          font-weight: 500;
          font-style: italic;
          color: #004a80;
          margin: 0; }
          .main_screen .wrap_form .form_border .forma .form_title p span {
            display: inline-block;
            margin: 0 0 0 15px;
            font-size: 30px;
            color: #004a80; }
            .main_screen .wrap_form .form_border .forma .form_title p span mark {
              background: none;
              color: #4291f2;
              padding: 0; }
      .main_screen .wrap_form .form_border .forma form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .main_screen .wrap_form .form_border .forma form input {
          width: 360px;
          height: 42px;
          border: 1px solid #e6e6e6;
          background: #fff;
          padding-left: 20px;
          font-size: 16px;
          font-weight: 300;
          font-style: italic;
          color: #a5a4a4;
          outline: none; }
        .main_screen .wrap_form .form_border .forma form button {
          width: 185px;
          height: 42px;
          background: #da2128;
          border: none;
          font-size: 16px;
          font-weight: 400;
          color: #fff;
          outline: none; }
          .main_screen .wrap_form .form_border .forma form button:hover {
            background: #cd1f26; }
      .main_screen .wrap_form .form_border .forma span {
        display: inline-block;
        font-size: 12px;
        font-weight: 400;
        color: #b8b7b7;
        margin-top: 12px; }

.why {
  position: relative;
  min-height: 835px;
  background-image: -webkit-linear-gradient(323deg, #8456ac, #0c4b84);
  background-image: linear-gradient(127deg, #8456ac, #0c4b84);
  margin-top: -107px;
  padding: 120px 0; }
  .why:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka1.png") no-repeat right; }
  .why .title {
    margin-top: 55px;
    margin-bottom: 120px; }
    .why .title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      z-index: 1; }
      .why .title h2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: url("../images/title_sign1.png");
        z-index: -1; }
  .why .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .why .wrapper .block_confidence {
      width: -webkit-calc(100%/3);
      width: calc(100%/3);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 70px; }
      .why .wrapper .block_confidence .icon {
        margin: 0 30px; }
      .why .wrapper .block_confidence .text h4 {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 700;
        color: #4291f2;
        margin: 0 0 5px;
        text-transform: uppercase; }
      .why .wrapper .block_confidence .text p {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.2em;
        color: #fff; }

.kinds_cielings {
  padding: 20px 0 45px; }
  .kinds_cielings .title {
    margin-top: 20px;
    margin-bottom: 100px; }
    .kinds_cielings .title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #2f2f2f;
      text-transform: uppercase;
      margin: 0;
      z-index: 1; }
      .kinds_cielings .title h2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: url("../images/title_sign2.png");
        z-index: -1; }
  .kinds_cielings #kinds_tabs {
    width: 90%;
    margin: 0 auto 50px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 3px solid #e7e6e6; }
    .kinds_cielings #kinds_tabs li {
      display: inline-block; }
      .kinds_cielings #kinds_tabs li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        color: #2f2f2f;
        padding: 5px 0; }
      .kinds_cielings #kinds_tabs li.active a {
        color: #da2128; }
        .kinds_cielings #kinds_tabs li.active a:after {
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 3px;
          content: '';
          background: #da2128; }
  .kinds_cielings .tab-content .slider_kinds {
    position: relative;
    padding-bottom: 60px;
    z-index: 3; }
    .kinds_cielings .tab-content .slider_kinds .slick-slide {
      position: relative;
      padding: 15px; }
      .kinds_cielings .tab-content .slider_kinds .slick-slide:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 155px;
        background: #004a80;
        content: ''; }
      .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide {
        position: relative;
        z-index: 2;
        background: #fff; }
        .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .photo img {
          width: 100%; }
        .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description {
          text-align: center;
          padding: 20px 10px;
          border: 1px solid #bebebe;
          border-top: none; }
          .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description h4 {
            font-size: 16px;
            font-weight: 700;
            color: #2f2f2f;
            margin: 0 0 20px; }
          .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description p {
            font-size: 14px;
            font-weight: 400;
            color: #2f2f2f;
            margin-bottom: 5px; }
          .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description .type_room {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin: 20px 0 20px; }
            .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description .type_room .room {
              width: 50%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 3px 0; }
              .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description .type_room .room .icon {
                width: 25px;
                height: 25px;
                margin: 0 10px 0 5px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                        justify-content: center; }
              .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description .type_room .room p {
                font-size: 14px;
                font-weight: 400;
                color: #2f2f2f;
                margin: 0; }
          .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description a {
            display: inline-block;
            width: 90%;
            height: 42px;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 42px;
            background: #da2128;
            text-decoration: none;
            outline: none; }
            .kinds_cielings .tab-content .slider_kinds .slick-slide .kinds_slide .description a:hover {
              background: #cd1f26; }
    .kinds_cielings .tab-content .slider_kinds .slick-arrow {
      width: 32px;
      height: 32px;
      border: none;
      background: #004a80;
      position: absolute;
      bottom: 0;
      outline: none; }
      .kinds_cielings .tab-content .slider_kinds .slick-arrow i {
        font-size: 25px;
        color: #fff; }
      .kinds_cielings .tab-content .slider_kinds .slick-arrow:hover {
        background: #8c4caa; }
    .kinds_cielings .tab-content .slider_kinds .slick-prev {
      left: 0; }
    .kinds_cielings .tab-content .slider_kinds .slick-next {
      left: 32px; }

.calculate_cost {
  position: relative;
  min-height: 1020px;
  background-image: -webkit-linear-gradient(bottom, #8e4dab, #084b83);
  background-image: linear-gradient(to top, #8e4dab, #084b83);
  padding: 120px 0; }
  .calculate_cost:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka2.png") no-repeat left; }
  .calculate_cost:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka1.png") no-repeat right; }
  .calculate_cost .spot_block {
    position: absolute;
    width: 100%;
    height: 331px;
    z-index: 2;
    top: -105px;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .calculate_cost .spot_block:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: url("../images/spot1.png"); }
    .calculate_cost .spot_block p {
      position: relative;
      font-size: 24px;
      font-weight: 700;
      color: #fff;
      margin: 0;
      line-height: 40px;
      z-index: 2;
      font-style: italic; }
      .calculate_cost .spot_block p mark {
        background: none;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700; }
      .calculate_cost .spot_block p span {
        font-size: 36px; }
  .calculate_cost .title {
    margin-top: 125px;
    margin-bottom: 65px; }
    .calculate_cost .title h2 {
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #fff;
      text-transform: uppercase;
      margin: 0; }
  .calculate_cost .wrap_cost .send_cost_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .calculate_cost .wrap_cost .cost_step {
    width: -webkit-calc(100%/3);
    width: calc(100%/3); }
    .calculate_cost .wrap_cost .cost_step .wrap_step {
      position: relative;
      margin-bottom: 30px;
      border-bottom: 2px solid #fff;
      padding-left: 30px; }
      .calculate_cost .wrap_cost .cost_step .wrap_step span {
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 0.6em;
        color: #fff;
        font-size: 36px;
        font-weight: 700; }
      .calculate_cost .wrap_cost .cost_step .wrap_step p {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        margin-bottom: 5px; }
    .calculate_cost .wrap_cost .cost_step .blue_style {
      border-bottom: 2px solid #4291f2; }
      .calculate_cost .wrap_cost .cost_step .blue_style span {
        color: #4291f2;
        left: -10px; }
      .calculate_cost .wrap_cost .cost_step .blue_style p {
        color: #4291f2; }
    .calculate_cost .wrap_cost .cost_step .wrap_type_room {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .calculate_cost .wrap_cost .cost_step .wrap_type_room input {
        display: none; }
        .calculate_cost .wrap_cost .cost_step .wrap_type_room input:checked + label {
          background: #4291f2; }
      .calculate_cost .wrap_cost .cost_step .wrap_type_room label {
        width: -webkit-calc(100%/3);
        width: calc(100%/3);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 2px 0;
        padding: 6px 0;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        cursor: pointer; }
        .calculate_cost .wrap_cost .cost_step .wrap_type_room label .icon {
          width: 25px;
          height: 25px;
          margin: 0 5px 0 15px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
    .calculate_cost .wrap_cost .cost_step .wrap_type_linen {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .calculate_cost .wrap_cost .cost_step .wrap_type_linen input {
        display: none; }
        .calculate_cost .wrap_cost .cost_step .wrap_type_linen input:checked + label:before {
          position: absolute;
          width: 100%;
          height: 100%;
          border: 10px solid #4291f2;
          content: '';
          top: 0;
          left: 0;
          bottom: 0;
          right: 0; }
      .calculate_cost .wrap_cost .cost_step .wrap_type_linen label {
        position: relative;
        text-align: center;
        margin: 0 20px;
        cursor: pointer;}
        .calculate_cost .wrap_cost .cost_step .wrap_type_linen label span {
          text-align: center;
          position: absolute;
          display: inline-block;
          left: -10px;
          top: 20px;
          height: 27px;
          padding: 0px 10px;
          background: #fff;
          font-size: 14px;
          font-weight: 500;
          line-height: 27px;
          color: #004a80; }
        .calculate_cost .wrap_cost .cost_step .wrap_type_linen label img{
            max-width:100%;
        }          
    .calculate_cost .wrap_cost .cost_step .area {
      margin-bottom: 30px; }
      .calculate_cost .wrap_cost .cost_step .area #amount1 {
        background: none;
        border: none; }
      .calculate_cost .wrap_cost .cost_step .area #slider1 {
        height: 6px;
        border: none;
        border-radius: 0px; }
        .calculate_cost .wrap_cost .cost_step .area #slider1 .ui-slider-handle {
          width: 9px;
          height: 25px;
          background: #4291f2;
          border-radius: 0px;
          top: -10px;
          margin-left: -5px; }
        .calculate_cost .wrap_cost .cost_step .area #slider1 .ui-widget-header {
          background: #b5b5b5;
          border-radius: 0px; }
    .calculate_cost .wrap_cost .cost_step .perimeter #amount2 {
      background: none;
      border: none; }
    .calculate_cost .wrap_cost .cost_step .perimeter #slider2 {
      height: 6px;
      border: none;
      border-radius: 0px; }
      .calculate_cost .wrap_cost .cost_step .perimeter #slider2 .ui-slider-handle {
        width: 9px;
        height: 25px;
        background: #4291f2;
        border-radius: 0px;
        top: -10px;
        margin-left: -5px; }
      .calculate_cost .wrap_cost .cost_step .perimeter #slider2 .ui-widget-header {
        background: #b5b5b5;
        border-radius: 0px; }
    .calculate_cost .wrap_cost .cost_step .area p, .calculate_cost .wrap_cost .cost_step .perimeter p {
      font-size: 14px;
      font-weight: 400;
      color: #fff; }
    .calculate_cost .wrap_cost .cost_step .area .slider_counter, .calculate_cost .wrap_cost .cost_step .perimeter .slider_counter {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 10px; }
      .calculate_cost .wrap_cost .cost_step .area .slider_counter span, .calculate_cost .wrap_cost .cost_step .perimeter .slider_counter span {
        font-size: 14px;
        font-weight: 400;
        color: #fff; }
  .calculate_cost .wrap_cost .wrap_form {
    width: 100%;
    text-align: center;
    margin-top: 70px; }
    .calculate_cost .wrap_cost .wrap_form .form_border {
      position: relative;
      display: inline-block;
      border: 10px solid rgba(66, 145, 242, 0.18);
      box-shadow: 0.4px -3px 32.8px 7.2px rgba(0, 0, 0, 0.19);
      padding: 15px; }
      .calculate_cost .wrap_cost .wrap_form .form_border h2 {
        position: absolute;
        width: 100%;
        top: -22px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        color: #fff;
        margin: 0;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 700; }
      .calculate_cost .wrap_cost .wrap_form .form_border .red_angle {
        position: absolute;
        width: 28px;
        height: 28px;
        content: ''; }
      .calculate_cost .wrap_cost .wrap_form .form_border .r_a1 {
        top: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-top: 10px solid red; }
      .calculate_cost .wrap_cost .wrap_form .form_border .r_a2 {
        top: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-top: 10px solid red; }
      .calculate_cost .wrap_cost .wrap_form .form_border .r_a3 {
        bottom: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-bottom: 10px solid red; }
      .calculate_cost .wrap_cost .wrap_form .form_border .r_a4 {
        bottom: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-bottom: 10px solid red; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost {
        width: 830px;
        background: #fff;
        padding: 15px;
        box-shadow: 0.4px -3px 80.4px 17.6px rgba(51, 108, 179, 0.32); }
        .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 20px; }
          .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title .action {
            position: relative;
            display: inline-block;
            width: 138px;
            height: 38px;
            font-size: 22px;
            color: #fff;
            line-height: 38px;
            text-align: center;
            background: #4291f2;
            margin: 0; }
            .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title .action:after {
              position: absolute;
              content: '';
              width: 0;
              height: 0;
              top: 0;
              right: -30px;
              border-top: 19px solid transparent;
              border-left: 30px solid #4291f2;
              border-bottom: 19px solid transparent; }
          .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p {
            font-size: 30px;
            line-height: 1.2em;
            font-weight: 500;
            font-style: italic;
            color: #004a80;
            margin: 0; }
            .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p span {
              display: inline-block;
              margin: 0 40px;
              font-size: 30px;
              color: #004a80; }
              .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p span mark {
                background: none;
                color: #4291f2;
                padding: 0; }
        .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset input {
            width: 290px;
            height: 42px;
            border: 1px solid #e6e6e6;
            background: #fff;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 300;
            font-style: italic;
            color: #a5a4a4;
            outline: none; }
          .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset button {
            width: 185px;
            height: 42px;
            background: #da2128;
            border: none;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            outline: none; }
            .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset button:hover {
              background: #cd1f26; }
        .calculate_cost .wrap_cost .wrap_form .form_border .form_cost span {
          display: inline-block;
          font-size: 12px;
          font-weight: 400;
          color: #b8b7b7;
          margin-top: 10px; }

.look_ceiling {
  min-height: 650px;
  padding: 40px 0; }
  .look_ceiling .title {
    margin-top: 10px;
    margin-bottom: 60px; }
    .look_ceiling .title h2 {
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #2f2f2f;
      margin: 0; }
  .look_ceiling .constructor .constructor-img-back-cont {
    position: relative; }
    .look_ceiling .constructor .constructor-img-back-cont .constructor__img-cont {
      position: relative;
      border: 10px solid #4291f2;
      z-index: 10; }
      .look_ceiling .constructor .constructor-img-back-cont .constructor__img-cont img {
        width: 100%;
        background-size: cover; }
      .look_ceiling .constructor .constructor-img-back-cont .constructor__img-cont:after {
        position: absolute;
        width: 30px;
        height: 10px;
        content: '';
        background: #da2128;
        top: -10px;
        left: -10px; }
      .look_ceiling .constructor .constructor-img-back-cont .constructor__img-cont:before {
        position: absolute;
        width: 10px;
        height: 30px;
        content: '';
        background: #da2128;
        top: -10px;
        left: -10px; }
    .look_ceiling .constructor .constructor-img-back-cont .const-img-2 {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
      .look_ceiling .constructor .constructor-img-back-cont .const-img-2 .const-img-potolok {
        z-index: 2;
        width: 100%;
        height: 24%;
        -webkit-transition: background .3s;
        transition: background .3s;
        background-color: #FCDBA5; }
      .look_ceiling .constructor .constructor-img-back-cont .const-img-2 .const-img-steni {
        z-index: 2;
        width: 100%;
        height: 45%;
        -webkit-transition: background .3s;
        transition: background .3s;
        background-color: #E7D7A6; }
      .look_ceiling .constructor .constructor-img-back-cont .const-img-2 .const-img-pol {
        z-index: 2;
        width: 100%;
        height: 31%;
        -webkit-transition: background .3s;
        transition: background .3s;
        background-color: #979aaa; }
      .look_ceiling .constructor .constructor-img-back-cont .const-img-2 .const-img-photo-potolok {
        z-index: 3;
        position: absolute;
        width: 100%;
        height: 24%;
        top: 0;
        left: 0;
        -webkit-transition: background .3s;
        transition: background .3s; }
  .look_ceiling .constructor .constructor__pallette .palette__tabs-cont {
    margin-bottom: 20px; }
    .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs {
      border-bottom: 3px solid #ededed;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 0 35px;
      padding: 0; }
      .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li {
        display: inline-block; }
        .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li a {
          position: relative;
          display: inline-block;
          padding: 5px 0;
          text-decoration: none;
          font-size: 18px;
          line-height: 1em;
          font-weight: 400;
          color: #2f2f2f; }
        .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li.active a {
          color: #da2128; }
        .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li.active a:after {
          position: absolute;
          width: 100%;
          height: 3px;
          background: #da2128;
          content: '';
          bottom: -3px;
          left: 0; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__header {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    color: #2f2f2f;
    margin-bottom: 10px; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors input {
    display: none; }
    .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors input:checked + label {
      border: 3px solid #da2128 !important; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors label {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin: 1px; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok1 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni1 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol1 + label {
    background-color: #ededed; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok2 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni2 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol2 + label {
    background-color: #fff59d; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok3 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni3 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol3 + label {
    background-color: #960a38; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok4 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni4 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol4 + label {
    background-color: #f8cc8e; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok5 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni5 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol5 + label {
    background-color: #8fc49a; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok6 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni6 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol6 + label {
    background-color: #4291f2; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok7 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni7 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol7 + label {
    background-color: #eea4c8; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok8 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni8 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol8 + label {
    background-color: #c8a372; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok9 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni9 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol9 + label {
    background-color: #8dcff0; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok10 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni10 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol10 + label {
    background-color: #8fafd8; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok11 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni11 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol11 + label {
    background-color: #00903e; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok12 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni12 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol12 + label {
    background-color: #ffed00; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok13 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni13 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol13 + label {
    background-color: #56493d; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok14 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni14 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol14 + label {
    background-color: #fcdddd; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok15 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni15 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol15 + label {
    background-color: #ededed; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok16 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni16 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol16 + label {
    background-color: #fcefdf; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok17 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni17 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol17 + label {
    background-color: #004a80; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok18 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni18 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol18 + label {
    background-color: #df040a; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok19 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni19 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol19 + label {
    background-color: #97bd1d; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok20 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni20 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol20 + label {
    background-color: #888888; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok21 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni21 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol21 + label {
    background-color: #ffffff;
    border: solid 1px #c8c8c8; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok22 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni22 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol22 + label {
    background-color: #da007e; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok23 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni23 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol23 + label {
    background-color: #f5b55e; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok24 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni24 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol24 + label {
    background-color: #cbbba2; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok25 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni25 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol25 + label {
    background-color: #ee9ea2; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok26 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni26 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol26 + label {
    background-color: #ab91be; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok27 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni27 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol27 + label {
    background-color: #001880; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok28 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni28 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol28 + label {
    background-color: #65107f; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok29 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni29 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol29 + label {
    background-color: #ededed; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok30 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni30 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol30 + label {
    background-color: #c3e4fc; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok31 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni31 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol31 + label {
    background-color: #edcaff; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-potolok32 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-steni32 + label, .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__colors #colors-pol32 + label {
    background-color: #cfdce5; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat input {
    display: none; }
    .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat input:checked + label {
      border: 2px solid #da2128 !important; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat label {
    width: 50px;
    height: 50px;
    cursor: pointer;
    margin: 4px;
    border: 1px solid rgba(128, 121, 122, 0.17) !important;
    border-radius: 5px; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok1 + label {
    background: url(../images/543a4e2046dd6254377b88aa11996a99.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok2 + label {
    background: url(../images/27d688c275dcf0681a707a88af230398.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok3 + label {
    background: url(../images/6f83a2f1d1d6cdfdd4990c98ff5f9296.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok4 + label {
    background: url(../images/ab76dc824c60c174d72dc38bc9e811cd.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok5 + label {
    background: url(../images/44633221c29b0622f6e00f588e3e3bb9.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok6 + label {
    background: url(../images/51818cd017fdb4ed56a9927e39ec3a01.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok7 + label {
    background: url(../images/7e8655a7bc32a9f82c422e68dc6f5cd0.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok8 + label {
    background: url(../images/1591a7aae4c420ffed8ee4141d998e7d.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok9 + label {
    background: url(../images/3b500aebd52a6086eb7ed6b96b23bb3e.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok10 + label {
    background: url(../images/28a73ef2a6ff1391493ec3fc3e7da473.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok11 + label {
    background: url(../images/007b479cef95e240f492110f38aee22f.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok12 + label {
    background: url(../images/a84839493f6d0db1c39e2ea34ade136c.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok13 + label {
    background: url(../images/aa375ca337f5e2140b517b3522dc6659.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok14 + label {
    background: url(../images/ce65a741754bc2380d1b695d1474f2bb.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok15 + label {
    background: url(../images/dc8812fdba7824829e394d72a3e05c2c.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok16 + label {
    background: url(../images/00c72ecd03684b01265f2f9aaa396af7.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok17 + label {
    background: url(../images/4477209a487e9ffcc8a820480ad894ef.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok18 + label {
    background: url(../images/e3fc501e23c7fafed24189724aec1bab.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok19 + label {
    background: url(../images/78a72cf18d8ec7d5378e0a41c60b680a.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok20 + label {
    background: url(../images/7be6ad3a97843475619b6c83b6422c01.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok21 + label {
    background: url(../images/72a179b75cd2c5944d7db84f1b810f21.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .constructor__pallette .tab-content .tab-pane .palette__tabs-cont .palette__photopechat #colors-fotopechat-potolok22 + label {
    background: url(../images/4eb68d4255e6fdadbf7b0b3d688bb828.jpg);
    background-size: 110% 110%; }
  .look_ceiling .constructor .wrap_btn {
    margin-top: 10px; }
    .look_ceiling .constructor .wrap_btn a {
      display: inline-block;
      width: 210px;
      height: 42px;
      font-size: 16px;
      line-height: 42px;
      color: #fff;
      text-decoration: none;
      background: #da2128; }
      .look_ceiling .constructor .wrap_btn a:hover {
        background: #c41e24; }

.our_works {
  position: relative;
  min-height: 1070px;
  background: url("../images/bggg1.png") no-repeat center, -webkit-linear-gradient(85deg, #0a4b84, #874da9);
  background: url("../images/bggg1.png") no-repeat center, linear-gradient(5deg, #0a4b84, #874da9);
  padding: 120px 0; }
  .our_works:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka2.png") no-repeat left; }
  .our_works:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka1.png") no-repeat right; }
  .our_works .title {
    margin-top: 30px;
    margin-bottom: 95px; }
    .our_works .title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      z-index: 1; }
      .our_works .title h2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: url("../images/title_sign1.png");
        z-index: -1; }
  .our_works #works_tabs {
    width: 90%;
    margin: 0 auto 40px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 3px solid #6b5aa5; }
    .our_works #works_tabs li {
      display: inline-block; }
      .our_works #works_tabs li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        font-weight: 400;
        color: #4291f2;
        padding: 5px 0; }
      .our_works #works_tabs li.active a {
        color: #fff; }
        .our_works #works_tabs li.active a:after {
          position: absolute;
          bottom: -3px;
          left: 0;
          width: 100%;
          height: 3px;
          content: '';
          background: #fff; }
  .our_works .tab-content .slider_works {
    position: relative;
    padding-bottom: 90px;
    z-index: 3; }
    .our_works .tab-content .slider_works .slick-slide {
      padding: 8px; }
      .our_works .tab-content .slider_works .slick-slide .works_slide {
        position: relative;
        z-index: 2;
        background: #fff;
        border: 6px solid #4291f2; }
        .our_works .tab-content .slider_works .slick-slide .works_slide .photo img {
          width: 100%; }
        .our_works .tab-content .slider_works .slick-slide .works_slide .description {
          text-align: center;
          padding: 15px 15px 25px;
          border: 1px solid #bebebe;
          border-top: none; }
          .our_works .tab-content .slider_works .slick-slide .works_slide .description h4 {
            font-size: 14px;
            font-weight: 700;
            color: #2f2f2f;
            margin: 0 0 15px; }
          .our_works .tab-content .slider_works .slick-slide .works_slide .description p {
            font-size: 14px;
            font-weight: 400;
            color: #2f2f2f; }
          .our_works .tab-content .slider_works .slick-slide .works_slide .description .type_room {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
            margin: 20px 0 25px; }
            .our_works .tab-content .slider_works .slick-slide .works_slide .description .type_room .room {
              width: 50%;
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
              -webkit-align-items: center;
                  -ms-flex-align: center;
                      align-items: center;
              padding: 5px 0; }
              .our_works .tab-content .slider_works .slick-slide .works_slide .description .type_room .room .icon {
                width: 25px;
                height: 25px;
                margin: 0 10px 0 5px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                    -ms-flex-pack: center;
                        justify-content: center; }
              .our_works .tab-content .slider_works .slick-slide .works_slide .description .type_room .room p {
                font-size: 14px;
                font-weight: 400;
                color: #2f2f2f;
                margin: 0; }
          .our_works .tab-content .slider_works .slick-slide .works_slide .description a {
            display: inline-block;
            width: 90%;
            height: 42px;
            color: #fff;
            font-size: 16px;
            font-weight: 400;
            line-height: 42px;
            background: #da2128;
            text-decoration: none;
            outline: none;
            margin-top: 20px; }
            .our_works .tab-content .slider_works .slick-slide .works_slide .description a:hover {
              background: #cd1f26; }
    .our_works .tab-content .slider_works .slick-arrow {
      width: 32px;
      height: 32px;
      border: none;
      background: #4291f2;
      position: absolute;
      bottom: 0;
      outline: none; }
      .our_works .tab-content .slider_works .slick-arrow i {
        font-size: 25px;
        color: #fff; }
      .our_works .tab-content .slider_works .slick-arrow:hover {
        background: #8c4caa; }
    .our_works .tab-content .slider_works .slick-prev {
      left: 0; }
    .our_works .tab-content .slider_works .slick-next {
      left: 32px; }
  .our_works .spot_block {
    position: absolute;
    width: 100%;
    height: 331px;
    z-index: 2;
    bottom: -115px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .our_works .spot_block:after {
      position: absolute;
      top: 45%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: url("../images/spot1.png"); }
    .our_works .spot_block .title {
      margin: 0; }
      .our_works .spot_block .title p {
        position: relative;
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        z-index: 2;
        margin-bottom: 30px; }
        .our_works .spot_block .title p span {
          color: #4291f2;
          text-transform: uppercase; }
      .our_works .spot_block .title a {
        position: relative;
        display: inline-block;
        text-align: center;
        width: 210px;
        height: 42px;
        color: #fff;
        font-size: 16px;
        line-height: 42px;
        font-weight: 400;
        z-index: 2;
        text-decoration: none;
        background: #4291f2; }
        .our_works .spot_block .title a:hover {
          background: #2a83f0; }

.advantages {
  position: relative;
  min-height: 945px;
  padding: 65px 0 40px;
  overflow: hidden; }
  .advantages .title {
    margin: 90px 0; }
    .advantages .title h2 {
      font-size: 36px;
      line-height: 1.2em;
      font-weight: 400;
      color: #2f2f2f;
      margin: 0 0 15px;
      text-transform: uppercase; }
    .advantages .title p {
      font-size: 25px;
      font-weight: 700;
      line-height: 1.2em;
      color: #4291f2;
      text-transform: uppercase;
      margin: 0; }
  .advantages .wrap_advantages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .advantages .wrap_advantages .advant_block {
      width: -webkit-calc(100%/3);
      width: calc(100%/3);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 70px; }
      .advantages .wrap_advantages .advant_block .icon {
        margin: 0 20px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
      .advantages .wrap_advantages .advant_block .text h4 {
        font-size: 18px;
        line-height: 1.2em;
        font-weight: 700;
        color: #4291f2;
        text-transform: uppercase;
        margin: 0 0 10px; }
      .advantages .wrap_advantages .advant_block .text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: #2f2f2f; }
  .advantages .wrap_form {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: -30px; }
    .advantages .wrap_form .form_border {
      position: relative;
      display: inline-block;
      border: 10px solid rgba(66, 145, 242, 0.18);
      box-shadow: 0.4px -3px 32.8px 7.2px rgba(0, 0, 0, 0.19);
      z-index: 1;
      padding: 16px; }
      .advantages .wrap_form .form_border:after {
        position: absolute;
        top: -55px;
        right: -255px;
        content: url("../images/measure_men.png");
        z-index: -1; }
      .advantages .wrap_form .form_border h2 {
        color: #fff;
        margin: 0 0 20px;
        font-size: 30px;
        font-weight: 500;
        font-style: italic; }
      .advantages .wrap_form .form_border .red_angle {
        position: absolute;
        width: 28px;
        height: 28px;
        content: ''; }
      .advantages .wrap_form .form_border .r_a1 {
        top: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-top: 10px solid red; }
      .advantages .wrap_form .form_border .r_a2 {
        top: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-top: 10px solid red; }
      .advantages .wrap_form .form_border .r_a3 {
        bottom: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-bottom: 10px solid red; }
      .advantages .wrap_form .form_border .r_a4 {
        bottom: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-bottom: 10px solid red; }
      .advantages .wrap_form .form_border .form_cost {
        width: 830px;
        background: #004a80;
        padding: 16px;
        box-shadow: 0.4px -3px 32.8px 7.2px rgba(0, 0, 0, 0.19); }
        .advantages .wrap_form .form_border .form_cost form {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .advantages .wrap_form .form_border .form_cost form input {
            width: 290px;
            height: 42px;
            border: 1px solid #e6e6e6;
            background: #fff;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 300;
            font-style: italic;
            color: #a5a4a4;
            outline: none; }
          .advantages .wrap_form .form_border .form_cost form button {
            width: 185px;
            height: 42px;
            background: #da2128;
            border: none;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            outline: none; }
            .advantages .wrap_form .form_border .form_cost form button:hover {
              background: #cd1f26; }
        .advantages .wrap_form .form_border .form_cost span {
          display: inline-block;
          font-size: 12px;
          font-weight: 400;
          color: #b8b7b7;
          margin-top: 15px; }

.right_choice {
  position: relative;
  min-height: 870px;
  background: url("../images/bggg1.png") no-repeat top 80px center, -webkit-linear-gradient(top, #8456ac, #004a80);
  background: url("../images/bggg1.png") no-repeat top 80px center, linear-gradient(to bottom, #8456ac, #004a80);
  padding: 120px 0; }
  .right_choice:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka2.png") no-repeat left; }
  .right_choice:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka1.png") no-repeat right; }
  .right_choice .title {
    margin-top: 40px;
    margin-bottom: 100px; }
    .right_choice .title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #fff;
      text-transform: uppercase;
      margin: 0;
      z-index: 1; }
      .right_choice .title h2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: url("../images/title_sign1.png");
        z-index: -1; }
  .right_choice #accordion .panel {
    background: none;
    border: none;
    box-shadow: none; }
    .right_choice #accordion .panel .panel-heading {
      background: none; }
      .right_choice #accordion .panel .panel-heading .panel-title a {
        font-size: 24px;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: -15px; }
        .right_choice #accordion .panel .panel-heading .panel-title a span {
          width: 32px;
          height: 32px;
          background: #0a4b83;
          text-align: center;
          margin-right: 20px;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0; }
          .right_choice #accordion .panel .panel-heading .panel-title a span i {
            width: 100%;
            font-size: 25px;
            font-weight: 300;
            color: #fff;
            line-height: 32px; }
      .right_choice #accordion .panel .panel-heading .panel-title .collapsed span {
        width: 32px;
        height: 32px;
        background: #4291f2;
        text-align: center;
        margin-right: 20px;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0; }
        .right_choice #accordion .panel .panel-heading .panel-title .collapsed span i {
          width: 100%;
          font-size: 25px;
          font-weight: 300;
          color: #fff;
          line-height: 32px;
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
    .right_choice #accordion .panel .panel-collapse .panel-body {
      border: none;
      padding: 10px 15px 10px 50px; }
      .right_choice #accordion .panel .panel-collapse .panel-body p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #fff; }

.for_order {
  min-height: 565px; }
  .for_order .title {
    margin-top: 55px;
    margin-bottom: 90px; }
    .for_order .title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #2f2f2f;
      text-transform: uppercase;
      margin: 0;
      z-index: 1; }
      .for_order .title h2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: url("../images/title_sign2.png");
        z-index: -1; }
  .for_order .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .for_order .wrapper .step_order {
      width: -webkit-calc(100%/4);
      width: calc(100%/4); }
      .for_order .wrapper .step_order .icon {
        text-align: center;
        width: 100%;
        height: 90px;
        border-bottom: 4px solid #e7e6e6;
        margin-bottom: 60px; }
      .for_order .wrapper .step_order .text {
        padding-right: 20px;
        min-height: 130px; }
        .for_order .wrapper .step_order .text h4 {
          min-height: 45px;
          font-size: 18px;
          line-height: 1.2em;
          font-weight: 700;
          text-transform: uppercase;
          color: #4291f2;
          margin: 0 0 10px; }
        .for_order .wrapper .step_order .text p {
          font-size: 14px;
          font-weight: 400;
          line-height: 1.2em;
          color: #2f2f2f; }
        .for_order .wrapper .step_order .text span {
          font-size: 18px;
          font-weight: 400;
          color: #4291f2; }
      .for_order .wrapper .step_order a {
        position: relative;
        display: inline-block;
        width: 185px;
        height: 42px;
        background: #da2128;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
        color: #fff;
        line-height: 42px;
        text-decoration: none;
        margin-top: 15px;
        z-index: 3; }
        .for_order .wrapper .step_order a:hover {
          background: #c41e24; }

.key {
  position: relative;
  min-height: 765px;
  padding: 120px 0 0;
  background: url("../images/bggg2.png") no-repeat center #17568e; }
  .key .spot_block {
    position: absolute;
    width: 100%;
    height: 331px;
    z-index: 2;
    top: -95px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden; }
    .key .spot_block:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: url("../images/spot1.png"); }
    .key .spot_block p {
      position: relative;
      font-size: 24px;
      line-height: 40px;
      font-weight: 700;
      font-style: italic;
      color: #fff;
      z-index: 2;
      margin: 0; }
      .key .spot_block p i {
        text-transform: uppercase; }
      .key .spot_block p span {
        color: #4291f2; }
  .key:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka2.png") no-repeat left; }
  .key:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 113px;
    content: '';
    background: url("../images/plashka1.png") no-repeat right; }
  .key .title {
    margin: 95px 0 25px; }
    .key .title h2 {
      font-size: 45px;
      font-weight: 400;
      line-height: 1.2em;
      color: #fff;
      margin: 15px 0 35px; }
      .key .title h2 span {
        font-size: 36px; }
  .key .wrap_timer {
    max-width: 820px;
    margin: 0 auto; }
    .key .wrap_timer #defaultCountdown {
      min-height: 145px;
      background: none;
      border: none; }
      .key .wrap_timer #defaultCountdown .countdown-row .countdown-section {
        position: relative; }
        .key .wrap_timer #defaultCountdown .countdown-row .countdown-section .countdown-amount {
          font-size: 130px;
          font-weight: 300;
          color: #4291f2;
          line-height: 1em;
          margin: 0; }
        .key .wrap_timer #defaultCountdown .countdown-row .countdown-section .countdown-period {
          font-size: 16px;
          font-weight: 300;
          color: #4291f2;
          line-height: 1em;
          margin: 0; }
        .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:last-child .countdown-amount {
          color: #da2128; }
        .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:after {
          position: absolute;
          right: -3px;
          top: 30%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          content: ':';
          font-size: 130px;
          font-weight: 300;
          color: #4291f2; }
        .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:last-child:after {
          display: none; }
  .key .wrap_form {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 35px;
    z-index: 3; }
    .key .wrap_form .form_border {
      position: relative;
      display: inline-block;
      border: 10px solid rgba(66, 145, 242, 0.18);
      box-shadow: 0.4px -3px 32.8px 7.2px rgba(0, 0, 0, 0.19);
      padding: 16px; }
      .key .wrap_form .form_border .red_angle {
        position: absolute;
        width: 28px;
        height: 28px;
        content: ''; }
      .key .wrap_form .form_border .r_a1 {
        top: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-top: 10px solid red; }
      .key .wrap_form .form_border .r_a2 {
        top: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-top: 10px solid red; }
      .key .wrap_form .form_border .r_a3 {
        bottom: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-bottom: 10px solid red; }
      .key .wrap_form .form_border .r_a4 {
        bottom: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-bottom: 10px solid red; }
      .key .wrap_form .form_border .form_cost {
        width: 870px;
        background: #fff;
        padding: 16px;
        box-shadow: 0.4px -3px 80.4px 17.6px rgba(51, 108, 179, 0.32); }
        .key .wrap_form .form_border .form_cost .form_title {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 8px; }
          .key .wrap_form .form_border .form_cost .form_title .action {
            position: relative;
            display: inline-block;
            width: 138px;
            height: 38px;
            font-size: 22px;
            color: #fff;
            line-height: 38px;
            text-align: center;
            background: #00457c;
            margin: 0 30px 0 0;
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0; }
            .key .wrap_form .form_border .form_cost .form_title .action:after {
              position: absolute;
              content: '';
              width: 0;
              height: 0;
              top: 0;
              right: -30px;
              border-top: 19px solid transparent;
              border-left: 30px solid #00457c;
              border-bottom: 19px solid transparent; }
          .key .wrap_form .form_border .form_cost .form_title p {
            font-size: 30px;
            line-height: 1.2em;
            font-weight: 500;
            font-style: italic;
            color: #004a80;
            margin: 0; }
            .key .wrap_form .form_border .form_cost .form_title p span {
              display: inline-block;
              margin: 0 40px;
              font-size: 30px;
              color: #004a80; }
              .key .wrap_form .form_border .form_cost .form_title p span mark {
                background: none;
                color: #da2128; }
        .key .wrap_form .form_border .form_cost form {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .key .wrap_form .form_border .form_cost form input {
            width: 290px;
            height: 42px;
            border: 1px solid #e6e6e6;
            background: #fff;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 300;
            font-style: italic;
            color: #a5a4a4;
            outline: none; }
          .key .wrap_form .form_border .form_cost form button {
            width: 185px;
            height: 42px;
            background: #da2128;
            border: none;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            outline: none; }
            .key .wrap_form .form_border .form_cost form button:hover {
              background: #cd1f26; }
        .key .wrap_form .form_border .form_cost span {
          display: inline-block;
          font-size: 12px;
          font-weight: 400;
          color: #b8b7b7;
          margin-top: 10px; }

.reviews {
  min-height: 850px;
  padding: 20px 0; }
  .reviews .title {
    margin-top: 65px;
    margin-bottom: 65px; }
    .reviews .title h2 {
      position: relative;
      display: inline-block;
      font-size: 36px;
      font-weight: 400;
      line-height: 1.2em;
      color: #2f2f2f;
      text-transform: uppercase;
      margin: 0;
      z-index: 1; }
      .reviews .title h2:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        content: url("../images/title_sign2.png");
        z-index: -1; }
  .reviews .slider_reviews {
    position: relative;
    padding-bottom: 40px; }
    .reviews .slider_reviews .slick-slide {
      position: relative;
      padding: 15px; }
      .reviews .slider_reviews .slick-slide:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 155px;
        height: 155px;
        background: #4291f2;
        content: ''; }
      .reviews .slider_reviews .slick-slide .reviews_slide {
        position: relative;
        z-index: 2;
        background: #fff; }
        .reviews .slider_reviews .slick-slide .reviews_slide .photo img {
          width: 100%; }
        .reviews .slider_reviews .slick-slide .reviews_slide .reviews_block {
          text-align: center;
          padding: 10px;
          border: 1px solid #bebebe;
          border-top: none; }
          .reviews .slider_reviews .slick-slide .reviews_slide .reviews_block .text p {
            font-size: 14px;
            font-weight: 400;
            color: #2f2f2f; }
          .reviews .slider_reviews .slick-slide .reviews_slide .reviews_block a {
            display: inline-block;
            color: #4291f2;
            font-size: 16px;
            font-weight: 400;
            line-height: 42px;
            outline: none;
            text-decoration: underline; }
            .reviews .slider_reviews .slick-slide .reviews_slide .reviews_block a:hover {
              text-decoration: none; }
    .reviews .slider_reviews .slick-arrow {
      width: 32px;
      height: 32px;
      border: none;
      background: #4291f2;
      position: absolute;
      bottom: 0;
      outline: none; }
      .reviews .slider_reviews .slick-arrow i {
        font-size: 25px;
        color: #fff; }
      .reviews .slider_reviews .slick-arrow:hover {
        background: #8c4caa; }
    .reviews .slider_reviews .slick-prev {
      left: 0; }
    .reviews .slider_reviews .slick-next {
      left: 32px; }

.free_engineer {
  position: relative;
  min-height: 486px;
  background: url("../images/bg_free_engineer.png") no-repeat center;
  background-size: cover;
  z-index: 2;
  padding: 130px 0 130px;
  overflow: hidden; }
  .free_engineer .wrap_form {
    position: relative;
    width: 100%;
    text-align: center; }
    .free_engineer .wrap_form .form_border {
      position: relative;
      display: inline-block;
      border: 10px solid rgba(66, 145, 242, 0.18);
      box-shadow: 0.4px -3px 32.8px 7.2px rgba(0, 0, 0, 0.19);
      z-index: 2;
      padding: 16px; }
      .free_engineer .wrap_form .form_border:after {
        position: absolute;
        top: -100px;
        right: -250px;
        content: url("../images/measure_men.png");
        z-index: -1; }
      .free_engineer .wrap_form .form_border .red_angle {
        position: absolute;
        width: 28px;
        height: 28px;
        content: ''; }
      .free_engineer .wrap_form .form_border .r_a1 {
        top: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-top: 10px solid red; }
      .free_engineer .wrap_form .form_border .r_a2 {
        top: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-top: 10px solid red; }
      .free_engineer .wrap_form .form_border .r_a3 {
        bottom: -10px;
        left: -10px;
        border-left: 10px solid red;
        border-bottom: 10px solid red; }
      .free_engineer .wrap_form .form_border .r_a4 {
        bottom: -10px;
        right: -10px;
        border-right: 10px solid red;
        border-bottom: 10px solid red; }
      .free_engineer .wrap_form .form_border .form_cost {
        width: 830px;
        background: #fff;
        padding: 16px;
        box-shadow: 0.4px -3px 32.8px 7.2px rgba(0, 0, 0, 0.19); }
        .free_engineer .wrap_form .form_border .form_cost h2 {
          font-size: 30px;
          line-height: 1.2em;
          font-weight: 500;
          color: #874ca9;
          font-style: italic;
          margin: 0 0 20px; }
        .free_engineer .wrap_form .form_border .form_cost form {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          .free_engineer .wrap_form .form_border .form_cost form input {
            width: 290px;
            height: 42px;
            border: 1px solid #e6e6e6;
            background: #fff;
            padding-left: 20px;
            font-size: 16px;
            font-weight: 300;
            font-style: italic;
            color: #a5a4a4;
            outline: none; }
          .free_engineer .wrap_form .form_border .form_cost form button {
            width: 185px;
            height: 42px;
            background: #da2128;
            border: none;
            font-size: 16px;
            font-weight: 400;
            color: #fff;
            outline: none; }
            .free_engineer .wrap_form .form_border .form_cost form button:hover {
              background: #cd1f26; }
        .free_engineer .wrap_form .form_border .form_cost span {
          display: inline-block;
          font-size: 12px;
          font-weight: 400;
          color: #b8b7b7;
          margin-top: 10px; }

.map {
  position: relative;
  min-height: 662px;
  margin-top: -112px; }
  .map .container {
    position: relative; }
  .map .contacts {
    position: absolute;
    width: 270px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.39);
    top: 200px;
    left: 15px;
    z-index: 3; }
    .map .contacts .title {
      text-align: center;
      background: #884ca9;
      padding: 12px 0; }
      .map .contacts .title h2 {
        font-size: 30px;
        line-height: 1.2em;
        font-weight: 400;
        margin: 0;
        color: #fff; }
    .map .contacts .text {
      padding: 20px 10px 5px;
      background: #fff url("../images/point.png") no-repeat center; }
      .map .contacts .text p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.2em; }
      .map .contacts .text h5 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2em;
        color: #4291f2;
        margin: 5px 0 20px; }

footer {
  padding-bottom: 20px; }
  footer .logo a img {
    max-width: 100%; }
  footer .social {
    text-align: center;
    padding-top: 30px; }
    footer .social ul {
      margin: 0;
      padding: 0; }
      footer .social ul li {
        display: inline-block; }
        footer .social ul li i {
          display: inline-block;
          font-size: 30px;
          color: #8c4caa;
          margin: 0 8px; }
  footer .callback {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: top;
    -webkit-align-items: top;
        -ms-flex-align: top;
            align-items: top;
    margin-top: 25px; }
    footer .callback .call_order {
      display: inline-block;
      text-align: center;
      width: 215px;
      height: 38px;
      border: 2px solid transparent;
      -webkit-border-image: -webkit-linear-gradient(151deg, #8e4dab, #4291f2);
              border-image: linear-gradient(299deg, #8e4dab, #4291f2);
      border-image-slice: 1;
      font-size: 14px;
      font-weight: 400;
      color: #4291f2;
      line-height: 38px;
      text-decoration: none; }
      footer .callback .call_order:hover {
        color: #fff;
        background: -webkit-linear-gradient(151deg, #8e4dab, #4291f2);
        background: linear-gradient(299deg, #8e4dab, #4291f2); }
    footer .callback .numbers {
      margin-left: 15px; }
      footer .callback .numbers p {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2em;
        color: #336cb3;
        margin-bottom: 5px; }
  footer .copy {
    margin-top: 15px;
    border-top: 1px solid #d4d4d4;
    padding-top: 15px; }
    footer .copy p {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.2em;
      color: #004a7f;
      margin-bottom: 5px; }
    footer .copy p:last-child {
      font-size: 12px; }

.error {
  border: 1px solid #ff8d8d !important; }

.go-top {
  display: none;
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px; }
  .go-top a {
    font-size: 60px;
    text-decoration: none;
    color: #4291f2; }
    .go-top a:hover {
      color: #874da9; }

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important; }

#callback {
  display: none;
  width: 400px; }

.ceilingStyle .fancybox-skin {
  padding: 0 !important;
  box-shadow: none;
  border-radius: 0;
  background: none; }
  .ceilingStyle .fancybox-skin #callback, .ceilingStyle .fancybox-skin #thanks {
    position: relative;
    border: 10px solid rgba(66, 145, 242, 0.18);
    box-shadow: 0.4px -3px 32.8px 7.2px transparent; }
    .ceilingStyle .fancybox-skin #callback .red_angle, .ceilingStyle .fancybox-skin #thanks .red_angle {
      position: absolute;
      width: 28px;
      height: 28px;
      content: ''; }
    .ceilingStyle .fancybox-skin #callback .r_a1, .ceilingStyle .fancybox-skin #thanks .r_a1 {
      top: -10px;
      left: -10px;
      border-left: 10px solid red;
      border-top: 10px solid red; }
    .ceilingStyle .fancybox-skin #callback .r_a2, .ceilingStyle .fancybox-skin #thanks .r_a2 {
      top: -10px;
      right: -10px;
      border-right: 10px solid red;
      border-top: 10px solid red; }
    .ceilingStyle .fancybox-skin #callback .r_a3, .ceilingStyle .fancybox-skin #thanks .r_a3 {
      bottom: -10px;
      left: -10px;
      border-left: 10px solid red;
      border-bottom: 10px solid red; }
    .ceilingStyle .fancybox-skin #callback .r_a4, .ceilingStyle .fancybox-skin #thanks .r_a4 {
      bottom: -10px;
      right: -10px;
      border-right: 10px solid red;
      border-bottom: 10px solid red; }
    .ceilingStyle .fancybox-skin #callback .wrap_form, .ceilingStyle .fancybox-skin #callback .wrap_text, .ceilingStyle .fancybox-skin #thanks .wrap_form, .ceilingStyle .fancybox-skin #thanks .wrap_text {
      text-align: center;
      margin: 15px;
      padding: 15px 20px;
      background: #fff; }
      .ceilingStyle .fancybox-skin #callback .wrap_form h2, .ceilingStyle .fancybox-skin #callback .wrap_text h2, .ceilingStyle .fancybox-skin #thanks .wrap_form h2, .ceilingStyle .fancybox-skin #thanks .wrap_text h2 {
        font-size: 24px;
        line-height: 1.2em;
        font-weight: 500;
        color: #004a80;
        font-style: italic;
        margin: 20px 0; }
      .ceilingStyle .fancybox-skin #callback .wrap_form form input, .ceilingStyle .fancybox-skin #callback .wrap_text form input, .ceilingStyle .fancybox-skin #thanks .wrap_form form input, .ceilingStyle .fancybox-skin #thanks .wrap_text form input {
        width: 100%;
        height: 42px;
        border: 1px solid #e6e6e6;
        background: #fff;
        padding-left: 20px;
        font-size: 16px;
        font-weight: 300;
        font-style: italic;
        color: #a5a4a4;
        outline: none;
        margin-bottom: 15px; }
      .ceilingStyle .fancybox-skin #callback .wrap_form form button, .ceilingStyle .fancybox-skin #callback .wrap_text form button, .ceilingStyle .fancybox-skin #thanks .wrap_form form button, .ceilingStyle .fancybox-skin #thanks .wrap_text form button {
        width: 90%;
        height: 42px;
        background: #da2128;
        border: none;
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        outline: none;
        margin-bottom: 30px; }
        .ceilingStyle .fancybox-skin #callback .wrap_form form button:hover, .ceilingStyle .fancybox-skin #callback .wrap_text form button:hover, .ceilingStyle .fancybox-skin #thanks .wrap_form form button:hover, .ceilingStyle .fancybox-skin #thanks .wrap_text form button:hover {
          background: #cd1f26; }
  .ceilingStyle .fancybox-skin .fancybox-close {
    background: #fff;
    top: 10px;
    right: 10px; }
    .ceilingStyle .fancybox-skin .fancybox-close:after {
      width: 100%;
      text-align: center;
      position: absolute;
      content: 'x';
      font-size: 20px;
      line-height: 36px;
      color: #da2128; }
    .ceilingStyle .fancybox-skin .fancybox-close:hover {
      background: #fafafa; }

#thanks {
  display: none; }
  #thanks .wrap_text p {
    font-size: 22px; }

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: block;
  /* undo display:none          */
  height: 0;
  /* height:0 is also invisible */
  overflow: hidden;
  /* no-overflow                */ }

.tab-content > .active, .pill-content > .active {
  height: auto;
  /* let the content decide it  */ }

/* bootstrap hack end */
/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .main_screen header .menu ul li a {
    font-size: 12px; }
  .main_screen header .call_back .call_order {
    max-width: 100%; }
  .calculate_cost .wrap_cost .cost_step .wrap_step p {
    font-size: 16px; }
  .calculate_cost .wrap_cost .cost_step .wrap_type_room label {
    width: 50%; }
  .calculate_cost .wrap_cost .cost_step .wrap_type_linen label {
    margin: 0 15px; }
  .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li a {
    font-size: 16px; }
  .key .wrap_form .form_border {
    width: 100%; }
    .key .wrap_form .form_border .form_cost {
      width: 100%; }
  footer .callback {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0; }
    footer .callback a {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    footer .callback .numbers {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      margin: 0; } }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .main_screen header .colapse-menu-button {
    display: block; }
  .main_screen header .menu {
    display: none; }
  .why .wrapper .block_confidence {
    width: 50%; }
  .kinds_cielings #kinds_tabs {
    width: 100%; }
  .calculate_cost .wrap_cost .cost_step {
    width: 100%;
    margin-bottom: 30px; }
    .calculate_cost .wrap_cost .cost_step .wrap_step p {
      font-size: 16px; }
    .calculate_cost .wrap_cost .cost_step .wrap_type_room label {
      width: 25%; }
    .calculate_cost .wrap_cost .cost_step .wrap_type_linen label {
      margin: 0 15px; }
  .calculate_cost .wrap_cost .wrap_form .form_border {
    width: 100%; }
    .calculate_cost .wrap_cost .wrap_form .form_border h2 {
      font-size: 20px; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost {
      width: 100%; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title .action {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 30px 0 0; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset input {
        width: 200px; }
  .look_ceiling .constructor .constructor__pallette {
    margin-top: 20px; }
    .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li a {
      font-size: 16px; }
  .our_works #works_tabs {
    width: 100%; }
  .advantages .wrap_advantages .advant_block {
    width: 50%; }
  .advantages .wrap_form .form_border {
    width: 100%; }
    .advantages .wrap_form .form_border .form_cost {
      width: 100%; }
      .advantages .wrap_form .form_border .form_cost form input {
        width: 200px; }
  .for_order .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .for_order .wrapper .step_order {
      width: 50%;
      margin-bottom: 30px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section .countdown-amount {
    font-size: 100px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:after {
    font-size: 100px; }
  .key .wrap_form .form_border .form_cost form input {
    width: 200px; }
  .free_engineer .wrap_form .form_border {
    width: 100%; }
    .free_engineer .wrap_form .form_border .form_cost {
      width: 100%; }
      .free_engineer .wrap_form .form_border .form_cost form input {
        width: 200px; }
  footer .callback {
    margin-top: 30px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 767px) {
  .main_screen .wrap_form .form_border .forma {
    width: 100%; }
    .main_screen .wrap_form .form_border .forma .action {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .main_screen .wrap_form .form_border .forma form input {
      width: 100%;
      margin: 0 20px 0 0; }
    .main_screen .wrap_form .form_border .forma form button {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .why .wrapper .block_confidence {
    width: 100%; }
  .kinds_cielings #kinds_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .kinds_cielings #kinds_tabs li {
      text-align: center; }
  .calculate_cost .wrap_cost .wrap_form .form_border h2 {
    font-size: 20px; }
  .calculate_cost .wrap_cost .wrap_form .form_border .form_cost {
    width: 100%; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p {
      font-size: 24px; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title .action {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0 30px 0 0; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset input {
        width: 100%;
        margin-bottom: 15px; }
  .advantages .wrap_advantages .advant_block {
    width: 50%; }
  .advantages .wrap_form .form_border {
    width: 100%; }
    .advantages .wrap_form .form_border .form_cost {
      width: 100%; }
      .advantages .wrap_form .form_border .form_cost form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .advantages .wrap_form .form_border .form_cost form input {
          width: 100%;
          margin: 0 0 15px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section .countdown-amount {
    font-size: 100px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:after {
    font-size: 100px; }
  .key .wrap_form .form_border .form_cost .form_title p {
    font-size: 24px; }
  .key .wrap_form .form_border .form_cost .form_title .action {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 30px 0 0; }
  .key .wrap_form .form_border .form_cost form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .key .wrap_form .form_border .form_cost form input {
      width: 100%;
      margin: 0 0 15px; }
  .free_engineer .wrap_form .form_border {
    width: 100%; }
    .free_engineer .wrap_form .form_border .form_cost {
      width: 100%; }
      .free_engineer .wrap_form .form_border .form_cost form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .free_engineer .wrap_form .form_border .form_cost form input {
          width: 100%;
          margin: 0 0 15px; }
  footer .logo {
    text-align: center; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 600px) {
  .main_screen header .menu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .main_screen header .menu ul li {
      text-align: center; }
  .main_screen .wrap_form .form_border .forma .form_title p {
    font-size: 18px; }
  .main_screen .wrap_form .form_border .forma form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main_screen .wrap_form .form_border .forma form input {
      margin: 0 0 20px; }
  .calculate_cost .wrap_cost .cost_step .wrap_type_room label {
    width: -webkit-calc(100%/3);
    width: calc(100%/3); }
  .calculate_cost .wrap_cost .wrap_form .form_border h2 {
    position: relative;
    top: 0;
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px; }
  .calculate_cost .wrap_cost .wrap_form .form_border .form_cost {
    width: 100%; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p {
      font-size: 18px; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title .action {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0 30px 0 0; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset input {
        width: 100%;
        margin-bottom: 15px; }
  .our_works #works_tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .our_works #works_tabs li {
      text-align: center; }
  .advantages .wrap_advantages .advant_block {
    width: 100%; }
  .for_order .wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .for_order .wrapper .step_order {
      width: 100%;
      text-align: center; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section .countdown-amount {
    font-size: 70px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:after {
    font-size: 70px; }
  .key .wrap_form .form_border .form_cost .form_title p {
    font-size: 18px; }
  .key .wrap_form .form_border .form_cost .form_title .action {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 30px 0 0; }
  .key .wrap_form .form_border .form_cost form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .key .wrap_form .form_border .form_cost form input {
      width: 100%;
      margin: 0 0 15px; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .look_ceiling .title h2{
    font-size: 33px;
  }
  .main_screen header .social ul {
    margin: 0;
    text-align: center; }
    .main_screen header .social ul li a {
      padding: 0 5px; }
  .main_screen .title {
    margin-top: 220px;
    margin-bottom: 25px; }
    .main_screen .title h1 {
      font-size: 45px; }
  .main_screen .wrap_form .form_border .forma {
    padding: 10px 15px; }
    .main_screen .wrap_form .form_border .forma .form_title {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .main_screen .wrap_form .form_border .forma .form_title .action {
        margin-bottom: 20px; }
  .why .wrapper .block_confidence {
    width: 100%; }
    .why .wrapper .block_confidence .icon {
      margin: 0 15px 0 0;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
  .calculate_cost .wrap_cost .cost_step .wrap_type_room label {
    width: 50%; }
  .calculate_cost .wrap_cost .wrap_form .form_border h2 {
    position: relative;
    top: 0;
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px; }
  .calculate_cost .wrap_cost .wrap_form .form_border .form_cost {
    width: 100%; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p {
        font-size: 18px; }
        .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title p span {
          margin: 0; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .form_title .action {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin: 0 30px 20px 0; }
    .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around; }
      .calculate_cost .wrap_cost .wrap_form .form_border .form_cost .wrap_form_inset input {
        width: 100%;
        margin-bottom: 15px; }
  .advantages .title h2 {
    font-size: 32px; }
  .advantages .wrap_advantages .advant_block .icon {
    margin: 0 15px 0 0; }
  .advantages .wrap_advantages .advant_block .text h4{
      font-size: 12px;
    }
  .look_ceiling .constructor .constructor__pallette {
    margin-top: 20px; }
    .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li {
        text-align: center; }
        .look_ceiling .constructor .constructor__pallette .palette__tabs-cont .color_tabs li a {
          font-size: 16px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section .countdown-amount {
    font-size: 50px; }
  .key .wrap_timer #defaultCountdown .countdown-row .countdown-section:after {
    font-size: 50px; }
  .key .wrap_form .form_border .form_cost .form_title {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .key .wrap_form .form_border .form_cost .form_title p {
      font-size: 18px; }
      .key .wrap_form .form_border .form_cost .form_title p span {
        margin: 0; }
    .key .wrap_form .form_border .form_cost .form_title .action {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin: 0 30px 20px 0; }
  .key .wrap_form .form_border .form_cost form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .key .wrap_form .form_border .form_cost form input {
      width: 100%;
      margin: 0 0 15px; }
  .free_engineer .wrap_form .form_border {
    width: 100%; }
    .free_engineer .wrap_form .form_border .form_cost {
      width: 100%; }
      .free_engineer .wrap_form .form_border .form_cost h2 {
        font-size: 22px; }
  #callback {
    width: 100%; } }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .map .contacts {
    width: 90%; } }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */


/*Aricle_style*/
article{
  min-height: 1000px;
  background: url("../images/bggg1.png") no-repeat center, -webkit-linear-gradient(85deg, #0a4b84, #874da9);
  background: url("../images/bggg1.png") no-repeat center, linear-gradient(5deg, #0a4b84, #874da9); 
}
article .text{
  background: #fff;
  margin:50px 0;
  padding:50px;
}
article .text p{
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
article .text h5{
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
