html {
  scroll-behavior: smooth; }

body {
  font-family: 'HelveticaNeueCyr';
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  letter-spacing: .03em;
  background-color: white; }

img {
  max-width: 100%; }

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: initial; }

h1,
h2,
h3 {
  font-family: 'MinionPro'; }

h1 {
  font-size: 70px;
  position: relative;
  margin-top: 36px;
  margin-bottom: 43px;
  text-align: left;
  color: #fefefe; }
  h1::after {
    display: inline-block;
    width: 80px;
    height: 1px;
    margin-left: 40px;
    content: '';
    vertical-align: middle;
    background-color: #ddab36; }

h2 {
  font-size: 48px;
  margin-top: 39px;
  margin-bottom: 52px; }

h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  letter-spacing: .1em;
  color: #2c2c2c; }

.logo {
  max-width: 59px; }

.box {
  margin: 0 auto;
  text-align: center; }

.header-toggler {
  background-color: none; }

.index_hero,
header {
  color: white;
  background-color: #141414; }

header {
  padding: 0;
  background-image: url(https://dev.sillagedorient.com/assets/img/hh-bg-new.png);
   }

section#home {
    background-image: url(https://dev.sillagedorient.com/assets/img/hh-bg-new.png);
}

.collapse.header-collapse {
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.social_header_mobile {
  margin-top: 60px; }
  .social_header_mobile a {
    margin: 0 30px; }
    .social_header_mobile a img {
      max-width: 16px; }

.hamburger {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  width: 25px;
  height: 4px;
  transition: .5s;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #caa050; }

.hamburger:before {
  top: -10px; }

.hamburger:after {
  top: 10px; }

.header-toggler {
  width: 80px;
  height: 68px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none; }

.header-toggler:focus {
  outline: none; }

.hamburger:before,
.hamburger:after {
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 25px;
  height: 4px;
  content: '';
  transition: .5s;
  background: #caa050;
  left: 0; }

.header-toggler.active-one .hamburger {
  background: rgba(0, 0, 0, 0); }

.header-toggler.active-one .hamburger:before {
  top: 0;
  transform: rotate(45deg); }

.header-toggler.active-one .hamburger:after {
  top: 0;
  transform: rotate(135deg); }

.navbar {
  padding: 37px 0; }

.nav-item {
  padding: 10px 20px; }
  .nav-item a {
    font-size: 16px;
    font-weight: 300;
    position: relative;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: white; }
    .nav-item a::before {
      position: absolute;
      top: -56px;
      left: 50%;
      width: 1px;
      height: 0;
      content: '';
      -webkit-transition: .3s ease;
      -moz-transition: .3s ease;
      -ms-transition: .3s ease;
      -o-transition: .3s ease;
      transition: .3s ease;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #ddab36; }
    .nav-item a:hover, .nav-item a:active, .nav-item a:focus {
      text-decoration: none;
      color: #ddab36; }
      .nav-item a:hover::before, .nav-item a:active::before, .nav-item a:focus::before {
        height: 20px; }

.nav-item:first-of-type {
  padding-left: 0; }

.nav-item:last-of-type {
  padding-right: 0; }
.index_hero .link_button:hover {
    background: #ddab36;
    color: #fff;}
.contact .link_button,
.link_button,
.btn_like,
.index_hero .btn_like {
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  text-align: left;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ddab36; }
  .contact .link_button:hover, .contact .link_buttonactive, .contact .link_buttonfocus,
  .link_button:hover,
  .link_buttonactive,
  .link_buttonfocus,
  .btn_like:hover,
  .btn_likeactive,
  .btn_likefocus,
  .index_hero .btn_like:hover,
  .index_hero .btn_likeactive,
  .index_hero .btn_likefocus {
    text-decoration: none;
    color: #ddab36; }
  .contact .link_button .index_hero .btn_like,
  .link_button .index_hero .btn_like,
  .btn_like .index_hero .btn_like,
  .index_hero .btn_like .index_hero .btn_like {
    margin-bottom: 0; }
.contact input, .contact textarea {
    padding: 1px 5px;}
.contact input:focus, .contact textarea:focus{
	outline: 1px solid #ddab36;}
.contact input.link_button {
	outline: none;
	padding: 10px 34px;}
.contact input.link_button:hover {
	background: #ddab36;
    color: #fff;}
  .g-recaptcha > div {
    display: inline-block;
    margin-top: 20px;
}
.sidebar {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  width: 115px;
  background-color: white;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .sidebar a {
    margin: 28px 0;
    color: #141414;}
  .sidebar a:hover {
    color: #ddab36;}
  
 .sidebar a i{
      font-size: 25px;
    }
  
  .sidebar svg,
  .sidebar path {
    fill: #141414; }

.index_hero {
  position: relative;
  padding-top: 135px; }
  .index_hero .col_padding_bottom {
    padding-bottom: 250px; }
  .index_hero .bottles_col {
    position: relative;
    z-index: 0;
    text-align: center; }
    .index_hero .bottles_col::after {
      position: absolute;
      z-index: 10;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 20%); }
  .index_hero .bottles_hero {
    position: absolute;
    z-index: 1;
    right: 50%;
    bottom: 0;
    max-width: calc(100% - 80px);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%); }
    .index_hero .bottles_hero.bottle_emerald {
      z-index: 100;
      bottom: -84px;
      max-width: 303px; }
  .index_hero .scroll {
    font-size: 12px;
    position: absolute;
    bottom: 120px;
    left: 40px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    .index_hero .scroll a {
      position: relative;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: white; }
      .index_hero .scroll a::before {
        position: absolute;
        top: 6px;
        left: -60px;
        width: 40px;
        height: 1px;
        content: '';
        background-color: #ddab36; }
  .index_hero p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 70px;
    letter-spacing: .03em;
    color: #fefefe; }

    .thank_you_box {
      text-align: center;
  }
.contact .link_button,
.link_button {
  padding: 19px 16px;
  border: 1px solid #ddab36; }

.span_like {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 60px;
  text-align: left;
  letter-spacing: .1em;
  color: #2c2c2c; }

.about_collection {
  z-index: 5;
  padding-top: 300px;
  padding-bottom: 172px;
  text-align: center; }
  .about_collection .span_like {
    text-align: center; }
  .about_collection h3::after {
    display: block;
    width: 2px;
    height: 80px;
    margin: 52px auto 0 auto;
    content: '';
    vertical-align: middle;
    background-color: #ddab36; }

.collection {
  color: #fefefe; }
  .collection .italic {
    font-family: 'MinionPro';
    font-size: 18px;
    font-style: italic;
    position: relative;
    margin-bottom: 50px; }
    .collection .italic::before {
      display: inline-block;
      width: 80px;
      height: 1px;
      margin-right: 20px;
      content: '';
      vertical-align: middle;
      background-color: #ddab36; }
  .collection .swiper-container {
    position: relative;
    z-index: 0; }

  .collection .swiper-wrapper .swiper-slide {
    padding: 0 0 75px 0;
    background-color: #000000;; }
    .collection .swiper-wrapper .swiper-slide .col_padding_top {
      padding-top: 40px; }
  .collection .swiper-pagination {
    font-family: 'MinionPro';
    font-size: 24px;
    font-weight: 600;
    top: 11%;
    right: 8%;
    letter-spacing: 4px;
    background-color: transparent; }
    .collection .swiper-pagination .swiper-pagination-current {
      font-size: 72px; }
  .collection .swiper-button-prev.swiper_arrow,
  .collection .swiper-button-next.swiper_arrow {
    z-index:100;
    top: 700px;
    bottom: unset;
    background: none;
    left: unset;
    height: 25px;
    width: 25px;
    font-size: 23px;
      color: #fefefe;
    outline-style: none;
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;

  }
    .collection .swiper-button-prev.swiper_arrow{
    right: 12.5%;
  }
   .collection .swiper-button-next.swiper_arrow {
    right: 9.5%;
   }
 .collection .swiper-button-prev.swiper_arrow:hover,
 .collection .swiper-button-next.swiper_arrow:hover,
 .collection .swiper-button-prev.swiper_arrow:active,
 .collection .swiper-button-next.swiper_arrow:active,
 .collection .swiper-button-prev.swiper_arrow:focus,
 .collection .swiper-button-next.swiper_arrow:focus {
       color: #ddab36;
  }
  .collection .swiper-dots {
    position: absolute;
    z-index: 10;
    top: -1%;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 115px;
    height: 102%;
    background-color: white;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    .collection .swiper-dots span.swiper-pagination-bullet {
      display: block;
      margin: 10px auto;
      -webkit-transition: .3s;
      -moz-transition: .3s;
      -ms-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 1;
      border: 1px solid rgba(0, 0, 0, 0.2);
      background-color: transparent; }
      .collection .swiper-dots span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border: 1px solid #c23b69; }
      .collection .swiper-dots span.swiper-pagination-bullet:first-of-type {
        position: relative; }
        .collection .swiper-dots span.swiper-pagination-bullet:first-of-type::before {
          position: absolute;
          top: -160px;
          left: 50%;
          width: 1px;
          height: 140px;
          content: '';
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: rgba(0, 0, 0, 0.2); }
      .collection .swiper-dots span.swiper-pagination-bullet:last-of-type {
        position: relative; }
        .collection .swiper-dots span.swiper-pagination-bullet:last-of-type::after {
          position: absolute;
          bottom: -160px;
          left: 50%;
          width: 1px;
          height: 140px;
          content: '';
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: rgba(0, 0, 0, 0.2); }

span.prev_arrow,
span.next_arrow {
  margin-top: 60px;
  padding-bottom: 40px;
  cursor: pointer; }
span.prev_arrow i,
span.next_arrow i {
  font-size: 25px;
}
span.prev_arrow i:hover,
span.next_arrow i:hover {
  color: #ddab36;
}

span.prev_arrow {
  margin-right: 30px; }

.about {
  padding: 194px 0 0 0; }
  .about h3 {
    margin-bottom: 60px; }
  .about .row_box p:first-of-type {
    position: relative; }
    .about .row_box p:first-of-type::before {
      position: absolute;
      top: 8px;
      left: -140px;
      width: 80px;
      height: 1px;
      content: '';
      background-color: #ddab36; }

.row_box {
  padding-top: 40px;
  padding-left: 140px; }

.man {
  padding-left: 50px; }

.img_woman {
  position: relative; }
  .img_woman::before {
    position: absolute;
    top: -54%;
    right: -20%;
    width: 393px;
    height: 435px;
    content: '';
    background-image: url("../img/signature_bg.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
.img_woman img{
margin-bottom: -36%; 

}
.z_index {
  z-index: 10;
  -webkit-transform: translateY(107px);
  -moz-transform: translateY(107px);
  -ms-transform: translateY(107px);
  -o-transform: translateY(107px);
  transform: translateY(107px); }

.contact {
  z-index: 0;
  padding-top: 256px;
  padding-bottom: 131px;
  color: white;
  background-color: #141414; }
  .contact .box {
    max-width: 660px; }
  .contact .link_button {
    width: auto;
    margin-top: 15px;
    padding: 19px 34px;
    cursor: pointer; }
  .contact p {
    margin-bottom: 13px; }
  .contact textarea {
    height: 90px;
    padding-right: 15px;
    padding-left: 15px; }
  .contact label {
    display: block;
    margin-top: 45px;
    margin-bottom: 18px;
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.2); }
  .contact input,
  .contact textarea {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    width: 100%;
    text-align: left;
    text-align: left;
    letter-spacing: .03em;
    color: white;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-color: transparent; }
  .contact h3 {
    color: white;
    text-align: center;  }
    .contact h3::after {
      display: block;
      width: 80px;
      height: 1px;
      margin: 40px auto 60px auto;
      content: '';
      vertical-align: middle;
      background-color: #ddab36; }
footer {
  padding: 80px 0 15px 0;
  background-color: #ddab36; }
  footer ul {
    margin-bottom: 40px;
    list-style: none; }
    footer ul li,
    footer ul li a {
      /* font-family: 'Segoe UI Symbol';*/
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.9px;
      color: #141414; }
    footer ul li {
      margin: 20px 0; }
      footer ul li:first-of-type {
        margin-top: 0; }
      footer ul li:last-of-type {
        margin-bottom: 0; }

.contacts li,
.social li {
  position: relative; }

.phone a,
.mail a {
  white-space: nowrap; }
footer .container .row.align-items-start {
justify-content: center;
  }
footer .contacts span, footer .social span {
    padding: 5px 14px;
  color: #fff;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
footer .phone span {
background-image: url(https://dev.sillagedorient.com/assets/img/uae.png);
}
footer .phone1 span {
background-image: url(https://dev.sillagedorient.com/assets/img/france.png);
}
footer .mail span {
background-image: url(https://dev.sillagedorient.com/assets/img/email.png);
-webkit-background-size:  80%;
     -o-background-size:  80%;
        background-size:  80%;
        background-position:  center;
}
footer .geo span {
background-image: url(https://dev.sillagedorient.com/assets/img/location.png);
}
footer .fb span {
background-image: url(https://dev.sillagedorient.com/assets/img/fb.png);
}
footer .instagram span {
background-image: url(https://dev.sillagedorient.com/assets/img/instagram.png);
}
footer .tw span {
background-image: url(https://dev.sillagedorient.com/assets/img/tw.png);
}
/*.fb::before,
.instagram::before,
.tw::before {
  position: absolute;
  top: 50%;
  left: -40px;
  display: block;
  width: 16px;
  height: 16px;
  content: '';
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

.phone::before {
  background-image: url("../img/uae.png"); }

.mail::before {
  background-image: url("../img/email.png"); }

.geo::before {
  top: 16px;
  background-image: url("../img/geo.png"); }

.fb::before {
  background-image: url("../img/fb.png"); }

.instagram::before {
  background-image: url("../img/instagram.png"); }

.tw::before {
  background-image: url("../img/tw.png"); }*/

.copyright {
  text-align: center;
  margin-top: 30px; }
  .copyright p {
    /* font-family: 'Segoe UI Symbol'; */
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0;
    letter-spacing: .1em;
    color: #2c2c2c; }

.footer-nav-item a {
  text-transform: uppercase; }
