@import url("https://fonts.googleapis.com/css?family=Anton|Barlow:400,500,600,700|Oswald:300,400,500,700&display=swap");
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* RESET STYLES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  overflow-y: scroll; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: none; }
  *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

html:not(.touch-screen)::-webkit-scrollbar,
html:not(.touch-screen) *::-webkit-scrollbar {
  width: 7px; }

html:not(.touch-screen)::-webkit-scrollbar-track,
html:not(.touch-screen) *::-webkit-scrollbar-track {
  background: #FFF; }

html:not(.touch-screen)::-webkit-scrollbar-thumb,
html:not(.touch-screen) *::-webkit-scrollbar-thumb {
  background: #46A29A; }

:focus, :hover, :active, :visited {
  outline: none; }

input[type="submit"],
input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border: none;
  cursor: pointer;
  z-index: 1; }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* main */
html {
  height: 100%; }

body {
  height: 100%;
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

#content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100%; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: url("../img/hero-bg.png") no-repeat center top;
  background-size: 100% auto; }
  .content:before {
    position: absolute;
    content: "";
    height: 288px;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(249, 250, 251, 0)), to(#F9FAFB));
    background: -webkit-linear-gradient(bottom, rgba(249, 250, 251, 0) 0%, #F9FAFB 100%);
    background: -o-linear-gradient(bottom, rgba(249, 250, 251, 0) 0%, #F9FAFB 100%);
    background: linear-gradient(0deg, rgba(249, 250, 251, 0) 0%, #F9FAFB 100%);
    z-index: 1; }
  .content.no-bg {
    background-image: none; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.overflow-hidden {
  overflow-x: hidden; }

html.overflow-hidden body {
  overflow: hidden; }

.swiper-slide:not(:first-child) {
  display: none; }

section {
  position: relative;
  z-index: 2; }

.bg-center {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.mw500 {
  max-width: 500px;
  margin: 0 auto; }

.mw620 {
  max-width: 620px;
  margin: 0 auto; }

.mw670 {
  max-width: 670px;
  margin: 0 auto; }

.mw1050 {
  max-width: 1050px;
  margin: 0 auto; }

.mw1180 {
  max-width: 1180px;
  margin: 0 auto; }

.mw1280 {
  max-width: 1280px;
  margin: 0 auto; }

/* spacers */
.spacer {
  clear: both; }

.spacer-lg {
  height: 180px; }

.spacer-md {
  height: 90px; }

.spacer-sm {
  height: 40px; }

.spacer-xs {
  height: 20px; }

/* breakpoints */
/*-------------------------------------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------------------------------------*/
body {
  font-family: "Barlow", sans-serif, sans-serif;
  color: #3F3F3F;
  line-height: 1.42;
  font-weight: 400;
  background-color: #ffffff; }

b, strong {
  font-weight: 700; }

a {
  color: #3F3F3F;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

html {
  font-size: 19px; }

body,
.text {
  line-height: 1.421; }

.text-sm {
  font-size: 14px;
  line-height: 20px; }

.text-lg {
  font-size: 18px;
  line-height: 30px; }

.text > * {
  margin-bottom: 10px; }

.text > *:last-child {
  margin-bottom: 0; }

.text img {
  max-width: 100%;
  height: auto;
  display: block; }

.text ol {
  counter-reset: number; }

.text ol li {
  padding-left: 0; }

.text ol li:before {
  counter-increment: number;
  content: "#" counter(number);
  margin-right: 5px; }

.text ul li {
  padding-left: 20px; }

.text ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  content: "";
  vertical-align: middle;
  margin: 0 10px; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #3F3F3F;
  font-family: "Anton", sans-serif;
  text-transform: uppercase; }
  h1.color-white, .h1.color-white,
  h2.color-white, .h2.color-white,
  h3.color-white, .h3.color-white,
  h4.color-white, .h4.color-white,
  h5.color-white, .h5.color-white,
  h6.color-white, .h6.color-white {
    color: #ffffff; }
  h1.color-grey, .h1.color-grey,
  h2.color-grey, .h2.color-grey,
  h3.color-grey, .h3.color-grey,
  h4.color-grey, .h4.color-grey,
  h5.color-grey, .h5.color-grey,
  h6.color-grey, .h6.color-grey {
    color: #A5A9B0; }

h1, .h1 {
  position: relative;
  font-size: 3.79rem;
  letter-spacing: 0.56px;
  line-height: 1.111;
  white-space: normal;
  z-index: 1; }
  h1.style2 span:after, .h1.style2 span:after {
    background-color: #72E4DA; }
  h1 span, .h1 span {
    display: inline-block;
    position: relative; }
    h1 span:after, .h1 span:after {
      position: absolute;
      content: '';
      height: 19px;
      bottom: 3px;
      left: -5px;
      right: -5px;
      background-color: #FFD764;
      z-index: -1; }

h2, .h2 {
  font-size: 3.37rem;
  letter-spacing: 0.5px;
  line-height: 1.111; }

h3, .h3 {
  font-size: 2.1rem;
  letter-spacing: 1px;
  line-height: 1.111; }

h4, .h4 {
  font-size: 1.26rem;
  letter-spacing: 1.5px;
  line-height: 1.111; }

.text-truncate {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

/* breakpoints */
@media (max-width: 1409px) {
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; }
  .text-lg-right {
    text-align: right; } }

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 2.5rem !important; }
    h1 span:after, .h1 span:after {
      bottom: 2px;
      height: 12px; }
  h2, .h2 {
    font-size: 2.1rem; }
  h3, .h3 {
    font-size: 1.8rem; }
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; }
  .text-md-right {
    text-align: right; } }

@media (max-width: 767px) {
  h1, .h1 {
    font-size: 2rem !important; }
    h1 span:after, .h1 span:after {
      height: 9px; }
  h2, .h2 {
    font-size: 1.8rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.1rem; }
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; }
  .text-sm-right {
    text-align: right; } }

@media (max-width: 575px) {
  h1, .h1 {
    font-size: 1.5rem !important; }
    h1 span:after, .h1 span:after {
      bottom: 0;
      right: -2px;
      left: -2px;
      height: 8px; }
  h2, .h2 {
    font-size: 1.3rem; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* HEADER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  z-index: 11;
  padding: 0 65px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  -webkit-transition: all .2s linear;
  transition: all .2s linear; }
  @media(min-width:992px){
    .header{
      background: #fff;
    }
  }
  @media (max-width: 1199px) {
    .header {
      height: 70px;
      padding: 0 15px; } }
  .header.scrolled {
    height: 70px;
    background-color: #fff; }
    .header.scrolled .header__nav {
      opacity: 1;
      visibility: visible; }
/*    @media (max-width: 991px) {
      .header.scrolled {
        background-color: #191919; } }*/
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 10px 0; }
  .header__left, .header__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    @media (max-width: 1199px) {
      .header__left, .header__right {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none; } }
  .header__right {
    text-align: right;
    opacity: 1; }
    @media (max-width: 1199px) {
      .header__right {
        margin-left: auto;opacity: 1; } }
    .header__right > * {
      margin-left: 15px; }
  .header__nav {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s linear;
    transition: all .2s linear; }
  .header__nav ul a:before {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0px;
    right: 0px;
    width: auto;
    height: 2px;
    opacity: 0;}
  .header__nav ul li.active a:before {
    opacity: 1;} 
    @media (max-width: 1199px) {
      .header__nav {
        display: none; } }
    .header__nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -25px; }
      .header__nav ul a {
        position: relative;
        color: #1E1E1E;
        font-family: "Oswald", sans-serif;
        font-size: 15px;
        letter-spacing: 1.41px;
        line-height: 22px;
        text-transform: uppercase;
        margin: 0 16px; }
        @media (min-width: 992px) {
          .header__nav ul a:hover {
            color: #8dc53e; } 
          .header__nav ul li.active a:before {
            background: #92C732;}
          }

.logo {
  width: 68px;
  height: auto;
  font-size: 0; }
  .logo a {
    display: block; }
  .logo img {
    width: 100%; }

.header-tel {
  color: #1e1e1e;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .header-tel {
      display: none; } }
  @media (min-width: 992px) {
    .header-tel:hover {
      color: #8dc53e; } }

.mobile-button {
  display: none;
  position: relative;
  height: 44px;
  width: 44px;
  margin-left: 15px; }
  @media (max-width: 1199px) {
    .mobile-button {
      display: block; } }
  .mobile-button.active:before, .mobile-button.active:after {
    top: 20px;
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-color: #F7BC13; }
  .mobile-button.active span {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    background-color: #F7BC13; }
    .mobile-button.active span:first-child {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .mobile-button.active span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .mobile-button.active .border {
    border: 2px solid #F7BC13;
    border-radius: 50%;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px; }
  .mobile-button:before, .mobile-button:after {
    position: absolute;
    content: '';
    left: 11px;
    width: 22px;
    height: 2px;
    /*background-color: #ffffff;*/
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    transition-delay: .3s; }
/*  .header.scrolled .mobile-button:before, .header.scrolled .mobile-button:after {
    background-color: #ffffff}*/
  .mobile-button:before {
    top: 13px; }
  .mobile-button:after {
    top: 29px; }
  .mobile-button span {
    display: block;
    position: absolute;
    left: 11px;
    top: 21px;
    width: 22px;
    height: 2px;
    /*background-color: #ffffff;*/
    background-color: #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
/*  .header.scrolled .mobile-button span {
    background-color: #ffffff}*/
  .mobile-button .border {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #5B5B5B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }

/*.header.open-menu {
  background-color: #191919; }*/
  .header.open-menu .toggle-block {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .header.open-menu .toggle-block .layer-close {
      width: 100%; }

.toggle-block {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  @media (max-width: 767px) {
    .toggle-block {
      -webkit-transition-duration: .3s;
      transition-duration: .3s; } }
  .toggle-block .layer-close {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 767px) {
      .toggle-block .layer-close {
        -webkit-transition-duration: .5s;
        transition-duration: .5s; } }

.mobile-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 315px;
  background-color: #191919;
  padding: 15px 50px 30px 23px;
  overflow: auto; }
  .mobile-nav li {
    margin-bottom: 33px; }
    .mobile-nav li:last-child {
      margin-bottom: 0; }
    .mobile-nav li > .number {
      color: #F7BC13;
      font-family: "Barlow", sans-serif;
      font-weight: 600;
      font-size: 11px;
      letter-spacing: 0; }
    .mobile-nav li > a {
      color: rgba(255, 255, 255, 0.6);
      font-family: "Anton", sans-serif;
      font-size: 23px;
      letter-spacing: 0.22px;
      text-transform: uppercase; }
      .mobile-nav li > a.active {
        color: #ffffff; }

.h-contact-item {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 1.88px;
  line-height: 27px;
  margin-top: 70px; }
  .h-contact-item .caption {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .h-contact-item a {
    color: #F7BC13; }


  .header.open-menu .toggle-block {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
    .header.open-menu .toggle-block .layer-close {
      width: 100%; }

.toggle-block {
  display: block;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s linear;
  transition: all .5s linear; }
  @media (max-width: 767px) {
    .toggle-block {
      -webkit-transition-duration: .3s;
      transition-duration: .3s; } }
  .toggle-block .layer-close {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    background-color: rgba(0, 0, 0, 0.8); }
    @media (max-width: 767px) {
      .toggle-block .layer-close {
        -webkit-transition-duration: .5s;
        transition-duration: .5s; } }

.mobile-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 315px;
  background-color: #191919;
  padding: 20px 15px 30px 15px;
  overflow: auto; }
  .mobile-nav > ul {
    margin-bottom: 15px;
     }
    .mobile-nav > ul > li {
      margin-bottom: 25px;}
      .mobile-nav > ul > li:last-child {
        margin-bottom: 0; }
      .mobile-nav > ul > li.with-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
        margin-top: -20px;
        padding: 15px 15px 10px 15px;
        /*padding: 20px 15px 10px 15px;*/
        background-color: #191919;
      }
        .mobile-nav > ul > li.with-dropdown.active > a {
          color: #ffffff; }
        .mobile-nav > ul > li.with-dropdown.active .toggle {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
        .mobile-nav > ul > li.with-dropdown .toggle {
          margin-left: 10px;
          display: none;
        }
      .mobile-nav > ul > li > a {
        color: rgba(255, 255, 255, 0.6);
        font-family: "Anton", sans-serif;
        /*font-size: 26px;*/
        font-size: 23px;
        letter-spacing: 0.2px;
        text-transform: uppercase; }
        .mobile-nav > ul > li > a.active {
          color: #ffffff; }
  .mobile-nav .submenu {
    display: block;
    width: 100%;
  }
    .mobile-nav .submenu li {
      margin: 12px 0; }
    .mobile-nav .submenu li:last-child{margin-bottom:0;}
    .mobile-nav .submenu a {
      color: #FFFFFF;
      font-size: 15px;
      letter-spacing: 1.2px;
      line-height: 1.3;
      font-family: "Oswald", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      padding-left: 20px;
    }
    .mobile-nav .submenu li .arrow{width: 23px;display: inline-block;margin-left: 10px;opacity:0;-webkit-transition: all .3s ease;transition: all .3s ease;}
    .mobile-nav .submenu li.active a{color:#92C732;}
    .mobile-nav .submenu li.active .arrow{opacity:1;}


.h-contact-item {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  letter-spacing: 1.88px;
  line-height: 27px;
  margin-top: auto;
  margin-bottom: auto;
}
  .h-contact-item .caption {
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 5px; }
  .h-contact-item a {
    color: #92C732; }

.expertise-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 45px 120px 90px;
  z-index: 4; }

.expertise-menu:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 100px;
  left: 0;
  right: 0;
  pointer-events: none;
}

  @media (max-width: 1199px) {
    .expertise-menu {
      padding: 50px;
      -webkit-transform: none;
      transform: none;
      left: 20px;
      right: 20px;
      width: auto; }
  .mobile-nav > ul > li > a{color:#fff;}

       }
  @media (max-width: 991px) {
    .expertise-menu {
      display: none !important; } }
  .expertise-menu__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; 
    max-width: 1160px;
    margin: 0 auto;
  }
  .expertise-menu__list {
    width: 50%;
    padding: 25px 0 25px 80px; }
    .expertise-menu__list .caption{font-weight:700;font-size:12px;line-height:2;color:#3f3f3f;text-transform:uppercase;margin-bottom:15px;}
    .expertise-menu__list li {
      width: 100%;
      margin-left: auto;
      overflow: hidden;
      margin-bottom: 25px; }
      @media (max-width: 1199px) {
        .expertise-menu__list li {
          margin-bottom: 15px; } }
      .expertise-menu__list li:last-child {
        margin-bottom: 0; }
    .expertise-menu__list a {
      color: #3F3F3F;
      font-size: 20px;
      line-height: 1.25;
      display: inline-block;}
      @media (min-width: 992px) {
        .expertise-menu__list a:hover {
          color:#92C732;font-weight:700; } 
          .expertise-menu__list a:hover .arrow{
            opacity:1;
          }

        }
      .expertise-menu__list a > * {
        display: inline-block;
        vertical-align: middle; }
    .expertise-menu__list .arrow {
      width: 23px;
      margin-left: 6px; 
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    }
      .expertise-menu__list .arrow img {
        width: 100%; }
  .expertise-menu__image {
    width: 50%;
    text-align: center;
    margin: 0 auto;}

    .current-link-img{
      display: none;
      opacity: 0;
      -webkit-transition: .25s;
      transition: .25s;
    }
    .expertise-menu__image img {
      margin: 0 auto;
      height: 300px;
      width:auto;
    }
    .current-link-img .desc{
      font-size:14px;
      line-height:18px;
      font-weight:400;
      color:#737373;
      max-width:460px;
      margin:0 auto;
      margin-top:30px;
    }
.expertise-menu__image .current-link-img.active {
  display: block;
  opacity: 1;

}

.expertise-layer {
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: -100vw;
  width: 100%;
  height: 100%;
  background-color: rgba(63,63,63,0.25);
  z-index: 3; }

.header.slide-up .expertise-layer {
  top: 70px;
}

  .expertise-layer.active {
    left: 0; }

.header .top-panel.mobile {
  margin-top: 15px;
}


@media(max-width: 1560px){
  .expertise-menu{padding: 30px 50px 60px;}
  .expertise-menu__image img{height:260px;}
  .expertise-menu__list li{margin-bottom:15px;}
}



@media(max-width:991px){
  .header.scrolled {box-shadow: 0 3px 10px 0 rgb(0 0 0 / 5%);}
}
@media(max-width:767px){
  .header.open-menu{background-color: #191919;}
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.hero-banner .mw1280 {
  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;
  position: relative;
  height: 100vh;
  min-height: 860px;
  padding-top: 165px; }

.hero-banner .h1 {
  max-width: 870px; }

.hero-banner .subtitle {
  color: #575757;
  font-size: 1.1rem;
  letter-spacing: -0.25px;
  line-height: 1.52;
  margin: 15px 0 10px; }

.hero-banner.page-banner .mw1280 {
  height: auto;
  min-height: auto; }

.hero-banner.page-banner .subtitle {
  font-size: 1.157rem; }

.studio-logo {
  margin: 40px 0 5px; }

.people {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%; }
  .people .person {
    width: 25%;
    margin: 0 5px; }
  .people .person-img {
    position: relative;
    padding-bottom: 125%; }
    .people .person-img:before {
      position: absolute;
      content: '';
      top: 50%;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: -1; }
    .people .person-img img {
      position: absolute;
      max-width: 110%;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
  .people .person-1 .person-img:before {
    background-color: #DD5D00; }
  .people .person-2 .person-img:before {
    background-color: #F2F1D3; }
  .people .person-3 .person-img:before {
    background-color: #F7BC13; }
  .people .person-4 .person-img:before {
    background-color: #293858; }

.thank-page {
  height: 100%;
  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;
  text-align: center;
  padding: 125px 0 40px; }

.thank-desc {
  max-width: 650px;
  margin: 0 auto; }
  .thank-desc a {
    color: #46A29A;
    text-decoration: underline; }
    .thank-desc a:hover {
      text-decoration: none; }

/* breakpoints */
@media (max-width: 1409px) {
  .hero-banner .mw1280 {
    min-height: 745px; } }

@media (max-width: 991px) {
  .hero-banner .mw1280 {
    height: auto;
    min-height: auto;
    padding-top: 120px; } }

@media (max-width: 767px) {
  .hero-banner .subtitle,
  .hero-banner.page-banner .subtitle {
    font-size: 1rem; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* BUTTONS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  padding: 0 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.btn-primary {
  width: 115px;
  height: 34px;
  color: #46A29A;
  font-family: "Oswald", sans-serif;
  font-size: .79rem;
  font-weight: 500;
  letter-spacing: 1.07px;
  line-height: 30px;
  text-transform: uppercase;
  border: 2px solid #46A29A;
  border-radius: 16px;
  background-color: rgba(252, 252, 252, 0.8); }
  @media (min-width: 992px) {
    .btn-primary:hover {
      color: #ffffff;
      background-color: #46A29A; } }

.btn-secondary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 44px;
  width: 307px;
  line-height: 44px;
  color: #1D1D01;
  font-family: "Oswald", sans-serif;
  font-size: .947rem;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #F7BC13; }
.btn.type-3 {
  height: 32px;
  min-width: 140px;
  line-height: 32px;
  color: #1D1D01;
  background-color: #F7BC13;
  width: auto;
}
  @media (min-width: 992px) {
    .btn-secondary:hover {
      background-color: #e9ae08; } }

@media (max-width: 991px) {
  .btn.type-3 {
    min-width: auto;
    font-size: 12.6px;
    letter-spacing: 0.9px;
  }
}

.form-btn {
  height: 55px;
  width: 100%;
  line-height: 55px;
  color: #1D1D01;
  font-family: "Oswald", sans-serif;
  font-size: .947rem;
  letter-spacing: 1.29px;
  text-transform: uppercase;
  border-radius: 4px;
  background-color: #F7BC13;
  overflow: hidden;
  margin-top: 30px; }
  @media (min-width: 992px) {
    .form-btn:hover {
      background-color: #d09c07; } }
  .form-btn.sent span:nth-child(2) {
    margin-top: -55px; }
  .form-btn span {
    display: block;
    line-height: 55px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.btn-block {
  display: block;
  width: 100%; }

.btn-close {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center; }

.btn-close:before {
  content: "\02715"; }

.scroll-btn {
  width: 56px;
  height: 56px;
  -webkit-transform: translateY(30px) rotate(-90deg);
  -ms-transform: translateY(30px) rotate(-90deg);
  transform: translateY(30px) rotate(-90deg);
  cursor: pointer; }
  @media (min-width: 992px) {
    .scroll-btn:hover svg g > g {
      fill: #8DC53E; } }
  .scroll-btn svg g > g {
    fill: #46A29A;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }

.back-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 130px;
  left: 0;
  color: #3E918A;
  font-family: Roboto, sans-serif;
  font-size: .63rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer; }
  @media (min-width: 992px) {
    .back-btn:hover {
      color: #8DC53E; }
      .back-btn:hover svg g > g {
        fill: #8DC53E; } }
  .back-btn svg {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .back-btn svg g > g {
      fill: #3E918A;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
  .back-btn span {
    margin-left: 30px; }

@media (max-width: 1409px) {
  .back-btn {
    top: 90px; } }

@media (max-width: 991px) {
  .btn-secondary {
    width: 290px; }
  .scroll-btn {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .form-btn {
    margin-top: 10px; }
  .back-btn {
    display: none; } }

@media (max-width: 767px) {
  .scroll-btn {
    width: 40px;
    height: 40px; }
    .scroll-btn svg {
      width: 40px;
      height: 40px; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
  opacity: 1; }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: 1; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: 1; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
  opacity: 1; }

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0; }

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none; }

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

input::-ms-clear,
input::-ms-reveal {
  display: none; }

input:required {
  -webkit-box-shadow: none;
  box-shadow: none; }

textarea {
  display: block;
  resize: none;
  overflow: auto; }

select::-ms-expand {
  display: none; }

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto; }

.form-item {
  position: relative;
  width: 50%;
  padding: 0 25px;
  margin-bottom: 30px; }
  .form-item:after {
    display: none;
    position: absolute;
    content: '';
    top: 4px;
    right: 0;
    width: 24px;
    height: 22px; }
  .form-item > label {
    position: absolute;
    top: 19px;
    left: 25px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-size: .947rem;
    letter-spacing: 1.69px;
    pointer-events: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    .form-item > label.up {
      top: -23px;
      font-size: .75rem; }

.input {
  height: 55px;
  line-height: 54px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: .947rem;
  letter-spacing: 1.69px;
  padding: 0 5px; }

textarea.input {
  padding: 24px 5px 0;
  line-height: 1.2; }

.form-select select option:first-child {
  display: none; }

.form-select .SumoSelect.open > .CaptionCont > label > i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.form-select .SumoSelect > .CaptionCont {
  height: 55px;
  line-height: 54px;
  border: none;
  border-bottom: 1px solid #FFFFFF;
  background-color: transparent;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  font-size: .947rem;
  letter-spacing: 1.69px;
  text-transform: uppercase;
  margin: 0; }
  .form-select .SumoSelect > .CaptionCont > label,
  .form-select .SumoSelect > .CaptionCont > span {
    cursor: pointer; }
  .form-select .SumoSelect > .CaptionCont > label > i {
    background-image: none;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .form-select .SumoSelect > .CaptionCont > label > i:before {
      position: absolute;
      content: '';
      top: -3px;
      left: 0;
      width: 100%;
      height: 100%;
      border: 2px solid transparent;
      border-left-color: #ffffff;
      border-bottom-color: #ffffff;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.form-select .SumoSelect > .optWrapper > .options li.opt {
  padding: 5px 5px; }
  .form-select .SumoSelect > .optWrapper > .options li.opt:first-child {
    display: none; }

.form-btn-wrap {
  position: relative;
  width: 100%;
  margin: 0 25px; }
  .form-btn-wrap .error-message {
    display: none;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: .95rem;
    color: red; }

.invalid {
  border-color: red;
  color: red; }

@media (max-width: 767px) {
  .form-item {
    width: 100%; } }

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* COLORS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.color-primary {
  color: #3F3F3F; }

.color-white {
  color: #FFF; }

.color-green {
  color: #8DC53E; }

/*NEW*/
/*header*/
/*.header .top-panel {*/
/*  background-color: #1C2947*/
/*}*/

/*.header .top-panel__inner {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    max-width: 1280px;*/
/*    width: 100%;*/
/*    height: 25px;*/
/*    margin: 0 auto;*/
/*}*/

.header .top-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  background-color: #1C2947; }

@media (max-width: 991px) {
    .header .top-panel {
        display: none;
    }
}

.header .top-panel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  padding: 0 65px; }
@media (max-width: 1199px) {
  .header .top-panel a {
    padding: 0 15px; } }
@media (min-width: 992px) {
  .header .top-panel a:hover {
    opacity: .8; } }
.header .top-panel a .icon {
  width: 20px;
  margin-left: 10px; }
.header .top-panel a .icon img {
  width: 100%; }

/*thank page*/
.thank-page {
    min-height: 100vh;
    padding: 100px 0 200px;
}

@media (max-width: 767px) {
    .thank-page {
        padding: 100px 0;
    }
}

.thank-logo {
    position: absolute;
    top: 35px;
    left: 45px;
    z-index: 5;
}

@media (max-width: 767px) {
    .thank-logo {
        top: 15px;
        left: 15px;
    }
}

.thank-page .img {
    margin-bottom: 30px;
}

.thank-page .img img {
    display: inline-block;
}

@media (max-width: 767px) {
    .thank-page .img img {
        max-width: 70%;
    }
}

.thank-page .h1 {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .thank-page .h1 {
        margin-bottom: 25px;
    }
}

.thank-page .h1 span:after {
    background-color: #45D3C7;
}

.thank-page .text {
    max-width: 700px;
    margin: 0 auto 40px;
}

@media (max-width: 767px) {
    .thank-page .text {
        margin-bottom: 25px;
    }
}

.thank-page .text > * {
    margin-bottom: 0;
}

.thank-page .phone {
    display: inline-block;
    color: #575757;
    font-weight: 700;
}

@media (min-width: 991px) {
    .thank-page .phone:hover {
        color: #45D3C7;
    }
}

.thank-page .phone:before, .thank-page .phone:after {
    display: none;
}

.thank-page .btn-wrap {
    margin-bottom: -15px;
}

.thank-page .btn-wrap .btn {
    height: 45px;
    min-width: 210px;
    line-height: 43px;
    border: 1px solid #3F3F3F;
    color: #3F3F3F;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    letter-spacing: 1.29px;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 0 15px 15px;
}

@media (min-width: 992px) {
    .thank-page .btn-wrap .btn:hover {
        color: #ffffff;
        background-color: #3F3F3F;
    }
}
