@charset "UTF-8";
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  position: relative; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease; }

button:focus, button:active, input:focus, input:active, textarea:focus, textarea:active {
  outline: none !important; }

a, button, input, textarea {
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer; }

a:hover, a:focus {
  text-decoration: none;
  outline: none; }

.hamburger {
  display: none; }

.container {
  max-width: 2000px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

.hide {
  display: none; }

.hamburger {
  display: none; }

.btnStn {
  color: #4f4642;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
  padding: 12px 33px;
  line-height: 1;
  border: 1px solid  transparent;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ffffff;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s; }
  .btnStn:hover {
    background-color: #4f4642;
    color: #ffffff;
    border: 1px solid  #ffffff; }
  .btnStn iframe {
    border-width: 0px; }

header {
  background-color: rgba(79, 69, 67, 0.8);
  border-bottom: 1px #fff solid;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s; }
  header .container {
    max-width: 1754px; }
  header .elements {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .logo svg {
      width: 90px;
      height: 100px; }
    header .logo span {
      margin-left: 12px;
      color: #ffffff;
      font-family: "Playfair Display", serif;
      font-size: 27px;
      line-height: 1;
      font-weight: 400;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
  header .navMain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .navMain ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0;
      margin-right: 42px; }
      header .navMain ul li {
        list-style-type: none;
        margin-right: 30px; }
        header .navMain ul li:last-of-type {
          margin-right: 0; }
        header .navMain ul li.active a:before {
          width: 100%; }
        header .navMain ul li a {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          color: #ffffff;
          font-family: "Playfair Display", serif;
          font-size: 24px;
          font-weight: 400;
          line-height: 1;
          padding: 10px 8px;
          letter-spacing: 0.6px;
          position: relative;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          header .navMain ul li a:before {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            transition: 0.25s;
            bottom: 0;
            left: 0;
            background-color: #fff; }
          header .navMain ul li a:hover:before {
            width: 100%; }
  header .blockNav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header.active {
    background-color: rgba(79, 69, 67, 0.8);
    border-bottom: 1px #fff solid; }
    header.active .logo svg {
      height: 50px;
      width: 50px; }
    header.active .logo span {
      margin-left: 8px;
      font-size: 24px; }
    header.active .navMain ul li a {
      font-size: 18px;
      padding: 7px;
      letter-spacing: 0.6px; }
    header.active .btnStn {
      font-size: 18px;
      font-weight: 700;
      padding: 6px 15px; }
  header .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    margin: 0;
    padding-left: 0; }
    header .social li {
      list-style-type: none;
      margin-right: 15px !important;
      margin-bottom: 0 !important; }
      header .social li:last-of-type {
        margin-right: 0 !important; }
    header .social a svg {
      width: 15px;
      height: 15px;
      fill: #c5c6d1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    header .social a:hover svg {
      fill: #fff; }

.secBaner {
  padding-top: 0; }
  .secBaner .carousel .item {
    height: 100vh;
    padding-top: 100px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    position: relative; }
    .secBaner .carousel .item:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: rgba(68, 57, 51, 0.3); }
    .secBaner .carousel .item .container {
      position: relative;
      z-index: 2;
      max-width: 1570px;
      height: 100%; }
  .secBaner .carousel .blocksText {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-bottom: 3%; }
  .secBaner .carousel .text {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .secBaner .carousel .text h2 {
      display: inline-block;
      width: 100%;
      color: #ffffff;
      font-family: "Playfair Display", serif;
      font-size: 45px;
      font-weight: 400;
      line-height: 1;
      padding: 12px 20px;
      letter-spacing: 1.2px;
      background-color: #4f4543;
      margin: 0; }
      .secBaner .carousel .text h2 span {
        font-family: "Open Sans", sans-serif; }
    .secBaner .carousel .text p {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.4px;
      width: 100%;
      background-color: rgba(79, 69, 67, 0.8);
      margin: 0;
      padding: 14px 36px; }
  .secBaner .carousel .slick-dots {
    position: absolute;
    top: 50%;
    right: 80px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-bottom: 0;
    z-index: 1; }
    .secBaner .carousel .slick-dots li {
      list-style-type: none;
      margin-bottom: 40px; }
      .secBaner .carousel .slick-dots li:last-of-type {
        margin-bottom: 0; }
      .secBaner .carousel .slick-dots li.slick-active button {
        font-size: 16px;
        font-weight: 400; }
        .secBaner .carousel .slick-dots li.slick-active button:after {
          width: 30px; }
      .secBaner .carousel .slick-dots li button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: transparent;
        border: 0;
        color: #ffffff;
        margin: 0;
        opacity: 1;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 300;
        line-height: 27px;
        letter-spacing: 0.3px; }
        .secBaner .carousel .slick-dots li button:after {
          content: '';
          margin-left: 5px;
          height: 1px;
          width: 15px;
          background-color: #fff; }

section {
  padding: 2rem 0; }
  section.secPos .container {
    max-width: 1580px; }
  section .taitle {
    text-align: center; }
    section .taitle h2 {
      color: #4f4543;
      font-family: "Playfair Display", serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.75px;
      margin-top: 0;
      margin-bottom: 1rem;
      position: relative;
      padding-bottom: 15px; }
      section .taitle h2:before {
        content: '';
        width: 50px;
        height: 2px;
        background-color: #4f4543;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
    section .taitle p {
      color: #4f4543;
      font-family: "Playfair Display", serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 24px;
      margin: 0;
      letter-spacing: 0.35px; }

.secPos .blockItems {
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .secPos .blockItems a.item:hover {
    -webkit-box-shadow: 0 0 0 1px #4f4543;
            box-shadow: 0 0 0 1px #4f4543; }
  .secPos .blockItems .item {
    margin: 0 15px 30px;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    min-height: 300px;
    border: 1px solid #4f4543;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 50px;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s; }
    .secPos .blockItems .item svg {
      fill: #4f4543;
      max-height: 54px; }
    .secPos .blockItems .item h2 {
      margin-top: 1rem;
      margin-bottom: 1rem;
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400; }
    .secPos .blockItems .item p {
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 20px;
      margin: 0; }
    .secPos .blockItems .item span {
      position: absolute;
      padding: 4px;
      left: 50%;
      bottom: 20px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 1;
      /* Text style for "Детальніше" */
      letter-spacing: 0.4px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
      .secPos .blockItems .item span:hover:after {
        margin-left: 10px; }
      .secPos .blockItems .item span:after {
        content: '';
        height: 6px;
        width: 6px;
        display: inline-block;
        border-top: 1px solid #4f4543;
        border-right: 1px solid #4f4543;
        margin-left: 5px;
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        position: relative;
        top: 1px;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }

.secAbout .container {
  max-width: 1550px; }

.secAbout .blockText {
  padding-top: 75px; }
  .secAbout .blockText h3 {
    color: #4f4543;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 27px;
    letter-spacing: 0.5px; }
  .secAbout .blockText .elements {
    display: grid;
    grid-template-columns: 1fr 50%;
    grid-column-gap: 52px; }
    .secAbout .blockText .elements .leftText {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .secAbout .blockText .elements p {
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0.4px;
      padding-left: 70px;
      padding-bottom: 47px;
      margin: 0;
      padding-top: 50px;
      text-align: justify; }
    .secAbout .blockText .elements .carousel-img {
      max-width: 100%; }
      .secAbout .blockText .elements .carousel-img .slick-dots {
        position: absolute;
        padding-left: 0;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 5px; }
        .secAbout .blockText .elements .carousel-img .slick-dots li {
          list-style-type: none;
          margin: 0 5px; }
          .secAbout .blockText .elements .carousel-img .slick-dots li button {
            width: 12px;
            height: 12px;
            color: transparent;
            border: 0;
            -webkit-border-radius: 50%;
                    border-radius: 50%; }
          .secAbout .blockText .elements .carousel-img .slick-dots li.slick-active button {
            background-color: #4f4543; }
      .secAbout .blockText .elements .carousel-img .slick-prev {
        position: absolute;
        left: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        /* color: #fff; */
        padding: 10px;
        font-size: 30px;
        border: 0;
        background-color: rgba(79, 69, 67, 0.8);
        /* background-color: transparent;
        border-color: transparent; */
        z-index: 2; }
      .secAbout .blockText .elements .carousel-img .slick-next {
        position: absolute;
        right: 25px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        /* color: #fff; */
        padding: 10px;
        font-size: 30px;
        border: 0;
        background-color: rgba(79, 69, 67, 0.8);
        /* background-color: transparent;
        border-color: transparent; */
        z-index: 2; }
      /* .secAbout .blockText .elements .block-picture {
        display: flex;
        align-items: center;
        justify-content: center;
      } */
    .secAbout .blockText .elements .picture {
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      min-height: 375px;
      margin: 0 30.72px;
     }

.secClient {
  background-color: #f7f7f7;
  color: #4f4543; }
  .secClient .container {
    max-width: 1550px; }
  .secClient .taitle h2 {
    color: #4f4543; }
    .secClient .taitle h2:before {
      background-color: #4f4543; }
  .secClient .taitle p {
    color: #4f4543; }
  .secClient .carouselClient {
    margin-top: 45px; }
    .secClient .carouselClient .slick-prev {
      position: absolute;
      left: -50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #4f4543;
      padding: 10px;
      font-size: 30px;
      background-color: transparent !important;
      border-color: transparent !important; }
    .secClient .carouselClient .slick-next {
      position: absolute;
      right: -50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      color: #4f4543;
      padding: 10px;
      font-size: 30px;
      background-color: transparent !important;
      border-color: transparent !important; }
    .secClient .carouselClient .item {
      outline: none;
      padding: 25px 30px;
      min-height: 92px;
      border: 1px #4f4543 solid;
      margin: 0 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center; }
      .secClient .carouselClient .item p {
        margin: 0;
        color: #4f4543;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.5px; }

.secReviews .container {
  max-width: 1550px; }

.secReviews .carouselSertif {
  margin-top: 45px; }
  .secReviews .carouselSertif .slick-prev {
    position: absolute;
    left: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* color: #fff; */
    padding: 10px;
    font-size: 30px;
    background-color: transparent;
    border-color: transparent; }
  .secReviews .carouselSertif .slick-next {
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* color: #fff; */
    padding: 10px;
    font-size: 30px;
    background-color: transparent;
    border-color: transparent; }
  .secReviews .carouselSertif .item {
    padding: 30px;
    border: 1px #4f4543 solid;
    margin: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .secReviews .carouselSertif .item img {
      max-height: 350px; }

.secComand .blockComand {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .secComand .blockComand .item {
    width: 400px;
    margin: 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .secComand .blockComand .item .photo {
      width: 100%;
      height: 400px;
      background-position: center;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
              background-size: cover; }
    .secComand .blockComand .item .text {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      min-height: 280px; }
      .secComand .blockComand .item .text h3 {
        color: #4f4543;
        font-family: "Playfair Display", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.4px;
        margin: 20px 0; }
      .secComand .blockComand .item .text p {
        color: #432711;
        font-family: "Open Sans", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 24px;
        letter-spacing: 0.35px;
        padding: 0 25px 25px; }

#map {
  height: 525px;
  width: 100%;
  position: relative;
  display: inline-block;
  top: 5px; }
  #map .iframe {
    width: 100%;
    height: 100%; }
  #map .contact {
    width: 290px;
    -webkit-box-shadow: 0 0 10px rgba(18, 18, 18, 0.25);
            box-shadow: 0 0 10px rgba(18, 18, 18, 0.25);
    position: absolute;
    top: 50%;
    left: 64%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 30px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    #map .contact h3 {
      color: #443933;
      font-family: "Playfair Display", serif;
      font-size: 20px;
      font-weight: 400; }
    #map .contact .adres {
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 25px; }
    #map .contact .time {
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      font-weight: 300;
      line-height: 27px;
      letter-spacing: 0.35px;
      margin-bottom: 25px; }
    #map .contact .phon {
      padding-left: 0; }
      #map .contact .phon li {
        list-style-type: none;
        margin-bottom: 10px; }
        #map .contact .phon li:last-of-type {
          margin-bottom: 0; }
        #map .contact .phon li a {
          color: #4f4543;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: 300;
          line-height: 1;
          letter-spacing: 0.35px; }
    #map .contact .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin: 0;
      padding-left: 0; }
      #map .contact .social li {
        list-style-type: none;
        margin-right: 15px; }
        #map .contact .social li:last-of-type {
          margin-right: 0; }
      #map .contact .social a svg {
        width: 15px;
        height: 15px;
        fill: #c5c6d1;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s; }
      #map .contact .social a:hover svg {
        fill: #4f4543; }

.secForm {
  background-color: #4f4543;
  color: #fff; }
  .secForm .taitle h2 {
    color: #fff; }
    .secForm .taitle h2:before {
      background-color: #fff; }
  .secForm .taitle p {
    color: #fff; }
  .secForm .container {
    max-width: 1160px; }
  .secForm form {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    padding-top: 60px; }
    .secForm form .blockInput {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
      .secForm form .blockInput label {
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-weight: 300;
        position: absolute;
        left: 0;
        top: 15px;
        pointer-events: none;
        -webkit-transition: 0.2s ease all;
        -o-transition: 0.2s ease all;
        transition: 0.2s ease all;
        z-index: 1; }
      .secForm form .blockInput input {
        border: 0;
        border-bottom: 1px #fff solid;
        padding: 10px 9px;
        color: #fff;
        background-color: transparent;
        width: 100%; }
      .secForm form .blockInput.is-completed label {
        top: -20px;
        font-size: 14px; }

.bodyServices .header {
  position: static;
  background-color: #4f4543; }

.bodyServices .secServices {
  padding-top: 0; }
  .bodyServices .secServices .container {
    max-width: 1200px; }
  .bodyServices .secServices .breadcrumb {
    padding-top: 35px;
    padding-bottom: 20px;
    background-color: transparent;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bodyServices .secServices .breadcrumb-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .bodyServices .secServices .breadcrumb-item a {
      font-family: "Open Sans", sans-serif;
      color: #4f4543;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.35px; }
  .bodyServices .secServices .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0;
    margin-right: 0.5rem;
    color: #6c757d;
    height: 3px;
    width: 3px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #4f4543;
    content: ""; }
  .bodyServices .secServices .breadcrumb-item.active {
    font-family: "Open Sans", sans-serif;
    color: #4f4543;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.35px; }
  .bodyServices .secServices .blockServices {
    display: grid;
    grid-template-columns: 350px auto;
    grid-column-gap: 50px; }
    .bodyServices .secServices .blockServices .navLeft .titleUl {
      color: #ffffff;
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.45px;
      padding: 17px 30px;
      margin-bottom: 10px;
      background-color: #4f4543; }
    .bodyServices .secServices .blockServices .navLeft ul {
      background-color: #faf9f5;
      padding: 17px 0; }
      .bodyServices .secServices .blockServices .navLeft ul li {
        list-style-type: none; }
        .bodyServices .secServices .blockServices .navLeft ul li.active a {
          color: #fff;
          background-color: rgba(79, 69, 67, 0.8); }
          .bodyServices .secServices .blockServices .navLeft ul li.active a svg {
            fill: #fff; }
        .bodyServices .secServices .blockServices .navLeft ul li a {
          padding: 13px 30px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          color: #4f4543;
          font-family: "Open Sans", sans-serif;
          font-size: 16px;
          font-weight: 400;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          transition: 0.25s; }
          .bodyServices .secServices .blockServices .navLeft ul li a svg {
            width: 40px;
            height: 40px;
            fill: #4f4543;
            margin-right: 20px; }
          .bodyServices .secServices .blockServices .navLeft ul li a.active, .bodyServices .secServices .blockServices .navLeft ul li a:hover {
            color: #fff;
            background-color: rgba(79, 69, 67, 0.8); }
            .bodyServices .secServices .blockServices .navLeft ul li a.active svg, .bodyServices .secServices .blockServices .navLeft ul li a:hover svg {
              fill: #fff; }
    .bodyServices .secServices .blockServices .text h1,
    .bodyServices .secServices .blockServices .text h2,
    .bodyServices .secServices .blockServices .text h3,
    .bodyServices .secServices .blockServices .text h4,
    .bodyServices .secServices .blockServices .text h5 {
      color: #4f4543;
      font-family: "Playfair Display", serif;
      font-size: 30px;
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0.75px;
      margin-bottom: 30px;
      margin-top: 0; }
    .bodyServices .secServices .blockServices .text p {
      color: #4f4543;
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 26px;
      letter-spacing: 0.4px;
      margin-bottom: 35px; }
    .bodyServices .secServices .blockServices .text-iner {
      background-color: #faf9f5;
      padding: 30px; }
      .bodyServices .secServices .blockServices .text-iner h1,
      .bodyServices .secServices .blockServices .text-iner h2,
      .bodyServices .secServices .blockServices .text-iner h3,
      .bodyServices .secServices .blockServices .text-iner h4,
      .bodyServices .secServices .blockServices .text-iner h5 {
        color: #4f4543;
        font-family: "Playfair Display", serif;
        font-size: 24px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.6px; }
      .bodyServices .secServices .blockServices .text-iner p {
        color: #4f4543;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.4px;
        margin-bottom: 30px; }
        .bodyServices .secServices .blockServices .text-iner p:last-of-type {
          margin-bottom: 0; }
      .bodyServices .secServices .blockServices .text-iner ul {
        margin-bottom: 30px;
        padding: 0; }
        .bodyServices .secServices .blockServices .text-iner ul li {
          list-style-type: none;
          font-family: "Open Sans", sans-serif;
          font-size: 14px;
          font-weight: 400;
          letter-spacing: 0.35px;
          position: relative;
          padding-left: 35px; }
          .bodyServices .secServices .blockServices .text-iner ul li:before {
            content: '-';
            font-family: "Open Sans", sans-serif;
            font-size: 14px;
            font-weight: 400;
            position: absolute;
            left: 0;
            top: 0; }

.error1 {
  height: -webkit-calc(100vh - 149.13px);
  height: calc(100vh - 149.13px); }
  .error1 .container {
    height: 100%; }
    .error1 .container .text {
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .error1 .container .text span {
        display: inline-block;
        color: #4f4543;
        font-family: "Playfair Display", serif;
        font-size: 200px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 5rem; }
      .error1 .container .text h2 {
        color: #4f4543;
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        font-weight: 300;
        line-height: 1;
        margin-bottom: 2rem; }
      .error1 .container .text p {
        color: #4f4543;
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 2rem; }
      .error1 .container .text a {
        -webkit-border-radius: 3px;
                border-radius: 3px;
        background-color: rgba(79, 69, 67, 0.8);
        color: #ffffff;
        font-family: "Playfair Display", serif;
        font-size: 20px;
        font-weight: 400;
        padding: 12px 60px;
        -webkit-transition: .25s;
        -o-transition: .25s;
        transition: .25s; }
        .error1 .container .text a:hover {
          background-color: #4f4543; }

b, strong {
  font-weight: 600; }

.footer {
  background-color: #181818; }
  .footer .container {
    max-width: 1160px; }
  .footer p {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin: 0; }
  .footer a {
    color: rgba(255, 255, 255, 0.5);
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s; }
    .footer a svg {
      margin-left: 5px;
      width: 80px;
      fill: #fff;
      opacity: 0.5;
      height: 18px; }
    .footer a:hover svg {
      opacity: 1; }
  .footer .block_footer_bottom {
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .footer .social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0;
    padding-left: 0; }
    .footer .social li {
      list-style-type: none;
      margin-right: 15px; }
      .footer .social li:last-of-type {
        margin-right: 0; }
    .footer .social a svg {
      width: 15px;
      height: 15px;
      fill: #c5c6d1;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      transition: 0.25s; }
    .footer .social a:hover svg {
      fill: #fff; }

@media (max-width: 1650px) {
  header .navMain ul li {
    margin-right: 15px; }
  header .navMain ul {
    padding: 0;
    margin-right: 15px; }
  .secClient .carouselClient .slick-next {
    right: 0;
    background-color: #4f4543;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .secClient .carouselClient .slick-prev {
    left: 0;
    background-color: #4f4543;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .secClient .slick-list,
  .secReviews .slick-list {
    margin: 0 62px; }
  .secReviews .carouselSertif .slick-next {
    right: 0;
    background-color: rgba(79, 69, 67, 0.8);
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .secReviews .carouselSertif .slick-prev {
    left: 0;
    background-color: rgba(79, 69, 67, 0.8);
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .secBaner .carousel .item .container {
    max-width: 80%; } }

@media all and (max-width: 1450px) {
  header .navMain ul li a {
    padding: 5px 3px;
    font-size: 18px; }
  header .btnStn {
    font-size: 18px;
    padding: 7.5px 15px; }
  .secBaner .carousel .item .container {
    max-width: 80%; }
  .secBaner .carousel .slick-dots {
    right: 20px; } }

@media (max-width: 1200px) {
    .secAbout .blockText .elements p {
      padding-left: 10px;
    }
  .secAbout .blockText .elements {
    grid-template-columns: 1fr 50%; }
  .secPos .blockItems .item {
    width: -webkit-calc(33.33% - 30px);
    width: calc(33.33% - 30px); }
  /* header .logo span {
    display: none; } */
  .secBaner .carousel .text h2 {
    font-size: 26px;
    padding: 10px 20px; }
  .secBaner .carousel .text p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px; }
  .secBaner {
    padding-top: 0; }
  section {
    padding: 2rem 0; }
  .secForm form {
    grid-column-gap: 20px;
    padding-top: 25px; }
  .bodyServices .secServices .blockServices {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px; } }

@media (max-width: 991px) {
  .secAbout .blockText .elements {
    grid-template-columns: 100%; }
  .secPos .blockItems .item {
    padding: 2%;
    padding-bottom: 50px; }
  header .logo svg {
    width: 70px;
    height: 70px; }
  .secComand .blockComand {
    margin-top: 15px; }
  .secReviews .carouselSertif {
    margin-top: 15px; }
  .secAbout .blockText {
    padding-top: 25px; }
  .secAbout .blockText .elements p {
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 15px; }
  .secPos .blockItems {
    padding-top: 15px; }
  .secClient .carouselClient .item {
    padding: 15px 15px; }
  .secClient .carouselClient {
    margin-top: 15px; }
  .secBaner .carousel .text {
    width: 100%; }
  .secForm form {
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px; }
  #map .contact {
    left: 15px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  header.active .navMain ul li a {
    font-size: 14px;
    padding: 4px;
    letter-spacing: 0.6px; }
  header .navMain ul {
    padding: 0;
    margin-right: 7px; }
  header .navMain ul li {
    margin-right: 7px; }
  header .navMain ul li a {
    padding: 5px 3px;
    font-size: 16px; }
  header .btnStn {
    font-size: 16px;
    padding: 7.5px 15px; }
  .secBaner .carousel .slick-dots {
    padding-left: 0; }
  .secBaner .carousel .slick-dots li {
    list-style-type: none;
    margin-bottom: 10px; }
  .secPos .blockItems .item svg {
    max-height: 54px;
    max-width: 54px; }
  .bodyServices .secServices .breadcrumb {
    padding-top: 15px;
    padding-bottom: 10px; }
  .bodyServices .secServices .blockServices .text-iner {
    padding: 20px; }
  .error1 .container .text h2 {
    text-align: center; }
  .error1 .container .text p {
    text-align: center; } }

@media (max-width: 767px) {
  header .navMain .navigation {
    margin-top: -50px; }
  header .navMain ul {
    padding: 0;
    margin-right: 0; }
  .navigation li {
    display: list-item !important; }
  .carousel.first {
    display: none; }
  .carousel.last {
    display: block !important; }
  .error1 .container .text span {
    font-size: 120px;
    margin-bottom: 3rem; }
  .bodyServices .secServices .blockServices {
    grid-template-columns: 1fr;
    grid-column-gap: 20px; }
  .bodyServices .secServices .blockServices .navLeft ul li a {
    padding: 10px 15px; }
  .bodyServices .secServices .blockServices .navLeft ul li a svg {
    width: 25px;
    height: 25px; }
  .bodyServices .secServices .blockServices .text h1, .bodyServices .secServices .blockServices .text h2, .bodyServices .secServices .blockServices .text h3, .bodyServices .secServices .blockServices .text h4, .bodyServices .secServices .blockServices .text h5 {
    margin-bottom: 15px; }
  .bodyServices .secServices .blockServices .text p {
    margin-bottom: 15px; }
  .bodyServices .secServices .blockServices .text-iner ul li {
    padding-left: 15px; }
  .navMain {
    height: auto;
    max-width: none;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 8;
    padding-bottom: 10px;
    background-color: #4f4543;
    width: 100%;
    height: 100vh;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .navMain.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 9; }
  .hamburger {
    display: inline-block;
    margin-left: 0;
    margin: 5px;
    margin-left: 15px;
    position: relative;
    z-index: 9; }
  .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #fff;
    display: block;
    margin: 4.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .hamburger:hover {
    cursor: pointer; }
  #hamburger-11 {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #hamburger-11.active {
    -webkit-animation: smallbig 0.6s forwards;
    animation: smallbig 0.6s forwards; }
  @-webkit-keyframes smallbig {
    0%,
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); } }
  @keyframes smallbig {
    0%,
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
    50% {
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); } }
  #hamburger-11.active .line:nth-child(1),
  #hamburger-11.active .line:nth-child(2),
  #hamburger-11.active .line:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  #hamburger-11.active .line:nth-child(2) {
    opacity: 0; }
  #hamburger-11.active .line:nth-child(1) {
    -webkit-transform: translateY(7.5px) rotate(45deg);
    -ms-transform: translateY(7.5px) rotate(45deg);
    transform: translateY(7.5px) rotate(45deg); }
  #hamburger-11.active .line:nth-child(3) {
    -webkit-transform: translateY(-7.5px) rotate(-45deg);
    -ms-transform: translateY(-7.5px) rotate(-45deg);
    transform: translateY(-7.5px) rotate(-45deg); }
  #hamburger-11.active {
    -webkit-animation: smallbig 0.6s forwards;
    animation: smallbig 0.6s forwards; }
  header .navMain ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  header .navMain ul li {
    margin-right: 0;
    margin-bottom: 15px; }
    header .navMain ul li:last-of-type {
      margin-bottom: 0; }
  header.active .navMain ul li a {
    font-size: 18px;
    padding: 7.5px; }
  .secPos .blockItems .item {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px); }
  .secComand .blockComand .item .text p {
    padding: 15px 0;
    padding-top: 0; }
  .secComand .blockComand .item .text h3 {
    margin: 10px 0; }
  #map .contact {
    position: static;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    width: 100%; }
  #map {
    height: auto; }
  #map iframe {
    min-height: 300px;
    display: inline-block; }
  .secPos .blockItems .item {
    min-height: 250px; }
  .secReviews .carouselSertif .item img {
    height: 100%;
    width: auto;
    max-height: auto; }
  .secReviews .carouselSertif .item {
    padding: 5px;
    border: 1px #432711 solid;
    margin: 0; }
  .secClient .carouselClient .item {
    padding: 5px; }
  .secClient .slick-list, .secReviews .slick-list {
    margin: 0 30px; } }

@media (max-width: 560px) {
  .secAbout .blockText .elements {
    grid-template-columns: 100%;
    grid-gap: 25px; }
  .secComand .blockComand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .secBaner .carousel .item .container {
    max-width: 100%; }
  .secForm form {
    grid-template-columns: 1fr;
    grid-gap: 25px; }
  .secComand .blockComand .item {
    width: 100%; }
  .secComand .blockComand .item .photo {
    width: 100%;
    height: 280px; } }

@media (max-width: 480px) {
  .secAbout .blockText .elements .carousel-img .slick-next {
    position: absolute;
    right: 0;
  }
  .secAbout .blockText .elements .carousel-img .slick-prev {
    position: absolute;
    left: 0;
  }
  section .taitle p br {
    display: none; }
  .secPos .blockItems .item {
    width: 100%; }
  .secBaner .carousel .text h2 {
    font-size: 18px;
    padding: 5px 10px; }
  .secBaner .carousel .text p {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 10px; }
  .secBaner .carousel .slick-dots {
    right: 5px; }
  .secBaner .carousel .slick-dots li.slick-active button {
    font-size: 14px;
    font-weight: 400; }
  .secBaner .carousel .slick-dots li button:after {
    width: 7.5px; }
  .secBaner .carousel .slick-dots li.slick-active button:after {
    width: 15px; }
  .secBaner .carousel .item {
    height: -webkit-calc(100vh - 55px);
    height: calc(100vh - 55px); }
  .secBaner .carousel .blocksText {
    padding-bottom: 90px; } 