/*
Theme Name: Planet
Theme URI: http://www.dcreatelab.com
Author: DClab
Author URI: http://www.dcreatelab.com
Version: 1.0.0
Text Domain: planet
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

* {
  padding: 0;
  margin: 0;
  }

@font-face {
  font-family: 'montserrat-medium';
  src: url("./assets/fonts/Montserrat-Medium.otf"); }
@font-face {
  font-family: 'montserrat-regu';
  src: url("./assets/fonts/Montserrat-Regular.otf"); }
@font-face {
  font-family: 'abel';
  src: url("./assets/fonts/abel-regular.ttf"); }
@font-face {
  font-family: 'montserrat';
  src: url("./assets/fonts/Montserrat-Bold.otf"); }
input {
  border: 0;
  outline: none; }
  p{
       font-weight: 100; }

ul {
  list-style-type: none; }

a {
  text-decoration: none;
  color: black; }

button {
  background-color: transparent;
  outline: none;
  border: 0; }

html, body {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ECECEC; }
  html nav, body nav {
    width: 100%;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(255, 255, 255, 0.88);
    position: fixed;
    z-index: 5; }
    @media only screen and (max-width: 1050px) {
      html nav, body nav {
        position: relative;
        background-color: #f2f2f1; } }
    @media only screen and (max-width: 450px) {
      html nav, body nav {
        height: 60px; } }
    html nav .logo, body nav .logo {
      width: 200px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: #211f1d;
      padding: 0 5px;
      z-index: 7; }
      @media only screen and (max-width: 550px) {
        html nav .logo, body nav .logo {
          width: 40%; } }
      @media only screen and (max-width: 365px) {
        html nav .logo, body nav .logo {
          width: 36%; } }
      html nav .logo img, body nav .logo img {
        width: 180px;
        height: 90%;
        -o-object-fit: contain;
           object-fit: contain; }
        @media only screen and (max-width: 580px) {
          html nav .logo img, body nav .logo img {
            width: 90%; } }
    html nav .wrap_nav, body nav .wrap_nav {
      width: 100%;
      height: 72px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media only screen and (max-width: 1050px) {
        html nav .wrap_nav, body nav .wrap_nav {
          width: 100%;
          height: unset;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: unset;
              -ms-flex-align: unset;
                  align-items: unset;
          position: absolute;
          top: 72px;
          opacity: 0;
          background-color: #f2f2f1;
          border-top: 2px solid;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; } }
      @media only screen and (max-width: 450px) {
        html nav .wrap_nav, body nav .wrap_nav {
          top: 60px; } }
      html nav .wrap_nav .nav_li, body nav .wrap_nav .nav_li {
        position: relative;
        margin: 10px 3.5vw;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        @media only screen and (max-width: 1500px) {
          html nav .wrap_nav .nav_li, body nav .wrap_nav .nav_li {
            margin: 10px 2.5vw; } }
        @media only screen and (max-width: 1250px) {
          html nav .wrap_nav .nav_li, body nav .wrap_nav .nav_li {
            margin: 10px 1.5vw; } }
        @media only screen and (max-width: 1050px) {
          html nav .wrap_nav .nav_li, body nav .wrap_nav .nav_li {
            margin: 0;
            text-align: center;
            border-bottom: 1px solid black; } }
        html nav .wrap_nav .nav_li a, body nav .wrap_nav .nav_li a {
          font-family: montserrat-medium, sans-serif;
          font-size: 18px;
          font-weight: 600;
          color: #2b2b2b;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          text-transform: uppercase; }
          @media only screen and (max-width: 1370px) {
            html nav .wrap_nav .nav_li a, body nav .wrap_nav .nav_li a {
              font-size: 16px; } }
          @media only screen and (max-width: 1050px) {
            html nav .wrap_nav .nav_li a, body nav .wrap_nav .nav_li a {
              padding: 20px 30%; } }
          @media only screen and (max-width: 370px) {
            html nav .wrap_nav .nav_li a, body nav .wrap_nav .nav_li a {
              padding: 20px 25%; } }
        html nav .wrap_nav .nav_li:after, body nav .wrap_nav .nav_li:after {
          display: block;
          position: absolute;
          content: "";
          height: 2px;
          width: 0;
          background-color: #797979;
          -webkit-transition: width .5s ease-in-out;
          -o-transition: width .5s ease-in-out;
          transition: width .5s ease-in-out;
          left: 0;
          bottom: 0; }
        html nav .wrap_nav .nav_li:hover:after, body nav .wrap_nav .nav_li:hover:after {
          width: 100%; }        
          @media only screen and (max-width: 1050px) {
            html nav .wrap_nav .nav_li:hover:after, body nav .wrap_nav .nav_li:hover:after {
              width: 0; } }
          html nav .wrap_nav .nav_li.current-menu-item:after, body nav .wrap_nav .nav_li.current-menu-item:after {
             width: 100%;  
          }  
      html nav .wrap_nav .active_line, body nav .wrap_nav .active_line {
        position: relative; }
      html nav .wrap_nav .active_line:after, body nav .wrap_nav .active_line:after {
        width: 100%; }
        @media only screen and (max-width: 1050px) {
          html nav .wrap_nav .active_line:after, body nav .wrap_nav .active_line:after {
            width: 0; } }
    html nav .nav_tel, body nav .nav_tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      right: 0;
      -ms-flex-item-align: center;
          align-self: center; }
      @media only screen and (max-width: 600px) {
        html nav .nav_tel, body nav .nav_tel {
          width: 70%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
              justify-content: space-around;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; } }
  @media only screen and (max-width: 600px) and (max-width: 600px) {
    html nav .nav_tel, body nav .nav_tel {
      width: 65%; } }

      html nav .nav_tel:before, body nav .nav_tel:before {
        content: '';
        width: 22px;
        height: 22px;
        background: url(./assets/images/phone-69-48.ico) no-repeat;
        background-size: contain;
        position: absolute;
        top: 1px;
        left: 9px;
        -webkit-transform: rotate(-75deg);
            -ms-transform: rotate(-75deg);
                transform: rotate(-75deg); }
        @media only screen and (max-width: 1125px) {
          html nav .nav_tel:before, body nav .nav_tel:before {
            height: 18px;
            left: 17px; } }
        @media only screen and (max-width: 1050px) {
          html nav .nav_tel:before, body nav .nav_tel:before {
            top: 22px;
            height: 22px;
            left: 9px; } }
        @media only screen and (max-width: 600px) {
          html nav .nav_tel:before, body nav .nav_tel:before {
            display: none; } }
      html nav .nav_tel .call, body nav .nav_tel .call {
        margin: 0 0 0 40px;
        font-family: montserrat-medium, sans-serif;
        font-size: 24px;
        font-weight: 600;
        opacity: 0;
        position: relative;
        -webkit-transition-duration: 0.1s;
             -o-transition-duration: 0.1s;
                transition-duration: 0.1s; }
        @media only screen and (max-width: 1125px) {
          html nav .nav_tel .call, body nav .nav_tel .call {
            font-size: 21px; } }
        @media only screen and (max-width: 1020px) {
          html nav .nav_tel .call, body nav .nav_tel .call {
            font-size: 24px; } }
        @media only screen and (max-width: 480px) {
          html nav .nav_tel .call, body nav .nav_tel .call {
            font-size: 21px; } }
        @media only screen and (max-width: 400px) {
          html nav .nav_tel .call, body nav .nav_tel .call {
            font-size: 17px; } }
      html nav .nav_tel .button_nav_mobile, body nav .nav_tel .button_nav_mobile {
        width: 30px;
        height: 30px;
        overflow: hidden;
        cursor: pointer;
        position: relative;
        margin: 20px 40px;
        display: none; }
        @media only screen and (max-width: 1050px) {
          html nav .nav_tel .button_nav_mobile, body nav .nav_tel .button_nav_mobile {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media only screen and (max-width: 600px) {
          html nav .nav_tel .button_nav_mobile, body nav .nav_tel .button_nav_mobile {
            margin: 0 0 0 50px; } }
        @media only screen and (max-width: 400px) {
          html nav .nav_tel .button_nav_mobile, body nav .nav_tel .button_nav_mobile {
            margin: 0 0 0 35px; } }
        @media only screen and (max-width: 365px) {
          html nav .nav_tel .button_nav_mobile, body nav .nav_tel .button_nav_mobile {
            margin: 0 0 0 20px; } }
        html nav .nav_tel .button_nav_mobile span, body nav .nav_tel .button_nav_mobile span {
          width: 30px;
          height: 2px;
          background-color: #252525;
          display: block;
          -webkit-transition: 0.1s;
          -o-transition: 0.1s;
          transition: 0.1s; }
          @media only screen and (max-width: 1050px) {
            html nav .nav_tel .button_nav_mobile span, body nav .nav_tel .button_nav_mobile span {
              height: 3px; } }
        html nav .nav_tel .button_nav_mobile span:nth-child(1), body nav .nav_tel .button_nav_mobile span:nth-child(1) {
          margin: 0;
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; }
        html nav .nav_tel .button_nav_mobile span:nth-child(2), body nav .nav_tel .button_nav_mobile span:nth-child(2) {
          margin: 7px -5px; }
          @media only screen and (max-width: 1050px) {
            html nav .nav_tel .button_nav_mobile span:nth-child(2), body nav .nav_tel .button_nav_mobile span:nth-child(2) {
              margin: 7px 0; } }
        html nav .nav_tel .button_nav_mobile span:nth-child(3), body nav .nav_tel .button_nav_mobile span:nth-child(3) {
          -webkit-transition: 0.6s;
          -o-transition: 0.6s;
          transition: 0.6s; }
      html nav .nav_tel .button_nav_mobile:hover span:nth-child(2), body nav .nav_tel .button_nav_mobile:hover span:nth-child(2) {
        margin: 7px 0; }
      html nav .nav_tel .close_top, body nav .nav_tel .close_top {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        position: absolute;
        left: 0;
        top: 11px; }
      html nav .nav_tel .close_bottom, body nav .nav_tel .close_bottom {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 11px; }
      html nav .nav_tel .call_mobile, body nav .nav_tel .call_mobile {
        opacity: 1;
        margin-right: 32px;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        @media only screen and (max-width: 1100px) {
          html nav .nav_tel .call_mobile, body nav .nav_tel .call_mobile {
            margin-right: 20px; } }
        @media only screen and (max-width: 600px) {
          html nav .nav_tel .call_mobile, body nav .nav_tel .call_mobile {
            margin: 0 0 0 0; } }
  html .wrap_header_slider, body .wrap_header_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #2b2b2b;
    overflow: hidden; }
    html .wrap_header_slider .header_slider, body .wrap_header_slider .header_slider {
      width: 100%;
      height: 100vh;
      min-height: 400px;
      position: relative; }
      @media only screen and (max-width: 630px) {
        html .wrap_header_slider .header_slider, body .wrap_header_slider .header_slider {
          height: 95vh; } }
      html .wrap_header_slider .header_slider .header_slider_item, body .wrap_header_slider .header_slider .header_slider_item {
        width: 100%;
        height: 100vh;
        min-height: 400px;
        display: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        -webkit-transition: opacity 1.5s;
        -o-transition: opacity 1.5s;
        transition: opacity 1.5s;
        opacity: 0; }
        html .wrap_header_slider .header_slider .header_slider_item:first-child, body .wrap_header_slider .header_slider .header_slider_item:first-child {
          opacity: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        html .wrap_header_slider .header_slider .header_slider_item:before, body .wrap_header_slider .header_slider .header_slider_item:before {
          content: '';
          width: 100%;
          height: 100vh;
          min-height: 400px;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.43);
          opacity: 0.8;
          -webkit-transition: 1.5s;
          -o-transition: 1.5s;
          transition: 1.5s;
          z-index: 1; }
        html .wrap_header_slider .header_slider .header_slider_item img, body .wrap_header_slider .header_slider .header_slider_item img {
          width: 100%;
          height: 100%;
          position: relative;
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center;
          will-change: transform;
          -webkit-transform: scale(1);
              -ms-transform: scale(1);
                  transform: scale(1);
          -webkit-transition: 25s cubic-bezier(0.09, -0.13, 0.46, 1.5);
          -o-transition: 25s cubic-bezier(0.09, -0.13, 0.46, 1.5);
          transition: 25s cubic-bezier(0.09, -0.13, 0.46, 1.5); }
        html .wrap_header_slider .header_slider .header_slider_item .header_slider_text, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text {
          max-width: 70%;
          position: absolute;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          opacity: 0;
          -webkit-transition-duration: 2s;
               -o-transition-duration: 2s;
                  transition-duration: 2s;
          z-index: 2; }
          @media only screen and (max-width: 630px) {
            html .wrap_header_slider .header_slider .header_slider_item .header_slider_text, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text {
              max-width: 100%;
              margin-top: -80px; } }
          html .wrap_header_slider .header_slider .header_slider_item .header_slider_text h3, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text h3 {
            color: white;
            font-family: montserrat, sans-serif;
            font-size: 50px;
            text-align: center;
            margin: 0 15px 20px;
            text-transform: uppercase;
            opacity: 0;
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transition: opacity 0.4s, -webkit-transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            transition: opacity 0.4s, -webkit-transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            -o-transition: transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92), opacity 0.4s;
            transition: transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92), opacity 0.4s;
            transition: transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92), opacity 0.4s, -webkit-transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            -webkit-transition-delay: 2.5s;
                 -o-transition-delay: 2.5s;
                    transition-delay: 2.5s; }
            @media only screen and (max-width: 550px) {
              html .wrap_header_slider .header_slider .header_slider_item .header_slider_text h3, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text h3 {
                font-size: 38px; } }
            @media only screen and (max-width: 360px) {
              html .wrap_header_slider .header_slider .header_slider_item .header_slider_text h3, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text h3 {
                font-size: 30px; } }
          html .wrap_header_slider .header_slider .header_slider_item .header_slider_text .active_h3_p, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text .active_h3_p {
            opacity: 1; }
          html .wrap_header_slider .header_slider .header_slider_item .header_slider_text p, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text p {
            color: white;
            font-family: montserrat-medium, sans-serif;
            font-size: 30px;
            text-align: center;
            margin: 0 10px 20px;
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transition: opacity 0.4s, -webkit-transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            transition: opacity 0.4s, -webkit-transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            -o-transition: transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92), opacity 0.4s;
            transition: transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92), opacity 0.4s;
            transition: transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92), opacity 0.4s, -webkit-transform 0.5s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            -webkit-transition-delay: 2s;
                 -o-transition-delay: 2s;
                    transition-delay: 2s; }
            @media only screen and (max-width: 360px) {
              html .wrap_header_slider .header_slider .header_slider_item .header_slider_text p, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text p {
                font-size: 20px; } }
          html .wrap_header_slider .header_slider .header_slider_item .header_slider_text .header_slider_href, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text .header_slider_href {
            min-width: 200px;
            display: inline-block;
            border: 1px solid white;
            color: white;
            font-size: 18px;
            font-family: montserrat-medium, sans-serif;
            text-transform: uppercase;
            padding: 10px;
            text-align: center;
            -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                    transform: translateY(0);
            -webkit-transition: 0.3s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            -o-transition: 0.3s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            transition: 0.3s cubic-bezier(0.3, -0.01, 0.4, 0.92);
            -webkit-transition-property: opacity, -webkit-transform;
            transition-property: opacity, -webkit-transform;
            -o-transition-property: opacity, transform;
            transition-property: opacity, transform;
            transition-property: opacity, transform, -webkit-transform;
            -webkit-transition-delay: 1.5s;
                 -o-transition-delay: 1.5s;
                    transition-delay: 1.5s; }
            html .wrap_header_slider .header_slider .header_slider_item .header_slider_text .header_slider_href:hover, body .wrap_header_slider .header_slider .header_slider_item .header_slider_text .header_slider_href:hover {
              background-color: rgba(255, 255, 255, 0.58);
              color: #2b2b2b;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
    html .wrap_header_slider .slade_header_next_prev, body .wrap_header_slider .slade_header_next_prev {
      z-index: 2; }
      html .wrap_header_slider .slade_header_next_prev .slade_header_prev, body .wrap_header_slider .slade_header_next_prev .slade_header_prev {
        width: 70px;
        height: 40px;
        background: url("./assets/images/white_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        left: 10px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        @media only screen and (max-width: 660px) {
          html .wrap_header_slider .slade_header_next_prev .slade_header_prev, body .wrap_header_slider .slade_header_next_prev .slade_header_prev {
            display: none; } }
        html .wrap_header_slider .slade_header_next_prev .slade_header_prev:hover, body .wrap_header_slider .slade_header_next_prev .slade_header_prev:hover {
          -webkit-transform: translateX(-4px) rotate(180deg);
              -ms-transform: translateX(-4px) rotate(180deg);
                  transform: translateX(-4px) rotate(180deg); }
      html .wrap_header_slider .slade_header_next_prev .slade_header_next, body .wrap_header_slider .slade_header_next_prev .slade_header_next {
        width: 70px;
        height: 40px;
        background: url("./assets/images/white_arrow.png") no-repeat;
        background-size: contain;
        position: absolute;
        right: 10px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        @media only screen and (max-width: 660px) {
          html .wrap_header_slider .slade_header_next_prev .slade_header_next, body .wrap_header_slider .slade_header_next_prev .slade_header_next {
            display: none; } }
        html .wrap_header_slider .slade_header_next_prev .slade_header_next:hover, body .wrap_header_slider .slade_header_next_prev .slade_header_next:hover {
          -webkit-transform: translateX(4px);
              -ms-transform: translateX(4px);
                  transform: translateX(4px); }
    html .wrap_header_slider .none, body .wrap_header_slider .none {
      will-change: transform;
      -webkit-transition: translateX 0s;
      -o-transition: translateX 0s;
      transition: translateX 0s; }
  html .section_card_file, body .section_card_file {
    width: 90%;
    margin: 0 auto;
    background-color: white; }
    @media only screen and (max-width: 1400px) {
      html .section_card_file, body .section_card_file {
        width: 100%; } }
    html .section_card_file .card_file_background, body .section_card_file .card_file_background {
      width: 93%;
      margin: 0 auto; }
      html .section_card_file .card_file_background .gallery_ul, body .section_card_file .card_file_background .gallery_ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 50px 0 103px; }
        html .section_card_file .card_file_background .gallery_ul .gallery_li, body .section_card_file .card_file_background .gallery_ul .gallery_li {
          width: 31%;
          max-width: 670px;
          min-width: 280px;
          min-height: 200px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 25px 17px; }
          @media only screen and (max-width: 1680px) {
            html .section_card_file .card_file_background .gallery_ul .gallery_li, body .section_card_file .card_file_background .gallery_ul .gallery_li {
              width: 30.5%; } }
          @media only screen and (max-width: 1300px) {
            html .section_card_file .card_file_background .gallery_ul .gallery_li, body .section_card_file .card_file_background .gallery_ul .gallery_li {
              width: 44%; } }
          @media only screen and (max-width: 780px) {
            html .section_card_file .card_file_background .gallery_ul .gallery_li, body .section_card_file .card_file_background .gallery_ul .gallery_li {
              width: 75vw;
              height: 60vw; } }
          @media only screen and (max-width: 550px) {
            html .section_card_file .card_file_background .gallery_ul .gallery_li, body .section_card_file .card_file_background .gallery_ul .gallery_li {
              width: 90%; } }
          html .section_card_file .card_file_background .gallery_ul .gallery_li a, body .section_card_file .card_file_background .gallery_ul .gallery_li a {
            text-align: center;
            height: 100%; }
            html .section_card_file .card_file_background .gallery_ul .gallery_li a img, body .section_card_file .card_file_background .gallery_ul .gallery_li a img {
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              opacity: 1;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              html .section_card_file .card_file_background .gallery_ul .gallery_li a img:hover, body .section_card_file .card_file_background .gallery_ul .gallery_li a img:hover {
                opacity: 0.6; }
            html .section_card_file .card_file_background .gallery_ul .gallery_li a h3, body .section_card_file .card_file_background .gallery_ul .gallery_li a h3 {
              font-size: 16px;
              font-family: montserrat-medium, sans-serif;
              text-transform: uppercase;
              margin: 6px 0; }
      html .section_card_file .card_file_background .wrap_button_gallery, body .section_card_file .card_file_background .wrap_button_gallery {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: 0 0 50px 0; }
        html .section_card_file .card_file_background .wrap_button_gallery .button_gallery, body .section_card_file .card_file_background .wrap_button_gallery .button_gallery {
          display: inline-block;
          border: 1px solid #6a6a6a;
          padding: 8px 20px;
          font-size: 15px;
          font-family: montserrat-medium, sans-serif;
          text-transform: uppercase;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          html .section_card_file .card_file_background .wrap_button_gallery .button_gallery:hover, body .section_card_file .card_file_background .wrap_button_gallery .button_gallery:hover {
            background-color: rgba(0, 0, 0, 0.86);
            color: white; }
      html .section_card_file .card_file_background #partners, body .section_card_file .card_file_background #partners {
        width: 97%;
        position: relative;
        min-height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
        margin: 0 auto; }
        html .section_card_file .card_file_background #partners:before, body .section_card_file .card_file_background #partners:before {
          content: '';
          width: 100%;
          height: 2px;
          top: 0;
          background-color: #cdcdcd;
          position: absolute; }
        html .section_card_file .card_file_background #partners:after, body .section_card_file .card_file_background #partners:after {
          content: '';
          width: 100%;
          height: 2px;
          bottom: 0;
          background-color: #cdcdcd;
          position: absolute;
          margin: 0 auto; }
        @media only screen and (max-width: 1000px) {
          html .section_card_file .card_file_background #partners, body .section_card_file .card_file_background #partners {
            min-height: 0; } }
        html .section_card_file .card_file_background #partners h2, body .section_card_file .card_file_background #partners h2 {
          text-align: center;
          font-family: montserrat-medium, sans-serif;
          margin: 30px 0 0 0;
          text-transform: uppercase; }
          @media only screen and (max-width: 600px) {
            html .section_card_file .card_file_background #partners h2, body .section_card_file .card_file_background #partners h2 {
              font-size: 18px; } }
        html .section_card_file .card_file_background #partners > .partner_slider, body .section_card_file .card_file_background #partners > .partner_slider {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-transition: 2s;
          -o-transition: 2s;
          transition: 2s;
          will-change: transform; }
          html .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item, body .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            height: 100%;
            max-height: 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 20px 0; }
            html .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item > img, body .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item > img {
              width: 10%;
              padding: 0 5vw;
              max-width: 140px;
              min-width: 80px;
              min-height: 40px; }
              @media only screen and (max-width: 1030px) {
                html .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item > img, body .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item > img {
                  padding: 0 2vw; } }
              @media only screen and (max-width: 450px) {
                html .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item > img, body .section_card_file .card_file_background #partners > .partner_slider > .partner_slider_item > img {
                  min-width: 55px;
                  min-height: 30px;
                  padding: 0 1vw; } }
        html .section_card_file .card_file_background #partners .non, body .section_card_file .card_file_background #partners .non {
          -webkit-transition: translateX 0s;
          -o-transition: translateX 0s;
          transition: translateX 0s; }
        html .section_card_file .card_file_background #partners > .nexst, body .section_card_file .card_file_background #partners > .nexst {
          width: 60px;
          height: 27px;
          position: absolute;
          top: 50%;
          right: 4%;
          -webkit-transform: translate(0, 50%);
              -ms-transform: translate(0, 50%);
                  transform: translate(0, 50%);
          background: url("./assets/images/black_arrow.png") no-repeat;
          background-size: 100%;
          opacity: 0;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        html .section_card_file .card_file_background #partners > .prev, body .section_card_file .card_file_background #partners > .prev {
          width: 60px;
          height: 27px;
          opacity: 0;
          position: absolute;
          background: url(./assets/images/black_arrow.png) no-repeat;
          background-size: 100%;
          top: 50%;
          left: 4%;
          -webkit-transform: translate(0, 50%) rotate(180deg);
              -ms-transform: translate(0, 50%) rotate(180deg);
                  transform: translate(0, 50%) rotate(180deg);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
        html .section_card_file .card_file_background #partners:hover .prev, body .section_card_file .card_file_background #partners:hover .prev {
          opacity: 0.4;
          cursor: pointer; }
          @media only screen and (max-width: 1100px) {
            html .section_card_file .card_file_background #partners:hover .prev, body .section_card_file .card_file_background #partners:hover .prev {
              opacity: 0; } }
        html .section_card_file .card_file_background #partners:hover .nexst, body .section_card_file .card_file_background #partners:hover .nexst {
          opacity: 0.4;
          cursor: pointer; }
          @media only screen and (max-width: 1100px) {
            html .section_card_file .card_file_background #partners:hover .nexst, body .section_card_file .card_file_background #partners:hover .nexst {
              opacity: 0; } }
  html .section_galleryAll_header, body .section_galleryAll_header {
    width: 100%;
    height: 450px;
    position: relative; }
    @media only screen and (max-width: 1000px) {
      html .section_galleryAll_header, body .section_galleryAll_header {
        height: 365px; } }
    @media only screen and (max-width: 482px) {
      html .section_galleryAll_header, body .section_galleryAll_header {
        height: 520px; } }
    @media only screen and (max-width: 365px) {
      html .section_galleryAll_header, body .section_galleryAll_header {
        height: 470px; } }
    html .section_galleryAll_header:before, body .section_galleryAll_header:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      bottom: 0;
      background-color: rgba(44, 44, 44, 0.36); }
    html .section_galleryAll_header h2, body .section_galleryAll_header h2 {
      font-size: 30px;
      font-family: montserrat-medium, sans-serif;
      position: absolute;
      background-color: white;
      width: 100%;
      text-align: center;
      padding: 20px 0;
      display: none; }
      @media only screen and (max-width: 1050px) {
        html .section_galleryAll_header h2, body .section_galleryAll_header h2 {
          display: block; } }
    html .section_galleryAll_header img, body .section_galleryAll_header img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    html .section_galleryAll_header .wrap_galleryAll_header_ul, body .section_galleryAll_header .wrap_galleryAll_header_ul {
      width: 100%;
      position: absolute;
      bottom: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      /*@media only screen and (max-width: 1001px) {*/
      /*  html .section_galleryAll_header .wrap_galleryAll_header_ul, body .section_galleryAll_header .wrap_galleryAll_header_ul {*/
      /*    flex-wrap: wrap; } }*/
      @media only screen and (max-width: 550px) {
        html .section_galleryAll_header .wrap_galleryAll_header_ul, body .section_galleryAll_header .wrap_galleryAll_header_ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
                 @media only screen and (max-width: 1001px) {
          html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        @media only screen and (max-width: 550px) {
          html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li {
          width: 160px;
          margin: -10px 20px;
          padding: 20px 7px 25px 7px;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
          @media only screen and (max-width: 1300px) {
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li {
              width: 130px;
              margin: -10px 7px; } }
          @media only screen and (max-width: 1001px) {
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li {
              width: 140px;
              margin: 4px 48px; } }
          @media only screen and (max-width: 770px) {
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li {
              width: 159px;
              margin: 4px 10px; } }
          @media only screen and (max-width: 595px) {
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li {
              width: 115px;
              margin: 5px 2px;
              padding: 20px 18px 25px 18px; } }
          @media only screen and (max-width: 365px) {
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li {
              width: 25vw; } }
          html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center; }
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a img, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a img {
              height: 40px;
              -o-object-fit: contain;
                 object-fit: contain;
              padding: 0 20px;
              overflow: hidden; }
              @media only screen and (max-width: 550px) {
                html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a img, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a img {
                  height: 50px; } }
              @media only screen and (max-width: 365px) {
                html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a img, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a img {
                  height: 40px; } }
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              margin-top: 5px; }
              html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span {
                font-family: montserrat-medium, sans-serif;
                font-size: 13px;
                color: white;
                text-transform: uppercase; }
                @media only screen and (max-width: 1001px) {
                  html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span {
                    font-size: 14px; } }
                @media only screen and (max-width: 550px) {
                  html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span {
                    font-size: 14px; } }
                @media only screen and (max-width: 365px) {
                  html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li a div span {
                    font-size: 11px; } }
          @media only screen and (min-width: 1050px) {
            html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li:hover, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .galleryAll_header_li:hover {
              background-color: #141111a1;
              border-radius: 40px 40px 0 0; } }
        html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .active_meu, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .active_meu {
          background-color: #141111a1;
          border-radius: 40px 40px 0 0; }
        html .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .current_cat, body .section_galleryAll_header .wrap_galleryAll_header_ul .galleryAll_header_ul .current_cat {
          background-color: #141111a1;
          border-radius: 40px 40px 0 0; }
  @media only screen and (max-width: 780px) {
    html .of_gallery_img, body .of_gallery_img {
      height: 70px; } }
  @media only screen and (max-width: 780px) {
    html .of_img, body .of_img {
      display: none; } }
  html .section_galleryAll_content, body .section_galleryAll_content {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: white;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 1400px) {
      html .section_galleryAll_content, body .section_galleryAll_content {
        width: 100%; } }
    html .section_galleryAll_content .galleryAll_content_ul, body .section_galleryAll_content .galleryAll_content_ul {
      width: 92%;
       min-height: 55vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
              -webkit-box-align: center;
                -ms-flex-align: center;
                      align-items: center;
      padding-top: 60px;
      background-color: white; }
      @media only screen and (max-width: 1400px) {
        html .section_galleryAll_content .galleryAll_content_ul, body .section_galleryAll_content .galleryAll_content_ul {
          width: 100%; } }
      @media only screen and (max-width: 1050px) {
        html .section_galleryAll_content .galleryAll_content_ul, body .section_galleryAll_content .galleryAll_content_ul {
          padding-top: 0;
          margin-top: 60px; } }
      html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li {
        width: 19.5vw;
        min-width: 250px;
        padding: 0.3vw;
        margin: 1px 2px; }
        @media only screen and (max-width: 1400px) {
          html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li {
            width: unset; } }
        @media only screen and (max-width: 680px) {
          html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li {
            width: 90%; } }
        html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a {
          width: 19.2vw;
          height: 19.2vw;
          min-width: 250px;
          min-height: 250px;
          padding: 0.3vw;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          display: block; }
          @media only screen and (max-width: 1400px) {
            html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a {
              width: 21vw;
              height: 21vw; } }
          @media only screen and (max-width: 820px) {
            html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a {
              width: 40vw;
              height: 40vw; } }
          @media only screen and (max-width: 685px) {
            html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a {
              width: 90%;
              margin: 0 auto; } }
          html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a img, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            opacity: 1; }
          html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a:hover, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li a:hover {
            -webkit-box-shadow: 1px 0 4px 0 #656565;
                    box-shadow: 1px 0 4px 0 #656565;
            opacity: 0.7; }
        html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li span, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li span {
          font-family: montserrat-medium, sans-serif;
          display: block;
          text-align: center;
          font-size: 14px;
          padding: 5px 4px 0;
          text-transform: uppercase; }
          @media only screen and (max-width: 1400px) {
            html .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li span, body .section_galleryAll_content .galleryAll_content_ul .galleryAll_content_li span {
              width: 250px;
              margin: 0 auto; } }
    html .section_galleryAll_content .galleryAll_button, body .section_galleryAll_content .galleryAll_button {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: white;
      padding: 20px 0 30px 0;
      margin: 0 auto;
      position: relative; }
      @media only screen and (max-width: 1400px) {
        html .section_galleryAll_content .galleryAll_button, body .section_galleryAll_content .galleryAll_button {
          width: 100%; } }
      html .section_galleryAll_content .galleryAll_button:before, body .section_galleryAll_content .galleryAll_button:before {
        content: '';
/*         width: 100%;
        height: 2px;
        bottom: 0;
        background-color: #cdcdcd; */
        position: absolute; }
      html .section_galleryAll_content .galleryAll_button button, body .section_galleryAll_content .galleryAll_button button {
        padding: 10px 20px;
        text-decoration: none;
        background-color: white;
        border: 1px solid black;
        font-family: montserrat-medium, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        cursor: pointer; }
        html .section_galleryAll_content .galleryAll_button button:hover, body .section_galleryAll_content .galleryAll_button button:hover {
          background-color: #191919;
          color: #ffffff; }
  html .section_gallery_item, body .section_gallery_item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    margin-top: 72px; }
    @media only screen and (max-width: 1050px) {
      html .section_gallery_item, body .section_gallery_item {
        margin: 0; } }
    html .section_gallery_item .gallery_item_background, body .section_gallery_item .gallery_item_background {
      width: 90%;
      background-color: white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 20px; }
      @media only screen and (max-width: 1400px) {
        html .section_gallery_item .gallery_item_background, body .section_gallery_item .gallery_item_background {
          width: 100%; } }
      html .section_gallery_item .gallery_item_background .wrap_gallery_item, body .section_gallery_item .gallery_item_background .wrap_gallery_item {
        width: 90%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 2px solid #cdcdcd;
        padding-bottom: 70px; }
        @media only screen and (max-width: 1400px) {
          html .section_gallery_item .gallery_item_background .wrap_gallery_item, body .section_gallery_item .gallery_item_background .wrap_gallery_item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        @media only screen and (min-height: 1400px) {
          html .section_gallery_item .gallery_item_background .wrap_gallery_item, body .section_gallery_item .gallery_item_background .wrap_gallery_item {
            padding-bottom: 255px; } }
        html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider {
          width: 100%;
          overflow: hidden; }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big {
            width: 100%;
            background-color: #ECECEC;
            position: relative; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              will-change: transform;
              margin: 2px 0;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%;
                height: 63vh;
                min-height: 500px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center; }
                @media only screen and (max-width: 600px) {
                  html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon {
                    min-height: 400px; } }
                @media only screen and (max-width: 450px) {
                  html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon {
                    min-height: 300px;
                    height: unset; } }
                html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon > img, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon .gallery_item_clon > img {
                  width: 100%;
                  height: 100%;
                  -o-object-fit: cover;
                     object-fit: cover; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_slider_clon {
              -webkit-transition: 0.7s;
              -o-transition: 0.7s;
              transition: 0.7s; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_mini, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_mini {
              -ms-flex-item-align: center;
                  -ms-grid-row-align: center;
                  align-self: center; }
              @media only screen and (max-width: 1100px) {
                html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_mini, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_s_mini {
                  display: none; } }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_zoom, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_zoom {
              opacity: 1;
              width: 70px;
              height: 70px;
              position: absolute;
              left: 49.5%;
              top: 49%;
              background: url("./assets/images/icon.zoom.png") no-repeat;
              background-size: 100%;
              -webkit-transform: translate(-50%, -50%) scale(1);
                  -ms-transform: translate(-50%, -50%) scale(1);
                      transform: translate(-50%, -50%) scale(1);
              cursor: pointer;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_zoom:hover, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_zoom:hover {
                -webkit-transform: translate(-50%, -50%) scale(1.1);
                    -ms-transform: translate(-50%, -50%) scale(1.1);
                        transform: translate(-50%, -50%) scale(1.1); }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_diminish_but, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_diminish_but {
              display: none;
              background: url("./assets/images/icon-resize.png") no-repeat;
              background-size: 100%;
              width: 30px;
              height: 30px;
              position: absolute;
              right: 20px;
              top: 20px;
              cursor: pointer;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_diminish_but:hover, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_diminish_but:hover {
                -webkit-transform: scale(0.8);
                    -ms-transform: scale(0.8);
                        transform: scale(0.8); }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_con_next, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_con_next {
              width: 50px;
              height: 50px;
              position: absolute;
              top: 50%;
              right: 5%;
              background: url(./assets/images/icon.arow.png) no-repeat;
              background-size: 19px;
              background-position: center;
              -webkit-transform: translate(0%, -50%);
                  -ms-transform: translate(0%, -50%);
                      transform: translate(0%, -50%);
              opacity: 1;
              cursor: pointer;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_con_prev, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_slid_big .gallery_con_prev {
              width: 50px;
              height: 50px;
              opacity: 1;
              position: absolute;
              background: url("./assets/images/icon.arow.left.png") no-repeat;
              background-size: 19px;
              background-position: center;
              top: 50%;
              left: 5%;
              -webkit-transform: translate(0%, -50%);
                  -ms-transform: translate(0%, -50%);
                      transform: translate(0%, -50%);
              cursor: pointer;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s; }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: -5px;
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini {
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 32%;
                      flex: 0 0 32%;
              height: 230px;
              margin: 2% 2% 1% 0;
              -webkit-transition: 0.3s;
              -o-transition: 0.3s;
              transition: 0.3s; }
              @media only screen and (min-width: 1680px) {
                html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini {
                  height: 250px; } }
              @media only screen and (max-width: 850px) {
                html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini {
                  display: none; } }
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini img, body .section_gallery_item .gallery_item_background .wrap_gallery_item .gallery_item_slider .gallery_s_mini .gallery_item_mini img {
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover; }
        html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content {
          width: 50%;
          padding: 0 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media only screen and (max-width: 1400px) {
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content {
              width: unset;
              padding: 0; } }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content h2, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content h2 {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 20px;
            font-family: montserrat-regu, sans-serif; }
            @media only screen and (max-width: 1050px) {
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content h2, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content h2 {
                margin: 20px 0; } }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_span, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_span {
            font-weight: 700;
            font-size: 18px;
            display: inline-block;
            margin-bottom: 30px;
            font-family: montserrat-regu, sans-serif; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_span span, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_span span {
              font-size: 30px;
              font-family: montserrat, sans-serif;
              margin: 10px;
              display: inline-block; }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content h3, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content h3 {
            font-size: 18px;
            margin-bottom: 20px;
            font-family: montserrat-regu, sans-serif; }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li .gallery_item_text_bold_span, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li .gallery_item_text_bold_span {
              font-family: montserrat, sans-serif; }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li span, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li span {
              min-width: 148px;
              font-size: 17px;
              font-family: montserrat-regu, sans-serif;
              display: block;
              line-height: 24px; }
              @media only screen and (max-width: 330px) {
                html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li span, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content .gallery_item_column_content_ul li span {
                  min-width: 142px;
                  line-height: 22px;
                  font-size: 16px; } }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content p, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_column_content p {
            font-size: 16px;
            font-family: montserrat-regu, sans-serif;
            margin: 20px 0;
            text-align: left; }
          html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but {
            width: 100%;
            margin-bottom: 2%;
            position: relative;}
            @media only screen and (max-width: 1400px) {
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but {
                margin: 0 auto; } }
            html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but .gallery_item_text_but, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but .gallery_item_text_but {
              font-family: montserrat-regu, sans-serif;
              font-size: 13px;
              text-transform: uppercase;
              padding: 15px;
              background-color: black;
              color: white;
              min-width: 222px;
              width: 100%;
              margin-top: 5px;
              border: 2px solid black;
              cursor: pointer;
              -webkit-transition: 0.2s;
              -o-transition: 0.2s;
              transition: 0.2s; }
               html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but .gallery_item_text_but_noactive, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but .gallery_item_text_but_noactive {
                         padding: 0;
                         margin: 0;
                        z-index: -999;
                        visibility: hidden;
                        height: 0;
                        font-size: 0;  
                        position: absolute;
               }
              html .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but .gallery_item_text_but:hover, body .section_gallery_item .gallery_item_background .wrap_gallery_item .wrap_gallery_item_column_content .gallery_item_but .gallery_item_text_but:hover {
                color: black;
                background-color: white;
                border: 2px solid black; }
  html .section_reviews, body .section_reviews {
    width: 100%;
    margin-top: 72px;
    position: relative; }
    @media only screen and (max-width: 1050px) {
      html .section_reviews, body .section_reviews {
        margin: 0; } }
    html .section_reviews .reviews_background, body .section_reviews .reviews_background {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      background-color: white; }
      @media only screen and (max-width: 1400px) {
        html .section_reviews .reviews_background, body .section_reviews .reviews_background {
          width: 100%; } }
      html .section_reviews .reviews_background h2, body .section_reviews .reviews_background  h2 {
        font-size: 30px;
        font-family: montserrat-medium, sans-serif;
        margin: 20px 0;
        display: none; }
        @media only screen and (max-width: 1050px) {
          html .section_reviews .reviews_background h2, body .section_reviews .reviews_background h2 {
            display: block; } }
      html .section_reviews .reviews_background .reviews_block_ul, body .section_reviews .reviews_background .reviews_block_ul {
        width: 100%;
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 62px;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          html .section_reviews .reviews_background .reviews_block_ul, body .section_reviews .reviews_background .reviews_block_ul {
            width: 100%; } }
        @media only screen and (max-width: 1050px) {
          html .section_reviews .reviews_background .reviews_block_ul, body .section_reviews .reviews_background .reviews_block_ul {
            padding: 0; } }
        html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li {
          width: 90%;
          margin: 10px auto; }
          html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img {
            width: 100%;
            height: 500px;
            -o-object-fit: cover;
               object-fit: cover; }
            @media only screen and (min-width: 1679px) {
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img {
                height: 700px; } }
            @media only screen and (min-width: 2500px) {
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img {
                height: 800px; } }
            @media only screen and (max-width: 700px) {
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .youtube_tv_img {
                height: unset;
                max-height: 350px;
                width: 100%;
                margin: 0 auto;
                -o-object-fit: contain;
                   object-fit: contain; } }
          html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .block, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .block {
            width: 100%;
            height: 20px; }
          html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin: 20px 0; }
            @media only screen and (max-width: 870px) {
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left {
              width: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              @media only screen and (max-width: 870px) {
                html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left {
                  width: unset; } }
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left .reviews_block_content_left_name, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left .reviews_block_content_left_name {
                font-family: montserrat-regu, sans-serif;
                font-size: 16px;
                font-weight: 800;
                padding: 5px 0; }
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left .reviews_block_content_left_title, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_left .reviews_block_content_left_title {
                font-family: montserrat-regu, sans-serif;
                font-size: 13px;
                padding: 0 10px 0 0; }
            html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_right_p, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_right_p {
              width: 50%;
              font-family: montserrat-regu, sans-serif;
              font-style: italic;
              font-size: 18px;
              text-align: end;
              position: relative;
              padding-right: 37px; }
              @media only screen and (max-width: 870px) {
                html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_right_p, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_right_p {
                  width: unset;
                  margin-top: 20px;
                  font-size: 16px; } }
              html .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_right_p:after, body .section_reviews .reviews_background .reviews_block_ul .reviews_block_li .reviews_block_content .reviews_block_content_right_p:after {
                content: '';
                width: 20px;
                height: 20px;
/*                 background: url("./assets/images/hooks.png") no-repeat; */
                background-size: contain;
                position: absolute;
                top: 6px;
                right: 0; }
      html .section_reviews .reviews_background .reviews_button, body .section_reviews .reviews_background .reviews_button {
        width: 90%;
        height: 50px;
        font-family: montserrat-medium, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        background-color: #ECECEC;
        margin: 3px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative; }        
        html .section_reviews .reviews_background .reviews_button:hover, body .section_reviews .reviews_background .reviews_button:hover {
          text-shadow: 0 0 3px #adadad; }
        html .section_reviews_block_video, body .section_reviews_block_video {
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 1050px) {
      html .section_reviews_block_video, body .section_reviews_block_video {
        margin: 0; } }
    html .section_reviews_block_video .reviews_background_video, body .section_reviews_block_video .reviews_background_video {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto;
      background-color: white; }
      @media only screen and (max-width: 1400px) {
        html .section_reviews_block_video .reviews_background_video, body .section_reviews_block_video .reviews_background_video {
          width: 100%; } }
      html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul {
        width: 100%;
        background-color: white;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 62px;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul {
            width: 100%; } }
        @media only screen and (max-width: 1050px) {
          html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul {
            padding-top: 35px; } }
        html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li {
          width: 90%;
          margin: 10px auto; }
          html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img {
            width: 100%;
            height: 500px;
            -o-object-fit: cover;
               object-fit: cover; }
            @media only screen and (min-width: 1679px) {
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img {
                height: 700px; } }
            @media only screen and (min-width: 2500px) {
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img {
                height: 800px; } }
            @media only screen and (max-width: 700px) {
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .youtube_tv_video_img {
                height: 60vw;
                width: 100%;
                margin: 0 auto;
                -o-object-fit: contain;
                   object-fit: contain; } }
          html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .block_video, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .block_video {
            width: 100%;
            height: 20px; }
          html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin: 20px 0; }
            @media only screen and (max-width: 870px) {
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column; } }
            html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left {
              width: 50%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; }
              @media only screen and (max-width: 870px) {
                html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left {
                  width: unset; } }
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left .reviews_block_content_video_left_name, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left .reviews_block_content_video_left_name {
                font-family: montserrat-regu, sans-serif;
                font-size: 16px;
                font-weight: 800;
                padding: 5px 0; }
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left .reviews_block_content_video_left_title, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_left .reviews_block_content_video_left_title {
                font-family: montserrat-regu, sans-serif;
                font-size: 13px;
                padding: 0 10px 0 0; }
            html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_right_p, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_right_p {
              width: 50%;
              font-family: montserrat-regu, sans-serif;
              font-style: italic;
              font-size: 18px;
              text-align: end;
              position: relative;
              padding-right: 37px; }
              @media only screen and (max-width: 870px) {
                html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_right_p, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_right_p {
                  width: unset;
                  margin-top: 20px;
                  font-size: 16px; } }
              html .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_right_p:after, body .section_reviews_block_video .reviews_background_video .reviews_block_video_ul .reviews_block_video_li .reviews_block_content_video .reviews_block_content_video_right_p:after {
                content: '';
                width: 20px;
                height: 20px;
/*                 background: url("./assets/images/hooks.png") no-repeat; */
                background-size: contain;
                position: absolute;
                top: 6px;
                right: 0; }
      html .section_reviews_block_video .reviews_background_video .reviews_button_video, body .section_reviews_block_video .reviews_background_video .reviews_button_video {
        width: 90%;
        height: 50px;
        font-family: montserrat-medium, sans-serif;
        font-size: 15px;
        text-transform: uppercase;
        background-color: #ECECEC;
        margin: 20px 3px;
        cursor: pointer;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        position: relative; }
/*         html .section_reviews_block_video .reviews_background_video .reviews_button_video:before, body .section_reviews_block_video .reviews_background_video .reviews_button_video:before {
          content: '';
          width: 100%;
          height: 2px;
          background-color: #cdcdcd;
          position: absolute;
          left: 0;
          bottom: -40px; } */
        html .section_reviews_block_video .reviews_background_video .reviews_button_video:hover, body .section_reviews_block_video .reviews_background_video .reviews_button_video:hover {
          text-shadow: 0 0 3px #adadad; }
  html .section_header_contact, body .section_header_contact {
    width: 100%;
    height: 500px; }
    @media only screen and (max-width: 600px) {
      html .section_header_contact, body .section_header_contact {
        display: none; } }
    html .section_header_contact img, body .section_header_contact img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    @media only screen and (max-width: 1050px) {
      html .section_header_contact, body .section_header_contact {
        display: none; } }
  html .section_contact, body .section_contact {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    background-color: white;
     padding-bottom: 70px;}
    @media only screen and (max-width: 1400px) {
      html .section_contact, body .section_contact {
        width: 100%; } }
    html .section_contact h2, body .section_contact h2 {
      font-size: 30px;
      font-family: montserrat-medium, sans-serif;
      margin: 20px 0;
      display: none; }
      @media only screen and (max-width: 1050px) {
        html .section_contact h2, body .section_contact h2 {
          display: block; } }
    html .section_contact .wrap_contact_form_span, body .section_contact .wrap_contact_form_span {
      width: 90%;
      margin-top: 10px; }
      @media only screen and (max-width: 1200px) {
        html .section_contact .wrap_contact_form_span, body .section_contact .wrap_contact_form_span {
          text-align: center; } }
      @media only screen and (max-width: 1050px) {
        html .section_contact .wrap_contact_form_span, body .section_contact .wrap_contact_form_span {
          margin: 0; } }
      html .section_contact .wrap_contact_form_span .contact_form_span, body .section_contact .wrap_contact_form_span .contact_form_span {
        font-size: 15px;
        font-family: montserrat-regu, sans-serif;
        display: inline-block;
        max-width: 400px;
        margin: 34px 0 0px 0;}
    html .section_contact .contact, body .section_contact .tact {
      width: 90%;
      height: 60vh;
      min-height: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: white;
      padding-top: 20px;
      position: relative; }
/*       html .section_contact .contact:before, body .section_contact .contact:before {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        bottom: -43px;
        background-color: #cdcdcd; } */
        @media only screen and (max-width: 610px) {
          html .section_contact .contact:before, body .section_contact .contact:before {
            bottom: -25px; } }
      @media only screen and (max-width: 1200px) {
        html .section_contact .contact, body .section_contact .contact {
          width: 100%;
          height: unset;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media only screen and (min-height: 1800px) {
        html .section_contact .contact, body .section_contact .contact {
          height: 70vh; } }

      html .section_contact .contact .wrap_contact_map, body .section_contact .contact .wrap_contact_map {
        width: 100%;
        padding: 0 0 0 30px;
        position: relative; }
        @media only screen and (max-width: 1400px) {
          html .section_contact .contact .wrap_contact_map, body .section_contact .contact .wrap_contact_map {
            width: 95%;
            max-width: 700px;
            padding: 0; } }
        html .section_contact .contact .wrap_contact_map iframe, body .section_contact .contact .wrap_contact_map iframe {
          width: 100%;
          height: 487px; }
          @media only screen and (min-height: 1800px) {
            html .section_contact .contact .wrap_contact_map iframe, body .section_contact .contact .wrap_contact_map iframe {
              height: 45vh; } }
        html .section_contact .contact .wrap_contact_map .contact_map_content, body .section_contact .contact .wrap_contact_map .contact_map_content {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin: 5px 0 0 0;
          position: relative; }
          @media only screen and (min-width: 2500px) {
            html .section_contact .contact .wrap_contact_map .contact_map_content, body .section_contact .contact .wrap_contact_map .contact_map_content {
              position: absolute;
              right: 50%;
              -webkit-transform: translateX(50%);
                  -ms-transform: translateX(50%);
                      transform: translateX(50%); } }
          html .section_contact .contact .wrap_contact_map .contact_map_content span, body .section_contact .contact .wrap_contact_map .contact_map_content span {
            font-family: montserrat-regu, sans-serif;
            font-size: 16px;
            margin: 6px 10px 10px 155px;
            display: inline-block;
            position: relative;
            max-width: 300px; }
            @media only screen and (max-width: 490px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content span, body .section_contact .contact .wrap_contact_map .contact_map_content span {
                font-size: 13px; } }
            @media only screen and (max-width: 430px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content span, body .section_contact .contact .wrap_contact_map .contact_map_content span {
                font-size: 12px;
                margin: 10px 10px 10px 135px; } }
            @media only screen and (max-width: 350px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content span, body .section_contact .contact .wrap_contact_map .contact_map_content span {
                font-size: 12px;
                margin: 10px 10px 10px 120px; } }
          html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add {
            position: relative; }
            html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:before {
              content: attr(address);
              position: absolute;
              font-family: montserrat, sans-serif;
              left: -155px; }
              @media only screen and (max-width: 430px) {
                html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:before {
                  left: -135px; } }
              @media only screen and (max-width: 350px) {
                html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:before {
                  left: -120px; } }
            html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:after, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:after {
              content: '';
              width: 30px;
              height: 40px;
              bottom: 0;
              position: absolute;
              background: url(./assets/images/map-5-128.ico) no-repeat;
              background-size: 100%;
              left: -155px; }
              @media only screen and (max-width: 430px) {
                html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:after, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:after {
                  left: -135px; } }
              @media only screen and (max-width: 350px) {
                html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:after, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add:after {
                  left: -120px; } }
            html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .street, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .street {
              margin: 0;
              padding: 0 0 5px; }
            html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .position, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .position {
              margin: 0;
              padding: 0 0 5px;
              position: relative; }
            html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy {
              max-width: 165px;
              font-family: montserrat-medium, sans-serif;
              color: black;
              padding: 5px 0;
              display: block;
              font-size: 16px;
              -ms-flex-item-align: baseline;
                  align-self: baseline;
              background-color: transparent;
              cursor: pointer;
              position: relative;
              margin: 0; }
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy .nav_position, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy .nav_position {
                width: 152px;
                display: inline-block;
                font-size: 13px;
                font-family: montserrat-medium, sans-serif;
                padding: 8px 4px;
                text-align: center;
                background-color: #6a6a6a;
                color: white;
                position: absolute;
                opacity: 0;
                z-index: -1;
                left: -10px;
                top: -26px;
                -webkit-transition: opacity 0.3s cubic-bezier(1, 1.09, 0, 0.24);
                -o-transition: opacity 0.3s cubic-bezier(1, 1.09, 0, 0.24);
                transition: opacity 0.3s cubic-bezier(1, 1.09, 0, 0.24);
                margin: 0; }
                @media only screen and (max-width: 1050px) {
                  html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy .nav_position, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy .nav_position {
                    display: none; } }
                html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy .nav_position:after, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy .nav_position:after {
                  content: '';
                  width: 10px;
                  height: 10px;
                  position: absolute;
                  bottom: -5px;
                  left: 25px;
                  opacity: 1;
                  background-color: #6a6a6a;
                  -webkit-transform: rotate(45deg);
                      -ms-transform: rotate(45deg);
                          transform: rotate(45deg); }
            html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy:hover > .nav_position, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_add .my_copy:hover > .nav_position {
              top: -40px;
              opacity: 1;
              z-index: 1;
              -webkit-transition: 0.4s cubic-bezier(1, 1.09, 0, 0.24);
              -o-transition: 0.4s cubic-bezier(1, 1.09, 0, 0.24);
              transition: 0.4s cubic-bezier(1, 1.09, 0, 0.24); }
          html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_work:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_work:before {
            content: attr(work);
            position: absolute;
            font-family: montserrat, sans-serif;
            left: -155px; }
            @media only screen and (max-width: 430px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_work:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_work:before {
                left: -135px; } }
            @media only screen and (max-width: 350px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_work:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_work:before {
                left: -120px; } }
          html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_mail:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_mail:before {
            content: attr(mail);
            position: absolute;
            font-family: montserrat, sans-serif;
            left: -155px; }
            @media only screen and (max-width: 430px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_mail:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_mail:before {
                left: -135px; } }
            @media only screen and (max-width: 350px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_mail:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_mail:before {
                left: -120px; } }
          html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_tel:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_tel:before {
            content: attr(tel);
            position: absolute;
            font-family: montserrat, sans-serif;
            left: -155px; }
            @media only screen and (max-width: 430px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_tel:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_tel:before {
                left: -135px; } }
            @media only screen and (max-width: 350px) {
              html .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_tel:before, body .section_contact .contact .wrap_contact_map .contact_map_content .contact_map_schedule_tel:before {
                left: -120px; } }
  html .footer, body .footer {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 60px 0 8px;
    background-color: white; }
    @media only screen and (max-width: 1400px) {
      html .footer, body .footer {
        width: 100%; } }
    @media only screen and (max-width: 610px) {
      html .footer, body .footer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 40px 0 8px; } }
    html .footer .footer_border, body .footer .footer_border {
      width: 90%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media only screen and (max-width: 1400px) {
        html .footer .footer_border, body .footer .footer_border {
          width: 90%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      html .footer .footer_border .wrap_info, body .footer .footer_border .wrap_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media only screen and (max-width: 1400px) {
          html .footer .footer_border .wrap_info, body .footer .footer_border .wrap_info {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; 
			        text-align: center;} }
        html .footer .footer_border .wrap_info .social_network, body .footer .footer_border .wrap_info .social_network {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          html .footer .footer_border .wrap_info .social_network img, body .footer .footer_border .wrap_info .social_network img {
            width: 30px;
            height: 30px;
            margin: 10px 30px 17px 0;
            -webkit-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
            @media only screen and (max-width: 1400px) {
              html .footer .footer_border .wrap_info .social_network img, body .footer .footer_border .wrap_info .social_network img {
                margin: 10px 20px; } }
            @media only screen and (max-width: 390px) {
              html .footer .footer_border .wrap_info .social_network img, body .footer .footer_border .wrap_info .social_network img {
                width: 25px;
                height: 25px;
                margin: 18px 17px; } }
            html .footer .footer_border .wrap_info .social_network img:hover, body .footer .footer_border .wrap_info .social_network img:hover {
              -webkit-transform: scale(1.2);
                  -ms-transform: scale(1.2);
                      transform: scale(1.2); }
        html .footer .footer_border .wrap_info .info_text, body .footer .footer_border .wrap_info .info_text {
		  max-width: 500px;
		  font-weight: 100;
          font-size: 18px;
          font-family: montserrat-medium, sans-serif; }
          @media only screen and (max-width: 625px) {
            html .footer .footer_border .wrap_info .info_text, body .footer .footer_border .wrap_info .info_text {
              font-size: 15px;
              margin: unset; } }
          @media only screen and (max-width: 370px) {
            html .footer .footer_border .wrap_info .info_text, body .footer .footer_border .wrap_info .info_text {
              font-size: 13px; } }
      html .footer .footer_border .DCreateLab, body .footer .footer_border .DCreateLab {
        bottom: 0;
        font-size: 10px;
        font-family: montserrat-medium, sans-serif;
        color: #b1b1b1;
        margin-right: 20px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        html .footer .footer_border .DCreateLab:hover, body .footer .footer_border .DCreateLab:hover {
          color: #0d0d0d; }
        @media only screen and (max-width: 1400px) {
          html .footer .footer_border .DCreateLab, body .footer .footer_border .DCreateLab {
            margin: 10px 0; } }
            
        
.no-results {
  width: 100%;
  background-color: transparent; }
  .no-results .page-header {
    width: 90%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background-color: white; }
    @media only screen and (max-width: 1400px) {
      .no-results .page-header {
        width: 100%; } }
    .no-results .page-header .page-title {
      font-size: 30px;
      font-family: montserrat-medium, sans-serif;
      text-align: center;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      margin: 20px;
      color: white;
      z-index: 1; }
    .no-results .page-header a {
      width: 100%;
      height: 50vh;
	 min-height: 400px;}
      .no-results .page-header a img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: top;
           object-position: top; }
      .no-results .page-header a:before {
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(92, 92, 92, 0.46);
        position: absolute;
        top: 0;
        left: 0; }    
        .use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 100;
    border: 1px solid #ff0000;
    background: #fff;
    padding: .2em .8em;
}
.section_galleryAll_promotion {
  width: 90%; 
  background-color: white;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media only screen and (max-width: 1400px) {
    .section_galleryAll_promotion {
      width: 100%; } }
  .section_galleryAll_promotion .bread_crumbs {
       -ms-flex-item-align: start;
        align-self: flex-start;
	  padding: 20px 0 0px 10px;
     }
    @media only screen and (max-width: 680px) {
      .section_galleryAll_promotion .bread_crumbs {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        } }
    @media only screen and (max-width: 400px) {
      .section_galleryAll_promotion .bread_crumbs {
        display: none; } }
    .section_galleryAll_promotion .bread_crumbs a {
      font-family: 'montserrat-medium', sans-serif;
      font-size: 15px;
      margin: 5px; }
      @media only screen and (max-width: 580px) {
        .section_galleryAll_promotion .bread_crumbs a {
          font-size: 11.5px; } }
      @media only screen and (max-width: 500px) {
        .section_galleryAll_promotion .bread_crumbs a {
          font-size: 9.5px; } }

.bread_crumbs_items {
  width: 90%;
/*   height: 30px; */
  background-color: white;
  padding: 15px 0 0 0;
  margin: -1px 0; }
  @media only screen and (max-width: 1400px) {
    .bread_crumbs_items {
      width: 100%;
	 } }
 @media only screen and (max-width: 780px) {
    .bread_crumbs_items {
     text-align: center;
	 } }

  @media only screen and (max-width: 680px) {
    .bread_crumbs_items {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
     } }
 /* @media only screen and (max-width: 400px) {
    .bread_crumbs_items {
      display: none; } }*/
  .bread_crumbs_items a {
    font-family: 'montserrat-medium', sans-serif;
    font-size: 15px;
  margin: 5px; }
    @media only screen and (max-width: 580px) {
      .bread_crumbs_items a {
        font-size: 11.5px; } }
    @media only screen and (max-width: 500px) {
      .bread_crumbs_items a {
        font-size: 9.5px; } }
.breadcrumbs_item{
	 font-family: 'montserrat-medium', sans-serif;
    font-size: 15px;
    margin: 5px;
	color:#8e8e8e;
   display: inline-block;}
 @media only screen and (max-width: 580px) {
     .breadcrumbs_item{
        font-size: 11.5px; } }
    @media only screen and (max-width: 500px) {
    .breadcrumbs_item {
        font-size: 9.5px; } }

.promotion_header{
	       width: 100%;
}
.promotion_header .promotion_header_content{
	width:90%;
	margin:0 auto;
}
.promotion_header .promotion_header_content h1{
	font-size: 30px;
    font-family: montserrat-medium, sans-serif;    
	padding: 20px 0px 17px 0;
}
 @media only screen and (max-width: 576px) {
    .promotion_header .promotion_header_content h1 {
        font-size: 20px;
	     text-align: center;} }
.promotion_header .promotion_header_content p{
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
}
@media only screen and (max-width: 576px) {
    .promotion_header .promotion_header_content p {
        font-size: 16px; } }

.promotion_header .promotion_header_content span{
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
}
@media only screen and (max-width: 576px) {
    .promotion_header .promotion_header_content span {
        font-size: 16px; } }

.promotion_header  ul{
    list-style-type: inherit;
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	margin: 0 17px;
}
@media only screen and (max-width: 576px) {
    .promotion_header .promotion_header_content ul {
        font-size: 16px; } }


.promotion_footer{
	      width:90%;
	      margin:0 auto;
	     background: white;
}
@media only screen and (max-width: 1400px) {
    .promotion_footer {
      width:100% } }
.promotion_footer .wrap_promoution_content{
	width:90%;
	margin: 0 auto;
	border-bottom: 2px solid #b2b2b2;
	padding: 20px 0;
}

.promotion_footer h2{
	font-size: 25px;
    font-family: montserrat-medium, sans-serif;
    padding: 17px 0;
}
 @media only screen and (max-width: 576px) {
    .promotion_footer h2 {
        font-size: 20px;
	    text-align: center;} }
.promotion_footer p{
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	
}
@media only screen and (max-width: 576px) {
    .promotion_footer p {
        font-size: 16px; } }
.promotion_footer span{
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	
}
@media only screen and (max-width: 576px) {
    .promotion_footer span {
        font-size: 16px; } }

@media only screen and (max-width: 576px) {
    .promotion_footer_index ul {
        font-size: 16px; } }
.promotion_footer  ul{
    list-style-type: inherit;
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	margin: 0 17px;
}
@media only screen and (max-width: 576px) {
    .promotion_footer ul {
        font-size: 16px; } }








.promotion_footer_index{
	      margin: 0 17px;
	     background: white;
	padding: 20px 0;
}
@media only screen and (max-width: 1400px) {
    .promotion_footer_index {
      width:100%;
	margin:0;} }

.promotion_footer_index h2{
	font-size: 25px;
    font-family: montserrat-medium, sans-serif;
    padding: 17px 0;
}
 @media only screen and (max-width: 576px) {
    .promotion_footer_index h2 {
        font-size: 20px;
	    text-align: center;} }
.promotion_footer_index p{
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	
}
@media only screen and (max-width: 576px) {
    .promotion_footer_index p {
        font-size: 16px; } }
.promotion_footer_index span{
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	
}
@media only screen and (max-width: 576px) {
    .promotion_footer_index span {
        font-size: 16px; } }
/* @media only screen and (max-width: 576px) {
    .promotion_footer_index ul {
        font-size: 16px; } } */
.promotion_footer_index  ul{
    list-style-type: inherit;
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	margin: 0 17px;
}
@media only screen and (max-width: 576px) {
    .promotion_footer_index ul {
        font-size: 16px; } }

.section_card_file .card_file_background .wrap_promotion_header_index{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.section_card_file .card_file_background .wrap_promotion_header_index .img_promotion_header_index{
	width: 50%;
    margin: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width: 1600px) {
	.section_card_file .card_file_background .wrap_promotion_header_index .img_promotion_header_index{
		display:none;
	}
}
.section_card_file .card_file_background .wrap_promotion_header_index .img_promotion_header_index img{
	width: 76%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content{
	    width: 50%;
    margin: 17px;
}
@media only screen and (max-width: 1600px) {
	.section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content{
		width:100%;
	}
}

.section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content h1{
	font-size: 30px;
    font-family: montserrat-medium, sans-serif;    
	padding: 20px 0px 17px 0;
}
 @media only screen and (max-width: 576px) {
   .section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content h1 {
        font-size: 20px;
	    text-align: center;} }

 .section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content p{
	font-size: 19px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	
}

@media only screen and (max-width: 576px) {
    .section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content p {
        font-size: 16px; } }

.section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content span{
	font-size: 19px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	
}
@media only screen and (max-width: 576px) {
    .section_card_file .card_file_background .wrap_promotion_header_index .romotion_header_index_content span {
        font-size: 16px; } }

.wrap_promotion_header_indexwrap_promotion_header_index .romotion_header_index_content  ul{
    list-style-type: inherit;
	font-size: 20px;
    font-family: montserrat-regu ,sans-serif;
    line-height: 1.3;
	margin: 0 17px;
}
@media only screen and (max-width: 576px) {
    .wrap_promotion_header_indexwrap_promotion_header_index .romotion_header_index_content ul {
        font-size: 16px; } }

body .section_card_file .card_file_background .wrap_promotion_header_index .width_active{
	width:100%;
}