@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-Light.eot");
  src: local("Segoe UI Light"), local("SegoeUI-Light"), url("../fonts/SegoeUI/SegoeUI-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-BoldItalic.eot");
  src: local("Segoe UI Bold Italic"), local("SegoeUI-BoldItalic"), url("../fonts/SegoeUI/SegoeUI-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-BoldItalic.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-SemiBold.eot");
  src: local("Segoe UI Semibold"), local("SegoeUI-SemiBold"), url("../fonts/SegoeUI/SegoeUI-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-SemiBold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI.eot");
  src: local("Segoe UI"), local("SegoeUI"), url("../fonts/SegoeUI/SegoeUI.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-Bold.eot");
  src: local("Segoe UI Bold"), local("SegoeUI-Bold"), url("../fonts/SegoeUI/SegoeUI-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Segoe UI';
  src: url("../fonts/SegoeUI/SegoeUI-Italic.eot");
  src: local("Segoe UI Italic"), local("SegoeUI-Italic"), url("../fonts/SegoeUI/SegoeUI-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUI/SegoeUI-Italic.woff") format("woff"), url("../fonts/SegoeUI/SegoeUI-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }
.mb-form .step.step_7 .caption p.title:after{
  display: none;
}
.mb-form .step.step_7 .back{
  display: block;
  margin-top: 10px;
  font-size: 20px;
  cursor: pointer;
}
.hide{
  display: none;
}
.modal-backdrop{
  z-index: 10;
}
.mb-form .step.step_7 .caption{
  flex: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body {
  font-family: 'Segoe UI'; }

.container {
  max-width: 1170px; }
.first-block .mb-form .step.active{
  display: flex;
}
.first-block .mb-form .step{
  display: none;
}
header {
  padding: 30px 0;
  position: fixed;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  z-index: 3;
  transition: 0.5s ease;
}
header.offset {
  background-color: #d2e2ff;
}
main {
  max-width: 1920px;
  /*overflow: hidden;*/
}

footer {
  padding: 40px 0;
  max-width: 1920px;
  position: relative;
  z-index: 0; 
}

#PopUp_Modal .modal-content, #septic_modal .modal-content{
  min-height: 420px;
  width: 100%;
  max-width: 970px;
  border: none;
  border-radius: 10px;
  overflow: hidden; }
  #PopUp_Modal .modal-content .modal-header, #septic_modal .modal-content .modal-header {
    position: absolute;
    top: 0;
    width: 100%;
    border: none;
    background: transparent;
    z-index: 1; }
  #PopUp_Modal .modal-content .modal-body, #septic_modal .modal-content .modal-body{
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    #PopUp_Modal .modal-content .modal-body .inner, #septic_modal .modal-content .modal-body .inner{
      padding: 60px;
      -ms-flex: auto;
          flex: auto; }
      #PopUp_Modal .modal-content .modal-body .inner p.title, #septic_modal .modal-content .modal-body .inner p.title{
        font-size: 26px;
        font-weight: 300;
        color: #2c3647;
        line-height: 32px; }
        #PopUp_Modal .modal-content .modal-body .inner p.title span, #septic_modal .modal-content .modal-body .inner p.title span{
          font-weight: 400;
          color: #96b638; }
      #PopUp_Modal .modal-content .modal-body .inner p, #septic_modal .modal-content .modal-body .inner p{
        font-size: 15px;
        color: #2c3647;
        font-weight: 400; }
        #PopUp_Modal .modal-content .modal-body .inner p a, #septic_modal .modal-content .modal-body .inner p a{
          color: #96b638;
          text-decoration: underline;
          text-underline-position: under; }
          #PopUp_Modal .modal-content .modal-body .inner p a.tel, #septic_modal .modal-content .modal-body .inner p a.tel{
            text-decoration: none;
            font-size: 26px; }
      #PopUp_Modal .modal-content .modal-body .inner form, #septic_modal .modal-content .modal-body .inner form {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 25px; }
        #PopUp_Modal .modal-content .modal-body .inner form input, #septic_modal .modal-content .modal-body .inner form input{
          width: 180px;
          height: 65px;
          border-radius: 50px;
          background: #dee7f1;
          border: none;
          margin-right: 12px;
          outline: transparent;
          padding: 0 30px;
          font-size: 16px;
          color: #666f7e;
          box-shadow: inset 0px 3px 3.84px 0.16px rgba(162, 172, 198, 0.13); }
        #PopUp_Modal .modal-content .modal-body .inner form button, #septic_modal .modal-content .modal-body .inner form button{
          border: none;
          border-radius: 50px;
          width: 180px;
          height: 65px;
          background: linear-gradient(#b3cf45, #88af39);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          cursor: pointer;
          transition: 0.2s ease; }
          #PopUp_Modal .modal-content .modal-body .inner form button:hover, #septic_modal .modal-content .modal-body .inner form button:hover {
            background: linear-gradient(to top, #b3cf45, #88af39); }
    #PopUp_Modal .modal-content .modal-body .image, #septic_modal .modal-content .modal-body .image{
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
      max-width: 270px; }
      #PopUp_Modal .modal-content .modal-body .image img, #septic_modal .modal-content .modal-body .image img{
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover; }

#PopUp_Modal .modal-dialog, #septic_modal .modal-dialog, #septic_modal .modal-dialog, #septic_modal .modal-dialog{
  max-width: 970px; }

.main-info-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }
  .main-info-row .logo a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    text-decoration: none; }
  .main-info-row .logo img {
    margin-right: 12px; }
  .main-info-row .logo p {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    line-height: normal;
    margin: 0; }
    .main-info-row .logo p span {
      color: #7a7e8b;
      font-size: 14px;
      line-height: 20px;
      max-width: 165px; }
      .main-info-row .logo p span:first-child {
        font-weight: bold;
        color: #2c3647;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 21px; }
  .main-info-row .quote p {
    font-size: 17px;
    color: #4a7bcc;
    max-width: 165px;
    margin: 0;
    line-height: 20px; }
  .main-info-row .adress {
    max-width: 230px; }
    .main-info-row .adress p {
      font-size: 14px;
      color: #7a7e8b;
      line-height: 20px;
      margin: 0; }
      .main-info-row .adress p b {
        font-weight: bold;
        color: #2c3647; }
  .main-info-row .telephone {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: end;
        align-items: flex-end; }
    .main-info-row .telephone a {
      font-size: 17px;
      font-weight: bold;
      color: #2c3647; }
    .main-info-row .telephone p {
      margin: 0;
      color: #7a7e8b;
      font-size: 14px;
      line-height: 20px; }
  .main-info-row .get-button a {
    width: 184px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 65px;
    text-align: center;
    font-size: 13px;
    color: #4a7bcc;
    line-height: 17px;
    font-weight: bold;
    padding: 0 25px;
    border-radius: 50px;
    border: 2px solid #4a7bcc;
    text-decoration: none;
    transition: 0.3s ease; }
    .main-info-row .get-button a:hover {
      color: #96b638;
      border-color: #96b638; }

.first-block {
  height: 100vh;
  background: url(../img/main-bg.jpg);
  padding-top: 190px;
  min-height: 870px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; 
  background-position: center;
  position: relative;
  margin-bottom: 100px; }
  .first-block .icons svg {
    margin: 5px 10px; }
    .first-block .icons svg path {
      fill: #b7c5d6; }
      @-webkit-keyframes toggle {
        0% { transform: rotateY(0deg); }
        50% { transform: rotateY(180deg); }
        100% { transform: rotateY(360deg); }
      }
      @-o-keyframes toggle {
        0% { transform: rotateY(0deg); }
        50% { transform: rotateY(180deg); }
        100% { transform: rotateY(360deg); }
      }
      @-moz-keyframes toggle {
        0% { transform: rotateY(0deg); }
        50% { transform: rotateY(180deg); }
        100% { transform: rotateY(360deg); }
      }
      @keyframes toggle {
        0% { transform: rotate(0deg); }
        25% { transform: rotate(20deg); }
        75% { transform: rotate(-20deg); }
        100% { transform: rotate(0deg); }
      }
  .first-block .icons svg:hover {
    -webkit-animation: toggle 0.2s ease;
    -o-animation: toggle 0.2s ease;
    animation: toggle 0.2s ease;
  }
  .first-block .main-title h1 {
    font-size: 44px;
    font-weight: 300;
    color: #2c3647;
    line-height: 50px; }
    .first-block .main-title h1 b {
      font-weight: 600; }
  .first-block .inner {
    max-width: 570px; }
    .first-block .inner .sub-block {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .first-block .inner .sub-block p {
        margin: 0;
        font-size: 19px;
        line-height: 28px;
        color: #2c3647;
        max-width: 280px; }

.mb-form {
  width: 100%;
  max-width: 970px;
  min-height: 410px;
  border-radius: 8px;
  box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45);
  background: #fff;
  margin: 0 auto;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .mb-form .step {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .mb-form .step.step_5 .caption:before {
      content: url(../img/present-big.png);
      right: auto;
      position: absolute; }
    .mb-form .step.step_5 p.title:after {
      display: none; }
    .mb-form .step .caption {
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
      padding: 55px 45px;
      position: relative; }
      .mb-form .step .caption:before {
        content: url(../img/present.png);
        bottom: -25%;
        right: 15px;
        position: absolute; }
      .mb-form .step .caption p.title {
        font-size: 25px;
        line-height: 32px;
        color: #2c3647;
        font-weight: 300;
        position: relative; }
        .mb-form .step .caption p.title:after {
          content: url(../img/arrow-curve.png);
          position: absolute;
          bottom: 0;
          right: 0; }
        .mb-form .step .caption p.title span {
          font-weight: 600;
          color: #96b638; }
      .mb-form .step .caption ul {
        padding-left: 20px;
        margin: 10px 0;
        color: #96b638; }
        .mb-form .step .caption ul li span {
          font-size: 15px;
          color: #2c3647; }
      .mb-form .step .caption p {
        font-size: 15px;
        color: #2c3647;
        margin: 0; }
    .mb-form .step .form {
      -ms-flex: auto;
          flex: auto;
      background: #eff3f8;
      padding: 65px 100px; }
      .mb-form .step .form .navigation-status {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px; }
        .mb-form .step .form .navigation-status span {
          width: 100%;
          max-width: 45px;
          height: 4px;
          margin-right: 15px;
          background: #dee7f1; }
          .mb-form .step .form .navigation-status span.active {
            background: #96b638; }
          .mb-form .step .form .navigation-status span:last-child {
            margin-right: 0px; }
      .mb-form .step .form form p.title {
        font-size: 19px;
        color: #2c3647;
        line-height: 21px;
        font-weight: 600; }
      .mb-form .step .form form div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 20px; }
        .mb-form .step .form form div label {
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
          min-width: 100px; }
      .mb-form .step .form form .submit,
      .mb-form .step .form form .submit_out {
        outline: none;
        border: none;
        border-radius: 50px;
        width: 220px;
        height: 65px;
        background: linear-gradient(#b3cf45, #88af39);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.2s ease; }
        .mb-form .step .form form .submit:hover ,
        .mb-form .step .form form .submit_out:hover {
          background: linear-gradient(to top, #b3cf45, #88af39); }
      .mb-form .step .form form.final p.title {
        font-size: 26px;
        color: #2c3647;
        line-height: 32px;
        font-weight: normal; }
      .mb-form .step .form form.final span {
        font-size: 19px;
        color: #96b638;
        margin-bottom: 15px;
        font-weight: 600;
        display: inline-block; }
      .mb-form .step .form form.final p {
        font-size: 17px;
        line-height: 24px;
        color: #7a7e8b; }
      .mb-form .step .form form.final label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin: 0;
        width: 100%; }
        .mb-form .step .form form.final label input {
          width: 180px;
          height: 65px;
          border-radius: 50px;
          background: #dee7f1;
          border: none;
          margin-right: 12px;
          outline: transparent;
          padding: 0 20px;
          font-size: 16px;
          color: #666f7e;
          box-shadow: inset 0px 3px 3.84px 0.16px rgba(162, 172, 198, 0.13); }
        .mb-form .step .form form.final label .submit {
          width: 180px; }

label.radio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  cursor: pointer;
  margin-bottom: 18px; }
  label.radio span {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 15px;
    min-width: 33px;
    background-color: #dee7f1;
    transition: 0.2s ease;
    box-shadow: inset 0px 3px 3.84px 0.16px rgba(162, 172, 198, 0.13); }
  label.radio p {
    margin: 0;
    font-size: 18px;
    color: #575b67; }
  label.radio input:checked ~ span {
    background: linear-gradient(#b3cf45, #88af39);
    box-shadow: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    label.radio input:checked ~ span:before {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      content: ''; }

.close {
  opacity: 1; }

.block-title h2 {
  font-size: 36px;
  color: #2c3647;
  font-weight: 300;
  margin-bottom: 20px; }

.block-title p.sub-title {
  font-size: 19px;
  color: #2c3647;
  line-height: normal; }

.catalog {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }
  .catalog .cat-filtr {
    -ms-flex: 0 0 270px;
        flex: 0 0 270px; }
    .catalog .cat-filtr ul {
      display: -ms-flexbox;
      display: flex;
      padding: 0;
      margin: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: sticky;
      top: 140px;
      }
      .catalog .cat-filtr ul li {
        list-style: none;
        margin-right: 6px;
        margin-bottom: 6px; }
        .catalog .cat-filtr ul li span {
          width: 120px;
          height: 48px;
          display: -ms-flexbox;
          display: flex;
          color: #2c3647;
          background: linear-gradient(#f5f8fb, #ecf0f6);
          border-radius: 50px;
          font-weight: bold;
          font-size: 14px;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          cursor: pointer; }
          .catalog .cat-filtr ul li span:hover {
            color: #fff;
            background: linear-gradient(#b3cf45, #88af39); }
          .catalog .cat-filtr ul li span.active {
            color: #fff;
            background: linear-gradient(#b3cf45, #88af39); }
  .catalog .inner {
    width: 100%;
    padding-left: 30px; }
    .catalog .inner .sort {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 15px; }
      .catalog .inner .sort span {
        font-size: 14px;
        color: #2c3647;
        border: 1px solid #96b638;
        border-radius: 50px;
        padding: 5px 14px;
        cursor: pointer;
        margin-right: 5px;
        opacity: 0.5; }
        .catalog .inner .sort span:hover {
          opacity: 1; }
        .catalog .inner .sort span.active {
          opacity: 1; }
        .catalog .inner .sort span:last-child {
          margin-right: 0; }
    .catalog .inner .items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: start;
          justify-content: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .catalog .inner .items .item {
        padding: 25px;
        margin: 15px 0;
        display: -ms-flexbox;
        display: flex;
        width: 270px;
        margin-right: 20px;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-align: center;
            align-items: center;
        box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45); 
        border: 2px solid #fff;
        transition: 0.3s ease;}
        .catalog .inner .items .item:hover {
          box-shadow: 0px 0px 30px 4.86px rgba(157, 196, 239, 0.45);
          border: 2px solid #d2d2d2;
          border-radius: 8px;
        }
        .catalog .inner .items .item .image {
          width: 100%;
          height: 260px;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden;
           }
          .catalog .inner .items .item .image img {
            /* width: 100%; */
            /* height: 100%; */
            margin: auto;
            object-fit: cover;
            object-position: center;
            max-width: 100%;
            max-height: 100%;}
      .catalog .inner .items .info p.name {
        font-size: 18px;
        color: #2c3647;
        margin-bottom: 5px; }
      .catalog .inner .items .info p.price {
        font-size: 18px;
        color: #2c3647;
        margin-bottom: 15px;
        font-weight: 600;
        font-style: normal; }
      .catalog .inner .items .info .details {
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 15px; }
        .catalog .inner .items .info .details ul {
          padding: 0;
          margin: 0;
          list-style: none;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
          .catalog .inner .items .info .details ul li {
            font-size: 14px;
            color: #2c3647;
            line-height: normal;
            padding-left: 20px;
            position: relative;
            margin-bottom: 5px; }
            .catalog .inner .items .info .details ul li img {
              left: 0;
              top: 5px;
              position: absolute; }
          .catalog .inner .items .info .details ul:first-child li {
            margin-bottom: 7px; }
      .catalog .inner .items .info p.add-text {
        font-size: 14px;
        color: #94a1af;
        margin-bottom: 0; }
      .catalog .inner .items .info .total-price {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center; }
        .catalog .inner .items .info .total-price p {
          margin-bottom: 13px;
          line-height: normal; }
          .catalog .inner .items .info .total-price p.old-price {
            color: #2c3647;
            font-size: 15px;
            text-decoration: line-through;
            margin-right: 20px; }
          .catalog .inner .items .info .total-price p.new-price {
            color: #4a7bcc;
            font-size: 18px;
            font-weight: 600; }
      .catalog .inner .items .info .btns {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .catalog .inner .items .info .btns a {
          color: #4a7bcc;
          font-weight: 600;
          font-size: 14px;
          display: inline-block;
          text-decoration: none; }
          .catalog .inner .items .info .btns a.order {
            width: 120px;
            height: 48px;
            background: linear-gradient(#528eda, #2e70be);
            color: #fff;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            border-radius: 50px;
            transition: 0.2s ease; }
            .catalog .inner .items .info .btns a.order:hover {
              background: linear-gradient(to top, #528eda, #2e70be); }

.engineer-block {
  background: #eff3f8;
  padding-top: 120px;
  padding-bottom: 150px; }
  .engineer-block .block-title {
    text-align: center;
    width: 100%; }
    .engineer-block .block-title h2 {
      margin-bottom: 10px; }
  .engineer-block .inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative; }
    .engineer-block .inner .engineer-services {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column; }
      .engineer-block .inner .engineer-services p.title {
        font-size: 26px;
        font-weight: 300;
        color: #2c3647;
        margin-bottom: 20px;
        line-height: 28px; }
      .engineer-block .inner .engineer-services div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        width: 328px;
        height: 139px;
        border-radius: 8px;
        background: #fff;
        padding-right: 28px;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        margin-bottom: 5px;
        box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45);
        transition: 0.3s ease;
      }
      .engineer-block .inner .engineer-services div:hover {
        box-shadow: 0px 0px 32.14px 0px rgb(146, 145, 145);
      }
        .engineer-block .inner .engineer-services div:last-child {
          margin-bottom: 0; }
        .engineer-block .inner .engineer-services div .image {
          width: 125px;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          padding: 0;
          margin: 0;
          box-shadow: none; }
        .engineer-block .inner .engineer-services div p {
          max-width: 180px;
          margin: 0;
          line-height: 20px;
          font-size: 15px;
          color: #2c3647; }
    .engineer-block .inner .engineer-details {
      background: url(../img/engineer.png);
      background-position: top right;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 430px;
      border-radius: 8px;
      background-color: #fff;
      box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45);
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 50px 45px; }
      .engineer-block .inner .engineer-details .info {
        max-width: 130px; }
        .engineer-block .inner .engineer-details .info p.name {
          font-size: 16px;
          line-height: 20px;
          color: #2c3647;
          font-weight: bold; }
        .engineer-block .inner .engineer-details .info p {
          font-size: 14px;
          line-height: 18px;
          color: #7a7e8b; }
      .engineer-block .inner .engineer-details form {
        width: 100%; }
        .engineer-block .inner .engineer-details form p.title {
          font-size: 24px;
          line-height: normal;
          font-weight: 300;
          clear: #2c3647;
          text-align: center; }
        .engineer-block .inner .engineer-details form div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
              justify-content: space-between; }
          .engineer-block .inner .engineer-details form div input {
            width: 165px;
            height: 65px;
            border-radius: 50px;
            background: #dee7f1;
            border: none;
            outline: transparent;
            padding: 0 20px;
            font-size: 16px;
            color: #666f7e;
            margin-bottom: 15px;
            box-shadow: inset 0px 3px 3.84px 0.16px rgba(162, 172, 198, 0.13); }
        .engineer-block .inner .engineer-details form a.submit {
          border: none;
          border-radius: 50px;
          width: 220px;
          height: 65px;
          background: linear-gradient(#b3cf45, #88af39);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          cursor: pointer;
          transition: 0.2s ease;
          margin: 0 auto;
          padding: 0 40px;
          text-align: center;
          text-decoration: none; }
          .engineer-block .inner .engineer-details form a.submit:hover {
            background: linear-gradient(to top, #b3cf45, #88af39); }
    .engineer-block .inner .company-details {
      width: 340px; }
      .engineer-block .inner .company-details p.title {
        font-size: 26px;
        font-weight: 300;
        color: #2c3647;
        margin-bottom: 20px;
        line-height: 28px; }
      .engineer-block .inner .company-details div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        margin: 9px 0; }
        .engineer-block .inner .company-details div .image {
          width: 45px;
          text-align: center;
          margin-right: 25px;
          min-width: 45px;
          position: relative;
        }
        .engineer-block .inner .company-details div .image.with-badge svg {
          position: absolute;
          right: -2px;
          top: 0;
          width: 15px;
        }
          .engineer-block .inner .company-details div .image img {
            margin: 0 auto; }
        .engineer-block .inner .company-details div p {
          font-size: 16px;
          line-height: 24px;
          color: #2c3647;
          margin: 0; }
      .engineer-block .inner .company-details .car-popup {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: end;
            align-items: flex-end;
        position: absolute;
        bottom: -10px;
        right: -25px;
        text-decoration: none;
        transition: 0.8s ease-in;
        cursor: pointer;
      }
        a.pop-trigger {
          position: absolute;
          opacity: 0;
          pointer-events: none;
          width: 0px;
        }
        .engineer-block .inner .company-details .car-popup div {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center;
          margin: 0; }
          .engineer-block .inner .company-details .car-popup div p {
            margin: 0;
            font-size: 16px;
            color: #7a7e8b;
            line-height: 24px;
            margin-bottom: 10px; }
          .engineer-block .inner .company-details .car-popup div:first-child {
            padding: 25px 12px; }
          .engineer-block .inner .company-details .car-popup div:last-child {
            -ms-flex-align: end;
                align-items: flex-end; }
            .engineer-block .inner .company-details .car-popup div:last-child p {
              margin-bottom: -10px;
              line-height: normal;
              padding: 0 30px; }

.jobs-done {
  padding: 120px 0;
  padding-bottom: 100px; }
  .jobs-done .block-title {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }

.jobs-done-slider {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
  .jobs-done-slider .slick-list {
    padding: 40px 60px; }
    .jobs-done-slider .slick-list .slick-slide {
      opacity: 0;
      transition: 0.5s ease; }
      .jobs-done-slider .slick-list .slick-slide.slick-active {
        opacity: 1; }
  .jobs-done-slider .slick-arrow {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .jobs-done-slider .slick-arrow.slick-prev {
      left: 0; }
      .jobs-done-slider .slick-arrow.slick-prev:before {
        content: url(../img/arrow-left-slider.png); }
    .jobs-done-slider .slick-arrow.slick-next {
      right: 0; }
      .jobs-done-slider .slick-arrow.slick-next:before {
        content: url(../img/arrow-right-slider.png); }
  .jobs-done-slider .job-item {
    box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45);
    background: #fff;
    position: relative;
    max-width: 470px;
    padding: 0 45px;
    padding-top: 60px;
    margin: auto;
    padding-bottom: 20px;
    transition: 0.3s ease; }
    .jobs-done-slider .job-item:hover {
      box-shadow: 0px 0px 30px 4.86px rgba(132, 132, 132, 0.45);
    }
    .jobs-done-slider .job-item:before {
      content: '';
      position: absolute;
      top: -8px;
      left: 50%;
      width: 90%;
      height: 8px;
      background: #eff4f8;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      border-top-right-radius: 10px;
      border-top-left-radius: 10px; }
    .jobs-done-slider .job-item .top-border {
      width: 130px;
      height: 40px;
      position: absolute;
      top: -8px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      overflow: hidden; }
      .jobs-done-slider .job-item .top-border:before {
        border-bottom-left-radius: 100%;
        border-bottom-right-radius: 100%;
        content: '';
        width: 100%;
        height: 50px;
        top: -20px;
        background: #eff4f8;
        position: absolute; }
    .jobs-done-slider .job-item p.title {
      font-size: 26px;
      color: #2c3647;
      line-height: 32px;
      font-weight: 300;
      text-align: center; }
    .jobs-done-slider .job-item ul.details {
      padding: 0;
      margin: 0; }
      .jobs-done-slider .job-item ul.details li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start; }
        .jobs-done-slider .job-item ul.details li span {
          width: 150px;
          min-width: 150px;
          font-size: 14px;
          color: #7a7e8b;
          line-height: 18px; }
        .jobs-done-slider .job-item ul.details li p {
          font-size: 14px;
          color: #2c3647;
          line-height: 18px; }
    .jobs-done-slider .job-item .images {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between; }
    .jobs-done-slider .job-item .btns {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .jobs-done-slider .job-item .btns a {
        margin: 18px 5px;
        height: 48px;
        width: 92px;
        color: #4a7bcc;
        border: 1px solid #4a7bcc;
        background: #fff;
        border-radius: 50px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-decoration: none; }
        .jobs-done-slider .job-item .btns a.order {
          width: 140px;
          height: 48px;
          background: linear-gradient(#528eda, #2e70be);
          color: #fff;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          border-radius: 50px;
          transition: 0.2s ease;
          font-weight: bold;
          font-size: 14px;
          text-decoration: none;
          border: none; }
          .jobs-done-slider .job-item .btns a.order:hover {
            background: linear-gradient(to top, #528eda, #2e70be); }

.actions-n-sales {
  background: #eff3f8;
  padding: 100px 0; }
  .actions-n-sales .block-title {
    width: 100%;
    text-align: center; }
  .actions-n-sales .inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    width: 100%; }
    .actions-n-sales .inner .item {
      box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45);
      border-radius: 8px;
      width: 270px;
      height: 250px;
      background: #fff;
      position: relative;
      padding: 45px 25px;
      text-align: center;
      margin: 40px 0;
      border: 2px solid #fff;
      transition: 0.3s ease;
    }
      .actions-n-sales .inner .item:hover {
        border: 2px solid #b9b9b9;
        box-shadow: 0px 0px 30px 4.86px rgba(105, 167, 237, 0.45);
      }
      .actions-n-sales .inner .item .badge-block {
        width: 66px;
        height: 66px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-direction: column;
            flex-direction: column;
        background-image: url(../img/badge-green.png);
        background-size: cover;
        background-position: center;
        position: absolute;
        top: -33px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        color: #fff; }
        .actions-n-sales .inner .item .badge-block.blue {
          background-image: url(../img/badge-blue.png); }
        .actions-n-sales .inner .item .badge-block p {
          margin: 0;
          font-size: 11px;
          line-height: normal;
          font-weight: 600;
          color: #fff; }
        .actions-n-sales .inner .item .badge-block span {
          margin: 0;
          font-size: 21px;
          line-height: normal;
          font-weight: 400; }
      .actions-n-sales .inner .item p.title {
        font-size: 21px;
        line-height: 26px;
        color: #2c3647;
        font-weight: 300; }
      .actions-n-sales .inner .item p {
        color: #7a7e8b;
        font-size: 16px;
        line-height: 21px; }
        .actions-n-sales .inner .item p.green {
          color: #96b638; }
      .actions-n-sales .inner .item a.order {
        border: none;
        border-radius: 50px;
        width: 170px;
        height: 48px;
        background: linear-gradient(#b3cf45, #88af39);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        transition: 0.2s ease;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        text-decoration: none; }
        .actions-n-sales .inner .item a.order:hover {
          background: linear-gradient(to top, #b3cf45, #88af39); }
      .actions-n-sales .inner .item .social {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .actions-n-sales .inner .item .social a {
          border-radius: 6px;
          width: 47px;
          height: 47px;
          background: linear-gradient(#528eda, #2e70be);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          margin: 8px; }
          .actions-n-sales .inner .item .social a:hover {
            background: linear-gradient(to top, #528eda, #2e70be); }
      .actions-n-sales .inner .item .image {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center; }
      .actions-n-sales .inner .item .items {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
            justify-content: center; }
        .actions-n-sales .inner .item .items > div {
          margin: 8px;
          margin-bottom: 0;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center; }
          .actions-n-sales .inner .item .items > div span {
            width: 47px;
            height: 47px;
            border-radius: 6px;
            background: linear-gradient(#b3cf45, #88af39);
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            font-weight: 300;
            font-size: 21px;
            color: #fff;
            margin-bottom: 5px; }
          .actions-n-sales .inner .item .items > div p {
            font-size: 12px;
            color: #7a7e8b;
            line-height: normal; }

.wheretoset {
  padding: 100px 0; }
  .wheretoset .block-title {
    text-align: center;
    width: 100%;
    margin-bottom: 40px; }
  .wheretoset .inner {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .wheretoset .inner .item {
      width: calc(100%/3);
      max-width: 370px;
      min-width: 300px;
      border-radius: 8px;
      margin-bottom: 30px; }
      .wheretoset .inner .item .image {
        height: 215px;
        margin-bottom: 8px;
        border-radius: 5px;
        overflow: hidden;
        display: -webkit-flex;
         display: -moz-flex;
         display: -ms-flex;
         display: -o-flex;
         display: flex;
         -ms-align-items: center;
          align-items: center;
          justify-content: center; }
        .wheretoset .inner .item .image img {
          width: 100%;
          height: 100%;
          object-position: center;
          object-fit: cover;
          transition: 0.4s ease; }
      .wheretoset .inner .item:hover .image img {
        transform: scale(1.1);
      }
      .wheretoset .inner .item p {
        min-height: 75px;
        background: #fff;
        box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        font-size: 18px;
        font-weight: 300;
        clear: #2c3647; }

.complex {
  background: #eff3f8;
  padding: 100px 0; }
  .complex .block-title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
  .complex .inner {
    width: 100%;
    -ms-flex-pack: justify;
        justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px; }
    .complex .inner .item {
      width: calc(100%/3 - 15px);
      max-width: 370px;
      min-width: 300px; }
      .complex .inner .item .image {
        height: 220px;
        width: 100%;
        border-radius: 8px;
        overflow: hidden;
        margin-bottom: 8px; }
        .complex .inner .item .image img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
      .complex .inner .item .info {
        background: #fff;
        border-radius: 8px;
        overflow: hidden;
        padding: 25px 20px; }
        .complex .inner .item .info p.name {
          text-align: center;
          font-size: 18px;
          color: #2c3647;
          font-weight: 300;
          line-height: 24px; }
        .complex .inner .item .info .total {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              justify-content: space-between;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          padding: 0 10px; }
          .complex .inner .item .info .total > div {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
                flex-direction: column; }
            .complex .inner .item .info .total > div .price {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-align: center;
                  align-items: center;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
              .complex .inner .item .info .total > div .price span {
                font-size: 15px;
                color: #2c3647;
                text-decoration: line-through;
                margin-right: 15px; }
                .complex .inner .item .info .total > div .price span.new-price {
                  font-size: 18px;
                  color: #4a7bcc;
                  font-weight: 600;
                  text-decoration: none;
                  margin-right: 0; }
            .complex .inner .item .info .total > div p {
              font-size: 14px;
              color: #7a7e8b;
              line-height: 18px;
              margin: 0;
              max-width: 170px; }
          .complex .inner .item .info .total a.order {
            width: 120px;
            height: 48px;
            background: linear-gradient(#528eda, #2e70be);
            color: #fff;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-align: center;
                align-items: center;
            -ms-flex-pack: center;
                justify-content: center;
            border-radius: 50px;
            transition: 0.2s ease;
            font-weight: bold;
            font-size: 14px;
            text-decoration: none;
            border: none; }
            .complex .inner .item .info .total a.order:hover {
              background: linear-gradient(to top, #528eda, #2e70be); }
  .complex .gallery-slider {
    width: 100%;
    overflow: hidden; }
    .complex .gallery-slider .item {
      height: 220px;
      position: relative;
      margin: 50px 15px; }
      .complex .gallery-slider .item img {
        width: 100%;
        height: 100%;
        object-position: center;
        object-fit: cover;
        border-radius: 8px; }
      .complex .gallery-slider .item p {
        position: absolute;
        max-width: 260px;
        background: #fff;
        padding: 15px 10px;
        font-size: 14px;
        color: #7a7e8b;
        line-height: 18px;
        border-radius: 8px;
        bottom: -33px;
        left: 15px;
        margin: 0; }

.map-block {
  position: relative;
  min-height: 680px; }
  .map-block .contact-form {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    max-width: 970px;
    width: 100%;
    box-shadow: 0px 0px 49.14px 4.86px rgba(222, 231, 241, 0.45); }
    .map-block .contact-form form {
      padding: 45px;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      max-width: 700px; }
      .map-block .contact-form form p.title {
        font-size: 26px;
        line-height: 32px;
        font-weight: 300;
        color: #2c3647; }
        .map-block .contact-form form p.title span {
          color: #96b638; }
      .map-block .contact-form form div {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
            align-items: flex-start;
        padding: 10px 0; }
        .map-block .contact-form form div input {
          width: 180px;
          height: 65px;
          border-radius: 50px;
          background: #dee7f1;
          border: none;
          margin-right: 12px;
          outline: transparent;
          padding: 0 20px;
          font-size: 16px;
          color: #666f7e;
          box-shadow: inset 0px 3px 3.84px 0.16px rgba(162, 172, 198, 0.13); }
        .map-block .contact-form form div .submit {
          border: none;
          border-radius: 50px;
          width: 180px;
          height: 65px;
          background: linear-gradient(#b3cf45, #88af39);
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          -ms-flex-pack: center;
              justify-content: center;
          color: #fff;
          font-size: 14px;
          font-weight: bold;
          cursor: pointer;
          transition: 0.2s ease; }
          .map-block .contact-form form div .submit:hover {
            background: linear-gradient(to top, #b3cf45, #88af39); }
      .map-block .contact-form form p {
        font-size: 15px;
        color: #2c3647;
        margin-bottom: 10px; }
    .map-block .contact-form .info {
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
      background: #eff3f8;
      padding: 50px 40px;
      padding-right: 30px;
      min-width: 270px; }
      .map-block .contact-form .info p.title {
        font-size: 26px;
        line-height: 32px;
        font-weight: 300;
        color: #2c3647;
        margin-bottom: 20px; }
      .map-block .contact-form .info p {
        font-size: 16px;
        color: #2c3647; }
.back-to-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: linear-gradient(#b3cf45, #88af39);
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 10%;
  border: none;
}

@media (max-width: 1200px) {
  .main-info-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .first-block {
    padding-left: 15px;
    padding-right: 15px;
    background-position: top; }
  .catalog {
    padding: 0 15px; }
  .catalog .inner .sort span {
    margin: 5px;
    margin-left: 0; }
  .engineer-block .inner .company-details a.car-popup {
    position: relative;
    right: 0;
    bottom: 0; }
    .engineer-block .inner .company-details a.car-popup div:first-child {
      display: none; }
  .engineer-block .inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .engineer-block .inner .engineer-services {
      margin: 10px; }
    .engineer-block .inner .engineer-details {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      -ms-flex-order: 1;
          order: 1;
      margin: 10px;
      min-height: 760px; }
    .engineer-block .inner .company-details {
      margin: 10px; }
  .jobs-done-slider .slick-arrow.slick-prev {
    left: 15px; }
  .jobs-done-slider .slick-arrow.slick-next {
    right: 15px; }
  .jobs-done-slider .slick-list {
    padding: 20px 10px; }
  .actions-n-sales .inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .actions-n-sales .inner .item {
      margin: 40px 10px; }
  .wheretoset .inner {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .wheretoset .inner .item {
      width: calc(100%/3 - 20px);
      margin: 0 10px;
      margin-bottom: 20px; }
  .complex .inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .complex .inner .item {
      margin: 15px 7px;
      min-width: 300px; }
      .complex .inner .item .info .total {
        padding: 0;
        -ms-flex-pack: distribute;
            justify-content: space-around; }
        .complex .inner .item .info .total > div {
          margin-bottom: 10px;
          text-align: center; } }

@media (max-width: 1024px) {
  .main-info-row {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .main-info-row .quote {
      display: none; }
    .main-info-row .logo {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 10px; }
    .main-info-row .get-button {
      margin: 10px 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 10px; }
    .main-info-row .adress {
      text-align: center;
      margin: 10px; }
    .main-info-row .telephone {
      text-align: center;
      margin: 10px; }
  .first-block {
    background-position: 30% top; }
  .mb-form .step .form {
    padding: 5%; }
  #PopUp_Modal .modal-content .modal-body .inner form, #septic_modal .modal-content .modal-body .inner form{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    #PopUp_Modal .modal-content .modal-body .inner form input, #septic_modal .modal-content .modal-body .inner form input{
      margin: 10px; }
    #PopUp_Modal .modal-content .modal-body .inner form button, #septic_modal .modal-content .modal-body .inner form button{
      margin: 10px; }
  #PopUp_Modal .modal-dialog, #septic_modal .modal-dialog{
    max-width: 95%; }
  #PopUp_Modal .modal-content .modal-body .inner, #septic_modal .modal-content .modal-body .inner{
    padding: 20px; }
  .catalog .cat-filtr {
    -ms-flex: 0 0 15%;
        flex: 0 0 15%;
    min-width: 150px; }
    .catalog .cat-filtr ul {
      -ms-flex-pack: center;
          justify-content: center; }
  .engineer-block {
    padding: 50px 0; }
  .jobs-done-slider {
    width: 95%;
    max-width: 800px; }
  .jobs-done-slider .slick-arrow.slick-prev {
    left: 10%; }
  .jobs-done-slider .slick-arrow.slick-next {
    right: 10%; }
  .wheretoset {
    padding: 25px 0; }
    .wheretoset .inner .item {
      width: calc(100%/2 - 20px); }
  .map-block .contact-form {
    position: relative;
    -ms-flex-order: 0;
        order: 0;
    bottom: 0;
    margin: 20px 0; }
  .map-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    .map-block #map {
      -ms-flex-order: 1;
          order: 1;
      height: 400px; }
    .map-block .contact-form form {
      -ms-flex: unset;
          flex: unset; }
      .map-block .contact-form form div {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .map-block .contact-form form div input {
          margin-bottom: 10px; } }

@media (max-width: 768px) {
  .first-block {
    padding-top: 30%; }
  .first-block .main-title h1 {
    font-size: 25px;
    line-height: normal;
    margin-bottom: 15px; }
  .first-block .inner .sub-block p {
    font-size: 16px;
    line-height: normal;
    margin-bottom: 20px; }
  .first-block .inner .sub-block {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start; }
  .mb-form {
    position: relative; }
  .mb-form .step {
    -ms-flex-direction: column;
        flex-direction: column; }
    .mb-form .step .caption {
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
      overflow: hidden;
      padding: 20px; }
      .mb-form .step .caption p.title:after {
        display: none; }
    .mb-form .step .form {
      padding: 5%; }
  .mb-form .step.step_5 .caption:before {
    display: none; }
  #PopUp_Modal .modal-content .modal-body .inner p.title, #septic_modal .modal-content .modal-body .inner p.title{
    font-size: 22px;
    line-height: normal; }
  #PopUp_Modal .modal-content .modal-body .inner p, #septic_modal .modal-content .modal-body .inner p{
    font-size: 14px; }
  #PopUp_Modal .modal-content .modal-body .inner p a.tel, #septic_modal .modal-content .modal-body .inner p a.tel{
    font-size: 20px;
    white-space: nowrap; }
  .catalog .inner .block-title h2 {
    font-size: 25px; }
  .block-title h2 {
    font-size: 30px; }
  .block-title p.sub-title {
    font-size: 15px; }
  .engineer-block .inner .engineer-services {
    -ms-flex-align: center;
        align-items: center; }
  .engineer-block .inner .company-details p.title {
    text-align: center; }
  .engineer-block .inner .company-details a.car-popup {
    display: none; }
  .jobs-done {
    padding: 30px 0;
    padding-bottom: 0; }
  .jobs-done-slider {
    width: 100%;
    padding: 0; }
    .jobs-done-slider .slick-arrow.slick-prev {
      left: 5%; }
    .jobs-done-slider .slick-arrow.slick-next {
      right: 5%; }
  .actions-n-sales {
    padding: 20px 0; }
  .complex {
    padding: 20px 15px; }
    .complex .block-title {
      margin-bottom: 20px; }
  .map-block .contact-form {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
    .map-block .contact-form .info {
      -ms-flex: auto;
          flex: auto;
      padding: 25px; }
    .map-block .contact-form form {
      padding: 25px; } }

@media (max-width: 640px) {
  header {
    position: relative;
    padding: 15px 0; }
  .main-info-row .telephone {
    -ms-flex-align: center;
        align-items: center; }
  .first-block {
    padding-top: 20px; }
  .mb-form .step .caption p.title {
    font-size: 18px;
    line-height: normal; }
  .mb-form .step .caption ul li span {
    font-size: 14px; }
  .mb-form .step .caption p {
    font-size: 14px; }
  .mb-form .step .form .navigation-status {
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .mb-form .step .form .navigation-status span {
      margin: 0;
      width: calc(100%/5 - 10px);
      max-width: none; }
  .mb-form .step .form form .submit {
    margin: 0 auto; }
  .first-block {
    background-position: top;
    margin-bottom: 20px;
    padding-bottom: 45px;
    height: auto;
    background-size: cover; }
  .mb-form .step .form form.final label {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .mb-form .step .form form.final label input {
      margin: 5px;
      width: 100%; }
    .mb-form .step .form form.final label button {
      margin: 5px;
      width: 100%; }
  .mb-form {
    bottom: auto; }
  .first-block .inner .sub-block {
    margin-bottom: 15px; }
  footer {
    padding: 15px 0; }
  .mb-form .step .form form.final p.title {
    font-size: 25px;
    line-height: normal; }
  .mb-form .step .form form.final span {
    font-size: 16px; }
  .mb-form .step .form form.final p {
    font-size: 14px;
    line-height: normal; }
  #PopUp_Modal .modal-content .modal-body, #septic_modal .modal-content .modal-body{
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; }
  #PopUp_Modal .modal-content .modal-body .image, #septic_modal .modal-content .modal-body .image{
    -ms-flex: auto;
        flex: auto;
    max-width: none;
    height: 60px; }
  #PopUp_Modal .modal-content .modal-body .inner p.title, #septic_modal .modal-content .modal-body .inner p.title{
    font-size: 18px; }
  #PopUp_Modal .modal-content .modal-body .inner, #septic_modal .modal-content .modal-body .inner{
    padding: 15px; }
  #PopUp_Modal .modal-content .modal-body .inner form input, #septic_modal .modal-content .modal-body .inner form input{
    width: 100%;
    margin: 5px; }
  #PopUp_Modal .modal-content .modal-body .inner form button, #septic_modal .modal-content .modal-body .inner form button{
    width: 100%;
    margin: 5px; }
  .catalog {
    -ms-flex-direction: column;
        flex-direction: column; }
    .catalog .cat-filtr {
      -ms-flex: unset;
          flex: unset;
      width: auto;
      min-width: auto; }
    .catalog .inner {
      padding: 0; }
      .catalog .inner .block-title h2 {
        text-align: center; }
      .catalog .inner .sort {
        -ms-flex-pack: center;
            justify-content: center; }
      .catalog .inner .items {
        -ms-flex-pack: center;
            justify-content: center; }
        .catalog .inner .items .item {
          margin: 10px auto;
          width: 100%;
          max-width: 270px; }
  .engineer-block .inner {
    padding: 0 15px; }
    .engineer-block .inner .engineer-services {
      width: 100%;
      max-width: 330px;
      margin: 10px 0; }
      .engineer-block .inner .engineer-services div {
        width: 100%;
        padding-right: 15px; }
        .engineer-block .inner .engineer-services div .image {
          margin-right: 10px; }
        .engineer-block .inner .engineer-services div p {
          font-size: 14px;
          line-height: normal; }
    .engineer-block .inner .company-details {
      margin: 10px 0;
      width: 100%;
      max-width: 340px; }
    .engineer-block .inner .engineer-details {
      width: 100%;
      max-width: 430px;
      margin: 10px 0;
      min-height: auto;
      padding: 25px; }
      .engineer-block .inner .engineer-details form {
        padding-top: 90%; }
        .engineer-block .inner .engineer-details form div {
          -ms-flex-direction: column;
              flex-direction: column; }
          .engineer-block .inner .engineer-details form div input {
            width: 100%; }
  .jobs-done-slider {
    width: 90%; }
  .jobs-done-slider .job-item {
    width: 100%;
    max-width: 470px;
    padding: 30px 20px; }
    .jobs-done-slider .job-item p.title {
      font-size: 25px;
      line-height: normal; }
    .jobs-done-slider .job-item ul.details li span {
      min-width: 100px;
      width: 100px; }
    .jobs-done-slider .job-item .images {
      -ms-flex-align: start;
          align-items: flex-start; }
      .jobs-done-slider .job-item .images img {
        max-width: 49%; }
  .jobs-done-slider .slick-arrow {
    z-index: 2;
    top: 0; }
    .jobs-done-slider .slick-arrow.slick-next {
      right: 30%; }
    .jobs-done-slider .slick-arrow.slick-prev {
      left: 30%; }
  .jobs-done-slider .slick-list {
    padding-top: 50px; }
  .wheretoset {
    padding: 15px 0; }
    .wheretoset .inner .item {
      width: 100%;
      min-width: 280px; }
  .complex .gallery-slider .item {
    margin: 50px 0; }
  .map-block .contact-form form p.title {
    font-size: 25px;
    line-height: normal; }
  .map-block .contact-form form div input {
    width: 100%;
    margin: 0;
    margin-bottom: 10px; } }
input:invalid,
input.error
{
  border:1px solid red!important;
}