/*
Theme Name: Milano
Theme URI: http://nekwall.com/
Author: Nekwall
Author URI: http://nekwall.com/
Description: Milano Studio Theme
Version: 1.0.0
*/

.reviews-carousel .swiper-pagination {
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin: 40px auto;
    left: auto !important;
    right: auto;
    bottom: auto;
    top: auto; }
    .reviews-carousel .swiper-pagination .swiper-pagination-bullet-active {
      background: #fdc689; }
  
  .reviews-carousel .navigation {
    width: 260px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    height: 40px; }
    .reviews-carousel .navigation .swiper-button-prev {
      left: 0;
      width: 44px;
      height: 34px;
      background-image: url("img/swiper_prev.png");
      -webkit-background-size: contain;
      background-size: contain; }
    .reviews-carousel .navigation .swiper-button-next {
      right: 0;
      width: 44px;
      height: 34px;
      background-image: url("img/swiper_next.png");
      -webkit-background-size: contain;
      background-size: contain; }
  
  .member-gallery .swiper-pagination.swiper-pagination-fraction {
    position: relative;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    left: auto !important;
    right: auto;
    bottom: auto;
    top: auto;
    padding: 15px 0;
    text-align: left;
    color: #212121;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif; }
    .member-gallery .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
      font-weight: 600;
      font-size: 28px; }
  
  .member-gallery .navigation .swiper-button-prev {
    top: -webkit-calc(50% - 32px);
    top: calc(50% - 32px);
    left: 0;
    width: 32px;
    height: 76px;
    background-image: url("img/swiper_prev_small.png");
    -webkit-background-size: 11px 20px;
    background-size: 11px 20px;
    background-position: center;
    background-color: rgba(1, 1, 1, 0.6); }
  
  .member-gallery .navigation .swiper-button-next {
    top: -webkit-calc(50% - 32px);
    top: calc(50% - 32px);
    right: 0;
    width: 32px;
    height: 76px;
    background-image: url("img/swiper_next_small.png");
    background-position: center;
    -webkit-background-size: 11px 20px;
    background-size: 11px 20px;
    background-color: rgba(1, 1, 1, 0.6); }
  
  .toogle_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: auto;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 22px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    background: transparent;
    z-index: 200; }
  
  .toogle_button:focus {
    outline: none; }
  
  .toogle_button span {
    display: block;
    position: absolute;
    top: 9.5px;
    left: 0;
    right: 0;
    height: 3px;
    background: #212121;
    border-radius: 2px; }
  
  .toogle_button span::before,
  .toogle_button span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #212121;
    content: "";
    border-radius: 2px; }
  
  .toogle_button span::before {
    top: -9.5px; }
  
  .toogle_button span::after {
    bottom: -9.5px; }
  
  .toogle_button-htx {
    background-color: transparent; }
  
  .toogle_button-htx span {
    -webkit-transition: background 0 0.3s;
    -o-transition: background 0 0.3s;
    transition: background 0 0.3s; }
  
  .toogle_button-htx span::before,
  .toogle_button-htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    -o-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0;
    -o-transition-delay: 0.3s, 0;
    transition-delay: 0.3s, 0; }
  
  .toogle_button-htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, -webkit-transform;
    -o-transition-property: top, -o-transform;
    transition-property: top, transform;
    transition-property: top, transform, -webkit-transform, -o-transform; }
  
  .toogle_button-htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, -webkit-transform;
    -o-transition-property: bottom, -o-transform;
    transition-property: bottom, transform;
    transition-property: bottom, transform, -webkit-transform, -o-transform; }
  
  /* active state, i.e. menu open */
  .toogle_button-htx.active {
    background-color: transparent; }
  
  .toogle_button-htx.active span {
    background: none; }
  
  .toogle_button-htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  
  .toogle_button-htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  
  .toogle_button-htx.active span::before,
  .toogle_button-htx.active span::after {
    -webkit-transition-delay: 0, 0.3s;
    -o-transition-delay: 0, 0.3s;
    transition-delay: 0, 0.3s; }
  
  /*--------------- style ---------------*/
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  
  body {
    margin: 0;
    padding: 0;
    min-width: 320px;
    font-family: 'Open Sans', sans-serif;
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%; }
  
  main {
    -webkit-transition: opacity .3s, -webkit-transform .6s;
    transition: opacity .3s, -webkit-transform .6s;
    -o-transition: opacity .3s, -o-transform .6s;
    transition: opacity .3s, transform .6s;
    transition: opacity .3s, transform .6s, -webkit-transform .6s, -o-transform .6s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }
  
  .slide-out {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: opacity .3s, -webkit-transform 1s;
    transition: opacity .3s, -webkit-transform 1s;
    -o-transition: opacity .3s, -o-transform 1s;
    transition: opacity .3s, transform 1s;
    transition: opacity .3s, transform 1s, -webkit-transform 1s, -o-transform 1s; }
  
  .slide-in {
    position: relative;
    opacity: 0;
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    -o-transform: translateY(160px);
    transform: translateY(160px);
    -webkit-transition: opacity .3s, -webkit-transform .6s;
    transition: opacity .3s, -webkit-transform .6s;
    -o-transition: opacity .3s, -o-transform .6s;
    transition: opacity .3s, transform .6s;
    transition: opacity .3s, transform .6s, -webkit-transform .6s, -o-transform .6s; }
  
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: 9999;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #fff; }
    .preloader .overlay {
      width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: auto;
      right: 0;
      margin: auto;
      z-index: 2;
      background: rgba(255, 255, 255, 0.84); }
    .preloader .preloader-img {
      width: 300px;
      margin: auto; }
      .preloader .preloader-img img {
        display: block;
        max-width: 100%;
        max-height: 100%; }
  
  .preloader-container {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto; }
  
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  ul {
    padding: 0;
    margin: 0;
    list-style: none outside none; }
    ul li {
      padding: 0;
      left: 0; }
  
  p {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif; }
  
  input {
    height: 40px; }
  
  input, textarea {
    color: #212121;
    line-height: normal;
    font-family: 'Open Sans', sans-serif;
    border: 0 none;
    border-bottom: 1px solid #dddddd; }
    input:focus, input:active, textarea:focus, textarea:active {
      outline: 0 none; }
    input:disabled, textarea:disabled {
      background-color: #F8F8F8;
      background: #F8F8F8;
      border-style: dashed !important;
      border-color: #b9b2b2 !important;
      opacity: 0.7;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    input.error, textarea.error {
      border-color: #e33939 !important;
      color: #e33939 !important; }
      input.error:focus, input.error:active, textarea.error:focus, textarea.error:active {
        border-color: #e33939 !important; }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
      color: #b2b2b2;
      opacity: 1;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; }
    input:-moz-placeholder, textarea:-moz-placeholder {
      color: #b2b2b2;
      opacity: 1;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; }
    input::-moz-placeholder, textarea::-moz-placeholder {
      color: #b2b2b2;
      opacity: 1;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
      color: #b2b2b2;
      opacity: 1;
      font-family: 'Open Sans', sans-serif;
      font-size: 14px; }
  
  .container {
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2; }
    .container:before, .container:after {
      content: "";
      display: table; }
    .container:after {
      clear: both; }
  
  .main_container {
    padding: 0;
    margin: 0; }
    .main_container:before, .main_container:after {
      content: "";
      display: table; }
    .main_container:after {
      clear: both; }
  
  ::-moz-selection {
    background: #FDC689;
    color: #fff; }
  
  ::selection {
    background: #FDC689;
    color: #fff; }
  
  ::-moz-selection {
    background: #FDC689;
    color: #fff; }
  
  .responsive_video {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
    margin: auto; }
    .responsive_video.responcive-4by3 {
      padding: 0 0 75%; }
    .responsive_video video, .responsive_video iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      border: 0; }
  
  span.msg {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600; }
    span.msg.error {
      color: #e33939;
      font-weight: 600; }
    span.msg.success {
      color: #bac64a;
      font-weight: 600; }
  
  .pass-input {
    position: relative;
    margin-bottom: 15px; }
    .pass-input:last-child {
      margin-bottom: 0; }
    .pass-input input {
      margin-bottom: 0 !important;
      padding-right: 40px !important; }
    .pass-input .show-btn {
      position: absolute;
      font-size: 16px;
      color: #212121;
      border: 0 none;
      text-decoration: none;
      right: 0;
      top: 0;
      width: 40px;
      height: 100%;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
      text-align: center;
      opacity: .4; }
      .pass-input .show-btn i {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto; }
        .pass-input .show-btn i:before {
          content: "\f070"; }
      .pass-input .show-btn.visible {
        color: #212121;
        opacity: .8; }
        .pass-input .show-btn.visible i:before {
          content: "\f06e"; }
  
  .load-container {
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 240px;
    height: 240px;
    float: left;
    position: relative;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  
  .loader {
    margin: -2.5px auto auto;
    top: 50%;
    font-size: 5px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    text-indent: -9999em;
    -webkit-animation: load5 1.1s infinite ease;
    -o-animation: load5 1.1s infinite ease;
    animation: load5 1.1s infinite ease;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 30; }
  
  @-webkit-keyframes load5 {
    0%,
    100% {
      -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
      box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
    12.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
    25% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    37.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    50% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    62.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    75% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    87.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
  
  @-o-keyframes load5 {
    0%,
    100% {
      box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
    12.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
    25% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    37.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    50% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    62.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    75% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    87.5% {
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
  
  @keyframes load5 {
    0%,
    100% {
      -webkit-box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
      box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
    12.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
    25% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    37.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    50% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    62.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    75% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
    87.5% {
      -webkit-box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
      box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }
  
  /*--------------- section ---------------*/
  .header {
    height: 80px;
    position: fixed;
    z-index: 40;
    left: 0;
    right: 0;
    top: 0;
    min-width: 320px;
    -webkit-transition: background .3s, opacity .3s, -webkit-box-shadow .3s, -webkit-transform 1s;
    transition: background .3s, opacity .3s, -webkit-box-shadow .3s, -webkit-transform 1s;
    -o-transition: background .3s, box-shadow .3s, opacity .3s, -o-transform 1s;
    transition: background .3s, box-shadow .3s, opacity .3s, transform 1s;
    transition: background .3s, box-shadow .3s, opacity .3s, transform 1s, -webkit-box-shadow .3s, -webkit-transform 1s, -o-transform 1s;
    background: transparent; }
    .header:before, .header:after {
      content: "";
      display: table; }
    .header:after {
      clear: both; }
    .header.slide_out {
      background: #FFF;
      -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); }
  
  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 10px 0; }
    .navbar:before, .navbar:after {
      content: "";
      display: table; }
    .navbar:after {
      clear: both; }
  
  .navbar-left {
    width: 200px; }
  
  .navbar-center {
    padding: 0 15px;
    text-align: center;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px); }
  
  .navbar-right {
    text-align: right;
    width: 200px; }
  
  .navbar_brand {
    display: block;
    height: 100%;
    width: 165px;
    height: 60px;
    position: relative;
    text-decoration: none; }
    .navbar_brand img {
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      max-height: 100%;
      max-width: 100%; }
  
  .toogle_button {
    display: none; }
  
  .main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0;
    text-align: center;
    -webkit-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .main-menu li {
      display: inline-block;
      vertical-align: middle; }
  
  .menu_link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    font-size: 15px;
    color: #212121;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s; }
    .menu_link:hover, .menu_link.active {
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
      color: #fdc689; }
  
  .phones {
    font-size: 0;
    text-align: right; }
    .phones li {
      display: inline-block;
      vertical-align: middle; }
      .phones li a {
        text-decoration: none;
        color: #212121;
        font-size: 18px;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle; }
  
  .socials-list {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 18; }
    .socials-list.fixed {
      font-size: 0;
      padding: 10px 10px;
      text-align: center;
      background: rgba(255, 255, 255, 0.85); }
      .socials-list.fixed li {
        display: inline-block;
        vertical-align: middle; }
        .socials-list.fixed li a {
          color: #8c8b8b;
          font-size: 26px;
          padding: 0 10px;
          -webkit-transition: color .3s;
          -o-transition: color .3s;
          transition: color .3s; }
          .socials-list.fixed li a:hover {
            color: #212121;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s; }
  
  .mobile-menu {
    background: #FFF;
    padding: 0 0 84px;
    z-index: 30;
    left: 0;
    width: 280px;
    top: 60px;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    position: fixed;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    -o-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: left;
    display: none; }
    .mobile-menu.open {
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0); }
    .mobile-menu .main-menu {
      display: block;
      padding: 0 0 15px;
      max-height: 100%;
      overflow: auto;
      text-align: left; }
      .mobile-menu .main-menu li {
        display: block;
        border-bottom: 1px solid #e2e2e2; }
        .mobile-menu .main-menu li:last-child {
          border-bottom: 0 none; }
    .mobile-menu .menu_link {
      padding: 15px 15px;
      height: auto;
      display: block; }
    .mobile-menu .bottom {
      padding: 30px 0;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    .mobile-menu .phones {
      text-align: center; }
  
  .section {
    padding: 70px 0; }
  
  .section-header .section-text {
    max-width: 460px; }
  
  .section-square {
    display: block;
    position: absolute;
    border: 30px solid rgba(81, 81, 81, 0.05); }
  
  .section-content {
    padding-top: 50px; }
  
  .section-title {
    position: relative;
    padding: 25px 0 0;
    margin: 0 0 25px; }
    .section-title:before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0;
      height: 7px;
      width: 70px;
      background: #fdc689;
      background-color: #FDC689; }
    .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
      margin: 0;
      font-size: 36px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      text-transform: uppercase; }
  
  .section-text {
    color: #7a7a7a;
    margin: 25px 0 0; }
    .section-text p {
      font-size: 14px;
      line-height: 22px;
      font-weight: 300; }
  
  .sub-title {
    font-size: 20px;
    font-weight: 800;
    color: #212121;
    margin: 30px 0;
    font-style: italic;
    font-family: 'Montserrat', sans-serif; }
    .sub-title:last-child {
      margin-bottom: 0; }
  
  .banner {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .banner:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: white;
      background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.7)));
      background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
      background: -webkit-linear-gradient(to top, #fff, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7)); }
  
  .banner-content {
    padding: 100px 0;
    height: 100vh;
    position: relative;
    text-align: center;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .banner-content .scroll-btn {
      position: absolute;
      bottom: 50px;
      margin: auto;
      display: inline-block;
      z-index: 2;
      color: #cbcbcb;
      cursor: pointer;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-animation: ani-mouse 2s ease-in-out infinite;
      -o-animation: ani-mouse 2s ease-in-out infinite;
      animation: ani-mouse 2s ease-in-out infinite; }
      .banner-content .scroll-btn i {
        width: 100%;
        display: block; }
        .banner-content .scroll-btn i:first-child {
          font-size: 30px; }
        .banner-content .scroll-btn i:last-child {
          font-size: 20px;
          margin-top: -18px; }
    .banner-content h1 {
      margin: 0 0 30px;
      font-size: 65px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      text-transform: uppercase; }
    .banner-content .description {
      max-width: 500px;
      margin: 0 auto 0; }
    .banner-content p {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #7a7a7a; }
    .banner-content .section-actions {
      margin: 30px 0 0; }
  
  @-webkit-keyframes ani-mouse {
    0% {
      bottom: 60px; }
    25% {
      bottom: 40px; }
    50% {
      bottom: 40px; }
    100% {
      bottom: 60px; } }
  
  @-o-keyframes ani-mouse {
    0% {
      bottom: 60px; }
    25% {
      bottom: 40px; }
    50% {
      bottom: 40px; }
    100% {
      bottom: 60px; } }
  
  @keyframes ani-mouse {
    0% {
      bottom: 60px; }
    25% {
      bottom: 40px; }
    50% {
      bottom: 40px; }
    100% {
      bottom: 60px; } }
  
  .section-actions {
    text-align: center; }
  
  .btn {
    display: inline-block;
    vertical-align: top;
    padding: 15px 30px;
    text-decoration: none;
    outline: 0 none;
    cursor: pointer;
    background: #FFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    color: #515151;
    border: 1px solid #515151;
    -webkit-box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
    box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
    position: relative;
    overflow: hidden;
    -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn span {
      position: relative;
      z-index: 1; }
    .btn:before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      background: #515151;
      position: absolute;
      top: 0;
      left: -100%;
      right: 0;
      bottom: 0;
      -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: left 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn:hover {
      color: #fff;
      -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn:hover:before {
        -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
        -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
        transition: left 1s cubic-bezier(0.19, 1, 0.22, 1);
        left: 0; }
    .btn.is_disabled {
      pointer-events: none;
      opacity: .5 !important; }
    .btn.is_loaded {
      background: #515151;
      background-color: #515151;
      color: #515151;
      -webkit-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1);
      transition: color 1s cubic-bezier(0.19, 1, 0.22, 1), background 1s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn.is_loaded:hover:before {
        display: none; }
    .btn .loader {
      z-index: 5;
      position: absolute; }
  
  .link {
    font-size: 14px;
    color: #33aceb;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline; }
    .link:hover {
      text-decoration: none; }
  
  /*-------------- section styles --------------*/
  .section-styles {
    position: relative; }
    .section-styles .section-title {
      max-width: 870px; }
    .section-styles .section-square {
      width: 800px;
      height: 600px;
      right: 0;
      top: 200px;
      left: auto;
      border-right: 0 none; }
  
  .styles-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
  
  .gallery-item {
    width: -webkit-calc(33.333% - 30px);
    width: calc(33.333% - 30px);
    margin: 0 15px 30px; }
  
  .gallery-block {
    cursor: pointer; }
  
  .gallery-thubms {
    font-size: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -8px;
    margin-right: -8px; }
    .gallery-thubms li {
      display: inline-block;
      width: -webkit-calc(33.333% - 16px);
      width: calc(33.333% - 16px);
      margin: 0 8px 8px; }
  
  .galery_img {
    position: relative;
    width: 100%;
    height: 0;
    outline: 0 none;
    border: 0 none;
    padding: 0 0 64%;
    display: block; }
    .galery_img .img {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  
  .main_image {
    overflow: hidden; }
    .main_image:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -webkit-linear-gradient(top, transparent 25%, rgba(38, 38, 38, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(60%, rgba(38, 38, 38, 0.6)), to(rgba(0, 0, 0, 0.6)));
      background: -o-linear-gradient(top, transparent 25%, rgba(38, 38, 38, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to bottom, transparent 25%, rgba(38, 38, 38, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
      -webkit-transition: top .4s;
      -o-transition: top .4s;
      transition: top .4s; }
    .main_image:hover:before {
      top: 60px;
      -webkit-transition: top .4s;
      -o-transition: top .4s;
      transition: top .4s; }
  
  .gallery_info {
    margin-top: -20%;
    padding: 0 50px;
    z-index: 2;
    position: relative; }
    .gallery_info .title {
      margin: 0 0 15px;
      font-family: 'Montserrat', sans-serif;
      font-size: 24px;
      color: #fff;
      font-weight: 600; }
  
  /*-------------- section styles --------------*/
  /*-------------- section testing --------------*/
  .section-testing {
    background: #F9F9F9;
    position: relative; }
    .section-testing .section-title {
      max-width: 720px; }
    .section-testing .tree {
      display: block;
      position: absolute;
      bottom: -35px;
      right: 0;
      z-index: 1;
      width: 305px;
      height: 509px;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }
  
  .testing {
    background-color: #fcfcfc;
    -webkit-box-shadow: 0 8px 27px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 27px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2; }
    .testing .gallery {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 30px -15px 0; }
      .testing .gallery .gallery-item {
        border: 1px solid transparent;
        -webkit-transition: border-color .2s;
        -o-transition: border-color .2s;
        transition: border-color .2s;
        overflow: hidden;
        position: relative; }
        .testing .gallery .gallery-item:hover {
          border-color: #e1e1e1;
          -webkit-transition: border-color .2s;
          -o-transition: border-color .2s;
          transition: border-color .2s; }
          .testing .gallery .gallery-item:hover .galery_img {
            -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
            -o-transform: translateX(-50px);
            transform: translateX(-50px);
            -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            -o-transition: -o-transform .4s;
            transition: transform .4s;
            transition: transform .4s, -webkit-transform .4s, -o-transform .4s; }
          .testing .gallery .gallery-item:hover .actions {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            -webkit-transition: -webkit-transform .4s;
            transition: -webkit-transform .4s;
            -o-transition: -o-transform .4s;
            transition: transform .4s;
            transition: transform .4s, -webkit-transform .4s, -o-transform .4s; }
        .testing .gallery .gallery-item .galery_img {
          position: relative;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0);
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          -o-transition: -o-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s, -o-transform .4s; }
        .testing .gallery .gallery-item .actions {
          width: 50px;
          position: absolute;
          right: 0;
          top: 0;
          bottom: 0;
          height: 100%;
          z-index: 1;
          background: #F5F5F5;
          -webkit-transform: translateX(50px);
          -ms-transform: translateX(50px);
          -o-transform: translateX(50px);
          transform: translateX(50px);
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          -o-transition: -o-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s, -o-transform .4s; }
          .testing .gallery .gallery-item .actions .control-btn {
            display: block;
            width: 100%;
            height: 50%;
            cursor: pointer;
            text-align: center;
            color: #d1d1d1;
            font-size: 20px;
            position: relative;
            outline: 0 none; }
            .testing .gallery .gallery-item .actions .control-btn:first-child {
              border-bottom: 1px solid #e1e1e1; }
            .testing .gallery .gallery-item .actions .control-btn .icon {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              margin: auto;
              display: inline-block;
              -webkit-transition: color .2s;
              -o-transition: color .2s;
              transition: color .2s; }
            .testing .gallery .gallery-item .actions .control-btn.zoom {
              -webkit-transition: color .2s;
              -o-transition: color .2s;
              transition: color .2s; }
              .testing .gallery .gallery-item .actions .control-btn.zoom:hover {
                -webkit-transition: color .2s;
                -o-transition: color .2s;
                transition: color .2s;
                color: #fdc78b; }
  
  .check {
    position: relative;
    overflow: hidden; }
    .check input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      visibility: hidden; }
      .check input:checked + .icon {
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
        color: #fdc78b; }
  
  .toogle-item {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    margin-top: 1px; }
    .toogle-item:first-child {
      margin-top: 0; }
    .toogle-item .head {
      padding: 15px 45px 15px 30px;
      position: relative;
      background: #F9F9F9;
      background-color: #F9F9F9;
      font-size: 18px;
      color: #a0a0a0;
      font-weight: 400; }
      .toogle-item .head:after {
        content: "\f0d8";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        color: inherit;
        font-size: 18px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -9px;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      .toogle-item .head.open {
        background: #FDC689;
        background-color: #FDC689;
        color: #fff; }
        .toogle-item .head.open:after {
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          transform: rotate(180deg);
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
    .toogle-item .body {
      padding: 30px 50px; }
      .toogle-item .body.hidden {
        display: none; }
    .toogle-item p.title {
      font-size: 14px;
      color: #cecece;
      font-weight: 400;
      font-style: italic;
      margin: 0 0 15px; }
    .toogle-item .results {
      margin: 30px 0 -30px;
      text-align: center; }
      .toogle-item .results p {
        font-size: 14px;
        color: #212121;
        font-weight: 400; }
      .toogle-item .results .title {
        color: #212121;
        margin: 20px 0;
        font-size: 38px;
        font-style: normal;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        text-transform: uppercase; }
      .toogle-item .results .section-actions {
        margin: 25px 0; }
        .toogle-item .results .section-actions .line {
          margin-bottom: 25px; }
          .toogle-item .results .section-actions .line:last-child {
            margin-bottom: 0; }
    .toogle-item .results-img {
      width: 720px;
      height: 300px;
      position: relative;
      overflow: hidden;
      margin: auto; }
      .toogle-item .results-img img {
        display: block;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
  
  /*-------------- section testing --------------*/
  /*-------------- section about --------------*/
  .section-about {
    position: relative; }
    .section-about .section-content {
      padding-top: 0; }
    .section-about .chair {
      width: 380px;
      height: 475px;
      display: block;
      position: absolute;
      bottom: -30px;
      left: 0;
      z-index: 1;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }
  
  .about-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .about-list .about-item {
      text-align: center;
      margin: 0 25px 50px;
      width: -webkit-calc(33.3333% - 50px);
      width: calc(33.3333% - 50px); }
      .about-list .about-item .about-block {
        padding: 30px 30px;
        background: rgba(255, 255, 255, 0.6); }
      .about-list .about-item .image {
        margin: 0 auto 30px;
        height: 50px;
        position: relative; }
        .about-list .about-item .image img {
          position: absolute;
          display: block;
          max-width: 100%;
          max-height: 100%;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
      .about-list .about-item .title {
        margin: 30px 0; }
        .about-list .about-item .title p {
          font-size: 18px;
          color: #212121;
          font-weight: 800;
          text-transform: uppercase; }
      .about-list .about-item .description {
        margin: 30px 0 0; }
        .about-list .about-item .description p {
          font-size: 14px;
          color: #838383;
          font-weight: 400;
          line-height: 22px; }
          .service .description li{
            padding-left: 15px;
            position: relative;
            font-size: 14px;
            color: #8e8e8e;
            font-weight: 400;
            line-height: 22px;}
        .service .description li::after {
          content: '';
          position: absolute;
          top: 9px;
          left: 0;
          display: block;
          width: 5px;
          height: 5px;
        background: #fdc689;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
        border-radius: 50%;}
  
  /*-------------- section about --------------*/
  /*-------------- section services --------------*/
  .section-services {
    background: #F6F6F6;
    position: relative; }
    .section-services .section-square {
      width: 560px;
      height: 560px;
      border-right: 0 none;
      right: 0;
      left: auto;
      top: 160px; }
  
  .services-list {
    margin-left: -15px;
    margin-right: -15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  
  .service-item {
    margin: 0 15px 30px;
    width: -webkit-calc(33.3333% - 30px);
    width: calc(33.3333% - 30px); }
  
  .service {
    -webkit-box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
    box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
    background: #FFF;
    height: 100%;
    position: relative;
    padding: 40px 40px 127px 40px; }
    .service .title {
      margin: 0 0 25px; }
      .service .title h2, .service .title h3, .service .title h4, .service .title h5 {
        font-size: 22px;
        color: #212121;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500; }
    .service .description {
      margin: 25px 0 15px; }
      .service .description p {
        font-size: 14px;
        color: #8e8e8e;
        font-weight: 400;
        line-height: 22px; }
    .service .price {
      color: #5d5d5d;
      font-size: 14px;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      margin: 0 0 15px; }
      .service .price .value {
        font-weight: 800;
        font-size: 16px; }
    .service .service-bottom {
      position: absolute;
      bottom: 40px;
      left: 40px;
      right: 40px;
      margin: auto; }
  
  /*-------------- section services --------------*/
  /*-------------- section reviews --------------*/
  .section-reviews {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative; }
    .section-reviews:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: white;
      background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.7)));
      background: -webkit-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
      background: -o-linear-gradient(bottom, #fff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
      background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
      background: -webkit-linear-gradient(to top, #fff, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)); }
    .section-reviews .container {
      z-index: 3;
      position: relative; }
    .section-reviews .chair {
      width: 804px;
      height: 569px;
      display: block;
      position: absolute;
      top: 135px;
      right: 0;
      z-index: 1;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }
  
  .review-container {
    width: 800px; }
    .review-container .section-actions {
      margin-top: 25px; }
  
  .review {
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.6); }
    .review .name {
      margin: 0 0 15px; }
      .review .name p {
        font-size: 20px;
        color: #212121;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600; }
    .review .date {
      margin: 0 0 15px; }
      .review .date p {
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        color: #787878; }
    .review .text p {
      font-size: 14px;
      line-height: 22px;
      color: #2e2e2e;
      font-weight: 400; }
  
  /*-------------- section reviews --------------*/
  /*-------------- section team --------------*/
  .section-team {
    position: relative; }
    .section-team .section-title {
      max-width: 580px; }
    .section-team .section-square {
      top: 400px;
      left: 0;
      right: auto;
      width: 570px;
      height: 570px;
      border-left: 0 none; }
  
  .member-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .member-item:last-child {
      margin-bottom: 0; }
    .member-item .member-container {
      width: 22.1289%;
      padding-right: 60px; }
    .member-item .member-gallery-container {
      width: 77.8711%;
      padding-left: 30px;
      position: relative; }
      .member-item .member-gallery-container:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 64px;
        width: 1px;
        background: #515151;
        background-color: #515151; }
      .member-item .member-gallery-container .gallery-title {
        display: inline-block;
        line-height: 1;
        padding: 0 0 0 15px;
        background: #FFF;
        position: absolute;
        top: 0;
        left: -9px;
        -webkit-transform: rotate(-90deg) translate(-100%, 0);
        -ms-transform: rotate(-90deg) translate(-100%, 0);
        -o-transform: rotate(-90deg) translate(-100%, 0);
        transform: rotate(-90deg) translate(-100%, 0);
        -webkit-transform-origin: left top 0;
        -ms-transform-origin: left top 0;
        -o-transform-origin: left top 0;
        transform-origin: left top 0; }
        .member-item .member-gallery-container .gallery-title p {
          font-size: 18px;
          color: #212121;
          text-transform: uppercase;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800; }
  
  .member .image {
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto 15px; }
  
  .member .position {
    margin: 5px 0 0; }
    .member .position p, .member .position span {
      font-size: 12px;
      font-weight: 400;
      color: #a3a3a3;
      font-style: italic; }
  
  .member .name {
    margin: 15px 0 5px; }
    .member .name p, .member .name span {
      font-size: 16px;
      font-weight: 600;
      color: #212121;
      font-family: 'Montserrat', sans-serif; }
  
  .member-gallery .gallery-block {
    display: block;
    position: relative; }
  
  .member-gallery .galery_img {
    padding: 0 0 76%;
    overflow: hidden; }
    .member-gallery .galery_img:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: -webkit-linear-gradient(top, transparent 25%, rgba(38, 38, 38, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(25%, transparent), color-stop(60%, rgba(38, 38, 38, 0.6)), to(rgba(0, 0, 0, 0.6)));
      background: -o-linear-gradient(top, transparent 25%, rgba(38, 38, 38, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
      background: linear-gradient(to bottom, transparent 25%, rgba(38, 38, 38, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
      -webkit-transition: top .4s;
      -o-transition: top .4s;
      transition: top .4s; }
    .member-gallery .galery_img:hover:before {
      top: 60px;
      -webkit-transition: top .4s;
      -o-transition: top .4s;
      transition: top .4s; }
  
  .member-gallery .gallery_info {
    position: absolute;
    bottom: 0;
    margin: auto;
    padding: 15px 25px; }
    .member-gallery .gallery_info p {
      font-size: 12px;
      color: #fff;
      font-style: italic;
      font-weight: 400; }
  
  /*-------------- section team --------------*/
  .footer {
    position: relative; }
    .footer .lamp {
      width: 244px;
      height: 333px;
      display: block;
      position: absolute;
      bottom: 65px;
      left: 0;
      z-index: 1;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat; }
    .footer .section-square {
      right: 0;
      top: 0;
      width: 300px;
      height: 570px;
      border-right: 0; }
  
  .footer-content-container {
    padding: 70px 0; }
  
  .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2; }
    .footer-content p {
      font-size: 14px;
      line-height: 22px;
      color: #7a7a7a;
      font-weight: 300; }
    .footer-content .contacts {
      width: 50%;
      text-align: center;
      padding: 50px 70px;
      background: rgba(246, 246, 246, 0.8); }
      .footer-content .contacts .contacts-head {
        margin-bottom: 40px; }
      .footer-content .contacts .block {
        margin-bottom: 20px; }
        .footer-content .contacts .block:last-child {
          margin-bottom: 0; }
        .footer-content .contacts .block .title {
          font-size: 16px;
          font-weight: 600;
          color: #7a7a7a;
          margin-bottom: 5px;
          text-transform: uppercase;
          line-height: normal; }
          .footer-content .contacts .block .title i {
            margin-right: 10px; }
          .footer-content .contacts .block .title i, .footer-content .contacts .block .title span {
            display: inline-block;
            vertical-align: middle; }
        .footer-content .contacts .block ul.socials {
          font-size: 0;
          text-align: center;
          margin: 10px -5px 0; }
          .footer-content .contacts .block ul.socials li {
            display: inline-block;
            vertical-align: middle;
            margin: 0 5px 10px; }
        .footer-content .contacts .block ul li a, .footer-content .contacts .block ul li span, .footer-content .contacts .block ul li p {
          text-decoration: none;
          color: #7a7a7a;
          font-weight: 400;
          display: inline-block; }
          .footer-content .contacts .block ul li a.phone, .footer-content .contacts .block ul li span.phone, .footer-content .contacts .block ul li p.phone {
            font-size: 24px;
            font-weight: 700; }
        .footer-content .contacts .block ul li .icon {
          width: 40px;
          height: 40px;
          position: relative;
          margin: auto; }
          .footer-content .contacts .block ul li .icon img {
            position: absolute;
            margin: auto;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            max-width: 100%;
            max-height: 100%; }
    .footer-content .callback {
      width: 50%;
      padding: 50px 70px;
      background: #FFF;
      -webkit-box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
      box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
      text-align: center; }
  
  .footer-title {
    margin: 0 0 30px; }
    .footer-title p {
      font-size: 26px;
      text-transform: uppercase;
      color: #212121;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800; }
  
  .footer-bottom-panel {
    background: #212121;
    position: relative;
    z-index: 2; }
    .footer-bottom-panel .footer-bottom-content {
      padding: 15px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
  
  .copyright {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600; }
  
  .development:before, .development:after {
    content: "";
    display: table; }
  
  .development:after {
    clear: both; }
  
  .development .developer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff; }
  
  .development .text {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: inherit;
    margin-right: 15px; }
  
  .development img {
    display: block;
    max-width: 76px;
    width: 76px; }
  
  .subscribe-form {
    text-align: left;
    padding: 25px 0; }
    .subscribe-form .actions {
      text-align: center;
      margin: 40px 0 15px; }
  
  .input-container {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 0 0; }
    .input-container:last-child {
      margin-bottom: 0; }
    .input-container input, .input-container textarea {
      display: block;
      width: 100%;
      background: transparent; }
      .input-container input:focus + label, .input-container input:valid + label, .input-container textarea:focus + label, .input-container textarea:valid + label {
        top: 0;
        font-size: 13px;
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
    .input-container textarea {
      resize: none;
      height: 160px; }
    .input-container label {
      display: block;
      font-size: 16px;
      color: #d6d6d6;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      line-height: 1;
      position: absolute;
      left: 0;
      top: 26px;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
     
      .success {
        position: fixed;
        left: 0;
        top: -10px;
        -webkit-transform: translateY(-110%);
        -moz-transform: translateY(-110%);
        -ms-transform: translateY(-110%);
        -o-transform: translateY(-110%);
        transform: translateY(-110%);
        width: 100%;
        padding: 12px;
        text-align: center;
        background: #212121;
        box-shadow: 0 2px 7px 2px rgba(0, 0, 0, 0.3);
        z-index: 600;
        -webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
        .success.open {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
          top: 0; }
        .success p {
          font-size: 16px;
          font-weight: 700;
          color: #fff; }
  .modal {
    display: none;
    position: fixed;
    z-index: 550;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    min-width: 320px; }
    .modal.opened {
      overflow: auto; }
      .modal.opened .modal-content {
        top: 0;
        opacity: 1;
        -webkit-transition: top .5s, opacity .5s;
        -o-transition: top .5s, opacity .5s;
        transition: top .5s, opacity .5s; }
    .modal .close {
      width: 30px;
      height: 30px;
      position: absolute;
      top: 10px;
      right: 10px;
      display: inline-block;
      outline: none;
      border: 0 none;
      margin: 0;
      background-color: transparent;
      border-radius: 0;
      cursor: pointer;
      z-index: 30;
      opacity: .3;
      -webkit-transition: opacity .2s;
      -o-transition: opacity .2s;
      transition: opacity .2s;
      background-repeat: no-repeat;
      background-position: center; }
      .modal .close img {
        position: absolute;
        margin: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        display: block; }
      .modal .close:hover {
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
        opacity: .6; }
    .modal .modal-content {
      margin: 25px auto 25px;
      padding: 30px 50px;
      -webkit-box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
      box-shadow: 0 4px 16px rgba(97, 97, 97, 0.3);
      width: 480px;
      background: #fafafa;
      position: relative;
      border-radius: 0;
      top: 70px;
      opacity: 0;
      -webkit-transition: top .5s, opacity .5s;
      -o-transition: top .5s, opacity .5s;
      transition: top .5s, opacity .5s;
      border-radius: 3px; }
    .modal form, .modal .modal-container {
      width: 100%;
      margin: auto; }
    .modal h3.title {
      font-size: 26px;
      text-transform: uppercase;
      color: #212121;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      margin: 0 0 30px;
      text-align: center; }
    .modal p {
      font-size: 14px;
      line-height: 22px;
      color: #7a7a7a;
      font-weight: 300;
      margin-bottom: 25px;
      text-align: center; }
    .modal .actions {
      text-align: center;
      margin-top: 50px; }
    .modal .gallery {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px 0; }
      .modal .gallery .gallery-item:nth-child(5n), .modal .gallery .gallery-item:nth-child(5n-1) {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); }
  
  .gallery-modal .modal-content {
    width: auto; }
  
  .gallery-modal h3.title {
    text-align: left; }
  
  .gallery-modal p {
    text-align: left; }
  
  /*--------------- media query ---------------*/
  @media only screen and (min-width: 768px) {
    .container {
      width: 750px; }
    .container.fluid {
      width: auto;
      margin-right: 0;
      padding-right: 0;
      margin-left: -webkit-calc(50% - 360px);
      margin-left: calc(50% - 360px); } }
  
  @media only screen and (min-width: 992px) {
    .container {
      width: 970px; }
    .container.fluid {
      width: auto;
      margin-right: 0;
      padding-right: 0;
      margin-left: -webkit-calc(50% - 470px);
      margin-left: calc(50% - 470px); } }
  
  @media only screen and (min-width: 1230px) {
    .container {
      width: 1200px; } }
  
  @media only screen and (min-width: 1366px) {
    .section-styles .container {
      width: 1330px; }
    .container.fluid {
      width: auto;
      margin-right: 0;
      padding-right: 0;
      margin-left: -webkit-calc(50% - 600px);
      margin-left: calc(50% - 600px); } }
  
  @media only screen and (max-width: 1600px) {
    .section-about .chair {
      width: 260px;
      height: 325px; }
    .section-reviews .chair {
      width: 580px;
      height: 411px; } }
  
  @media only screen and (max-width: 1230px) {
    /*------------- begin header -------------*/
    /*------------- end header -------------*/
    /*------------- begin banner -------------*/
    .banner-content h1 {
      font-size: 50px; }
    /*------------- end banner -------------*/
    /*------------- begin sections -------------*/
    .section {
      padding: 50px 0; }
    .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
      font-size: 28px; }
    .section-square {
      border-width: 20px; }
    .sub-title {
      font-size: 18px;
      font-weight: 600; }
    /*------------- end sections -------------*/
    /*------------- begin styles -------------*/
    .section-styles .section-title {
      max-width: 680px; }
    .section-styles .section-square {
      width: 50%;
      height: 400px; }
    /*------------- end styles -------------*/
    /*------------- begin testing -------------*/
    .section-testing .section-title {
      max-width: 585px; }
    .toogle-item .results-img {
      width: 600px;
      height: 240px; }
    /*------------- end testing -------------*/
    /*------------- start services -------------*/
    .section-services .section-square {
      width: 40%;
      height: 360px; }
    .service {
      padding: 20px 20px 107px 20px; }
      .service .service-bottom {
        bottom: 20px;
        left: 20px;
        right: 20px; }
    /*------------- end services -------------*/
    /*------------- start footer -------------*/
    .footer-content .callback {
      padding: 30px 30px; }
    .footer-content .contacts {
      padding: 30px 30px; }
    /*------------- end footer -------------*/
    .modal .gallery {
      margin-left: -10px;
      margin-right: -10px; }
      .modal .gallery .gallery-item {
        margin: 0 10px 20px;
        width: -webkit-calc(33.333% - 20px);
        width: calc(33.333% - 20px); }
        .modal .gallery .gallery-item:nth-child(5n), .modal .gallery .gallery-item:nth-child(5n-1) {
          width: -webkit-calc(50% - 20px);
          width: calc(50% - 20px); } }
  
  @media only screen and (max-width: 992px) {
    /*------------- begin header -------------*/
    .toogle_button {
      display: block; }
    .header {
      height: 60px;
      background: #FFF;
      -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3); }
    .navbar {
      display: block; }
    .navbar_brand {
      height: 40px;
      width: 110px; }
    .navbar-left {
      width: auto; }
    .navbar-center {
      display: none; }
    .navbar-right {
      display: none; }
    .mobile-menu {
      display: block; }
    /*------------- end header -------------*/
    /*------------- begin banner -------------*/
    .banner-content {
      padding: 60px 0; }
      .banner-content h1 {
        font-size: 40px; }
    /*------------- end banner -------------*/
    /*------------- begin sections -------------*/
    .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
      font-size: 24px; }
    /*------------- end sections -------------*/
    /*------------- begin styles -------------*/
    .section-styles .section-title {
      max-width: none; }
    .section-styles .section-square {
      height: 320px; }
    .gallery-item {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); }
    /*------------- end styles -------------*/
    /*------------- begin testing -------------*/
    .section-testing .section-title {
      max-width: none; }
    .toogle-item .body {
      padding: 30px 30px; }
    .toogle-item .results-img {
      width: 100%;
      height: 240px; }
    .toogle-item .results .title {
      font-size: 28px; }
    .testing .gallery .gallery-item {
      padding-right: 50px; }
      .testing .gallery .gallery-item:hover .actions, .testing .gallery .gallery-item:hover .galery_img {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
      .testing .gallery .gallery-item .actions {
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; }
    /*------------- end testing -------------*/
    /*------------- start team -------------*/
    .section-team .section-square {
      width: 40%;
      height: 360px; }
    .member-item .member-container {
      padding-right: 30px;
      width: 28%; }
    .member-item .member-gallery-container {
      width: 72%; }
    /*------------- end team -------------*/
    /*------------- start services -------------*/
    .service-item {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); }
    /*------------- end services -------------*/
    /*------------- start about -------------*/
    .about-list .about-item {
      width: -webkit-calc(33.3333% - 30px);
      width: calc(33.3333% - 30px);
      margin: 0 15px 30px; }
      .about-list .about-item .about-block {
        padding: 15px 15px; }
      .about-list .about-item .image {
        margin: 0 auto 15px; }
      .about-list .about-item .title {
        margin: 15px 0; }
        .about-list .about-item .title p {
          font-size: 14px; }
      .about-list .about-item .description {
        margin: 15px 0 0; }
    /*------------- end about -------------*/
    /*------------- start reviews -------------*/
    .section-reviews .chair {
      display: none; }
    .review-container {
      width: auto; }
    /*------------- end reviews -------------*/ }
  
  @media only screen and (max-width: 768px) {
    .banner-content h1 {
      font-size: 32px; }
    .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
      font-size: 20px; }
    .gallery_info {
      margin-top: -16%; }
      .gallery_info .title {
        font-size: 18px;
        margin: 0 0 10px; }
    .member-gallery .gallery_info {
      padding: 10px 15px;
      left: 0;
      right: 0; }
    .member-gallery .swiper-pagination.swiper-pagination-fraction {
      font-size: 14px;
      padding: 10px 0; }
      .member-gallery .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current {
        font-size: 18px; }
    .member-gallery .navigation .swiper-button-prev,
    .member-gallery .navigation .swiper-button-next {
      height: 50px;
      top: -webkit-calc(50% - 25px);
      top: calc(50% - 25px); }
    .member-gallery .galery_img {
      padding: 0 0 64.2%; }
    .member-item .member-container {
      width: 40%; }
    .member-item .member-gallery-container {
      width: 60%; }
    .footer-title {
      margin: 0 0 15px; }
      .footer-title p {
        font-size: 18px; }
    .footer-content {
      display: block; }
      .footer-content .contacts {
        margin: 0 70px 50px;
        width: auto; }
      .footer-content .callback {
        width: auto;
        margin: 0 70px 0; }
    .subscribe-form {
      padding: 15px 0; }
    /*------------- end footer -------------*/
    .modal .modal-content {
      padding-left: 15px;
      padding-right: 15px; }
    .modal form {
      padding: 0 15px; }
    .modal .close {
      top: 5px;
      right: 5px; }
    .modal h3.title {
      font-size: 18px;
      margin: 0 0 15px; }
    .modal p {
      margin-bottom: 15px; }
    .modal .gallery {
      margin-left: -4px;
      margin-right: -4px; }
      .modal .gallery .gallery-item {
        margin: 0 2px 4px;
        width: -webkit-calc(33.333% - 4px);
        width: calc(33.333% - 4px); }
        .modal .gallery .gallery-item:nth-child(5n), .modal .gallery .gallery-item:nth-child(5n-1) {
          width: -webkit-calc(33.333% - 4px);
          width: calc(33.333% - 4px); } }
  
  @media only screen and (max-width: 590px) {
    .banner-content h1 {
      font-size: 24px; }
    .styles-gallery {
      margin-left: 0;
      margin-right: 0; }
    .gallery-item {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    .toogle-item .body {
      padding-left: 15px;
      padding-right: 15px; }
    .member .name p, .member .name span {
      font-size: 18px; }
    .member .position p, .member .position span {
      font-size: 14px; }
    .member-item {
      display: block;
      margin-bottom: 30px; }
      .member-item .member-container {
        padding-right: 0;
        width: 100%;
        margin-bottom: 30px; }
      .member-item .member-gallery-container {
        width: 100%;
        padding-left: 0; }
        .member-item .member-gallery-container:before {
          width: 100%;
          height: 2px;
          top: 10px; }
        .member-item .member-gallery-container .gallery-title {
          position: relative;
          left: auto;
          right: auto;
          bottom: auto;
          top: auto;
          -webkit-transform: none;
          -ms-transform: none;
          -o-transform: none;
          transform: none;
          padding-left: 0;
          padding-right: 15px;
          margin-bottom: 25px; }
    .member-gallery .gallery_info p {
      font-size: 14px; }
    .member-gallery .swiper-pagination.swiper-pagination-fraction {
      text-align: center; }
    .about-list .about-item {
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
    .services-list {
      margin-left: 0;
      margin-right: 0; }
      .services-list .service-item {
        width: 100%; }
    .footer-content .contacts {
      margin: 0 0 30px; }
    .footer-content .callback {
      margin: 0 0 0; }
    .footer-bottom-panel .footer-bottom-content {
      display: block;
      text-align: center; }
    .development {
      margin-top: 10px; }
      .development .developer {
        display: inline-block; }
      .development .text {
        margin-right: 0;
        margin-bottom: 5px; }
      .development img {
        margin: auto; }
    .gallery_info {
      margin-top: -20%;
      padding: 0 15px; }
    .testing .gallery {
      margin-left: 0;
      margin-right: 0; }
    .service-item {
      margin: 0 0 30px; }
    .service .title {
      margin: 0 0 15px; }
      .service .title h2, .service .title h3, .service .title h4, .service .title h5 {
        font-size: 18px; }
    .service .description {
      margin: 15px 0 15px; }
    .sub-title {
      font-size: 14px; }
    .modal .modal-content {
      width: -webkit-calc(100% - 30px);
      width: calc(100% - 30px); }
    .gallery-modal .modal-content {
      width: auto; }
    .input-container textarea {
      height: 130px; }
    .toogle-item .results-img {
      height: 160px; }
    .footer .section-square {
      display: none; } }
  
  @media only screen and (max-width: 480px) {
    .preloader .preloader-img {
      width: 180px; }
    .banner-content h1 {
      font-size: 20px; }
    .banner-content p {
      font-size: 14px;
      line-height: 22px; }
    .section-title h2, .section-title h3, .section-title h4, .section-title h5 {
      font-size: 16px; }
    .modal form {
      padding: 0; }
    .modal .gallery .gallery-item {
      width: -webkit-calc(50% - 4px);
      width: calc(50% - 4px); }
      .modal .gallery .gallery-item:nth-child(5n), .modal .gallery .gallery-item:nth-child(5n-1) {
        width: -webkit-calc(50% - 4px);
        width: calc(50% - 4px); } }
  