/*  Start: ********************
/*  Header navgation
*******************************/

.header-wrap {
  position: relative;
  z-index: 20;
}

.header-wrap__top {
  background: #155072;
  min-height: 60px;
}

@media (min-width: 768px) {
  .header-wrap__top {
    background: #fff;
  }
}

.header-wrap__toggle {
  position: absolute;
  left: 15px;
  top: 0;
  background: none;
  border: 0 none;
  padding: 0;
  z-index: 999;
  height: 60px;
  line-height: 60px;
  padding-right: 15px;
}

.header-wrap__toggle:focus {
  outline: 0 none;
}

.header-wrap__toggle > .arrow-back-wrapper {
  width: 25px;
  height: 25px;
  float: left;
  margin: 0 5px 0 0;
  background: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  margin-right: 12px;
  text-align: center;
  display: block;
}

.header-wrap__toggle > .burger {
  display: block;
  background: #ffffff;
  height: 3px;
  margin-bottom: 3px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  min-width: 24px;
}

.header-wrap__toggle:active > .burger {
  background: #09547c;
}

.header-wrap__toggle .m-cgg-icon {
  color: #fff;
  font-size: 3em;
  top: 8px;
  position: relative;
}

.header-wrap__toggle .m-cgg-icon--arrow-back {
  font-size: 1.8em;
  color: #056f9d;
  top: -10px;
}

.header-wrap__logo {
  padding: 16px 20px 0;
}


@media (min-width: 768px) {
  .header-wrap__logo {
    display: block;
    float: left;
    width: auto;
  }
}

.header-mobile-wrap__logo {
  display: none;
}

.header-wrap__img {
  height: 24px;
  margin: 2px 0 0 30px;
}

@media (min-width: 768px) {
  .header-wrap__img {
    height: 40px;
    display: block;
    margin: 0;
  }
}

.header-wrap__cta {
  padding: 0 5px;
  position: absolute;
  top: 0;
  right: 6px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-wrap__cta {
    height: 75px;
    width: auto;
    padding: 20px 15px 0;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 992px)  {
  .header-wrap__cta {
    width: 19%;
    padding: 20px 15px 0 5px;
  }
}

@media (min-width: 992px) {
  .header-wrap__cta {
    height: 75px;
    right: 0;
    width: auto;
    font-size:1em;
    max-width: 400px;
  }
}


.header-top-cta {
  background: #659e32;
  border: none;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px;
}

@media (min-width: 768px) {
  .header-top-cta {
    background: transparent;
    border: none;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .header-wrap__cta{
    top:16px;
  }
  .header-top-cta {
    display: block;
  }
    .header-wrap__img{
        height: 1.8em !important;
    }
}

@media (min-width: 1200px) {
  .header-top-cta {
    min-width: 205px;
  }
}

.header-top-cta:hover {
  text-decoration: none;
}

.header-top-cta__phone {
  display: block;
  float: left;
  color: #fff;
  margin: 0 5px 0 0;
}

@media (min-width: 768px) {
  .header-top-cta__phone {
    position: relative;
    z-index: 0;
    background: #75A948;
    width: 30px;
    height: 30px;
    padding-top: 6px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-right: 12px;
    text-align: center;
  }
}

.header-top-cta .m-icon {
  font-size: 1.2em;
  text-decoration: none;
}

.header-top-cta__tel {
  font-size: 1em;
  line-height: .8em;
  font-weight: bold;
  color: #ffffff;
}

@media (min-width: 768px) {
  .header-top-cta__tel {
    font-size: 1.4em;
    color: #312F2E;
    position: relative;
    font-weight: bold;
  }
  .ie8 .header-top-cta__tel {
    font-size: 1.2em;
  }
  .header-top-cta__sched {
    color: #979290;
    font-size: 0.70em;
    display: block;
    line-height: 7px;
    margin-top: 2px;
  }
  .ie8 .header-top-cta__sched {
    font-size: 12px;
  }
}


/* Portrait tablets and small desktops */

@media (min-width: 992px) and (max-width: 1199px) {
  .header-top-cta__tel {
    font-size: 1em;
  }
}

body.nav-open {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

body.nav-open .cookies-info-static {
  display: none;
}

.header-wrap__nav {
  position: fixed;
  z-index: 99;
  left: -9999px;
  top: -9999px;
  z-index: 9999;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-wrap__nav {
    float: right;
    width: 50%;
    text-align: center;
    position: static;
    padding: 0 90px 0 0;
  }
}

@media (min-width: 992px) {
  .header-wrap__nav {
    float: left;
    width: 50%;
    width: calc(100% - 546px);
    text-align: center;
    position: static;
  }
}
.ie8 .header-wrap__nav{
  float: none;
  width: 800px;
  margin: 0 auto;
}
.header-wrap__nav-close {
  font-size: 1.5em;
  color: #96918F;
  cursor: pointer;
  z-index: 9999;
  padding: 10px;
  width: 40px
}

.header-wrap__nav-close .m-icon {
  font-weight: 700;
}

.header-wrap__nav-phone {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  font-size: 1.2em;
}

.header-wrap__nav-logo {
  width: 220px;
}

.header-wrap__nav-logo img {
  max-width: 100%;
  padding: 10px 15px;
}


/** Copied from FB SDK stylesheet **/

.header-wrap__fb {
  padding-top: 12px;
  padding-left: 20px;
  padding-bottom: 12px;
  background: #fafafa;
}
@media (min-width: 768px){
  .header-wrap__fb {
    background: transparent;
    padding-top: 7px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-wrap__fb {
    float: right;
    margin: 0;
  }
}

@media (min-width: 992px) {
  .header-wrap__fb {
    float: right;
    margin: 0;
    height: 34px;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .header-wrap__fb.visible-sm {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header-wrap__fb.visible-sm {
    right: 0;
    left: 10px;
    bottom: 10px;
  }
}
.header-wrap__lang{
    border-top: 1px solid #E0DEDB;
    padding: 10px 20px;
    background: #fafafa;
}
@media (min-width: 768px){
  .header-wrap__lang{
    background: transparent;
    padding: 7px 7px 0 10px;
    float: right;
    height: 34px;
    border-left: 1px solid #C7C7C7;
    border-top: none;
    margin: 0 0 0 10px;
  }
}

.fb__icon__logo {
  position: relative;
}

.fb_share,
.fb_share--count {
  vertical-align: middle;
  padding-bottom: 3px;
}
@media (min-width: 992px){
  .fb_share, .fb_iframe_widget{
    float: left;
  }
}
.fb_iframe_widget{
  margin-right: 5px;
}
.header-wrap__fb iframe {
  width: 160px;
}
.fb_share--button {
  display: inline-block;
  font-size: 0.8em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #4c69ba;
  background: -webkit-gradient(linear, center top, center bottom, from(#4c69ba), to(#3b55a0));
  background: -webkit-linear-gradient(#4c69ba, #3b55a0);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
  padding: 0;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
  padding: 0 5px;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}

.fb_share--button:hover {
  background: #5b7bd5;
  background: -webkit-gradient(linear, center top, center bottom, from(#5b7bd5), to(#4864b1));
  background: -webkit-linear-gradient(#5b7bd5, #4864b1);
  border-color: #5874c3 #4961a8 #41599f;
  -webkit-box-shadow: inset 0 0 1px #607fd6;
}

.fb_share--button:hover,
.fb_share--button:focus {
  text-decoration: none;
  color: #fff;
}

.fb_share--count {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  background: white;
  border: 1px solid #9197a3;
  color: #4e5665;
  display: inline-block;
  height: 19px;
  line-height: 19px;
  margin: 0 0 0 2px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
}
.ie8 .fb_share--count {
    margin-top: -3px;
}
.fb_share--count:before {
  position: absolute;
  content: '';
  border-color: transparent #9197a3;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  top: 5px;
  left: -5px;
}

.fb_share--count:after {
  position: absolute;
  content: '';
  border-color: transparent #fff;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  display: block;
  top: 5px;
  left: -3px;
}

.header-wrap__nav-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .header-wrap__nav-wrapper {
    overflow-y: scroll;
  }
}
.header-wrap__nav--open {
  display: block;
  background: rgba(0, 0, 0, .5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (orientation:landscape) {
  .header-wrap__nav--open {
    overflow-y: scroll;
  }
}

.header-wrap__nav--open:before {
  left: 0;
}

.nav-block__list {
  background: #fafafa;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 75%;
  z-index: 9999;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  left: -200%;
  height: 100%;
  min-height: 365px;
}

@media (min-width: 768px) {
  .nav-block__list {
    background: #fff;
    height: 75px;
    width: auto;
    min-height: 75px;
  }
}

@media (max-width: 767px) {
  .nav-block__list {
    position: relative;
    overflow: visible;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .nav-block__list {
    margin-left: 2em;
  }
}
.ie8 .nav-block__list{
  width: auto;
  margin: 0 auto;
}
.nav-block__item {
  z-index: 999;
  border-top: 1px solid #e0dedb;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .nav-block__item {
    border-top: none;
  }
}
.nav-block__item:first-child {
  border-bottom: none;
}

.ie8 .nav-block__item {
  display: inline-block;
}

.ie8 .nav-block__item:nth-child(2):hover:after,
.ie8 .nav-block__item:nth-child(3):hover:after,
.ie8 .nav-block__item:nth-child(5):hover:after {
  display: none;
}

@media (min-width: 768px) {
  .nav-block__item {
    display: inline-block;
    border-bottom: 0 none;
    margin: 0;
  }
  .nav-block__item--home:before {
    display: none;
  }
  .nav-block__item a {
    text-decoration: none;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .nav-block__item {
    float: left;
  }
}
.nav-block__url {
  position: relative;
  display: block;
  font-weight: 500;
  padding: 11px 0;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  cursor: pointer;
  zoom: 1;
}

@media (min-width: 768px) {
  .nav-block__url {
    position: relative;
    padding: 0 10px;
    line-height: 75px;
    height: 75px;
    font-size: 1em;
    color: #312f2e;
  }
}
@media (min-width: 768px) and (max-width: 1040px) {
  .nav-block__list{margin-left: 0;}
  .header-wrap__nav{width: 60%;}
}
@media (min-width: 768px) and (max-width: 992px){
  .nav-block__url{
    padding: 0 10px;
  }
}
@media (min-width: 1300px) {
  .nav-block__url {
    font-size: 1.1em;
  }
}

.nav-block__url-blog {
  cursor: pointer;
}

.nav-block__url:active,
.nav-block__url:hover {
  text-decoration: none;
  color: #000;
}

@media (min-width: 768px) {
  .nav-block__url:active,
  .nav-block__url:hover {
    color: #fff;
  }
  .nav-block__item:hover .nav-block__url {
    color: #2e86bc;
  }
}

.nav-block__url:before {
  position: absolute;
  right: -5px;
  top: 13px;
  font-family: 'CGG-icomoon';
  content: "\e63f";
  color: #f58423;
  font-size: 1em;
}

@media (min-width: 768px) {
  .nav-block__url:before {
    display: none;
  }
}

.ie8 .nav-block__url:before {
	display: none;
}
.nav-block__item--open .nav-block__url{
      pointer-events: none;
}
.nav-block__item--open .nav-block__url:before {
  color: #dedcd9;
}

.nav-block__item--active .nav-block__url:before {
  color: #f58423;
}


/* Start: Inner Nav  */

.nav-dropdown {
  position: fixed;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  background: #f4f4f4;
  border-left: 6px solid #efefef;
  border-top: 1px solid #e7e7e7;
  padding-top: 112px;
}

@media (min-width: 768px) {
  .nav-dropdown {
    background: #f4f4f3;
    position: absolute;
    display: none;
    opacity: 1;
    top: 75px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    overflow: visible;
    height: 180px;
    border-left: 0 none;
    border-top: 0 none;
    padding-top: 0;
    z-index: 1;
    -webkit-box-shadow: inset 0px 11px 18px 0px rgba(230, 230, 229, 0.98);
    -moz-box-shadow: inset 0px 11px 18px 0px rgba(230, 230, 229, 0.98);
    box-shadow: inset 0px 11px 18px 0px rgba(230, 230, 229, 0.98);
    z-index: 9999;
  }
  /*.nav-block__item:hover .nav-dropdown {
        display: block !important;
    }*/
  .active-nav .nav-block__url {
    color: #2e86bc;
    background: #fff;
    z-index: 99990;
  }
}

@media (max-width: 768px) {
  .nav-dropdown {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
  }
}

.nav-block__item.active-nav .nav-block__url:after {
  content: " ";
  z-index: 9999;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  position: absolute;
  top: 74px;
  left:0;
  right:0;
  margin:0 auto;
  z-index: 99990;
}
.nav-block__item--active .nav-dropdown {
  left: 25%;
  opacity: 1;
  top: 0;
  padding: 112px 12px 0 12px;
  width: 64%;
}

.nav-dropdown-close {
  position: absolute;
  right: 10px;
  top: 5px;
  font-weight: 900;
  font-size: 1.8em;
  color: #979290;
  cursor: pointer;
  z-index: 9999;
}

.nav-inner__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .nav-inner__list {
    padding: 30px 0;
    position: relative;
    border-top: 1px solid #cececd;
  }
}

.nav-inner__item {
  display: none;
}

@media (min-width: 768px) {
  .nav-inner__item {
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
  }
}

.nav-inner__item--xs {
  display: block;
  position: relative;
  color: #176b9a;
  clear: both;
  border-bottom: 1px solid #e0dedb;
}

.nav-inner__list--parent .nav-inner__item--xs:last-child {
  border-bottom: 0;
}

.nav-inner__item--xs a {
  color: #000;
  font-weight: 800;
  display: block;
  font-size: 1em;
  padding: 12px 0;
}

@media (min-width: 768px) {
  .nav-inner__item--xs a {
    color: #4389ae;
    font-weight: bold;
  }
}

.nav-inner__img {
  background: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  padding: 18px 10px 10px;
  width: 75px;
  height: 75px;
  display: block;
  margin: 0 auto;
}

.nav-inner__img img {
  width: 70%;
}

.nav-inner__url {
  display: block;
  padding: 12px 25px 12px 15px;
  color: #646464;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}

@media (min-width: 768px) {
  .nav-inner__url {
    font-size: 1.1em;
    text-align: center;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
  }
}

.nav-inner__url + .m-icon--arrow-right {
  display: none;
}

.ie8 .nav-inner__url {
  font-size: 14px !important;
  line-height: 30px;
}

.nav-inner__url:active,
.nav-inner__url:hover,
.nav-inner__url:focus {
  color: #000;
}

@media (min-width: 768px) {
  .nav-details {
    display: none;
  }
}


/** Tablet Navigation **/

.tablet-nav {
  width: 30px;
  float: right;
  font-size: 4em;
  height: 75px;
}

.tablet-nav button {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0 24px
}

@media (min-width: 768px) and (max-width: 991px) {
  button.js-tab__toggle i {
    position: absolute;
    top: 7px;
    padding: 0;
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  button.js-tab__toggle {
    padding: 0 15px;
  }
  button.js-tab__toggle i {
    position: absolute;
    top: 7px;
    padding: 0;
    margin: 0;
  }
}

.mobile__nav-wrapper {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: -9999px;
  top: -9999px;
}

.tab-nav-open.mobile__nav-wrapper {
  top: 0;
  left: 0;
}

.mobile__nav-block__list {
  background: #fff;
  width: 50%;
  height: 100%;
  padding: 0;
  list-style-type: none;
  left: -200%;
  position: relative;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.tab-nav-open .mobile__nav-block__list {
  left: 0;
  width: 312px;
}

.mobile__nav-wrapper__nav-close {
  display: block;
  font-size: 1.5em;
  color: #979290;
  cursor: pointer;
  z-index: 9999;
  padding: 10px;
  width: 40px;
}

.mobile__nav-logo img {
  display: block;
  padding: 10px 15px;
  max-width: 220px;
}

.tab-nav-dropdown.active {
  width: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 25%;
}

.tab-nav-block__item {
  border-bottom: 1px solid #e0dedb;
  margin: 0 20px;
  position: relative;
}

.tab-nav-block__item:before {
  position: absolute;
  right: -5px;
  top: 7px;
  font-family: 'CGG-icomoon';
  content: "\e604";
  color: #cccbc8;
  /*color: #f58423;*/
  font-size: 1.5em;
  font-weight: 600;
}

.tab-nav-block__item:hover:before {
  color: #f58423;
}

.tab-nav-dropdown {
  position: fixed;
  left: -315px;
  right: 0;
  top: 0;
  bottom: 0;
  width: 315px;
  opacity: 0;
  z-index: -1;
  overflow: auto;
  background: #f4f4f4;
  border-left: 6px solid #efefef;
  border-top: 1px solid #e7e7e7;
  padding-top: 112px;
}

.tab-nav-block__url {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 12px 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  cursor: pointer;
}

.tab-nav-dropdown {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.tab-nav-inner__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.tab-nav-block__item--active .tab-nav-dropdown {
  left: 310px;
  top: 0;
  opacity: 1;
  padding: 112px 60px 0 22px;
  width: 315px;
}

.mobile__nav--item {
  display: block;
  position: relative;
  clear: both;
  border-bottom: 1px solid #e0dedb;
}

.mobile__nav--item-url,
.tab-nav-inner__url {
  color: #000;
  font-weight: 800;
  display: block;
  font-size: 1em;
  padding: 12px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Switch */

.nav-block__switch {
  position: absolute;
  bottom: -32px;
  margin-left: -35px;
  padding: 0 0 6px 0;
  left: 50%;
  display: block;
  width: 66px;
  height: 33px;
  background: #fff;
  border: 0 none;
  text-align: center;
  cursor: pointer;
  z-index: 999;
  border-radius: 0 0 90px 90px;
  -moz-border-radius: 0 0 90px 90px;
  -webkit-border-radius: 0 0 90px 90px;
  box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.65);
  -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.65);
  -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.65);
}

@media (min-width: 1200px) {
  .nav-block__switch {
    margin-left: -35px;
  }
}

.nav-block__switch:focus,
.nav-block__switch:active {
  outline: none;
}

.nav-block__switch-text {
  display: block;
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #777;
}

.nav-block__switch .m-icon {
  font-weight: bold;
  display: block;
  color: #000;
  font-size: 1.1em;
  margin-top: -10px;
}

.header-wrap__bottom {
  background: #f3f2ee;
  height: 34px;
}


/*  End: ********************
/*  Header navgation
*******************************/

/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
  .header-wrap__nav {
    width: auto;
  }
  .header-wrap__logo {
    width: auto;
    padding: 20px 20px 0;
    display: inline-block;
    position: absolute;
  }
  li.visible-sm.hidden-xs.tablet-nav {
    width: 30px;
    font-size: 4em;
    margin-right: 15px;
    display: inline-block !important;
    float: left;
  }
  .header-top-cta__phone {
    margin-right: 0;
  }
  .nav-block__item {
    float: left;
  }
  .header-wrap__img {
    height: 33px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .nav-block__item.hidden-sm {
    display: none !important;
  }
}
/** Tablet Navigation **/

.tablet-nav {
    width: 30px;
    float: right;
    font-size: 4em;
    height: 75px;
}
@media (min-width: 1025px) and (max-width: 1200px){
    .visible-sm.tablet-nav{
        display: inline-block !important;
    }
    .nav-block__item.hidden-sm{
        display: none;
    }
    .mobile__nav-wrapper.tab-nav-open{
        display: block !important;
    }
    .header-wrap__nav {
        float: left;
        text-align: center;
        position: static;
        width: 54%;
    }
}
.tablet-nav button {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0 24px
}
@media (min-width: 768px) and (max-width: 991px){
    button.js-tab__toggle i{
        position: absolute;
        top: 7px;
        padding: 0;
        margin: 0;
    }
}
@media (min-width: 992px) and (max-width: 1024px){
    button.js-tab__toggle{
        padding: 0 15px;
    }
    button.js-tab__toggle i{
        position: absolute;
        top: 7px;
        padding: 0;
        margin: 0;
    }
}

.mobile__nav-wrapper {
    background: rgba(0,0,0,0.3);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: -9999px;
    top: -9999px;
}

.tab-nav-open.mobile__nav-wrapper {
    top: 0;
    left: 0;
}



.mobile__nav-block__list {
    background: #fff;
    width: 50%;
    height: 100%;
    padding: 0;
    list-style-type: none;
    left: -200%;
    position: relative;

    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.tab-nav-open .mobile__nav-block__list {
    left: 0;
    width: 312px;
}
.mobile__nav-wrapper__nav-close {
    display: block;
    font-size: 1.5em;
    color: #979290;
    cursor: pointer;
    z-index: 9999;
    padding: 10px;
    width: 40px;
}

.mobile__nav-logo img {
    display: block;
    padding: 10px 15px;
    max-width: 220px;
}

.tab-nav-dropdown.active {
  width: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 25%;
}

.tab-nav-block__item {
    border-bottom: 1px solid #e0dedb;
    margin: 0 20px;
    position: relative;
}

.tab-nav-block__item:before {
    position: absolute;
    right: -5px;
    top: 7px;
    font-family: 'CGG-icomoon';
    content: "\e604";
    color: #cccbc8;
    /*color: #f58423;*/
    font-size: 1.5em;
    font-weight: 600;
}
.tab-nav-block__item:hover:before {
    color: #f58423;
}

.tab-nav-dropdown {
    position: fixed;
    left: -315px;
    right: 0;
    top: 0;
    bottom: 0;
    width: 315px;
    opacity: 0;
    z-index: -1;
    overflow: auto;
    background: #f4f4f4;
    border-left: 6px solid #efefef;
    border-top: 1px solid #e7e7e7;
    padding-top: 112px;
}

.tab-nav-block__url {
    position: relative;
    display: block;
    font-weight: 600;
    padding: 12px 0;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    cursor: pointer;
}

.tab-nav-dropdown {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tab-nav-inner__list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab-nav-block__item--active .tab-nav-dropdown {
    left: 310px;
    top: 0;
    opacity: 1;
    padding: 112px 60px 0 22px;
    width: 315px;
}

.mobile__nav--item {
    display: block;
    position: relative;
    clear: both;
    border-bottom: 1px solid #e0dedb;
}

.mobile__nav--item-url, .tab-nav-inner__url {
    color: #000;
    font-weight: 800;
    display: block;
    font-size: 1em;
    padding: 12px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Switch */
.nav-block__switch {
    position: absolute;
    bottom:-32px;
    margin-left: -35px;
    padding: 0 0 6px 0;
    left: 50%;
    display: block;
    width: 66px;
    height: 33px;
    background: #fff;
    border: 0 none;
    text-align: center;
    cursor: pointer;
    z-index: 999;

    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
    box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.65);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.65);
}
@media (min-width: 1200px) {
    .nav-block__switch {
        margin-left: -35px;
    }
}
.nav-block__switch:focus,
.nav-block__switch:active {
    outline: none;
}
.nav-block__switch-text {
    display: block;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #777;
}
.nav-block__switch .m-icon {
    font-weight: bold;
    display: block;
    color: #000;
    font-size: 1.1em;
    margin-top: -10px;
}
.header-wrap__bottom{
    background: #f3f2ee;
    height: 34px;
}


.ciab-header {
  padding: 0 20px;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ciab-header {
    padding: 0 10px;
    height: 60px;
    justify-content: initial;
  }
}
.ciab-header__mobile-btn {
  padding: 0 5px;
  width: 48px;
  height: 100%;
  background: none;
  border: none;
  align-items: center;
  outline: none;
  display: none;
}
@media (max-width: 768px) {
  .ciab-header__mobile-btn {
    display: flex;
  }
}
.ciab-header__mobile-btn:nth-of-type(2) {
  margin-left: auto;
}
.ciab-header__mobile-btn.mobile-menu-btn {
  margin-left: initial;
}
.ciab-header__mobile-btn.mobile-menu-btn .ciab-header__mobile-btn__text {
  margin-top: 10px;
  color: #cccbc8;
}
.ciab-header__mobile-btn a {
  width: 100%;
  color: #cccbc8;
  text-align: center;
  cursor: pointer;
}
.ciab-header__mobile-btn a:hover {
  text-decoration: none;
}
.ciab-header__mobile-btn .m-cgg,
.ciab-header__mobile-btn img {
  margin: 3px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ciab-header__mobile-btn .m-cgg-icon--tlist {
  margin-bottom: 8px;
  height: 18px;
  font-size: 45px;
}
.ciab-header__mobile-btn .m-cgg-icon--phone {
  padding: 5px;
  background: #155072;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
}
.ciab-header__mobile-btn__text {
  margin-top: 4px;
  color: #77aa43;
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ciab-header .logo {
  max-width: 210px;
  max-height: 40px;
  float: left;
  cursor: pointer;
}
@media (max-width: 768px) {
  .ciab-header .logo {
    margin-left: 7px;
    max-width: calc(100% - 40px - 48px * 3);
    max-height: calc(100% - 28px);
  }
}
.ciab-header .logo-extra-for-mobile {
  margin: 0 3px;
  max-width: 33px;
  max-height: calc(100% - 28px);
  display: none;
}
@media (max-width: 768px) {
  .ciab-header .logo-extra-for-mobile {
    display: block;
  }
}
.ciab-header nav {
  margin-right: -10px;
  height: 100%;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .ciab-header nav {
    display: none;
  }
}
.ciab-header nav a {
  padding: 0 10px;
  height: 100%;
  color: #312f2e;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  text-align: center;
  outline: none;
  display: flex;
  cursor: pointer;
  transition: all 0.2s ease, box-shadow 0s;
}
@media (max-width: 991px) {
  .ciab-header nav a {
    padding: 0 6px;
    font-size: 13px;
  }
}
.ciab-header nav a:hover {
  background: #fafafa;
  color: #77aa43;
  text-decoration: none;
}
.ciab-header nav a:focus {
  text-decoration: none;
}
.ciab-header nav a.secondary {
  font-weight: normal;
}
.ciab-header nav a.submenu:after {
  content: "";
  margin: 2px 0 0 5px;
  color: #cccbc8;
  font-size: 14px;
  font-family: "CGG-icomoon" !important;
}
.ciab-header nav a.separator {
  margin: 0 10px;
  padding: 0;
  width: 1px;
  max-width: 1px;
  height: 24px;
  background: #dedcd9;
  overflow: hidden;
  cursor: default;
}
.ciab-header nav a.notification {
  margin: 0 8px 0 10px;
  width: 18px;
  height: 22px;
  background: #77aa43;
}
.ciab-header nav a.userlogin {
  color: #77aa43;
}
.ciab-header nav a.userlogin:after {
  content: "";
  margin: 2px 0 0 5px;
  color: #cccbc8;
  font-size: 14px;
  font-family: "CGG-icomoon" !important;
}
.ciab-header nav a.userlogin .avatar {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.ciab-header__menu {
  margin: 0;
  height: 100%;
  list-style: none;
  display: flex;
  align-items: center;
}
.ciab-header__menu li {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.ciab-header__menu li:hover > a.submenu {
  background: #fafafa !important;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
  color: #77aa43;
}
.ciab-header__menu li:hover > a.submenu:after {
  color: #77aa43;
}
.ciab-header__menu li:hover > .ciab-header__menu__submenu {
  display: block;
}
.ciab-header__menu li:hover li:hover > a:not(.separator):not(.header__langIco) {
  background: #fff !important;
  box-shadow: none !important;
}
.ciab-header__menu li.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .ciab-header__menu li.mobile-only {
    display: block;
  }
}
.ciab-header__menu li > p > a {
  min-height: 0 !important;
  border-top: none !important;
  width: auto !important;
}
.ciab-header__menu li > p > a:first-child {
  margin-left: auto;
}
.ciab-header__menu li > p > a.language {
  width: 24px !important;
  height: 24px !important;
}
.ciab-header__menu__submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 200px;
  background-color: #fafafa;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.15);
  z-index: 1;
  display: none;
}
.ciab-header__menu__submenu.right {
  left: initial;
  right: 0;
}
.ciab-header__menu__submenu a {
  margin: 0;
  padding: 10px !important;
  width: 100%;
  min-height: 48px !important;
  text-align: left !important;
}
.ciab-header__menu__submenu a:hover:not(.separator):not(.header__langIco) {
  background: #fff !important;
}
.ciab-header__menu__submenu a.submenu {
  position: relative;
}
.ciab-header__menu__submenu a.submenu:after {
  content: "" !important;
  position: absolute;
  right: 8px;
  margin-top: 2px;
  color: #cccbc8;
  font-size: 14px;
  font-family: "CGG-icomoon" !important;
}
.ciab-header__menu__submenu a.separator {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: initial !important;
  height: 1px !important;
  max-height: 1px !important;
  min-height: 0 !important;
}
.ciab-header__menu__submenu a.option {
  margin-left: auto;
  margin-right: 5px;
  padding: 0;
  width: auto;
  color: #659d34;
}
.ciab-header__menu__submenu a.option:hover {
  background: none !important;
}
.ciab-header__menu__submenu p {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  height: 48px;
  color: #312f2e;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  outline: none;
  display: flex;
}
.ciab-header__menu__submenu .ciab-header__menu__submenu {
  top: 0;
  left: 100%;
}
.ciab-header__contact {
  height: 40px;
  background: #f3f2ee;
}
@media (max-width: 768px) {
  .ciab-header__contact {
    display: none;
  }
}
.ciab-header__contact .fb-likeshare-load {
  display: flex;
}
.ciab-header__contact .fb__share {
  margin-left: 5px;
  white-space: nowrap;
}
.ciab-header__contact .fb__share .fb__share--button {
  display: inline-block;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  background: #4267b2;
  font-weight: 600;
  font-size: 0.8em;
  color: #fff;
  height: 20px;
  line-height: 20px;
  text-shadow: 0 -1px 0 #354c8c;
  white-space: nowrap;
  padding: 0 5px;
  cursor: pointer;
  border-radius: 2px;
}
.ciab-header__contact .fb__share .fb__share--button:hover {
  color: #fff;
  background: #365899;
  text-decoration: none;
}
.ciab-header__contact .fb__share .fb__share--button:active {
  text-decoration: none;
  background: #577fbc;
}
.ciab-header__contact .fb__share .fb__share--count {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 11px;
  background: #fff;
  border: 1px solid #9197a3;
  color: #4e5665;
  display: inline-block;
  height: 20px;
  line-height: 19px;
  margin: 0 5px 0 5px;
  min-width: 15px;
  padding: 0 3px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  border-radius: 2px;
}
.ciab-header__contact .fb__share .fb__share--count:before {
  position: absolute;
  content: "";
  border-color: transparent #9197a3;
  border-style: solid;
  border-width: 4px 5px 4px 0;
  display: block;
  top: 5px;
  left: -5px;
}
.ciab-header__contact .fb__share .fb__share--count:after {
  position: absolute;
  content: "";
  border-color: transparent #fff;
  border-style: solid;
  border-width: 4px 4px 4px 0;
  display: block;
  top: 5px;
  left: -3px;
}
.ciab-header__contact__left {
  align-items: center;
  display: flex;
}
.ciab-header__contact__right {
  color: #979290;
  font-size: 13px;
  align-items: center;
  display: flex;
}
.ciab-header__contact__right .m-cgg-icon--phone {
  margin-right: 5px;
  background: #155072;
  border-radius: 100%;
  color: #fff;
  padding: 5px;
  font-size: 10px;
}
.ciab-header__contact__right span {
  margin-right: 10px;
}
.ciab-header__contact__right .bold {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.1px;
}
.ciab-header__contact__emaerket {
  margin-right: 20px;
  max-width: 160px;
  color: #979290;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.2;
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .ciab-header__contact__emaerket {
    display: none;
  }
}
.ciab-header__contact__emaerket img {
  margin-right: 10px;
  max-height: 28px;
}
.ciab-header__contact__languages {
  padding-left: 5px;
  border-left: #e7e6e2 2px solid;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ciab-header__contact__languages {
    display: none;
  }
}
.ciab-header__contact__languages a {
  margin-left: 5px;
  margin-top: 6px;
  width: 24px;
  height: 24px;
}
.ciab-header__mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  z-index: 20;
  display: none;
}
@media (max-width: 768px) {
  .ciab-header__mobile-menu {
    display: block;
  }
  .ciab-header__mobile-menu.active {
    width: 100%;
  }
  .ciab-header__mobile-menu.active .ciab-header__mobile-menu__backdrop {
    opacity: 0.6;
  }
  .ciab-header__mobile-menu.active .ciab-header__mobile-menu__menu {
    left: 0;
    transition: left 0.35s ease-in-out;
  }
}
.ciab-header__mobile-menu__backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #312f2e;
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.ciab-header__mobile-menu__menu {
  position: absolute;
  top: 0;
  left: -265px;
  width: 265px;
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  transition: all 0.35s ease-in-out;
}
.ciab-header__mobile-menu__menu nav {
  border-top: 1px solid #e7e6e2;
}
.ciab-header__mobile-menu__menu__container {
  position: absolute;
  width: 100%;
  min-height: 100%;
}
.ciab-header__mobile-menu__menu__container > .userlogin {
  padding: 15px;
  width: 100%;
  background: #fff;
  color: #77aa43;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ciab-header__mobile-menu__menu__container > .userlogin:hover {
  text-decoration: none;
}
.ciab-header__mobile-menu__menu__container > .userlogin .avatar {
  margin-right: 12px;
  width: 60px;
  height: 60px;
}
.ciab-header__mobile-menu__menu__container > .ciab-header__menu__submenu {
  position: absolute;
  top: 0;
  display: block !important;
  left: 100%;
  background: transparent;
  box-shadow: none;
  width: calc(100% - 60px);
  height: 100%;
  list-style: none;
}
.ciab-header__mobile-menu__menu__container > .ciab-header__menu__submenu a {
  margin: 0 20px;
  width: calc(100% - 40px);
  min-height: 48px;
  border-bottom: 1px solid #e7e6e2;
  color: #312f2e;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.ciab-header__mobile-menu__menu .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #cccbc8;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}
.ciab-header__mobile-menu__menu .close-btn:before {
  content: "✕";
}
.ciab-header__mobile-menu__menu .logo {
  margin: 15px;
  max-width: 200px;
  cursor: default;
}
.ciab-header__mobile-menu__menu .logo img {
  width: 100%;
  height: 100%;
}
.ciab-header__mobile-menu__menu .ciab-header__menu {
  position: relative;
  margin-bottom: 150px;
  padding: 0;
  height: auto;
  background: #fff;
  display: flex;
  flex-direction: column;
  z-index: 20;
}
.ciab-header__mobile-menu__menu .ciab-header__menu li, .ciab-header__mobile-menu__menu .ciab-header__menu a {
  width: 100%;
  height: auto;
  flex-flow: row wrap;
  transition: all 0.25s cubic-bezier(0, 1, 0, 1);
}
.ciab-header__mobile-menu__menu .ciab-header__menu li:first-child a {
  border-top: none;
}
.ciab-header__mobile-menu__menu .ciab-header__menu li:hover a.submenu {
  background: transparent !important;
  color: #312f2e;
}
.ciab-header__mobile-menu__menu .ciab-header__menu li:hover li:hover > a {
  background: transparent !important;
}
.ciab-header__mobile-menu__menu .ciab-header__menu li.active {
  background: #fafafa;
}
.ciab-header__mobile-menu__menu .ciab-header__menu li.active > a.submenu:after {
  content: "" !important;
}
.ciab-header__mobile-menu__menu .ciab-header__menu li.active > .ciab-header__menu__submenu {
  max-height: 1000px;
  overflow: visible;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a, .ciab-header__mobile-menu__menu .ciab-header__menu p {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  min-height: 48px;
  color: #312f2e;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #e7e6e2;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a:hover, .ciab-header__mobile-menu__menu .ciab-header__menu a:active, .ciab-header__mobile-menu__menu .ciab-header__menu p:hover, .ciab-header__mobile-menu__menu .ciab-header__menu p:active {
  background: transparent !important;
  color: #312f2e !important;
  text-decoration: none;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a.separator,
.ciab-header__mobile-menu__menu .ciab-header__menu a.notification {
  display: none;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a.secondary {
  color: #979290;
  font-weight: normal;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a.secondary:hover, .ciab-header__mobile-menu__menu .ciab-header__menu a.secondary:active {
  color: #77aa43;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a.userlogin {
  border-top: none;
  display: none;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a.submenu:after {
  content: "" !important;
  position: absolute;
  right: 15px;
  color: #e7e6e2 !important;
  font-size: 20px;
  font-family: "CGG-icomoon" !important;
}
.ciab-header__mobile-menu__menu .ciab-header__menu a.submenu:hover {
  color: #312f2e;
}
.ciab-header__mobile-menu__menu .ciab-header__menu__submenu {
  position: initial;
  margin-left: 24px;
  width: 100%;
  max-height: 0;
  background: transparent;
  box-shadow: none;
  transition: all 0.25s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
  display: block !important;
}
.ciab-header__mobile-menu__menu .ciab-header__menu__submenu a:before {
  content: "•";
  position: absolute;
  top: 0;
  margin-left: -24px;
  margin-right: 12px;
  color: #cccbc8;
  font-size: 28px;
  font-weight: normal;
}
.ciab-header__mobile-menu__menu .ciab-header__menu__submenu a {
  height: auto !important;
  border: none;
  font-weight: normal;
  list-style: none;
  display: list-item;
}
.ciab-header__mobile-menu__menu .ciab-header__menu__submenu li.active {
  margin-left: -24px;
  padding-left: 24px;
  width: calc(100% + 24px);
  background: #f3f2ee;
}
.ciab-header__mobile-menu__menu .ciab-header__contact {
  position: absolute;
  bottom: 10px;
  padding: 0 15px;
  height: auto;
  background: transparent;
  display: block;
}
.ciab-header__mobile-menu__menu .ciab-header__contact__left {
  margin-bottom: 16px;
}
.ciab-header__mobile-menu__menu .ciab-header__contact__right {
  align-items: baseline;
  flex-direction: column;
}
.ciab-header__mobile-menu__menu .ciab-header__contact__right span {
  margin-bottom: 5px;
}
.ciab-header__mobile-menu__menu .ciab-header__contact__right .bold {
  color: #77aa43;
  font-size: 14px;
}
.ciab-header__mobile-menu__menu .ciab-header__contact__right .m-cgg-icon--phone {
  background: #77aa43;
}
