/*
 *  Theme Name: BeHome
 *  Author: Kirill Korolov
 *  Version: 1.0.1
 */
/* ----- Generic ----- */
@font-face {
  font-family: 'Montserrat';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: local("Montserrat-Regular"), url("assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("assets/fonts/Montserrat-Regular.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: local("Montserrat-Medium"), url("assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("assets/fonts/Montserrat-Medium.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: local("Montserrat-SemiBold"), url("assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("assets/fonts/Montserrat-SemiBold.woff") format("woff"); }

@font-face {
  font-family: 'Montserrat';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-rendering: optimizeLegibility;
  src: local("Montserrat-Bold"), url("assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("assets/fonts/Montserrat-Bold.woff") format("woff"); }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  background-color: #f4f4f0; }

body {
  max-width: 1920px;
  margin: 0 auto;
  font: normal 16px/1 Montserrat;
  color: #343434; }

input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font: 16px LatoRegular;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  input:hover, input:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input[type="submit"]:hover {
    cursor: pointer; }

input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input; }

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

button {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  font: 400 16px/1 Montserrat;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

ul {
  list-style: none; }

img {
  display: block; }

.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }

.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.flex-fill {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.section-title {
  font: bold 22px/30px Montserrat;
  text-align: center;
  color: #593D39; }

.box-shadow {
  -webkit-box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 10px -8px rgba(0, 0, 0, 0.5); }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s; }

.input-error {
  border: 1px solid rgba(250, 0, 0, 0.9) !important; }

label.input-error {
  display: none !important; }

.btn {
  display: block;
  max-width: 250px;
  width: 100%;
  border: none;
  border-radius: 5px;
  font: 600 20px/23px Montserrat;
  color: #593D39;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  margin: 0 auto;
  padding: 20px 15px;
  background: -o-linear-gradient(179.96deg, #D1B662 11.17%, #F2E490 50.26%, #D9AF54 82.67%, #AD8034 98.9%);
  background: linear-gradient(270.04deg, #D1B662 11.17%, #F2E490 50.26%, #D9AF54 82.67%, #AD8034 98.9%);
  -webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.25); }
  .btn-transparent {
    display: block;
    max-width: 250px;
    width: 100%;
    border: none;
    border-radius: 5px;
    font: 600 20px/23px Montserrat;
    color: #593D39;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 10px 15px;
    border-color: white;
    font-weight: bold;
    color: #fff; }
  .btn:hover {
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2); }
  .btn-transparent:hover {
    border-radius: 5px; }

#page-flat2 .btn {
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FEDB74;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FEDB74;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: 1px 1px 4px #9F9F9F;
          box-shadow: 1px 1px 4px #9F9F9F;
  border-radius: 10px; }
  #page-flat2 .btn:hover {
    -webkit-box-shadow: 4px 6px 10px rgba(159, 159, 159, 0.3);
            box-shadow: 4px 6px 10px rgba(159, 159, 159, 0.3); }

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"] {
  display: block;
  max-width: 265px;
  width: 100%;
  margin: 0 auto 18px;
  padding: 22px 15px;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: inset -2px -2px 2px #FAFBFF, inset 2px 2px 2px #A6ABBD;
          box-shadow: inset -2px -2px 2px #FAFBFF, inset 2px 2px 2px #A6ABBD;
  border-radius: 10px;
  border: none;
  font: 500 20px/23px Montserrat; }

/* Section board start */
.section-board {
  width: 100%;
  margin: 0 auto;
  padding: 35px 15px 20px;
  background-color: #FFF;
  border-radius: 10px; }
  .section-board_title {
    font: bold 20px/24px Montserrat;
    text-align: center;
    color: #42B1B8; }
  .section-board_card {
    padding: 25px 5px 0; }
  .section-board_form {
    width: 100%;
    margin-top: 30px;
    padding: 32px 10px;
    background-color: #42B1B8;
    border-radius: 10px; }
  .section-board_data {
    margin: 10px auto 0;
    padding: 0 15px;
    font: normal 12px/18px Montserrat;
    text-align: center;
    color: #ccc; }
  .section-board input {
    max-width: 285px; }
  .section-board label.input-error {
    display: none !important; }

.sbc-wrap {
  width: 100%;
  padding: 5px 0; }

.sbc_title {
  padding-bottom: 10px;
  font: 600 14px/17px Montserrat; }

.sbc_radio {
  display: none; }

.sbc_label {
  display: block;
  padding: 5px 0 5px 35px;
  font-size: 13px;
  position: relative; }
  .sbc_label::before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 3px #A6ABBD;
            box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 3px #A6ABBD;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 0; }
  .sbc_label:hover {
    cursor: pointer; }

.sbc_radio:checked ~ .sbc_label::before {
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1), inset 2.5px 2.5px 5px rgba(54, 108, 189, 0.4);
          box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1), inset 2.5px 2.5px 5px rgba(54, 108, 189, 0.4); }

.sbc_radio:checked ~ .sbc_label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: -1px -1px 10px rgba(250, 251, 255, 0.4), 1px 1px 10px rgba(12, 18, 44, 0.8);
          box-shadow: -1px -1px 10px rgba(250, 251, 255, 0.4), 1px 1px 10px rgba(12, 18, 44, 0.8);
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 7px; }

.sbf-wrap {
  width: 85%;
  margin: 0 auto 25px; }

.sbf_title {
  font-weight: bold; }

.sbf_label {
  padding: 15px 5px 10px;
  font-weight: 600;
  color: #FFF; }

.sbf_scale {
  width: 100%;
  height: 6px;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 3px #A6ABBD;
          box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 3px #A6ABBD;
  border-radius: 18px; }

.sbf_scale__bar {
  width: 45%;
  height: 100%;
  padding: 0 5px;
  background-color: #593D39;
  border-radius: 18px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }

.sbf-subtitle {
  width: 250px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFF; }

/* Section board end */
/* Range slider start */
.rangeslider_area {
  height: 6px;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F6F3ED;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F6F3ED;
  background-blend-mode: soft-light, normal;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 3px #A6ABBD;
          box-shadow: inset -2.5px -2.5px 5px #FAFBFF, inset 1px 1px 3px #A6ABBD;
  border-radius: 18.5px;
  position: relative; }
  .rangeslider_area__fill {
    background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
    background-blend-mode: soft-light, normal;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1), inset 2.5px 2.5px 5px #366CBD;
            box-shadow: inset -2.5px -2.5px 5px rgba(250, 251, 255, 0.1), inset 2.5px 2.5px 5px #366CBD;
    border-radius: 50px; }
  .rangeslider_area__handle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -2.5px -2.5px 10px #FAFBFF, 2.5px 2.5px 10px #A6ABBD;
            box-shadow: -2.5px -2.5px 10px #FAFBFF, 2.5px 2.5px 10px #A6ABBD;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 15px;
    cursor: pointer;
    -ms-touch-action: pan-x;
        touch-action: pan-x;
    will-change: left;
    position: absolute;
    top: calc( 50% - 12.5px); }

.rangeslider-output {
  width: 45px;
  padding: 2px 0;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: -2.5px -2.5px 10px #FAFBFF, 2.5px 2.5px 10px #A6ABBD;
          box-shadow: -2.5px -2.5px 10px #FAFBFF, 2.5px 2.5px 10px #A6ABBD;
  border: 0.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -36px;
  left: calc( 50% - 22.5px); }
  .rangeslider-output::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #F4F4F0 transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: calc(50% - 5px); }

/* Range slider end */
/* Slick slider start */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: -28px; }
  .slick-dots li {
    width: auto;
    height: 4px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 3px; }
    .slick-dots li button {
      width: 100%;
      height: 100%;
      padding: 0;
      background: rgba(215, 205, 176, 0.5);
      border-radius: 20px; }
      .slick-dots li button::before {
        display: none; }
    .slick-dots li.slick-active button {
      background-color: #D7CDB0; }

.slick-slide:focus {
  outline: none; }

.slick-arrow {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: calc( 50% - 15px);
  z-index: 5; }
  .slick-arrow-prev {
    background-image: url(assets/img/arrow-prev.png);
    left: 0; }
  .slick-arrow-next {
    background-image: url(assets/img/arrow-next.png);
    right: 0; }

/* Slick slider end */
/* Spiner */
.spiner-wrap {
  width: 100%;
  max-width: 250px;
  margin: 0 auto 0;
  padding: 13px 15px;
  background-color: #FEDB74;
  background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FEDB74;
  background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FEDB74;
  background-blend-mode: soft-light, normal;
  -webkit-box-shadow: 1px 1px 4px #9F9F9F;
          box-shadow: 1px 1px 4px #9F9F9F;
  border-radius: 10px; }

.sk-fading-circle {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0 auto; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .sk-fading-circle .sk-circle::before {
      content: '';
      display: block;
      margin: 0 auto;
      width: 15%;
      height: 15%;
      background-color: #593D39;
      border-radius: 100%;
      -webkit-animation: sk-fading-circle-delay 1.2s infinite ease-in-out both;
      animation: sk-fading-circle-delay 1.2s infinite ease-in-out both; }
    .sk-fading-circle .sk-circle-2 {
      -webkit-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
              transform: rotate(30deg); }
      .sk-fading-circle .sk-circle-2::before {
        -webkit-animation-delay: -1.1s;
                animation-delay: -1.1s; }
    .sk-fading-circle .sk-circle-3 {
      -webkit-transform: rotate(60deg);
          -ms-transform: rotate(60deg);
              transform: rotate(60deg); }
      .sk-fading-circle .sk-circle-3::before {
        -webkit-animation-delay: -1s;
                animation-delay: -1s; }
    .sk-fading-circle .sk-circle-4 {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
      .sk-fading-circle .sk-circle-4::before {
        -webkit-animation-delay: -0.9s;
                animation-delay: -0.9s; }
    .sk-fading-circle .sk-circle-5 {
      -webkit-transform: rotate(120deg);
          -ms-transform: rotate(120deg);
              transform: rotate(120deg); }
      .sk-fading-circle .sk-circle-5::before {
        -webkit-animation-delay: -0.8s;
                animation-delay: -0.8s; }
    .sk-fading-circle .sk-circle-6 {
      -webkit-transform: rotate(150deg);
          -ms-transform: rotate(150deg);
              transform: rotate(150deg); }
      .sk-fading-circle .sk-circle-6::before {
        -webkit-animation-delay: -0.7s;
                animation-delay: -0.7s; }
    .sk-fading-circle .sk-circle-7 {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
      .sk-fading-circle .sk-circle-7::before {
        -webkit-animation-delay: -0.6s;
                animation-delay: -0.6s; }
    .sk-fading-circle .sk-circle-8 {
      -webkit-transform: rotate(210deg);
          -ms-transform: rotate(210deg);
              transform: rotate(210deg); }
      .sk-fading-circle .sk-circle-8::before {
        -webkit-animation-delay: -0.5s;
                animation-delay: -0.5s; }
    .sk-fading-circle .sk-circle-9 {
      -webkit-transform: rotate(240deg);
          -ms-transform: rotate(240deg);
              transform: rotate(240deg); }
      .sk-fading-circle .sk-circle-9::before {
        -webkit-animation-delay: -0.4s;
                animation-delay: -0.4s; }
    .sk-fading-circle .sk-circle-10 {
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg); }
      .sk-fading-circle .sk-circle-10::before {
        -webkit-animation-delay: -0.3s;
                animation-delay: -0.3s; }
    .sk-fading-circle .sk-circle-11 {
      -webkit-transform: rotate(300deg);
          -ms-transform: rotate(300deg);
              transform: rotate(300deg); }
      .sk-fading-circle .sk-circle-11::before {
        -webkit-animation-delay: -0.2s;
                animation-delay: -0.2s; }
    .sk-fading-circle .sk-circle-12 {
      -webkit-transform: rotate(330deg);
          -ms-transform: rotate(330deg);
              transform: rotate(330deg); }
      .sk-fading-circle .sk-circle-12::before {
        -webkit-animation-delay: -0.1s;
                animation-delay: -0.1s; }

@-webkit-keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes sk-fading-circle-delay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/* Spiner end */
/* ----- Components ----- */
/* Header start */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  header.box-shadow {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px); }
  header .container {
    padding: 15px; }
  header .custom-logo-link {
    display: block;
    width: 140px; }
  header .header_phone-mobile {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 20px 0 auto;
    background: url(assets/img/icon-phone.png) center no-repeat;
    border-radius: 50%; }
  header .header_burger {
    width: 30px;
    height: 30px;
    position: relative; }
    header .header_burger__line {
      display: block;
      width: 100%;
      height: 2px;
      margin: 4px auto;
      border-radius: 5px;
      background-color: #593D39; }
    header .header_burger.open {
      z-index: 10; }
      header .header_burger.open .header_burger__line-1 {
        width: 28px;
        -webkit-transform: rotate(45deg) translate(6.5px, 2px);
            -ms-transform: rotate(45deg) translate(6.5px, 2px);
                transform: rotate(45deg) translate(6.5px, 2px);
        -webkit-transition: ease all .2s;
        -o-transition: ease all .2s;
        transition: ease all .2s; }
      header .header_burger.open .header_burger__line-2 {
        margin: 0 !important;
        opacity: 0; }
      header .header_burger.open .header_burger__line-3 {
        width: 28px;
        -webkit-transform: rotate(-45deg) translate(6.5px, -2px);
            -ms-transform: rotate(-45deg) translate(6.5px, -2px);
                transform: rotate(-45deg) translate(6.5px, -2px);
        -webkit-transition: ease all .2s;
        -o-transition: ease all .2s;
        transition: ease all .2s; }

.header-nav {
  display: none;
  width: 100%;
  padding: 45px 30px 50px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.hn_list a {
  display: block;
  padding: 8px 0;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.hn_contacts {
  padding-top: 30px; }
  .hn_contacts__tel {
    font: 600 18px Montserrat;
    color: #42B1B8; }
  .hn_contacts__time {
    color: #593D39; }
  .hn_contacts .btn-transparent {
    display: none; }

/* Header end */
/* First screen start */
.first-screen {
  padding: 67px 0 50px;
  background-color: #F4F5EF;
  background: url(assets/img/bg_fs-s.jpg) center/cover no-repeat; }
  .first-screen .section-board {
    background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: -15px -10px 30px rgba(250, 251, 255, 0.3), 15px 10px 30px rgba(166, 171, 189, 0.3);
            box-shadow: -15px -10px 30px rgba(250, 251, 255, 0.3), 15px 10px 30px rgba(166, 171, 189, 0.3); }
    .first-screen .section-board-options .section-board_card {
      width: 50%;
      padding-top: 15px;
      padding-bottom: 10px; }
      .first-screen .section-board-options .section-board_card.sbc-1 {
        width: 100%; }
        .first-screen .section-board-options .section-board_card.sbc-1 .sbc-wrap {
          padding: 45px 5px 0; }

.fs-info {
  padding: 20px;
  position: relative;
  z-index: 2; }
  .fs-info_title {
    font: bold 26px/32px Montserrat; }
  .fs-info_subtitle {
    display: none; }
  .fs-info_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 15px; }
    .fs-info_list__item-pic {
      display: block;
      width: 65px;
      height: 65px;
      margin-right: 10px;
      background: url(assets/img/sprite-fs.png) 0 0 no-repeat; }
    .fs-info_list__item:nth-child(2) .fs-info_list__item-pic {
      background-position-x: -132px; }
    .fs-info_list__item:nth-child(3) .fs-info_list__item-pic {
      background-position-x: -198px; }
    .fs-info_list__item:nth-child(4) .fs-info_list__item-pic {
      background-position-x: -66px; }
    .fs-info_list__item-text {
      width: calc( 100% - 75px);
      line-height: 20px;
      font-weight: 500; }

.fs-utp {
  padding: 50px 10px 0;
  position: relative;
  z-index: 2; }
  .fs-utp_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc( 50% - 10px);
    min-height: 75px;
    margin: 0 5px 35px;
    padding: 30px 10px 10px;
    background-color: rgba(215, 205, 176, 0.5);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    border-radius: 10px;
    position: relative; }
    .fs-utp_card__title {
      width: 100%;
      font: bold 50px/1.15 Montserrat;
      text-align: center;
      color: #593D39;
      position: absolute;
      top: -20px;
      left: 0; }
    .fs-utp_card__desc {
      width: 100%;
      font: normal 13px/1.15 Montserrat;
      text-align: center; }

.fs-calc {
  max-width: 400px;
  margin: 0 auto;
  position: relative;
  z-index: 5; }

body[data-device="mobile"] .first-screen {
  padding-bottom: 0;
  background: #fff; }

body[data-device="mobile"] .fs-info {
  padding-top: 50px;
  background: url(assets/img/bg_fs-s_new.jpg) center -80px/cover no-repeat;
  position: relative; }
  body[data-device="mobile"] .fs-info::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  body[data-device="mobile"] .fs-info_title, body[data-device="mobile"] .fs-info_subtitle {
    color: #fff;
    position: relative;
    z-index: 4; }
  body[data-device="mobile"] .fs-info_subtitle {
    display: block;
    margin-top: 20px;
    font-weight: 500; }

body[data-device="mobile"] .fs-calc {
  position: relative;
  z-index: 5; }
  body[data-device="mobile"] .fs-calc .section-board {
    max-width: none; }

/* Custom options */
.first-screen.fs-custom-image {
  background-repeat: no-repeat;
  position: relative; }
  .first-screen.fs-custom-image::before {
    background: -o-linear-gradient(4.36deg, rgba(244, 244, 240, 0.665) 52.7%, rgba(255, 255, 255, 0.21) 97.5%);
    background: linear-gradient(85.64deg, rgba(244, 244, 240, 0.665) 52.7%, rgba(255, 255, 255, 0.21) 97.5%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.first-screen:not(.fs-list-show) .fs-info_list, .first-screen.fs-list-desk-hide .fs-info_list {
  display: none; }

body[data-device="mobile"] .first-screen.fs-custom-image {
  background-repeat: no-repeat;
  position: relative; }
  body[data-device="mobile"] .first-screen.fs-custom-image::before {
    background: -o-linear-gradient(4.36deg, rgba(244, 244, 240, 0.665) 52.7%, rgba(255, 255, 255, 0.21) 97.5%);
    background: linear-gradient(85.64deg, rgba(244, 244, 240, 0.665) 52.7%, rgba(255, 255, 255, 0.21) 97.5%);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0; }
  body[data-device="mobile"] .first-screen.fs-custom-image .fs-info {
    padding-top: 25px;
    background: transparent; }
    body[data-device="mobile"] .first-screen.fs-custom-image .fs-info::before {
      display: none; }
    body[data-device="mobile"] .first-screen.fs-custom-image .fs-info_title, body[data-device="mobile"] .first-screen.fs-custom-image .fs-info_subtitle {
      color: #343434; }

body[data-device="mobile"] .first-screen.fs-list-show.fs-list-mob-hide .fs-info {
  min-height: calc( 100vh - 67px); }
  body[data-device="mobile"] .first-screen.fs-list-show.fs-list-mob-hide .fs-info_list {
    display: none; }

body[data-device="mobile"] .first-screen.fs-list-show.fs-list-mob-hide .fs-calc {
  margin-top: -210px; }

body[data-device="mobile"] .first-screen.fs-list-show .fs-info_list {
  display: block;
  padding: 5px 0 45px; }

body[data-device="mobile"] .first-screen.fs-list-show .fs-calc {
  margin-top: auto; }

/* First screen end */
/* Advantages start */
.advantages {
  padding: 60px 0 50px;
  background-color: #fff; }
  .advantages .container {
    padding: 0 20px; }
  .advantages_list__item {
    font: normal 14px/20px Montserrat; }
    .advantages_list__item span {
      display: block;
      min-height: 66px;
      margin: 10px 0;
      padding: 13px 0 13px 68px;
      font-weight: 600;
      position: relative; }
      .advantages_list__item span::before {
        content: "";
        width: 68px;
        height: 66px;
        background: url(assets/img/sprite-advantages.png) -68px 0 no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
    .advantages_list__item p {
      padding-bottom: 10px; }
  .advantages_list__item:nth-child(2) span::before {
    background-position-x: -204px; }
  .advantages_list__item:nth-child(3) span::before {
    background-position-x: -136px; }
  .advantages_list__item:nth-child(4) span::before {
    background-position-x: -340px; }
  .advantages_list__item:nth-child(5) span::before {
    background-position-x: 0; }
  .advantages_list__item:nth-child(6) span::before {
    background-position-x: -272px; }

/* Advantages end */
/* Pricing start */
.pricing {
  padding: 40px 0 30px; }
  .pricing .section-title {
    padding-bottom: 15px; }
  .pricing_nav {
    max-width: 430px;
    margin: 0 auto; }
    .pricing_nav__item {
      padding: 3px 7.5px;
      font-size: 14px;
      line-height: 17px; }
    .pricing_nav .slick-slide:focus {
      outline: none; }
    .pricing_nav .slick-slide.slick-current li {
      font-weight: bold;
      color: #42B1B8; }
  .pricing_header {
    max-width: 340px;
    margin: 5px auto 0;
    padding: 13px 10px 10px;
    border-top: 1px solid #42B1B8;
    font-size: 14px;
    line-height: 17px; }
    .pricing_header__radiobox {
      width: 52px;
      height: 30px;
      padding: 4px;
      background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FEDB74;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FEDB74;
      background-blend-mode: soft-light, normal;
      -webkit-box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.4), inset 1px 1px 4px #C8A43D;
              box-shadow: inset -1px -1px 3px rgba(255, 255, 255, 0.4), inset 1px 1px 4px #C8A43D;
      border-radius: 50px; }
      .pricing_header__radiobox-btn {
        display: block;
        width: 22px;
        height: 22px;
        background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
        background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
        background-blend-mode: soft-light, normal;
        -webkit-box-shadow: -2.5px -2.5px 10px rgba(255, 255, 255, 0.4), 2.5px 2.5px 10px #5A2E15;
                box-shadow: -2.5px -2.5px 10px rgba(255, 255, 255, 0.4), 2.5px 2.5px 10px #5A2E15;
        border-radius: 15px;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
      .pricing_header__radiobox[data-toggle="false"] .pricing_header__radiobox-btn {
        margin-right: auto; }
      .pricing_header__radiobox[data-toggle="true"] .pricing_header__radiobox-btn {
        margin-left: auto; }
  .pricing-content {
    max-width: 350px;
    margin: 0 auto; }
    .pricing-content .slick-dots {
      bottom: -23px; }
  .pricing_card {
    margin-top: 22px;
    padding: 31px 0 29px;
    background-color: #fff;
    position: relative; }
    .pricing_card__hot {
      position: absolute;
      top: -22px;
      right: 15px; }
    .pricing_card__title {
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      text-align: center; }
    .pricing_card__desc {
      padding: 18px 15px;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
    .pricing_card__price-wrap {
      padding-bottom: 22px;
      font-weight: bold;
      text-align: center; }
    .pricing_card__price-undiscounted {
      width: 125px;
      padding: 9px 19px;
      font-size: 15px;
      line-height: 18px;
      -webkit-text-decoration-line: line-through;
              text-decoration-line: line-through;
      color: #9F9F9F; }
    .pricing_card__price-discount {
      padding: 8px 14px;
      background-color: #42B1B8;
      border-radius: 2px;
      line-height: 20px;
      color: #fff; }
    .pricing_card__price {
      width: 100%;
      padding: 18px 5px;
      line-height: 20px; }
      .pricing_card__price strong {
        margin-left: 5px;
        font-size: 26px;
        line-height: 32px; }
    .pricing_card__credit {
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #9F9F9F;
      position: relative; }
      .pricing_card__credit-toggle {
        display: inline-block;
        margin-left: 5px;
        padding: 0 5px;
        border: 1px solid #9f9f9f;
        border-radius: 50%;
        font-size: 12px; }
      .pricing_card__credit-prompt {
        display: none;
        width: 185px;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 0px 23px -8px rgba(0, 0, 0, 0.75);
        font-size: 13px;
        text-align: left;
        position: absolute;
        top: -115px;
        right: -35px;
        z-index: 2; }
        .pricing_card__credit-prompt a {
          color: #42B1B8; }
        .pricing_card__credit-prompt::after {
          content: "";
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 5px 0 5px;
          border-color: #fff transparent transparent transparent;
          position: absolute;
          right: 40px;
          bottom: -10px; }
    .pricing_card__pic img {
      width: 100%; }
    .pricing_card__btn-more {
      margin: 21px auto 17px;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      color: #42B1B8;
      text-decoration: underline; }
    .pricing_card__btn-calc {
      padding: 15px;
      font-size: 16px;
      line-height: 20px; }
    .pricing_card__footer {
      max-width: 220px;
      margin: 26px auto 0; }
      .pricing_card__footer-item {
        padding: 4px 0 9px 44px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
        position: relative; }
        .pricing_card__footer-item::before {
          content: "";
          width: 24px;
          height: 24px;
          background: url(assets/img/sprite-pricing.png) 0 0 no-repeat;
          position: absolute;
          top: 0;
          left: 0; }
      .pricing_card__footer-item:nth-child(2)::before {
        background-position-x: -24px; }
      .pricing_card__footer-item:nth-child(3)::before {
        background-position-x: -48px; }

.modal-pricing-body {
  max-height: 90vh;
  overflow-y: auto;
  padding-bottom: 30px;
  background-color: #fff; }

.modal-pricing_works {
  padding: 25px 15px; }
  .modal-pricing_works-name {
    font: bold 20px/28px Montserrat; }
  .modal-pricing_works__title {
    margin: 10px 0 5px;
    font: bold 13px/20px Montserrat; }
  .modal-pricing_works__list {
    list-style: disc;
    font-size: 12px;
    line-height: 20px; }
    .modal-pricing_works__list li {
      margin-left: 20px; }

.modal-pricing_pic {
  margin-bottom: 25px; }
  .modal-pricing_pic img {
    width: 100%; }

.modal-pricing_materials {
  padding: 0 15px 25px; }
  .modal-pricing_materials-name {
    font: bold 20px/28px Montserrat; }
  .modal-pricing_materials__info {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px; }

#pricing_detail .modal-content {
  max-width: 410px; }

#pricing_detail .modal_form-body {
  max-width: 320px; }

#pricing_detail .btn {
  max-width: 265px;
  margin-bottom: 5px;
  padding: 11.5px 15px; }

/* Pricing end */
/* Easy start */
.easy {
  padding: 60px 0 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, white), color-stop(110%, rgba(66, 177, 184, 0.22)));
  background: -o-linear-gradient(top, white 85%, rgba(66, 177, 184, 0.22) 110%);
  background: linear-gradient(180deg, white 85%, rgba(66, 177, 184, 0.22) 110%); }
  .easy .section-title {
    padding: 0 15px 10px; }
  .easy .container {
    max-width: 335px;
    padding: 0 15px;
    position: relative; }
    .easy .container::before {
      content: "";
      width: 1px;
      height: calc( 100% + 25px);
      background-color: #D7CDB0;
      position: absolute;
      top: -20px;
      left: 35px; }
  .easy_card {
    margin-top: 35px;
    padding: 10px 0 5px 65px;
    position: relative; }
    .easy_card__icon {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
      background-blend-mode: soft-light, normal;
      border: 0.5px solid rgba(255, 255, 255, 0.2);
      -webkit-box-shadow: -10px -10px 20px #FAFBFF, 5px 5px 20px #A6ABBD;
              box-shadow: -10px -10px 20px #FAFBFF, 5px 5px 20px #A6ABBD;
      position: absolute;
      top: 0;
      left: 0; }
      .easy_card__icon::before {
        content: "";
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: url(assets/img/docs-icon.png) center/cover no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .easy_card__desc {
      max-width: 300px;
      margin-bottom: 20px;
      font-size: 14px;
      line-height: 20px; }
    .easy_card__content {
      max-width: 205px; }
      .easy_card__content img {
        width: 100%; }
    .easy_card-02 .easy_card__content {
      width: 100px; }
    .easy_card-03 .easy_card__content {
      width: 120px; }
    .easy_card-04 .easy_card__content {
      border-radius: 10px;
      overflow: hidden; }
    .easy_card-05 .easy_card__icon, .easy_card-07 .easy_card__icon {
      width: 60px;
      height: 60px;
      left: -9px; }
    .easy_card-05 .easy_card__icon::before, .easy_card-07 .easy_card__icon::before {
      width: 60px;
      height: 60px; }
    .easy_card-05 .easy_card__icon::before {
      background: url(assets/img/icon-like.png) center/cover no-repeat; }
    .easy_card-07 .easy_card__icon::before {
      background: url(assets/img/icon-smile.png) center/cover no-repeat; }
    .easy_card-05 .easy_card__content {
      background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #FFFFFF;
      background-blend-mode: soft-light, normal;
      -webkit-box-shadow: -10px -10px 20px #FAFBFF, 5px 5px 20px #A6ABBD;
              box-shadow: -10px -10px 20px #FAFBFF, 5px 5px 20px #A6ABBD; }
    .easy_card-06 .easy_card__desc {
      margin-bottom: 0; }
    .easy_card-06 .easy_card__content {
      width: 180px; }
    .easy_card-07 {
      margin-top: 15px; }

#page-flat2 .easy {
  padding-top: 0;
  background: #fff; }

/* Easy end */
.estimate {
  padding: 62px 15px 73px;
  background-color: #fff; }
  .estimate .container {
    position: relative; }
  .estimate .section-title {
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 330px; }
  .estimate .section-board {
    max-width: 360px;
    padding: 12px 0 0; }
  .estimate_content__list li {
    padding: 0 0 0 35px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    position: relative; }
    .estimate_content__list li::before {
      content: "";
      width: 8px;
      height: 8px;
      background-color: #42B1B8;
      border-radius: 100%;
      position: absolute;
      top: 11px;
      left: 14px; }
    .estimate_content__list li:first-child {
      margin-bottom: 5px;
      padding-left: 0;
      font-size: 16px;
      font-weight: 600;
      text-align: center; }
      .estimate_content__list li:first-child::before {
        display: none; }
  .estimate_content__p {
    padding-top: 22px;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center; }
  .estimate_pic {
    width: 315px;
    height: 284px;
    background-color: #C4C4C4;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 115px;
    left: calc( 50% - 157.5px); }
    .estimate_pic img {
      width: 100%; }

/* Portfolio start */
.portfolio {
  padding: 60px 0; }
  .portfolio .section-title {
    padding: 0 15px; }
  .portfolio-category_list {
    margin: 20px auto; }
    .portfolio-category_list__item {
      padding: 2px 7.5px;
      font-size: 14px;
      line-height: 17px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .portfolio-category_list__item.active {
        font-weight: bold;
        color: #42B1B8; }
    .portfolio-category_list .slick-current .portfolio-category_list__item {
      font-weight: bold;
      color: #42B1B8; }
    .portfolio-category_list:hover {
      cursor: pointer; }
  .portfolio-content_nav {
    max-width: 340px;
    width: calc( 100% - 30px);
    margin: 0 auto 25px;
    padding: 5px;
    background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F8F8F3;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F8F8F3;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
            box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
    border-radius: 10px; }
    .portfolio-content_nav__item {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 7px;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      white-space: nowrap; }
      .portfolio-content_nav__item.active {
        font-weight: bold;
        color: #42B1B8; }
    .portfolio-content_nav .slick-current .portfolio-content_nav__item {
      font-weight: bold;
      color: #42B1B8; }
    .portfolio-content_nav:hover {
      cursor: pointer; }
  .portfolio-content_nav .slick-track {
    min-width: 280px; }
  .portfolio_card {
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s; }
    .portfolio_card-opacity {
      opacity: .6; }
    .portfolio_card__photo {
      min-width: 320px;
      margin-bottom: 48px !important; }
      .portfolio_card__photo img {
        display: block !important; }
    .portfolio_card .slick-dots {
      padding: 0 10px;
      bottom: -24px; }
      .portfolio_card .slick-dots li button {
        background: rgba(159, 159, 159, 0.5); }
      .portfolio_card .slick-dots li.slick-active button {
        background: #9f9f9f; }
    .portfolio_card .carusel-arrows {
      display: block;
      width: 35px;
      height: 40px;
      background-color: rgba(159, 159, 159, 0.9);
      position: absolute;
      top: calc(50% - 20px);
      z-index: 1; }
      .portfolio_card .carusel-arrows::before, .portfolio_card .carusel-arrows::after {
        content: "";
        width: 15px;
        height: 2px;
        background-color: #fff;
        border-radius: 10px;
        position: absolute; }
    .portfolio_card .carusel-arrows_prev {
      left: 0; }
      .portfolio_card .carusel-arrows_prev::before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 14px;
        left: 8px; }
      .portfolio_card .carusel-arrows_prev::after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: 14px;
        left: 8px; }
    .portfolio_card .carusel-arrows_next {
      right: 0; }
      .portfolio_card .carusel-arrows_next::before {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        top: 14px;
        right: 8px; }
      .portfolio_card .carusel-arrows_next::after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        bottom: 14px;
        right: 8px; }
    .portfolio_card-info {
      width: calc( 100% - 20px);
      margin: 0 auto;
      padding: 30px 20px;
      background-color: #fff;
      border-radius: 10px; }
    .portfolio_card__title {
      margin-bottom: 30px;
      font: bold 20px/28px Montserrat; }
    .portfolio_card__desc {
      max-width: 320px;
      margin: 0 auto; }
      .portfolio_card__desc li {
        padding: 10px 5px 17px 50px;
        font: 500 14px/17px Montserrat;
        position: relative; }
        .portfolio_card__desc li::before {
          content: "";
          width: 34px;
          height: 34px;
          background-image: url(assets/img/sprite-portfolio.png);
          background-repeat: no-repeat;
          position: absolute;
          top: 0;
          left: 0; }
      .portfolio_card__desc-coast::before {
        background-position-x: -34px; }
    .portfolio_card__worklist {
      width: 100%;
      max-width: 320px;
      margin: 13px auto 40px;
      background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
      background-blend-mode: soft-light, normal;
      -webkit-box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
              box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
      border-radius: 10px;
      font-size: 14px;
      line-height: 20px;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .portfolio_card__worklist-btn {
        width: 100%;
        padding: 17px 15px;
        font-size: 14px;
        line-height: 20px;
        position: relative; }
        .portfolio_card__worklist-btn::before, .portfolio_card__worklist-btn::after {
          content: "";
          width: 22px;
          height: 22px;
          background-image: url(assets/img/sprite-portfolio.png);
          background-repeat: no-repeat;
          position: absolute; }
        .portfolio_card__worklist-btn::before {
          top: 15px;
          left: 20px;
          background-position-y: -34px; }
        .portfolio_card__worklist-btn::after {
          top: 15px;
          right: 20px;
          background-position-y: -34px;
          background-position-x: -22px; }
        .portfolio_card__worklist-btn.open::after {
          background-position-x: -44px; }
        .portfolio_card__worklist-btn:hover {
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1); }
      .portfolio_card__worklist ul {
        display: none;
        width: calc( 100% - 20px);
        max-height: 140px;
        overflow: auto;
        margin: 0 auto;
        padding-top: 5px;
        border-top: 1px solid rgba(159, 159, 159, 0.5); }
        .portfolio_card__worklist ul li {
          padding: 5px 10px; }

#page-flat2 .portfolio {
  background-color: #fff; }

/* Portfolio end */
/* Control start */
.control {
  padding: 60px 20px;
  background-color: #fff; }
  .control-content {
    padding: 25px 0 30px; }
  .control_card {
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 20px; }
    .control_card__pic {
      width: 125px;
      height: 92px;
      border-bottom: 1px solid #42B1B8; }
      .control_card__pic img {
        width: 100%; }
    .control_card__title {
      width: calc( 100% - 125px);
      padding: 20px 15px 20px 10px;
      font-weight: 600; }
    .control_card__desc {
      width: 100%;
      margin-top: 20px; }
  .control .btn {
    max-width: 320px;
    padding: 10px 15px; }

#page-flat2 .control {
  background-color: transparent; }

/* Control end */
/* New design start */
.new-design {
  padding: 42px 0 36px;
  background: #fff; }
  .new-design .section-title {
    padding: 0 6px;
    max-width: 320px;
    margin: 0 auto; }
  .new-design .items {
    margin-top: 20px; }
    .new-design .items.slick-dotted.slick-slider {
      margin-bottom: 0; }
  .new-design .item-img_estimate {
    padding: 5px 27.63%; }
  .new-design .item img {
    width: 100%; }
  .new-design .item-content {
    padding: 0 34px;
    margin-top: 35px; }
    .new-design .item-content p {
      font-size: 14px;
      line-height: 20px; }
  .new-design .item-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    .new-design .item-top h4 {
      width: calc( 100% - 76px);
      font-weight: 600;
      font-size: 14px;
      line-height: 20px; }
    .new-design .item-top-img {
      padding-right: 10px;
      width: 76px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
  .new-design .slick-dots {
    padding: 0 20px;
    position: unset;
    max-width: 360px;
    margin: 30px auto 0; }
  .new-design-main-img {
    display: none; }

/* New design end */
/* Docs start */
.docs {
  padding: 60px 20px 50px; }
  .docs-content {
    max-width: 460px;
    margin: 0 auto; }
  .docs_card {
    margin-top: 35px; }
    .docs_card__pic img {
      width: 100%; }
    .docs_card-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .docs_card__title {
      max-width: 180px;
      margin-right: 15px;
      font-weight: bold;
      font-size: 20px;
      line-height: 28px; }
    .docs_card__icon {
      display: block;
      width: 100%;
      margin-right: 45px;
      border-bottom: 1px solid #D7CDB0;
      border-radius: 5px;
      position: relative;
      bottom: 12px; }
      .docs_card__icon span {
        display: block;
        width: 58px;
        height: 58px;
        background: url(assets/img/docs-icon.png) center no-repeat;
        position: absolute;
        right: -29px;
        bottom: 50px; }
      .docs_card__icon::before {
        content: "";
        height: 85px;
        width: 20px;
        border-right: 1px solid #D7CDB0;
        border-radius: 5px;
        position: absolute;
        right: 0;
        bottom: 0; }
      .docs_card__icon::after {
        content: "";
        display: block;
        width: 11px;
        height: 11px;
        background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
        background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
        background-blend-mode: soft-light, normal;
        border-radius: 50%;
        position: absolute;
        bottom: -6px;
        left: 0; }
    .docs_card__desc {
      margin-top: 10px;
      font-size: 14px;
      line-height: 20px; }

#page-flat2 .docs {
  background-color: #fff; }

/* Docs end */
/* Now start */
.now {
  padding: 60px 15px 67px; }
  .now .section-board {
    max-width: 400px; }
  .now_desc {
    padding: 14px 0 42px;
    text-align: center;
    font-size: 14px;
    line-height: 20px; }
  .now .sbc-wrap {
    padding: 45px 5px 0; }

/* Now end */
/* Materials start */
.materials {
  padding: 60px 0 70px;
  background-color: #fff; }
  .materials .container {
    padding: 0 15px; }
  .materials_card {
    margin-top: 29px; }
    .materials_card__title {
      margin-top: 29px;
      font-weight: bold;
      font-size: 20px;
      line-height: 28px; }
    .materials_card__desc {
      margin-top: 10px;
      font-size: 14px;
      line-height: 20px; }
    .materials_card__pic {
      width: calc( 50% - 7.5px);
      border-radius: 10px;
      overflow: hidden; }
      .materials_card__pic img {
        width: 100%; }
  .materials_card-02 {
    padding-top: 56px;
    background: url(assets/img/materials_wave-02.png) center top no-repeat; }
    .materials_card-02 .materials_card__pic:first-child {
      width: 38%; }
    .materials_card-02 .materials_card__pic:last-child {
      width: calc( 62% - 30px); }

/* Materials end */
/* Helper start */
.helper {
  padding: 60px 20px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(85%, white), color-stop(95%, rgba(66, 177, 184, 0.25)));
  background: -o-linear-gradient(bottom, white 85%, rgba(66, 177, 184, 0.25) 95%);
  background: linear-gradient(0deg, white 85%, rgba(66, 177, 184, 0.25) 95%); }
  .helper_card {
    max-width: 320px;
    margin: 35px auto 0; }
    .helper_card__pic {
      width: 205px;
      margin: 0 auto;
      border-radius: 10px;
      overflow: hidden; }
      .helper_card__pic img {
        width: 100%; }
    .helper_card__title {
      min-height: 66px;
      margin: 40px 0 10px;
      padding: 13px 0 13px 68px;
      font: 600 14px/20px Montserrat;
      position: relative; }
      .helper_card__title::before {
        content: "";
        width: 68px;
        height: 66px;
        background: url(assets/img/sprite-helper.png) 0 0 no-repeat;
        position: absolute;
        top: 0;
        left: 0; }
    .helper_card:nth-child(2) .helper_card__title::before {
      background-position-x: -68px; }
    .helper_card:nth-child(3) .helper_card__title::before {
      background-position-x: -136px; }
    .helper_card__desc {
      font-size: 14px;
      line-height: 20px; }
  .helper .btn {
    max-width: 280px;
    margin-top: 45px; }

/* Helper end */
/* System start */
.system {
  padding: 55px 0 45px;
  background: -o-linear-gradient(87.89deg, rgba(66, 177, 184, 0.2) -14.1%, white 38.93%);
  background: linear-gradient(2.11deg, rgba(66, 177, 184, 0.2) -14.1%, white 38.93%); }
  .system-content {
    margin-top: 50px; }
    .system-content .slick-dots {
      padding: 0 20px; }
  .system_card {
    max-width: calc( 100% - 20px);
    margin: 0 10px; }
    .system_card__pic {
      width: 100%;
      border-radius: 10px; }
    .system_card__title {
      min-height: 35px;
      margin: 25px 0 20px;
      font: bold 12px/17px Montserrat;
      text-align: center; }
    .system_card__desc {
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
  .system .btn {
    max-width: 300px;
    margin-top: 80px; }

#page-flat2 .system {
  padding: 60px 0;
  background: transparent; }

/* System end */
/* Company start */
.company {
  padding: 50px 20px;
  background-color: #fff; }
  .company .section-title {
    padding-bottom: 50px; }
  .company_card {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 140px !important;
    height: 55px;
    margin: 0 auto 30px;
    padding: 0 10px; }
    .company_card img {
      width: 100%; }
    .company_card:nth-child(7), .company_card:nth-child(8) {
      display: none !important; }

#page-flat2 .company {
  padding-bottom: 30px; }
  #page-flat2 .company_card {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }

/* Company end */
/* Repair details start */
.details {
  padding: 60px 20px;
  background-color: #fff; }
  .details .section-subtitle {
    max-width: 450px;
    margin: 30px auto 15px;
    font: 600 14px/20px Montserrat;
    text-align: center; }
  .details-carusel.slick-dotted {
    margin-bottom: 60px; }
  .details_card__pic {
    display: block;
    width: 100%;
    max-width: 360px;
    margin: 0 auto; }
    .details_card__pic img {
      width: 100%; }
  .details_card__desc {
    padding: 20px 15px 0;
    font-size: 14px;
    line-height: 17px;
    text-align: center; }

#page-flat2 .details {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(66, 177, 184, 0.2)), color-stop(26%, #fff));
  background: -o-linear-gradient(top, rgba(66, 177, 184, 0.2) 10%, #fff 26%);
  background: linear-gradient(180deg, rgba(66, 177, 184, 0.2) 10%, #fff 26%); }

/* Repair details end */
/* Team start */
.team {
  padding: 60px 0 65px; }
  .team-nav {
    margin: 30px auto 25px;
    padding: 10px 0;
    border-radius: 10px;
    background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F8F8F3;
    background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F8F8F3;
    background-blend-mode: soft-light, normal;
    -webkit-box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
            box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD; }
    .team-nav_item:hover {
      cursor: pointer; }
    .team-nav_item__pic {
      width: 99px;
      margin: 0 auto;
      padding: 0 12px; }
      .team-nav_item__pic img {
        width: 100%; }
    .team-nav_item__title {
      padding: 5px 5px 0;
      border-top: 1.5px solid #42B1B8;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
    .team-nav:not(.slick-slider) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .team-content {
    padding: 0 10px; }
    .team-content_item {
      display: none;
      max-width: 320px;
      width: 100%;
      margin: 0 auto; }
      .team-content_item.active {
        display: block; }
      .team-content_item__pic img {
        width: 100%; }
      .team-content_item-board {
        padding: 30px 20px;
        background-color: #fff;
        border-radius: 10px; }
      .team-content_item__name {
        font: bold 20px/22px Montserrat;
        color: #42B1B8; }
      .team-content_item__profession {
        display: block;
        font: normal 12px/20px Montserrat;
        color: #000; }
      .team-content_item-desc {
        padding: 25px 0;
        font-size: 14px;
        line-height: 20px; }
      .team-content_item__card {
        margin-bottom: 10px; }
        .team-content_item__card-title {
          font: 600 12px/20px Montserrat; }
        .team-content_item__card:first-child .team-content_item__card-title {
          display: inline-block;
          margin-right: 10px; }
        .team-content_item__card-stars {
          display: inline-block;
          width: 100px;
          height: 19px;
          margin-right: 10px;
          padding-top: 3px;
          position: relative; }
          .team-content_item__card-stars::before, .team-content_item__card-stars::after {
            content: "";
            position: absolute;
            top: 3px;
            right: 0;
            bottom: -3px;
            left: 0; }
          .team-content_item__card-stars::before {
            background: url(assets/img/stars-mask.png) center/cover no-repeat;
            z-index: 3; }
          .team-content_item__card-stars::after {
            background-color: #e7ebf0;
            z-index: 1; }
          .team-content_item__card-stars_rate {
            width: 100%;
            height: 19px;
            background-color: #42B1B8;
            position: relative;
            z-index: 2; }
        .team-content_item__card-scale {
          display: inline-block;
          width: 210px;
          height: 10px;
          margin-right: 10px;
          background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
          background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F4F4F0;
          background-blend-mode: soft-light, normal;
          border: 0.5px solid rgba(255, 255, 255, 0.4);
          -webkit-box-shadow: inset -1px -1px 2px #FAFBFF, inset 1px 1px 3px #A6ABBD;
                  box-shadow: inset -1px -1px 2px #FAFBFF, inset 1px 1px 3px #A6ABBD;
          border-radius: 18.5px; }
          .team-content_item__card-scale_bar {
            min-height: 100%;
            background: -o-linear-gradient(132.3deg, rgba(33, 119, 124, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
            background: linear-gradient(317.7deg, rgba(33, 119, 124, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #42B1B8;
            background-blend-mode: soft-light, normal;
            border: 0.5px solid rgba(255, 255, 255, 0.4);
            -webkit-box-sizing: border-box;
                    box-sizing: border-box;
            -webkit-box-shadow: inset -1px -1px 2px rgba(250, 251, 255, 0.1), inset 1px 1px 2px #116E74;
                    box-shadow: inset -1px -1px 2px rgba(250, 251, 255, 0.1), inset 1px 1px 2px #116E74;
            border-radius: 50px; }
      .team-content_item__info {
        font-size: 14px;
        line-height: 20px; }

/* Team end */
/* Credit start */
.credit {
  padding: 60px 0 0;
  background-color: #fff; }
  .credit .container {
    max-width: 420px; }
  .credit-subtitle {
    margin: 30px auto 24px;
    font-weight: 500;
    line-height: 20px; }
  .credit-wrapper-01 {
    padding: 0 15px; }
  .credit_card {
    width: calc( 50% - 12.5px);
    margin-bottom: 27px; }
    .credit_card__pic img {
      width: 100%;
      margin: 0 auto; }
    .credit_card__desc {
      margin-top: 13px;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
  .credit-wrapper-02 {
    position: relative; }
  .credit_pic {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
    .credit_pic img {
      width: 100%; }
  .credit .section-board {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 30%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    z-index: 2; }
    .credit .section-board_title {
      font: 600 16px/20px Montserrat;
      color: #343434; }

/* Credit end */
/* Skills start */
.skills {
  padding: 60px 15px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, white), color-stop(95%, rgba(66, 177, 184, 0.15)));
  background: -o-linear-gradient(bottom, white 80%, rgba(66, 177, 184, 0.15) 95%);
  background: linear-gradient(0deg, white 80%, rgba(66, 177, 184, 0.15) 95%); }
  .skills_nav {
    margin: 15px auto; }
    .skills_nav__item {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 25px 20px; }
      .skills_nav__item span {
        padding: 0 10px;
        border-right: 1px solid #D7CDB0;
        font-size: 36px;
        font-weight: bold;
        color: #D7CDB0; }
      .skills_nav__item p {
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500; }
      .skills_nav__item:hover {
        cursor: pointer; }
    .skills_nav .slick-current .skills_nav__item {
      background: -o-linear-gradient(132.3deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F8F8F3;
      background: linear-gradient(317.7deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 255, 255, 0.4) 105.18%), #F8F8F3;
      background-blend-mode: soft-light, normal;
      -webkit-box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
              box-shadow: inset -2px -2px 2px #FAFBFF, inset 1px 1px 2px #A6ABBD;
      border-radius: 10px;
      font-weight: bold;
      color: #42B1B8; }
      .skills_nav .slick-current .skills_nav__item span {
        border-right-color: transparent;
        color: #42B1B8; }
      .skills_nav .slick-current .skills_nav__item p {
        padding-left: 0;
        font-weight: bold; }
      .skills_nav .slick-current .skills_nav__item:hover {
        cursor: default; }
  .skills_card__pic {
    border-radius: 10px;
    overflow: hidden; }
    .skills_card__pic img {
      width: 100%; }
  .skills_card-body {
    padding: 25px 15px; }
  .skills_card__title {
    margin-bottom: 15px;
    font: bold 14px/20px Montserrat; }
  .skills_card__desc {
    font-size: 14px;
    line-height: 20px; }

/* Skills end */
/* Reviews start */
.reviews {
  padding: 60px 15px; }
  .reviews-content {
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 0 34px; }
    .reviews-content .slick-dots {
      bottom: 4px; }
  .reviews_card {
    padding: 0 5px;
    font-size: 14px;
    line-height: 20px; }
    .reviews_card__pic {
      border-radius: 10px;
      overflow: hidden;
      position: relative; }
      .reviews_card__pic img {
        width: 100%;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        transition: all .4s; }
        .reviews_card__pic img.opacity {
          opacity: 0; }
      .reviews_card__pic iframe {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
    .reviews_card-body {
      padding: 15px 10px 0; }
    .reviews_card__title {
      font-weight: 600; }
  .reviews-social {
    max-width: 440px;
    margin: 0 auto;
    padding: 10px 15px 30px;
    background-color: #fff;
    border-radius: 10px; }
    .reviews-social-title {
      width: 100%;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
    .reviews-social_card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: calc( 50% - 20px);
      margin: 25px 10px 0; }
      .reviews-social_card__pic {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .reviews-social_card__pic img {
          width: 100%; }
      .reviews-social_card__rate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 10px; }
        .reviews-social_card__rate-stars {
          margin-right: 5px; }
          .reviews-social_card__rate-stars img {
            width: 100%; }

/* Reviews end */
/* Contacts start */
.contacts {
  padding: 60px 0 20px;
  background-color: #fff; }
  .contacts .section-title {
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 32px; }
  .contacts-info {
    max-width: 275px;
    margin: 0 auto; }
  .contacts_list__item {
    margin-bottom: 18px;
    padding-left: 32px;
    font-size: 12px;
    line-height: 20px;
    color: #9f9f9f; }
    .contacts_list__item-title {
      display: block;
      font-weight: 600;
      font-size: 14px;
      color: #42B1B8;
      text-decoration: none;
      position: relative; }
      .contacts_list__item-title::before {
        content: "";
        width: 13px;
        height: 13px;
        background: url(assets/img/sprite-contacts.png) 0 0 no-repeat;
        position: absolute;
        top: 5px;
        left: -22px; }
    .contacts_list__item:nth-child(2) .contacts_list__item-title::before {
      background-position-x: -13px; }
    .contacts_list__item:nth-child(3) .contacts_list__item-title::before {
      background-position-x: -26px; }
  .contacts_social {
    padding: 5px 25px 35px; }
    .contacts_social__item {
      display: block;
      margin: 0 7px; }
  .contacts-map {
    width: 320px;
    margin: 55px auto 0;
    background: url(assets/img/ajax-loader.gif) center no-repeat;
    border-radius: 10px;
    overflow: hidden; }
    .contacts-map img {
      width: 100%; }
    .contacts-map iframe {
      width: 100%;
      height: 189px; }

/* Contacts end */
/* Footer start */
footer {
  background-color: #fff; }
  footer .container {
    padding: 40px 25px 35px; }
  footer .custom-logo-link {
    display: inline-block;
    margin-bottom: 10px; }

.footer-nav_list a {
  display: block;
  padding: 8px;
  margin-right: 5px;
  font-size: 13px;
  line-height: 35px;
  color: #343434;
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }
  .footer-nav_list a:hover {
    color: #42B1B8; }

.footer-bottom {
  padding-top: 30px;
  border-top: 1px solid #C4C4C4; }
  .footer-bottom p {
    font-size: 10px;
    line-height: 14px; }
  .footer-bottom a {
    color: #343434;
    text-decoration: none; }

.btn-to-top {
  background-color: #e1e1e1; }
  .btn-to-top span {
    display: block;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    padding: 12px 15px;
    font: 600 14px/20px Montserrat;
    color: #593D39;
    text-align: center; }

/* Footer end */
/* Modals start */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50; }
  .modal-open {
    overflow: hidden; }
  .modal-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 100vw;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: -moz-available;
    min-height: stretch; }
  .modal-content, .modal-night-content {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 20px;
    position: relative; }
  .modal_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    right: 10px; }
    .modal_close::before, .modal_close::after {
      content: "";
      width: 20px;
      height: 2px;
      background-color: #fff;
      border-radius: 10px;
      position: absolute;
      top: calc( 50% - 1px); }
    .modal_close::before {
      left: 0;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .modal_close::after {
      right: 0;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .modal_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    background-color: #42B1B8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    .modal_header__pic {
      width: 75px;
      height: 75px; }
      .modal_header__pic img {
        width: 100%; }
    .modal_header__desc {
      width: calc( 100% - 75px);
      padding: 0 20px;
      text-align: center; }
      .modal_header__desc-title {
        padding-bottom: 5px;
        font: bold 20px/28px Montserrat; }
      .modal_header__desc-subtitle {
        font-size: 14px;
        line-height: 20px; }
  .modal-body {
    max-height: 70vh;
    padding: 20px;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow-y: auto; }
  .modal_desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  .modal_form label.input-error {
    display: none !important; }
  .modal_form-body {
    margin: 0 auto 15px;
    padding: 15px 15px 5px;
    background-color: #42B1B8;
    border-radius: 10px; }
    .modal_form-body input[type="text"], .modal_form-body input[type="tel"] {
      margin-bottom: 5px;
      padding: 15px;
      font: normal 16px/20px Montserrat; }
  .modal_form__title {
    margin-bottom: 15px;
    padding: 0 10px;
    font: 600 14px/20px Montserrat;
    text-align: center; }
  .modal_form__subtitle {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff; }
  .modal_form__data {
    margin: 10px auto;
    padding: 0 15px;
    font: normal 12px/18px Montserrat;
    text-align: center;
    color: #ccc; }
  .modal_form__subtext {
    margin: 10px auto;
    font-size: 14px;
    line-height: 20px;
    text-align: center; }
  .modal-night-content {
    display: none;
    height: 100vh;
    max-height: 630px;
    padding: 40px 20px;
    background-color: #23395B;
    border-radius: 10px;
    overflow-y: auto; }
  .modal-night_desc {
    font: bold 20px/26px Montserrat;
    color: #fff;
    text-align: center; }
  .modal-night_form {
    margin-top: 40px;
    padding: 30px 15px 40px;
    background-color: #42B1B8;
    border-radius: 10px; }
    .modal-night_form__title {
      margin-bottom: 20px;
      font: bold 16px/20px Montserrat;
      color: #fff;
      text-align: center; }
    .modal-night_form__item {
      display: block;
      width: 100%;
      margin-bottom: 20px;
      padding: 15px;
      border-radius: 10px;
      background-color: #fff;
      -webkit-box-shadow: 1px 1px 2px #A6ABBD;
              box-shadow: 1px 1px 2px #A6ABBD;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
      .modal-night_form__item.select {
        background-color: #B8F3F7;
        font-weight: bold; }
      .modal-night_form__item:hover {
        cursor: pointer; }

/* Modals end */
/* ----- Media ----- */
@media (min-width: 576px) {
  .container {
    max-width: 540px; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  /* Advantages start */
  .advantages .container {
    max-width: 450px; }
  /* Advantages end */
  /* Pricing start */
  .pricing-content {
    max-width: 400px; }
  .pricing_card__pic img {
    margin: 0 auto; }
  /* Pricing end */
  /* Estimate start */
  .estimate .section-title {
    max-width: 520px; }
  .estimate_pic {
    top: 85px; }
  /* Estimate end */
  /* Portfolio start */
  .portfolio-category_list__item {
    text-align: center; }
  .portfolio-content_nav__item {
    min-width: 25%; }
  .portfolio_card {
    width: 540px;
    margin: 0 auto; }
    .portfolio_card__title {
      text-align: center; }
  /* Portfolio start */
  /* Control start */
  .control .section-title {
    max-width: 410px;
    margin: 0 auto; }
  .control-content {
    max-width: 460px;
    margin: 0 auto;
    padding-top: 35px; }
  /* Control end */
  /* Team start */
  .team-nav_item__pic {
    width: 125px;
    padding: 0 25px; }
  /* Team end */
  /* System start */
  .system_card {
    display: block !important;
    max-width: 230px;
    margin: 0 auto; }
    .system_card__title {
      min-height: 40px;
      font-size: 14px;
      line-height: 20px; }
  /* System end */
  /* Easy start */
  #page-flat2 .easy {
    padding-top: 40px; }
  /* Easy end */ }

@media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .d-md-none {
    display: none !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  /* Header start */
  .header-nav {
    padding-right: 50px;
    padding-left: 50px; }
  /* Header end */
  /* First screen start */
  .fs-info {
    width: 80%;
    margin: 0 auto; }
  .fs-utp {
    margin: 0 auto; }
    .fs-utp_card {
      width: calc(25% - 10px); }
  .fs-calc {
    max-width: 550px; }
  .first-screen {
    padding: 90px 0 60px; }
    .first-screen .section-board_title {
      width: 100%;
      margin-bottom: 30px; }
    .first-screen .section-board-options {
      width: calc(100% - 300px); }
      .first-screen .section-board-options .section-board_card {
        width: 100%; }
    .first-screen .section-board_form {
      width: 290px;
      margin-top: 0; }
  .first-screen.fs-custom-image::before {
    background: -o-linear-gradient(320deg, rgba(244, 244, 240, 0.95) 25%, rgba(255, 255, 255, 0) 90%);
    background: linear-gradient(130deg, rgba(244, 244, 240, 0.95) 25%, rgba(255, 255, 255, 0) 90%); }
  /* First screen end */
  /* Advantages start */
  .advantages .section-title {
    padding-bottom: 20px; }
  .advantages .container {
    max-width: 720px; }
  .advantages_list__item {
    width: 50%; }
    .advantages_list__item:nth-child(odd) {
      padding-right: 10px; }
    .advantages_list__item:nth-child(even) {
      padding-left: 10px; }
  /* Advantages end */
  /* Pricing start */
  .pricing-content {
    max-width: 700px; }
  .pricing_header {
    max-width: 380px;
    font-size: 16px;
    line-height: 20px; }
    .pricing_header__radiobox:hover {
      cursor: pointer; }
  .pricing_card {
    max-width: calc(100% - 10px);
    margin-right: 5px;
    margin-left: 5px; }
    .pricing_card__desc {
      font-size: 13px;
      line-height: 17px;
      min-height: 105px; }
  /* Pricing end */
  /* Easy start */
  .easy .container {
    max-width: 635px; }
    .easy .container::before {
      display: none; }
  .easy_card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 250px;
    margin-top: 0;
    padding: 0;
    text-align: center; }
    .easy_card::before {
      content: "";
      display: block;
      height: 1px;
      width: 275px;
      background-color: #d7cdb8;
      position: absolute;
      bottom: 0; }
    .easy_card::after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-right: 1px solid #d7cdb8;
      border-bottom: 1px solid #d7cdb8;
      position: absolute;
      bottom: 0; }
    .easy_card__content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      max-width: 235px; }
    .easy_card__desc {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 15px;
      padding: 0 10px; }
    .easy_card__icon {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      display: block;
      width: 58px;
      height: 58px;
      margin: 0 auto;
      position: relative;
      top: auto;
      left: auto; }
      .easy_card__icon::before {
        width: 58px;
        height: 58px; }
    .easy_card-01::before {
      right: -190px;
      bottom: 100px;
      -webkit-transform: rotate(25deg);
          -ms-transform: rotate(25deg);
              transform: rotate(25deg); }
    .easy_card-01::after {
      right: -177px;
      bottom: 41px;
      -webkit-transform: rotate(345deg);
          -ms-transform: rotate(345deg);
              transform: rotate(345deg); }
    .easy_card-01 .easy_card__desc {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-top: 50px;
      margin-bottom: 20px; }
    .easy_card-02::before {
      width: 287px;
      left: -195px;
      bottom: -60px;
      -webkit-transform: rotate(330deg);
          -ms-transform: rotate(330deg);
              transform: rotate(330deg); }
    .easy_card-02::after {
      left: -177px;
      bottom: -133px;
      -webkit-transform: rotate(100deg);
          -ms-transform: rotate(100deg);
              transform: rotate(100deg); }
    .easy_card-02 .easy_card__content, .easy_card-03 .easy_card__content {
      width: 150px; }
    .easy_card-03 {
      margin-top: -110px; }
      .easy_card-03::before {
        right: -190px;
        bottom: 100px;
        -webkit-transform: rotate(25deg);
            -ms-transform: rotate(25deg);
                transform: rotate(25deg); }
      .easy_card-03::after {
        right: -177px;
        bottom: 41px;
        -webkit-transform: rotate(345deg);
            -ms-transform: rotate(345deg);
                transform: rotate(345deg); }
    .easy_card-03 .easy_card__desc {
      padding: 0 15px; }
    .easy_card-04 {
      margin-top: 55px; }
      .easy_card-04::before {
        width: 299px;
        left: -201px;
        bottom: -75px;
        -webkit-transform: rotate(327deg);
            -ms-transform: rotate(327deg);
                transform: rotate(327deg); }
      .easy_card-04::after {
        left: -177px;
        bottom: -157px;
        -webkit-transform: rotate(100deg);
            -ms-transform: rotate(100deg);
                transform: rotate(100deg); }
    .easy_card-04 .easy_card__content {
      width: 235px;
      margin-bottom: 20px; }
    .easy_card-04 .easy_card__desc {
      padding-right: 35px;
      padding-left: 35px; }
    .easy_card-05 {
      margin-top: -110px; }
      .easy_card-05::before {
        width: 255px;
        right: -180px;
        bottom: 65px;
        -webkit-transform: rotate(13deg);
            -ms-transform: rotate(13deg);
                transform: rotate(13deg); }
      .easy_card-05::after {
        right: -176px;
        bottom: 35px;
        -webkit-transform: rotate(337deg);
            -ms-transform: rotate(337deg);
                transform: rotate(337deg); }
    .easy_card-05 .easy_card__desc {
      margin-top: 20px;
      padding: 0 15px; }
    .easy_card-05 .easy_card__icon, .easy_card-05 .easy_card__icon::before, .easy_card-07 .easy_card__icon, .easy_card-07 .easy_card__icon::before {
      width: 80px;
      height: 80px; }
    .easy_card-06 {
      margin-top: 50px; }
      .easy_card-06::before {
        width: 267px;
        left: -185px;
        bottom: -38px;
        -webkit-transform: rotate(340deg);
            -ms-transform: rotate(340deg);
                transform: rotate(340deg); }
      .easy_card-06::after {
        left: -177px;
        bottom: -85px;
        -webkit-transform: rotate(113deg);
            -ms-transform: rotate(113deg);
                transform: rotate(113deg); }
    .easy_card-06 .easy_card__icon {
      margin-top: 25px; }
    .easy_card-06 .easy_card__desc {
      padding-right: 50px;
      padding-left: 50px; }
    .easy_card-07::before, .easy_card-07::after {
      display: none; }
  /* Easy end */
  /* Estimate start */
  .estimate .section-title {
    padding-bottom: 30px; }
  .estimate .section-board {
    margin-left: 15px; }
  .estimate_content__list {
    width: 385px; }
  .estimate_content__p {
    width: 385px;
    padding-left: 15px;
    text-align: left; }
  .estimate_pic {
    height: 450px;
    top: 120px;
    right: 0;
    left: auto; }
    .estimate_pic img {
      width: auto;
      height: 100%; }
  /* Estimate end */
  /* Now start */
  .now_pic {
    max-width: 340px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden; }
    .now_pic img {
      height: 100%; }
  .now-content {
    padding: 5px 15px 0; }
  /* Now end */
  /* Materials start */
  .materials_card {
    max-width: 500px;
    margin: 29px auto 0; }
    .materials_card-01 {
      padding-top: 20px; }
  /* Materials end */
  /* Helper start */
  .helper_card {
    max-width: 30%;
    margin-top: 60px; }
    .helper_card__title, .helper_card__desc {
      max-width: 295px;
      margin-right: auto;
      margin-left: auto; }
  /* Helper start */
  /* Team start */
  .team {
    padding-bottom: 30px; }
    .team-nav {
      width: 600px; }
      .team-nav_item__pic {
        width: 155px;
        padding: 0 40px; }
    .team-content_item {
      max-width: none;
      position: relative; }
      .team-content_item.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .team-content_item__pic {
        width: 400px;
        position: absolute;
        bottom: -30px;
        left: 0;
        z-index: 1; }
      .team-content_item-board {
        width: 350px;
        margin-left: auto;
        position: relative;
        z-index: 2; }
  /* Team end */
  /* Credit start */
  .credit {
    padding: 80px 0; }
    .credit .container {
      max-width: 720px; }
    .credit-subtitle {
      text-align: center;
      margin-bottom: 35px; }
    .credit_card {
      width: calc( 25% - 12.5px);
      margin-bottom: 45px; }
    .credit_pic {
      max-width: 630px;
      margin: 0 auto;
      border-radius: 10px;
      overflow: hidden;
      position: static; }
    .credit .section-board {
      max-width: 590px;
      padding: 40px 0 0; }
      .credit .section-board_title {
        max-width: 435px;
        margin: 0 auto;
        font: bold 20px/28px Montserrat;
        color: #42B1B8; }
      .credit .section-board_form {
        padding: 20px; }
        .credit .section-board_form input[type="tel"] {
          margin: 0 15px 0 0; }
        .credit .section-board_form .btn {
          max-width: 245px;
          margin-right: 0; }
  /* Credit end */
  /* Skills start */
  .skills_nav {
    margin-top: 25px; }
    .skills_nav__item {
      max-width: 345px; }
  /* Skills end */
  /* Reviews start */
  .reviews-content {
    max-width: none;
    padding-top: 45px; }
  .reviews_card__pic:hover {
    cursor: pointer; }
  .reviews-social {
    max-width: 680px; }
    .reviews-social-title {
      font-size: 18px; }
    .reviews-social_card {
      width: calc( 25% - 50px);
      margin: 25px 25px 0; }
      .reviews-social_card:hover {
        cursor: pointer; }
  /* Reviews start */
  /* Contacts start */
  .contacts {
    padding-bottom: 50px; }
    .contacts-info {
      margin: 0; }
    .contacts-map {
      width: 425px;
      max-height: 253px;
      margin: 0 0 0 20px; }
      .contacts-map:hover {
        cursor: pointer; }
      .contacts-map iframe {
        height: 251px; }
  /* Contacts end */
  /* Modals start */
  .modal-night-content {
    max-width: 700px;
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
    background: url(assets/img/bg_night_mode.png) left bottom no-repeat;
    overflow: unset; }
    .modal-night-content::before {
      content: "";
      background-color: #23395B;
      border-radius: 10px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1; }
    .modal-night-content .modal_close {
      top: -30px; }
  .modal-night_desc {
    max-width: 300px;
    padding-top: 20px;
    font-size: 16px;
    text-align: left; }
  .modal-night_form {
    max-width: 275px;
    margin-top: 0; }
  /* Modals end */
  /* Company start */
  .company .section-title {
    max-width: 600px;
    margin: 0 auto; }
  .company_card {
    width: 200px !important;
    height: 90px; }
  /* Company end */
  /* Repair details start */
  .details {
    padding-top: 35px;
    padding-bottom: 40px; }
    .details .container {
      position: relative; }
    .details .section-subtitle {
      margin-bottom: 20px; }
    .details-carusel.slick-dotted {
      margin-bottom: 40px; }
      .details-carusel.slick-dotted .slick-dots {
        padding: 0 20px; }
    .details_card {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
      .details_card__pic {
        max-width: 300px;
        margin-left: 0;
        border-radius: 10px;
        overflow: hidden; }
      .details_card__desc {
        width: calc( 100% - 300px);
        padding-top: 30px;
        padding-left: 30px;
        line-height: 20px;
        text-align: left; }
    .details .btn {
      position: absolute;
      top: 270px;
      left: 330px; }
  /* Repair details end */
  /* New design start */
  .new-design .section-title {
    max-width: 100%; }
  /* New design end */ }

@media (min-width: 992px) {
  .container {
    max-width: 960px; }
  .d-lg-none {
    display: none !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-row-revers {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .text-lg-center {
    text-align: center !important; }
  .section-title {
    font-size: 26px;
    line-height: 32px; }
  /* First screen start */
  .first-screen {
    background: url(assets/img/bg_fs-t.jpg) center/cover no-repeat; }
    .first-screen::after {
      display: none; }
    .first-screen .section-board {
      padding: 35px 20px 35px 30px; }
      .first-screen .section-board_card {
        padding: 35px 0 0; }
  .fs-info {
    width: calc(100% - 550px);
    padding: 30px 30px 0 15px; }
  .fs-utp {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding-top: 75px; }
    .fs-utp_card {
      margin-bottom: 0; }
      .fs-utp_card__desc {
        position: relative; }
  /* First screen end */
  /* Pricing start */
  .modal-pricing-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    border-radius: 10px;
    overflow: hidden; }
  .modal-pricing_works {
    width: 50%;
    padding: 30px 25px 30px 35px; }
    .modal-pricing_works__title, .modal-pricing_works__list {
      font-size: 14px; }
  .modal-pricing-sidebar {
    width: 50%; }
  .modal-pricing_materials:first-child {
    padding-top: 30px; }
  .modal-pricing_materials__info {
    font-size: 14px; }
  #pricing_detail .modal-content {
    max-width: 850px; }
  #pricing_detail input[type="tel"] {
    max-width: 265px;
    margin: 0 auto 5px; }
  /* Pricing end */
  /* Estimate start */
  .estimate .section-title {
    padding-bottom: 40px; }
  .estimate_content__desc {
    width: 450px;
    margin-bottom: 25px;
    padding-left: 15px;
    font: normal 14px/24px Montserrat; }
  .estimate_content__list, .estimate_content__p {
    width: 450px; }
  .estimate_pic {
    width: 50%;
    height: 620px;
    top: 125px; }
  /* Estimate end */
  /* Portfolio start */
  .portfolio-category_list__item {
    text-align: center; }
  .portfolio-content_nav__item {
    min-width: 25%; }
  .portfolio_card {
    width: 100%; }
    .portfolio_card__photo {
      max-width: 50%;
      max-height: 312px; }
    .portfolio_card-info {
      width: 45%; }
  /* Portfolio start */
  /* Control start */
  .control .section-title {
    max-width: none; }
  .control-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: none;
    padding-top: 50px; }
  .control_card {
    display: block;
    max-width: 200px;
    margin-bottom: 0; }
    .control_card__pic {
      width: 100%;
      height: 146px; }
    .control_card__title {
      width: 100%;
      padding: 20px 10px; }
  /* Control end */
  /* Docs start */
  .docs {
    padding-bottom: 82px; }
    .docs .section-title, .docs-content {
      max-width: 540px;
      width: 100%;
      margin-left: auto;
      margin-right: 0; }
    .docs_card {
      margin-top: 50px;
      position: relative; }
      .docs_card__pic {
        position: absolute;
        top: -120px;
        left: -440px; }
      .docs_card:nth-child(1) .docs_card__pic {
        z-index: 5; }
      .docs_card:nth-child(2) .docs_card__pic {
        z-index: 4; }
      .docs_card:nth-child(3) .docs_card__pic {
        z-index: 3; }
      .docs_card__title {
        max-width: none; }
      .docs_card__icon {
        width: 160px;
        position: absolute;
        top: 13px;
        bottom: auto;
        left: -180px;
        z-index: 6; }
        .docs_card__icon::before {
          display: none; }
        .docs_card__icon::after {
          right: 0;
          left: auto; }
        .docs_card__icon span {
          border-radius: 50%;
          -webkit-box-shadow: -10px -10px 20px #FAFBFF, -5px 5px 20px #A6ABBD;
                  box-shadow: -10px -10px 20px #FAFBFF, -5px 5px 20px #A6ABBD;
          right: auto;
          bottom: -25px;
          left: 0; }
  /* Docs end */
  /* Now start */
  .now_pic {
    max-width: 450px;
    padding-top: 0; }
  .now-content {
    padding: 10px 25px 0; }
  /* Now end */
  /* Materials start */
  .materials .section-title {
    width: 100%;
    margin-bottom: 30px; }
  .materials_card {
    width: 100%;
    margin-top: 0;
    padding: 30px 0 0; }
    .materials_card-01 {
      max-width: calc( 50% - 30px);
      padding-right: 40px; }
    .materials_card-02 {
      max-width: calc( 50% + 5px);
      padding-left: 75px;
      background: url(assets/img/materials_wave-01.png) left top no-repeat; }
  /* Materials end */
  /* Team start */
  .team {
    padding-bottom: 40px; }
    .team-nav {
      width: 680px; }
      .team-nav_item__pic {
        width: 165px; }
    .team-content_item__pic {
      width: 500px;
      bottom: -40px;
      left: 20px; }
    .team-content_item-board {
      width: 370px;
      margin-right: 50px;
      padding: 40px 30px 50px; }
  /* Team end */
  /* Skills start */
  .skills {
    padding-bottom: 80px; }
    .skills_nav {
      max-width: 991px;
      margin: 35px auto 50px; }
      .skills_nav__item {
        padding: 25px 0 25px 15px; }
    .skills_card {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .skills_card__pic {
        width: 50%;
        max-width: 655px; }
      .skills_card-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: calc( 50% - 30px);
        max-width: 535px;
        max-height: 460px;
        margin-left: 30px;
        padding: 25px 40px 60px;
        border: 1px solid #D7CDB0;
        border-radius: 10px; }
  /* Skills end */
  /* Reviews start */
  .reviews .section-title {
    margin-bottom: 45px; }
  .reviews-content {
    max-width: 730px;
    width: 100%;
    margin: 0;
    padding: 0; }
  .reviews_card {
    width: calc( 50% - 7.5px);
    margin-bottom: 25px;
    padding: 0; }
  .reviews-social {
    max-width: 200px;
    max-height: 590px;
    margin: 0;
    padding: 0 25px 40px; }
    .reviews-social-title {
      padding-bottom: 10px;
      font-size: 14px; }
    .reviews-social_card {
      width: 100%;
      margin: 25px auto 0;
      padding: 0 20px 25px;
      border-bottom: 1px solid #c4c4c4; }
      .reviews-social_card__pic {
        width: 100%;
        max-width: 130px;
        margin: 0 auto; }
      .reviews-social_card__rate {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 15px; }
  /* Reviews start */
  /* Contacts start */
  .contacts-map {
    margin-left: 50px; }
  /* Contacts end */
  /* Footer start */
  .btn-to-top span:hover {
    cursor: pointer; }
  footer .custom-logo-link {
    margin-bottom: 0; }
  .footer-nav_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .footer-bottom {
    width: 100%;
    margin-top: 10px;
    padding-top: 15px; }
  /* Footer end */
  /* Modal start */
  .modal-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 705px; }
  .modal_close {
    top: 35px;
    right: -35px; }
  .modal_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 265px;
    padding: 80px 55px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px; }
    .modal_header__pic {
      width: 150px;
      height: 150px; }
    .modal_header__desc {
      width: 100%;
      padding: 15px 0 0; }
  .modal_desc {
    margin-bottom: 30px;
    padding: 0 15px; }
  .modal-body {
    width: calc( 100% - 265px);
    padding: 45px 20px 35px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0; }
  .modal_form-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .modal_form-body input[type="text"], .modal_form-body input[type="tel"] {
      max-width: 180px;
      margin: 0; }
  .modal_form__title {
    padding: 0 40px; }
  .modal_form__subtitle {
    width: 100%;
    margin-top: 5px; }
  .modal_subtext {
    margin-top: 50px; }
  /* Modal end */
  /* System start */
  .system .slick-dots {
    width: 650px;
    left: calc( 50% - 325px); }
  /* System end */
  /* Company start */
  .company {
    padding-top: 50px;
    padding-bottom: 80px; }
    .company .section-title {
      max-width: 685px; }
    .company-content .slick-dots {
      width: 650px;
      left: calc( 50% - 325px); }
    .company_card {
      padding: 0 20px; }
      .company_card:nth-child(7), .company_card:nth-child(8) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  /* Company end */
  /* Repair details start */
  .details {
    padding-top: 50px;
    padding-bottom: 70px; }
    .details .section-subtitle {
      margin: 0;
      padding-right: 35px;
      text-align: left;
      position: absolute;
      top: 80px;
      left: 515px; }
    .details-content {
      margin-top: 30px; }
    .details-nav {
      -ms-flex-item-align: start;
          align-self: flex-start;
      width: 135px;
      padding: 15px; }
      .details-nav_item {
        border-radius: 5px;
        overflow: hidden; }
        .details-nav_item img {
          width: 100%;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .details-nav_item:hover img {
        cursor: pointer;
        -webkit-transform: scale(1.07);
            -ms-transform: scale(1.07);
                transform: scale(1.07); }
      .details-nav .slick-current img {
        opacity: .5; }
      .details-nav .slick-current .details-nav_item:hover img {
        cursor: default;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    .details-carusel {
      width: calc( 100% - 135px); }
      .details-carusel.slick-dotted .slick-dots {
        width: 650px;
        bottom: -48px;
        left: 15px; }
    .details_card__pic {
      max-width: 350px; }
    .details_card__desc {
      width: calc( 100% - 350px);
      padding-top: 110px; }
    .details .btn {
      top: 300px;
      left: 515px; }
  /* Repair details end */
  /* New design start */
  .new-design .item-wrap {
    width: 300px; }
  /* New design end */ }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; }
  .d-xl-none {
    display: none !important; }
  .d-xl-block {
    display: block; }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* Header start */
  header .container {
    padding-bottom: 20px; }
  .header-nav {
    display: block;
    padding: 0;
    background-color: transparent;
    position: static; }
  .hn_list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0 15px;
    margin: 0 auto; }
    .hn_list a {
      margin: 0 8px;
      padding-bottom: 0;
      font-size: 14px; }
      .hn_list a:hover {
        color: #42B1B8; }
  .hn_contacts {
    padding: 0; }
    .hn_contacts-wrap {
      min-width: -webkit-fit-content;
      min-width: -moz-fit-content;
      min-width: fit-content;
      padding-top: 9px;
      text-align: center; }
    .hn_contacts__time {
      font-size: 12px;
      line-height: 15px; }
    .hn_contacts__tel {
      border-bottom: 1px solid transparent;
      font: bold 18px/22px Montserrat;
      color: #000;
      text-decoration: none;
      -webkit-transition: all .4s;
      -o-transition: all .4s;
      transition: all .4s; }
      .hn_contacts__tel:hover {
        border-bottom-color: #000;
        opacity: .8; }
    .hn_contacts .btn-transparent {
      width: 165px;
      margin: 0 auto;
      border: 2px solid #000;
      color: #000;
      font-size: 13px; }
      .hn_contacts .btn-transparent:hover {
        background-color: #fff;
        border: 2px solid #fff;
        color: #42B1B8; }
  .box-shadow .hn_contacts .btn-transparent {
    display: block;
    width: 172px;
    padding: 10px 15px;
    border: 2px solid #42B1B8;
    color: #42B1B8; }
  .box-shadow .hn_contacts-wrap {
    display: none; }
  /* Header end */
  /* First screen start */
  .first-screen {
    padding: 125px 0 65px;
    background-image: url(assets/img/bg_fs-d.jpg); }
  .fs-info {
    width: 590px;
    margin: 0;
    padding: 25px 40px 0 65px; }
    .fs-info_title {
      font-size: 30px;
      line-height: 37px; }
    .fs-info_list {
      padding-top: 35px; }
      .fs-info_list__item-text {
        font-size: 18px;
        line-height: 22px; }
  .fs-utp_card {
    max-width: 280px;
    padding: 60px 15px 25px; }
    .fs-utp_card__title {
      font-size: 90px;
      line-height: 110px;
      top: -45px; }
    .fs-utp_card__desc {
      font: 500 18px/22px Montserrat; }
  /* First screen end */
  /* Advantages start */
  .advantages {
    padding: 80px 0 130px; }
    .advantages .section-title {
      padding-bottom: 50px; }
    .advantages .container {
      max-width: 1140px;
      padding: 0 0 0 30px;
      position: relative; }
    .advantages_list__item {
      width: 435px; }
      .advantages_list__item:nth-child(odd) {
        margin-right: 239px; }
    .advantages_pic {
      width: 199px;
      position: absolute;
      top: 0;
      left: calc( 50% - 99.5px); }
  /* Advantages end */
  /* Pricing start */
  .pricing {
    padding: 80px 0 100px;
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
    .pricing_header {
      margin-top: 0;
      padding-top: 10px;
      border-top: none; }
    .pricing-content {
      max-width: 1140px; }
    .pricing_card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 275px;
      margin-top: 30px; }
      .pricing_card__desc {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
      .pricing_card__pic {
        overflow: hidden; }
        .pricing_card__pic img {
          width: 100%;
          -webkit-transition: all .4s;
          -o-transition: all .4s;
          transition: all .4s; }
      .pricing_card:hover .pricing_card__pic img {
        -webkit-transform: scale(1.03);
            -ms-transform: scale(1.03);
                transform: scale(1.03); }
      .pricing_card__credit-toggle:hover {
        cursor: pointer; }
  /* Pricing end */
  /* Easy start */
  .easy {
    padding-bottom: 160px;
    overflow: hidden;
    position: relative; }
    .easy::before {
      content: "";
      width: 1366px;
      height: 600px;
      background: url(assets/img/wave-01.svg) left -30px;
      position: absolute;
      top: 0;
      left: calc( 50% - 683px); }
    .easy .container {
      max-width: 1140px; }
    .easy .section-title {
      padding-bottom: 10px; }
    .easy_card::before, .easy_card::after {
      display: none; }
    .easy_card__desc {
      padding: 0 5px; }
    .easy_card-01 {
      margin-bottom: 50px; }
    .easy_card-02 {
      margin-bottom: -85px; }
    .easy_card-02 .easy_card__icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .easy_card-02 .easy_card__desc {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 20px;
      margin-bottom: 0; }
    .easy_card-03 {
      margin-top: 0;
      margin-bottom: -25px; }
    .easy_card-03 .easy_card__icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .easy_card-03 .easy_card__desc {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: 20px;
      margin-bottom: 0;
      padding: 0 5px; }
    .easy_card-04 {
      margin-top: 0;
      margin-bottom: -30px; }
    .easy_card-04 .easy_card__desc {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0 15px; }
    .easy_card-04 .easy_card__icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .easy_card-04 .easy_card__content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 215px;
      margin-top: 25px; }
    .easy_card-05 {
      margin: 0 0 70px 10px; }
    .easy_card-05 .easy_card__desc {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0 10px; }
    .easy_card-05 .easy_card__icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .easy_card-05 .easy_card__content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-top: -10px;
      margin-right: 15px; }
    .easy_card-06 {
      margin-top: 0;
      margin-bottom: 75px; }
    .easy_card-06 .easy_card__desc {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding: 0 10px; }
    .easy_card-06 .easy_card__icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .easy_card-06 .easy_card__content {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      width: 150px; }
    .easy_card-07 {
      margin-bottom: 10px; }
    .easy_card-07 .easy_card__desc {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-top: 20px;
      margin-bottom: 0; }
    .easy_card-07 .easy_card__icon {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
  #page-flat2 .easy {
    padding-top: 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(66, 177, 184, 0.2)), color-stop(35%, #fff));
    background: -o-linear-gradient(top, rgba(66, 177, 184, 0.2) -10%, #fff 35%);
    background: linear-gradient(180deg, rgba(66, 177, 184, 0.2) -10%, #fff 35%); }
  /* Easy end */
  /* Estimate start */
  .estimate {
    padding: 80px 0 120px; }
    .estimate .section-title {
      max-width: none;
      padding: 15px 0 35px;
      text-align: left; }
    .estimate .section-board {
      max-width: 650px;
      margin-left: 0; }
    .estimate input[type="tel"] {
      max-width: 270px;
      margin-bottom: 0; }
    .estimate .btn {
      max-width: 250px; }
    .estimate_content {
      width: calc( 100% - 530px);
      padding: 0 15px; }
      .estimate_content__desc {
        width: auto;
        margin-bottom: 45px;
        padding-left: 0;
        padding-right: 15px;
        font: normal 16px/26px Montserrat; }
      .estimate_content__list {
        width: auto;
        font-size: 16px; }
        .estimate_content__list li:first-child {
          padding-left: 15px;
          text-align: left;
          font-size: 18px; }
      .estimate_content__p {
        width: auto;
        padding: 30px 15px 0;
        font-size: 20px; }
    .estimate_pic {
      width: 530px;
      height: auto;
      position: static; }
  /* Estimate end */
  /* Portfolio start */
  .portfolio {
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
    .portfolio-category_list {
      margin-top: 45px; }
      .portfolio-category_list__item {
        margin: 0 15px; }
    .portfolio-content_nav {
      max-width: 650px;
      padding: 10px 20px; }
    .portfolio_card {
      padding: 30px 25px 10px;
      background-color: #fff;
      border-radius: 10px; }
      .portfolio_card__photo {
        max-width: 560px;
        max-height: 365px;
        margin-bottom: 20px !important; }
        .portfolio_card__photo .slick-list {
          border-radius: 10px;
          overflow: hidden; }
        .portfolio_card__photo-nav {
          width: 180px;
          margin-right: 25px; }
          .portfolio_card__photo-nav img {
            display: block !important;
            width: 100%;
            height: 107px;
            margin-bottom: 20px;
            border: 3px solid transparent;
            border-radius: 10px; }
            .portfolio_card__photo-nav img:hover {
              cursor: pointer; }
          .portfolio_card__photo-nav .slick-current img {
            border-color: #42B1B8; }
      .portfolio_card-info {
        width: 280px;
        margin: 0 0 0 45px;
        padding: 0; }
      .portfolio_card .carusel-arrows {
        width: 28px;
        height: 35px;
        background-color: #fff;
        top: auto;
        bottom: 0; }
        .portfolio_card .carusel-arrows::before, .portfolio_card .carusel-arrows::after {
          width: 9px;
          background-color: rgba(159, 159, 159, 0.4); }
        .portfolio_card .carusel-arrows:hover {
          cursor: pointer; }
        .portfolio_card .carusel-arrows_prev {
          right: 122px;
          left: auto; }
      .portfolio_card .slick-dots {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 150px;
        height: 35px;
        background-color: #fff;
        right: 0;
        bottom: 0; }
        .portfolio_card .slick-dots li {
          width: 5px;
          height: 5px;
          -webkit-box-flex: unset;
              -ms-flex-positive: unset;
                  flex-grow: unset;
          margin: 0 2.5px; }
          .portfolio_card .slick-dots li:hover {
            cursor: pointer; }
          .portfolio_card .slick-dots li.slick-active button {
            background: #42B1B8; }
  #page-flat2 .portfolio {
    background: #fff; }
  /* Portfolio start */
  /* Control start */
  .control {
    padding-top: 80px; }
    .control-content {
      padding: 55px 0 70px; }
    .control_card {
      max-width: 250px; }
      .control_card__pic {
        height: 182px; }
      .control_card__title {
        min-height: 80px;
        padding: 35px 10px 15px; }
      .control_card__desc {
        padding: 0 10px; }
  #page-flat2 .control {
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
  /* Control end */
  /* Docs start */
  .docs {
    padding-top: 100px;
    padding-bottom: 160px;
    background: #fff; }
    .docs .section-title, .docs-content {
      max-width: 610px; }
    .docs_card__pic {
      top: -170px;
      left: -580px; }
  /* Docs end */
  /* Now start */
  .now {
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
    .now_pic {
      max-width: 478px;
      margin-right: 0;
      padding-top: 0; }
    .now-content {
      width: calc( 100% - 478px);
      max-width: 740px;
      padding: 70px 20px 0; }
    .now .section-title, .now_desc {
      padding-left: 35px;
      text-align: left; }
    .now_desc {
      width: 440px;
      font-size: 20px;
      line-height: 28px; }
    .now .section-board {
      max-width: 650px; }
      .now .section-board_card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 70px 30px 0; }
        .now .section-board_card .sbc_title {
          padding-bottom: 0; }
        .now .section-board_card .sbc-wrap {
          max-width: 340px;
          margin-left: auto;
          padding-top: 0; }
      .now .section-board_form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px; }
        .now .section-board_form input[type="tel"] {
          margin-bottom: 0; }
        .now .section-board_form .btn {
          max-width: 235px; }
  /* Now end */
  /* Materials start */
  .materials {
    padding: 80px 0 100px; }
    .materials .section-title {
      margin-bottom: 50px; }
  /* Materials end */
  /* Helper start */
  .helper {
    padding: 80px 0; }
    .helper_card__pic {
      max-width: 370px;
      width: 100%; }
  /* Helper start */
  /* Team start */
  .team {
    padding-bottom: 40px; }
    .team .section-title {
      max-width: 780px;
      margin: 0 auto 45px; }
    .team-info {
      max-width: 545px;
      width: 40%;
      padding: 0 25px;
      font-size: 14px;
      line-height: 20px; }
    .team-nav {
      max-width: 625px;
      width: 680px;
      margin: 0; }
      .team-nav_item__pic {
        width: 165px; }
    .team-content {
      width: 100%;
      margin-top: 45px;
      padding: 0; }
      .team-content_item__pic {
        width: 500px;
        bottom: -40px;
        left: 20px; }
      .team-content_item-board {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 625px;
        margin-right: 0;
        padding: 40px 45px 50px; }
      .team-content_item-desc {
        width: 300px;
        padding: 0 0 20px 25px; }
  #page-flat2 .team {
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
  /* Team end */
  /* Credit start */
  .credit {
    padding-bottom: 100px; }
    .credit .container {
      max-width: 1140px; }
    .credit .section-title {
      width: 100%;
      margin-bottom: 60px; }
    .credit-wrapper {
      padding: 0;
      max-width: 50%; }
      .credit-wrapper-01 {
        padding-right: 20px; }
    .credit-subtitle {
      margin: 0 0 30px 0;
      font: 500 18px/28px Montserrat; }
    .credit-content {
      border: 1px solid #D7CDB0;
      border-radius: 10px; }
    .credit_card {
      width: calc( 50% - 50px);
      margin: 0 auto;
      padding: 50px 0; }
  /* Credit end */
  /* Skills start */
  .skills {
    padding: 80px 0 110px; }
    .skills_nav__item {
      padding-right: 20px; }
    .skills_card-body {
      padding: 25px 60px 65px;
      position: relative; }
      .skills_card-body::before {
        content: "";
        width: 220px;
        height: 315px;
        background: url(assets/img/bg_arrow-gray.png) center/contain no-repeat;
        position: absolute;
        top: 5px;
        right: 30px;
        z-index: -1; }
    .skills_card__title {
      max-width: 200px; }
    .skills_card__desc {
      max-width: 345px;
      background-color: #fff; }
  /* Skills end */
  /* Reviews start */
  .reviews {
    padding: 80px 0 55px;
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
    .reviews-content {
      max-width: 870px; }
    .reviews_card {
      width: calc( 50% - 10px);
      margin-bottom: 40px; }
    .reviews-social {
      max-width: 250px;
      max-height: 625px;
      padding: 35px 30px 40px; }
  /* Reviews start */
  /* Contacts start */
  .contacts {
    padding: 80px 0 85px; }
    .contacts .container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }
    .contacts_list__item-title {
      padding-bottom: 5px; }
    .contacts-map {
      width: 490px;
      max-height: none;
      margin-left: 0; }
      .contacts-map iframe {
        height: 293px; }
    .contacts-office {
      max-width: 340px;
      width: 100%;
      border-radius: 10px;
      overflow: hidden; }
      .contacts-office img {
        width: 100%; }
  /* Contacts end */
  /* System start */
  .system .container {
    padding: 80px 0 60px; }
  .system-content {
    margin-top: 60px; }
  .system_card {
    max-width: 262px;
    margin-bottom: 20px;
    padding: 0 10px; }
    .system_card__title, .system_card__desc {
      padding: 0 5px;
      text-align: left; }
  .system .slick-dots {
    width: 650px;
    left: calc( 50% - 325px); }
  #page-flat2 .system {
    background: url(assets/img/bg_vector-d.png) top center no-repeat; }
  /* System end */
  /* Company start */
  .company {
    padding: 50px 40px 90px; }
    .company .section-title {
      max-width: 685px; }
    .company_card {
      padding: 0 20px; }
      .company_card:nth-child(7), .company_card:nth-child(8) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .company .slick-arrow {
      top: calc( 50% - 30px); }
      .company .slick-arrow-prev {
        left: -20px; }
      .company .slick-arrow-next {
        right: -20px; }
  /* Company end */
  /* Repair details start */
  .details {
    padding-top: 70px;
    padding-bottom: 90px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.1%, rgba(66, 177, 184, 0.2)), color-stop(38.93%, white));
    background: -o-linear-gradient(top, rgba(66, 177, 184, 0.2) -14.1%, white 38.93%);
    background: linear-gradient(180deg, rgba(66, 177, 184, 0.2) -14.1%, white 38.93%); }
    .details .container {
      max-width: 1110px; }
    .details .section-subtitle {
      max-width: 420px;
      top: 130px;
      left: 635px; }
    .details-content {
      margin-top: 60px; }
    .details-nav {
      width: 165px;
      padding: 28px 30px 0; }
      .details-nav_item {
        margin-bottom: 20px; }
    .details-carusel {
      width: calc( 100% - 165px); }
      .details-carusel .slick-arrow {
        top: auto;
        bottom: 0; }
        .details-carusel .slick-arrow-prev {
          left: 470px; }
        .details-carusel .slick-arrow-next {
          right: auto;
          left: 525px; }
    .details_card__pic {
      max-width: 420px; }
    .details_card__desc {
      width: calc( 100% - 420px);
      padding-top: 135px;
      padding-left: 50px; }
    .details .btn {
      top: 330px;
      left: 635px; }
  #page-flat2 .details {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-10%, rgba(66, 177, 184, 0.2)), color-stop(35%, #fff));
    background: -o-linear-gradient(top, rgba(66, 177, 184, 0.2) -10%, #fff 35%);
    background: linear-gradient(180deg, rgba(66, 177, 184, 0.2) -10%, #fff 35%); }
  /* Repair details end */
  /* New design start */
  .new-design {
    padding-top: 54px;
    padding-bottom: 95px; }
    .new-design .section-title {
      margin-bottom: 40px; }
    .new-design .items {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -25px; }
    .new-design .item {
      width: calc( 20% - 15px);
      max-width: 236px; }
      .new-design .item-wrap {
        width: 100%; }
      .new-design .item-img {
        display: none; }
      .new-design .item-content {
        margin-top: 0;
        padding: 0; }
    .new-design-main-img {
      display: block; }
      .new-design-main-img img {
        max-width: 1180px;
        margin: 0 auto; }
  /* New design end */ }

@media (min-width: 1366px) {
  .container {
    max-width: 1320px; }
  .d-xxl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .justify-content-xxl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .sbc_title, .sbc_label {
    font-size: 16px;
    line-height: 20px; }
  .sbc_label {
    font-weight: 500; }
  .sbf-wrap {
    margin-bottom: 45px; }
  .sbf_label {
    font-size: 20px;
    line-height: 24px; }
  .sbf-subtitle {
    padding-bottom: 35px; }
  /* Header start */
  .hn_contacts .btn-transparent {
    display: block;
    margin-left: 20px; }
  .box-shadow .hn_contacts .btn-transparent {
    width: 165px; }
  .box-shadow .hn_contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* Header end */
  /* First screen start */
  .fs-calc {
    max-width: 630px; }
  .first-screen .section-board {
    padding: 35px 40px 50px; }
    .first-screen .section-board_form {
      padding: 43px 15px 25px; }
  /* First screen end */
  /* Advantages start */
  .advantages .container {
    max-width: 1320px; }
  .advantages_list__item {
    width: 445px; }
    .advantages_list__item:nth-child(odd) {
      margin-right: 290px; }
  /* Advantages end */
  /* Pricing start */
  .pricing-content {
    max-width: 1320px; }
  .pricing_card {
    max-width: 310px; }
  /* Pricing end */
  /* Easy start */
  .easy {
    padding-bottom: 170px; }
    .easy::before {
      content: "";
      width: 1920px;
      height: 652px;
      background: url(assets/img/wave-02.svg) center;
      left: calc( 50% - 960px); }
    .easy .container {
      max-width: 1320px; }
    .easy .section-title {
      padding-bottom: 20px; }
    .easy_card-01, .easy_card-02 .easy_card__content, .easy_card-07 {
      width: 175px; }
    .easy_card-01 {
      margin-bottom: 10px; }
    .easy_card-02 {
      margin-bottom: -77px; }
    .easy_card-03 {
      margin-bottom: -18px; }
    .easy_card-03 .easy_card__content {
      width: 185px; }
    .easy_card-04 {
      margin-bottom: -20px; }
    .easy_card-04 .easy_card__desc {
      padding: 0 25px; }
    .easy_card-04 .easy_card__content {
      width: 235px; }
    .easy_card-05 {
      margin-bottom: 45px; }
    .easy_card-05 .easy_card__content {
      margin-right: 0; }
    .easy_card-06 {
      margin-bottom: 80px; }
    .easy_card-07 {
      margin-bottom: -15px; }
  /* Easy end */
  /* Estimate start */
  .estimate {
    position: relative; }
    .estimate::before {
      content: "";
      width: 329px;
      height: 421px;
      background: url(assets/img/bg_arrow-gray.png) center/cover no-repeat;
      position: absolute;
      top: 25px;
      left: 0; }
    .estimate .section-title {
      padding-top: 25px; }
    .estimate input[type="tel"] {
      max-width: 310px; }
    .estimate_content {
      width: 650px;
      margin-left: 80px;
      padding: 0;
      position: relative; }
      .estimate_content::before {
        content: "";
        width: 248px;
        height: 253px;
        background: url(assets/img/bg_arrow-green.png) center/cover no-repeat;
        position: absolute;
        right: -167px;
        bottom: 170px; }
      .estimate_content__desc {
        width: auto;
        margin-bottom: 45px;
        padding-left: 0;
        padding-right: 15px;
        font: normal 16px/26px Montserrat; }
      .estimate_content__list {
        width: auto;
        font-size: 16px; }
      .estimate_content__p {
        width: auto;
        padding: 30px 0 0 35px;
        font-size: 20px; }
    .estimate_pic {
      width: 530px;
      height: auto;
      position: static; }
  /* Estimate end */
  /* Portfolio start */
  .portfolio_card {
    width: 1300px;
    margin: 0 auto; }
    .portfolio_card__photo {
      max-width: 716px;
      max-height: 466px;
      width: 100%; }
      .portfolio_card__photo-nav img {
        height: 100.1px; }
    .portfolio_card-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20px 0 25px; }
      .portfolio_card-info_wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
    .portfolio_card__title {
      margin-bottom: 20px; }
    .portfolio_card__worklist {
      margin: 10px auto 0; }
  /* Portfolio start */
  /* Control start */
  .control-content {
    padding-top: 65px; }
  .control_card {
    max-width: 278px; }
    .control_card__pic {
      height: 202px; }
  /* Control end */
  /* Docs start */
  .docs .section-title, .docs-content {
    margin-right: 90px; }
  /* Docs end */
  /* Now start */
  .now-content {
    padding: 70px 45px 0; }
  .now .section-board {
    padding: 30px 30px 35px; }
  /* Now end */
  /* Materials start */
  .materials {
    position: relative; }
    .materials::before {
      content: "";
      width: 329px;
      height: 421px;
      background: url(assets/img/bg_arrow-gray.png) center/cover no-repeat;
      position: absolute;
      top: 25px;
      left: 130px; }
    .materials::after {
      content: "";
      width: 248px;
      height: 253px;
      background: url(assets/img/bg_arrow-green.png) center/cover no-repeat;
      position: absolute;
      top: 37%;
      right: 255px; }
    .materials .container {
      position: relative;
      z-index: 1; }
    .materials_card {
      margin: 0; }
      .materials_card-01 {
        max-width: calc( 43% - 30px); }
      .materials_card-02 {
        max-width: calc( 43% + 5px); }
      .materials_card-02 .materials_card__pic:first-child {
        width: 158px; }
      .materials_card-02 .materials_card__pic:last-child {
        width: 228px;
        margin-top: 20px; }
  /* Materials end */
  /* Team start */
  .team {
    padding-bottom: 60px; }
    .team-info {
      width: 100%;
      padding: 0; }
    .team-nav {
      max-width: none; }
      .team-nav_item__pic {
        width: 175px; }
    .team-content_item__pic {
      width: 570px;
      bottom: -60px; }
    .team-content_item-board {
      width: 680px;
      padding: 40px 50px 70px; }
    .team-content_item-desc {
      width: 300px;
      padding: 0 0 20px 25px; }
  /* Team end */
  /* Credit start */
  .credit {
    padding-bottom: 120px; }
    .credit .container {
      max-width: 1320px; }
    .credit .section-title {
      width: 100%;
      margin-bottom: 70px; }
    .credit-wrapper-01 {
      max-width: 640px;
      width: 100%;
      padding-right: 0; }
    .credit-subtitle {
      font-size: 20px; }
  /* Credit end */
  /* Reviews start */
  .reviews .container {
    padding: 0 10px; }
  .reviews-content {
    max-width: 980px; }
  .reviews-social {
    max-width: 300px;
    max-height: 645px;
    padding-right: 35px;
    padding-left: 35px; }
    .reviews-social_card__pic {
      max-width: 145px; }
  /* Reviews start */
  /* Contacts start */
  .contacts-map {
    max-width: 520px; }
  /* Contacts end */
  /* Repair details start */
  .details .section-subtitle {
    left: 685px; }
  .details-nav {
    padding-top: 40px; }
    .details-nav_item {
      margin-bottom: 35px; }
  .details-carusel .slick-arrow-prev {
    left: 520px; }
  .details-carusel .slick-arrow-next {
    left: 570px; }
  .details_card__pic {
    max-width: 472px; }
  .details_card__desc {
    width: calc( 100% - 472px); }
  .details .btn {
    left: 685px; }
  /* Repair details end */ }

/*# sourceMappingURL=style.css.map */
