/* *** CSS RESET *** */
:focus {
  outline: 0; }

a {
  outline: none;
  text-decoration: none; }

a, img {
  border: 0; }

button {
  cursor: pointer; }

/* *** GLOBAL *** */
.container {
  padding-left: 30px;
  padding-right: 30px; }

@media (min-width: 1199px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1460px; } }
.bx-wrapper {
  z-index: 1; }

iframe {
  border: none; }

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  margin-top: 0; }

body p {
  margin-bottom: 25px;
  margin-top: 0; }

body h2 {
  font-size: 20px;
  margin-bottom: 25px;
  margin-top: 0; }

body ul {
  margin-bottom: 25px;
  padding-left: 16px;
  margin-top: 0; }

body ol {
  padding-left: 20px;
  margin-bottom: 25px;
  margin-top: 0; }

body .bx-wrapper {
  padding: 0;
  border: none; }

body {
  overflow-x: hidden; }

figure {
  margin: 0; }

body a:hover {
  text-decoration: none; }

input, textarea, button {
  font-family: "Barlow", sans-serif; }

body {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  color: #0E2B15;
  line-height: 25.6px;
  min-width: 302px; }

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

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

.hamburger, .hamburger:focus, .hamburger:active {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
  height: 2px; }

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
  position: relative;
  bottom: auto;
  width: auto; }

.clearer {
  clear: both;
  height: 0; }

.chosen-container-single .chosen-single div b {
  background: none; }

.logo, img, a, button, input, textarea {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.bx-caption {
  display: none; }

.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
  background: transparent; }

.content-box {
  float: left;
  width: 100%; }

/* *** HEADER *** */
header {
  z-index: 10;
  top: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.87);
  left: 0;
  width: 100%; }
  header .container {
    display: flex;
    align-items: center;
    height: 88px;
    justify-content: space-between; }
    header .container .logo img {
      display: block; }
  header .main-menu ul {
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    margin: 0; }
    header .main-menu ul > li {
      margin: 0 8px; }
      header .main-menu ul > li > a {
        color: #000;
        font-family: "Khand", sans-serif;
        display: block;
        padding: 7px 0 5px 0;
        font-weight: 700;
        font-size: 16px;
        text-align: center;
        position: relative; }
      header .main-menu ul > li :hover {
        color: #1A9A38; }
    header .main-menu ul > li.current > a {
      color: #1A9A38; }
  header .header-box {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .h-boxes {
    display: flex; }
    header .h-boxes .social-box {
      display: flex; }
      header .h-boxes .social-box a {
        margin-left: 9px;
        display: flex;
        border: 1px solid #000000;
        align-items: center;
        justify-content: center;
        width: 33px;
        height: 33px; }
        header .h-boxes .social-box a:first-child {
          margin-left: 0; }
        header .h-boxes .social-box a:hover {
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }
    header .h-boxes .phone {
      margin-right: 21px; }
      header .h-boxes .phone a {
        height: 33px;
        display: block;
        padding: 0 16px 0 29px;
        color: #fff;
        white-space: nowrap;
        font-size: 16px;
        font-family: "Khand", sans-serif;
        font-weight: bold;
        line-height: 37px;
        background: #1A9A38 url("../../images/icons/phone.svg") 8px 9px no-repeat; }
        header .h-boxes .phone a:hover {
          background-color: #000000; }

header {
	background: #fff;
}

.main-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  list-style: none;
  width: 305px;
  background: #cacaca;
  display: none; }
  .main-menu ul ul li {
    position: relative;
    float: left;
    width: 100%; }
    .main-menu ul ul li a {
      position: relative;
      color: #1c2f59;
      text-align: left;
      display: block;
      padding: 11px 15px;
      float: left;
      width: 100%;
      font-size: 14px; }
  .main-menu ul ul li:hover > a {
    background: red;
    color: #fff; }

/* *** CUSTOM SELECT *** */
.select {
  width: 100%; }

.select .chosen-container {
  width: 100% !important; }

.select ul {
  margin: 0 4px 4px 0 !important;
  padding: 0 0 0 4px !important; }

.select .chosen-search {
  display: none; }

.select .chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 0 0 10px;
  height: 29px;
  border: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #aaa;
  box-shadow: none;
  color: #000;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  line-height: 27px; }

.select .chosen-drop ul li {
  background-image: none !important;
  height: auto !important; }

.select .chosen-container-single .chosen-single div {
  width: 32px;
  /*background: url('../images/select-arrow.png') center no-repeat;*/ }

.select .chosen-container .chosen-results li.active-result {
  background: #fff;
  color: #000; }

.select .chosen-container .chosen-results li:hover {
  background: #ec008d;
  color: #fff; }

/* *** MENU RSP *** */
.header-rsp {
  top: 0;
  left: 0;
  position: fixed;
  overflow: auto;
  z-index: 101;
  width: 100%;
  padding: 10px 20px;
  height: 70px;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
  display: none; }

.header-rsp .logo-rsp {
  margin-top: 5px;
  margin-bottom: -5px; }

.header-rsp .logo-rsp img {
  max-width: 100%;
  width: 120px;
  max-height: 100%; }

.hamburger {
  position: absolute;
  top: 7px;
  right: 0; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background: #11242C; }

.data-rsp {
  position: absolute;
  top: 27px;
  right: 70px; }

.data-rsp a {
  font-size: 11px; }

.menu-rsp {
  width: 100%;
  position: fixed;
  padding-top: 78px;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  float: right;
  height: 100%;
  display: none; }

.menu-rsp .opacity-rsp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  opacity: 0.4; }

.menu-rsp nav {
  float: left;
  width: 100%;
  height: 100%;
  overflow: auto; }

.menu-rsp nav ul {
  float: left;
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0; }

.menu-rsp nav li {
  position: relative;
  list-style: none;
  float: left;
  border: none;
  width: 100%;
  text-align: center;
  height: auto;
  border-top: 1px solid #1A9A38; }

.menu-rsp nav a {
  line-height: normal;
  height: auto;
  color: #11242C;
  font-family: "Khand", sans-serif;
  font-size: 16px;
  float: left;
  font-weight: bold;
  width: 100%;
  padding: 13px 15px 8px 15px; }

.menu-rsp nav a:hover {
  background-color: #fff;
  color: #1A9A38; }

.menu-rsp nav ul .li-submenu > a {
  padding-right: 53px; }

.btn-slide-down {
  width: 40px;
  height: 100%;
  background: #fff;
  border-left: 1px solid transparent;
  position: absolute;
  top: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
  right: 0;
  z-index: 2;
  display: none !important;
  line-height: 52px;
  cursor: pointer; }

.menu-rsp nav ul ul {
  display: none;
  color: #fff; }

.btn-slide-down, .menu-rsp nav li {
  border-color: #1A9A38; }

.menu-rsp nav ul ul {
  background: #f4f4f4; }

.menu-rsp nav ul ul ul ul {
  background: #fff; }

.menu-rsp nav ul ul a {
  padding-left: 30px; }

.menu-rsp nav ul ul ul a {
  padding-left: 45px; }

@media only screen and (min-width: 992px) {
  .menu-rsp {
    display: none !important; } }
@media only screen and (max-width: 992px) {
  .header-rsp {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

  body {
    padding-top: 70px; }

  header {
    position: relative; }

  header .logo {
    display: none; }

  .main-menu {
    display: none; } }
/* *** HOME *** */
.slider-content {
  position: relative;
  border-bottom: 8px solid #1A9A38; }
  .slider-content figure img {
    width: 100%;
    display: block; }
  .slider-content .description {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .slider-content .description .container {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 105px 30px;
      align-items: flex-start; }
    .slider-content .description .txt-box {
      padding: 38px 31px 38px 36px;
      position: relative;
      font-size: 42px;
      line-height: 1.05;
      font-family: "Khand", sans-serif;
      color: #fff;
      background: #1A9A38; }
      .slider-content .description .txt-box:after {
        width: 6px;
        top: 33px;
        height: calc(100% - 66px);
        content: "";
        display: block;
        position: absolute;
        background: #fff;
        left: 0; }
    .slider-content .description .txt-1 {
      font-size: 60px;
      font-weight: 700; }
    .slider-content .description .txt-2 {
      margin-bottom: -5px; }

.padding-1 {
  padding: 80px 0 95px 0; }

.title {
  text-align: center;
  margin-bottom: 70px; }
  .title h2, .title h1 {
    display: inline-block;
    margin: 0;
    font-family: "Khand", sans-serif;
    font-size: 38px;
    line-height: 1.3;
    padding-left: 21px;
    position: relative;
    font-weight: bold; }
    .title h2:after, .title h1:after {
      position: absolute;
      top: 9px;
      left: 0;
      width: 4px;
      height: 26px;
      background: #1A9A38;
      content: "";
      display: block; }

.content-box-1-1 {
  align-items: flex-start;
  display: flex;
  justify-content: space-between; }
  .content-box-1-1 .boxes-1 {
    width: 700px;
    flex-shrink: 0;
    margin-right: 50px;
    max-width: 100%; }
  .content-box-1-1 .description {
    width: 586px;
    max-width: 100%; }

.boxes-1 {
  position: relative; }
  .boxes-1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff; }
  .boxes-1:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    display: block;
    background: #fff; }
  .boxes-1 .row-box {
    display: flex;
    flex-wrap: wrap; }
    .boxes-1 .row-box .col-box {
      width: 50%;
      padding: 30px;
      text-align: center;
      border-bottom: 1px solid #1A9A38;
      border-left: 1px solid #1A9A38; }
      .boxes-1 .row-box .col-box .box-1 figure {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-bottom: 20px; }
      .boxes-1 .row-box .col-box .box-1 .txt {
        font-weight: bold; }

.title-1 {
  text-align: left;
  margin-bottom: 20px; }

.content-box-2 {
  border-bottom: 8px solid #1A9A38; }
  .content-box-2 img {
    display: block;
    width: 100%; }

.boxes-1-1 .row-box .col-box {
  width: 25%; }
  .boxes-1-1 .row-box .col-box .box-1 figure {
    height: 73px; }
  .boxes-1-1 .row-box .col-box .box-1 .txt {
    font-weight: normal; }

.content-box-4 {
  border-top: 8px solid #1A9A38;
  border-bottom: 8px solid #1A9A38; }
  .content-box-4 img {
    display: block;
    width: 100%; }

.title-txt {
  width: 788px;
  max-width: 100%;
  margin: 0 auto;
  padding: 5px 0 5px 0;
  text-align: center;
  font-family: "Khand", sans-serif;
  font-weight: 300; }

.boxes-2 {
  margin-bottom: -26px; }
  .boxes-2 .row-box {
    display: flex;
    margin: 0 -13px; }
    .boxes-2 .row-box .col-box {
      margin-bottom: 26px;
      width: 25%;
      /* width: 33.3333%; */
      display: flex;
      padding: 0 13px; }
      .boxes-2 .row-box .col-box .box-2 {
        background: #1A9A38;
        color: #fff;
        display: block; }
        .boxes-2 .row-box .col-box .box-2 figure {
          overflow: hidden;
          background: #fff; }
          .boxes-2 .row-box .col-box .box-2 figure img {
            width: 100%;
            transition: all .4s ease-in-out; }
        .boxes-2 .row-box .col-box .box-2:hover img {
          transform: scale(1.1); }
        .boxes-2 .row-box .col-box .box-2 .txt {
          font-size: 36px;
          font-family: "Khand", sans-serif;
          font-weight: bold;
          text-align: center;
          padding: 12px 15px 6px 15px;
          line-height: normal;
          letter-spacing: 1px; }
      .boxes-2 .row-box .col-box .box-2:hover {
        background: #000; }

.content-box-6 {
  padding-bottom: 40px; }

@media screen and (min-width: 1199px) {
  .gallery3 img {
    max-height: 321px; } }
.title {
  text-transform: uppercase; }

.boxes-3 .box-3 {
  position: relative;
  border-bottom: 8px solid #1A9A38; }
  .boxes-3 .box-3 .description {
    margin-left: 50%;
    width: 50%;
    padding-left: 101px;
    min-height: 561px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .boxes-3 .box-3 .description .title {
      margin-left: -21px; }
  .boxes-3 .box-3 figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center; }
  .boxes-3 .box-3:last-child {
    border-bottom: none; }
.boxes-3 .box-3-1 .description {
  margin-left: 0;
  padding-left: 0;
  padding-right: 101px; }
.boxes-3 .box-3-1 figure {
  left: auto;
  right: 0; }

.text ul {
  padding-left: 1px; }
  .text ul li {
    margin-bottom: 20px;
    list-style: none;
    padding-left: 16px;
    position: relative; }
    .text ul li:after {
      width: 4px;
      height: 4px;
      background: #0E2B15;
      border-radius: 50%;
      position: absolute;
      top: 11px;
      left: 0;
      content: "";
      display: block; }
    .text ul li:last-child {
      margin-bottom: 0; }
  .text ul:last-child {
    margin-bottom: 0; }
.text p:last-child {
  margin-bottom: 0; }

.content-box-8 {
  color: #fff;
  background: #1A9A38; }
  .content-box-8 .container {
    height: 116px;
    justify-content: center;
    padding-top: 2px;
    align-items: center;
    display: flex; }
    .content-box-8 .container .title {
      margin: 2px 0 0 0; }
      .content-box-8 .container .title h2:after {
        background: #fff; }
  .content-box-8 .social-box-1 {
    display: flex;
    margin-left: 52px;
    align-items: center; }
    .content-box-8 .social-box-1 .txt {
      font-size: 18px;
      font-weight: 700;
      padding-right: 7px; }
    .content-box-8 .social-box-1 .social-1 {
      display: flex;
      align-items: center; }
      .content-box-8 .social-box-1 .social-1 a {
        width: 43px;
        height: 43px;
        margin-top: -2px;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 11px; }
        .content-box-8 .social-box-1 .social-1 a:hover {
          -webkit-transform: translateY(-2px);
          transform: translateY(-2px); }

.content-box-7 {
  padding-bottom: 0; }

footer {
  padding-top: 80px;
  position: relative;
  background: #F9F8FD;
  border-bottom: 8px solid #1A9A38; }
  footer .contact-box {
    position: absolute;
    bottom: 152px;
    left: 50%;
    width: 282px;
    background: #1A9A38;
    z-index: 2;
    padding: 32px 37px;
    text-align: center;
    font-size: 16px;
    line-height: 19.68px;
    color: #fff;
    margin-left: -141px; }
    footer .contact-box P {
      margin-bottom: 20px; }
      footer .contact-box P:last-child {
        margin-bottom: 0; }
    footer .contact-box a {
      color: #fff;
      font-size: 20px;
      line-height: 26px;
      font-weight: bold; }
      footer .contact-box a:hover {
        color: #fff;
        opacity: 0.9; }
    footer .contact-box small {
      font-size: 14px;
      line-height: 16.24px; }
  footer .map-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  footer .description {
    width: 50%;
    padding-right: 100px; }
    footer .description .form-box {
      width: 514px;
      max-width: 100%; }
      footer .description .form-box .label-box label {
        font-family: "Khand", sans-serif;
        margin-bottom: 5px; }
      footer .description .form-box .input-box {
        margin-bottom: 14px; }
        footer .description .form-box .input-box input, footer .description .form-box .input-box textarea {
          border: 1px solid #0E2B15;
          display: block;
          height: 48px;
          width: 100%;
          padding: 0 15px;
          background: #F9F8FD; }
          footer .description .form-box .input-box input:focus, footer .description .form-box .input-box textarea:focus {
            border-color: #1A9A38; }
        footer .description .form-box .input-box textarea {
          padding: 10px 15px;
          height: 100px;
          resize: none;
          overflow: auto; }
  footer .form-button {
    padding: 20px 0;
    display: flex;
    justify-content: center; }
  footer .txt-1 {
    font-family: "Khand", sans-serif;
    font-size: 14px;
    line-height: 16.24px;
    padding-top: 3px; }
  footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px; }
    footer .footer-bottom a {
      color: #0E2B15; }
      footer .footer-bottom a:hover {
        color: #1A9A38; }
    footer .footer-bottom ul {
      padding: 0;
      margin: 0;
      display: flex;
      list-style: none; }
      footer .footer-bottom ul li {
        height: 19px;
        margin-left: 12px;
        padding-left: 12px;
        border-left: 2px solid #1A9A38; }
        footer .footer-bottom ul li:first-child {
          margin-left: 0;
          padding-left: 0;
          border-left: none; }

.content-box-5-2 .image-box img {
  width: 100%;
  display: block; }

.checkbox-box {
  position: relative; }
  .checkbox-box input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
  .checkbox-box label {
    position: relative;
    padding-left: 26px;
    font-weight: 300;
    font-size: 14px;
    color: #0E2B15;
    line-height: 17.22px; }
    .checkbox-box label a {
      color: #0E2B15;
      text-decoration: underline; }
    .checkbox-box label:after {
      position: absolute;
      top: 1px;
      left: 0;
      width: 13px;
      height: 13px;
      content: "";
      display: block;
      border: 1px solid #0E2B15; }

.checkbox-box :checked + label:after {
  border: 4px solid #1A9A38;
  background: #fff; }

.btn-1 {
  height: 57px;
  min-width: 153px;
  padding: 0 20px;
  color: #fff;
  font-weight: bold;
  background: #1A9A38;
  font-size: 16px;
  border: none;
  line-height: 57px;
  text-align: center; }
  .btn-1:hover {
    background: #000;
    color: #fff; }

.content-box-5 {
  padding-bottom: 0; }

.content-box-5-1 {
  background: #F3F8FF;
  margin-top: -30px; }

.slider-1 {
  z-index: 1;
  position: relative; }

.slider-1 .link-1 {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear;
  width: 72px;
  cursor: pointer;
  height: 72px;
  border: 1px solid #1A9A38;
  display: block;
  text-align: center;
  background: #fff;
  font-size: 46px;
  font-weight: 700;
  font-family: "Khand", sans-serif;
  color: #1A9A38;
  line-height: 78px; }
.slider-1 .swiper-slide-thumb-active .link-1, .slider-1 .link-1:hover {
  background: #1A9A38;
  color: #fff; }

.slider-1-nav {
  padding: 49px 0; }
  .slider-1-nav .swiper-wrapper {
    justify-content: flex-start; }
    .slider-1-nav .swiper-wrapper .swiper-slide {
      width: auto !important; }

.content-box-5-1 .slider-1 {
  overflow: hidden; }

.color-green {
  color: #1A9A38; }

.content-box-5-3 {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .content-box-5-3 .title {
    margin-bottom: 15px; }
  .content-box-5-3 .txt-1 {
    margin-bottom: 25px; }
  .content-box-5-3 .txt-2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 40px; }
  .content-box-5-3 .button-box {
    display: flex; }
  .content-box-5-3 .description {
    width: 500px;
    max-width: 100%;
    padding-left: 21px;
    margin-right: 50px; }
    .content-box-5-3 .description .title {
      margin-left: -21px; }

.btn-2 {
  height: 44px;
  min-width: 153px;
  padding: 0 21px;
  color: #fff;
  font-weight: bold;
  background: #1A9A38;
  font-size: 16px;
  border: none;
  line-height: 44px;
  text-align: center; }
  .btn-2:hover {
    background: #000;
    color: #fff; }

.boxes-4 {
  width: 668px;
  max-width: 100%; }
  .boxes-4 .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px; }
    .boxes-4 .row-box .col-box {
      padding: 0 5px;
      width: 50%; }
      .boxes-4 .row-box .col-box .box-4 figure {
        border: 1px solid #1A9A38; }

.title-small {
  text-align: left; }
  .title-small h2 {
    text-transform: none;
    font-size: 26px; }
    .title-small h2:after {
      top: 2px; }

.my-controls {
  width: 139px;
  height: 57px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 55px; }
  .my-controls .swiper-button-next, .my-controls .swiper-button-prev {
    width: 57px;
    height: 57px;
    border: 1px solid #000;
    top: 0;
    margin-top: 0; }
  .my-controls .swiper-button-prev {
    left: 0;
    background: url("../images/icons/13.svg") center no-repeat;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: flipv; }
    .my-controls .swiper-button-prev:after {
      display: none; }
    .my-controls .swiper-button-prev:hover {
      background-image: url("../images/icons/13-1.svg");
      border-color: #1A9A38; }
  .my-controls .swiper-button-next {
    right: 0;
    background: url("../images/icons/13.svg") center no-repeat; }
    .my-controls .swiper-button-next:after {
      display: none; }
    .my-controls .swiper-button-next:hover {
      background-image: url("../images/icons/13-1.svg");
      border-color: #1A9A38; }

footer .txt-1 {
  text-transform: uppercase; }

:target {
  scroll-margin-top: 88px; }

.btn-hamburger {
  width: 32px;
  height: 32px;
  margin-left: 24px;
  display: none;
  background: url("../images/icons/14.svg") center no-repeat; }

.btn-hamburger.active {
  background-image: url("../images/icons/14-1.svg");
  background-size: 30px auto; }

/* *** SUBPAGE *** */
.margin-bottom-1 {
  margin-bottom: 60px; }

.margin-bottom-2 {
  margin-bottom: 20px !important; }

.z-content-box-1 .text {
  width: 1020px;
  max-width: 100%;
  text-align: center;
  margin: 0 auto; }

.text {
  font-weight: 300; }
  .text strong {
    font-weight: bold; }

.z-content-box-4 {
  font-family: "Khand", sans-serif; }

.btn-2 {
  text-transform: uppercase;
  display: inline-block; }

.z-content-box-3-1 {
  display: flex;
  justify-content: space-between; }
  .z-content-box-3-1 .col-left, .z-content-box-3-1 .col-right {
    width: 654px;
    max-width: 100%; }
    .z-content-box-3-1 .col-left .z-box-1, .z-content-box-3-1 .col-right .z-box-1 {
      width: 418px;
      max-width: 100%;
      margin-bottom: 50px;
      padding-left: 21px; }
      .z-content-box-3-1 .col-left .z-box-1 .title, .z-content-box-3-1 .col-right .z-box-1 .title {
        margin-bottom: 18px;
        margin-left: -21px; }
      .z-content-box-3-1 .col-left .z-box-1 .text, .z-content-box-3-1 .col-right .z-box-1 .text {
        margin-bottom: 30px;
        font-family: "Khand", sans-serif; }
  .z-content-box-3-1 .col-left {
    padding-right: 30px; }
  .z-content-box-3-1 .col-right {
    padding-left: 30px; }

.gallery-box {
  margin-bottom: -16px; }
  .gallery-box .g-box {
    margin-bottom: 16px;
    display: block;
    overflow: hidden; }
    .gallery-box .g-box img {
      transition: all .4s ease-in-out; }
  .gallery-box a.g-box:hover img {
    transform: scale(1.1); }
  .gallery-box .row-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px; }
    .gallery-box .row-box .col-box {
      width: 50%;
      padding: 0 8px; }

.gallery {
  width: 101%;
  margin-left: -0.5%; }
  .gallery .item {
    padding: 0 0.5%;
    margin-bottom: 1%; }
    .gallery .item .container {
      width: 100%;
      height: 100%;
      background: #ffffff; }
      .gallery .item .container .image {
        overflow: hidden; }
        .gallery .item .container .image img {
          width: 100%;
          height: auto;
          display: block;
          border: none;
          border-radius: 0;
          transition: transform 0.75s; }
      .gallery .item .container .text {
        display: flex;
        height: 82px;
        align-items: center; }
      .gallery .item .container p {
        font-weight: bold;
        padding: 20px;
        text-align: center;
        line-height: 1.2em;
        margin: 0 auto; }
      .gallery .item .container a {
        text-decoration: none; }
        .gallery .item .container a:hover img {
          transform: scale(1.1); }

iframe {
  aspect-ratio: 16 / 9;
  width: 100%; }

  body .slider-content .slider-image-mobile {
        display: none;
    }
    
    @media only screen and (max-width: 767px) {
        body .slider-content figure {
            height: 70vh;
        }
        body .slider-content .slider-image-mobile {
         display: block;
         background-size: cover;
        background-position: center center;
        }
        body .slider-content .big_baner {
            display: none;
        }
    }

.slider-1 .swiper-slide{
		background: #F3F8FF;
} 






/*# sourceMappingURL=style.css.map */
