* {
  font-family: Open Sans;
}

html, body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased !important;
}

h1, h2, h3, h4, div, p {
  cursor: default;
}

body.homev7 {
  overflow-x: hidden;
}

.clearfix {
  content: '';
  display: block;
  clear: both;
}

/* NAV */

#header {
  padding: 0px 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

#header.scrolled nav.main-nav.navbar-right {
  margin-top: 15px;
}

#header.scrolled .logo a {
  background-image: url(../img/base/logo-green.svg);
  background-size: cover;
  display: block;
  height: 40px;
  width: 80px;
}

#header.scrolled {
  background: white;
  border-bottom: 1px solid #e5e5e5;
  z-index: 81818181;
}

.logo {
  float: left;
  margin-bottom: 15px;
}

#header.scrolled nav.main-nav.navbar-right .nav-item.last .btn {
  border-color: rgba(0, 0, 0, 0);
  background: #00A485;
  color: white;
}

#header.scrolled nav.main-nav.navbar-right a {
  color: #a2aeae;
}

.scrolled ul.dropdown-menu {
  border-radius: 5px;
  border: 1px solid #dedede;
  background-color: white;
}

.scrolled .open a.dropdown-toggle {
  background-color: white!important;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #00A485!important;
}

.scrolled ul.dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 16px 16px;
  border-color: transparent transparent #dedede transparent;
  position: absolute;
  top: -16px;
  right: 24px;
}

.scrolled ul.dropdown-menu::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent white transparent;
  position: absolute;
  top: -15px;
  right: 25px;
}

.scrolled .btn:hover {
  border-color: #3D807B!important;
  background: #3D807B!important;
  color: white;
}

.scrolled .navbar-toggle .icon-bar {
  background-color: #7F7F7F;
}

body .container_left {
  float: left
}

body .container_right {
  float: right
}

nav#header {
  position: fixed;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 20px;
  z-index: 80;
}

nav#header > .header-container {
  max-width: 1200px;
  margin: 0 auto;
}

nav#header .logo a {
  background-image: url(../img/base/logo-white.svg);
  background-size: cover;
  display: block;
  height: 70px;
  width: 100px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 10px;
}

nav#header.scrolled {
  height: 60px;
  background: white;
  border-bottom: 1px solid #e5e5e5;
  z-index: 81818181;
  transition: 0.3s all ease;
}

#header .logo span {
display: none;
}

nav#header .container_right a {
  display: block;
  line-height: 100px;
  height: 100px;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
}

nav#header.scrolled .container_right a {
  line-height: 60px;
  height: 60px;
  color: #9c9e9f;
}

nav#header #nav-main li {
  display: inline-block;
  list-style: none;
  position: relative
}

nav#header #nav-main li a {
  padding: 0 15px
}

nav#header #nav-main li a.nav-sub-link {
  position: relative
}

nav#header #nav-main li a.nav-sub-link:after,
nav#header #nav-main li a.nav-sub-link:before {
  content: "";
  position: absolute;
  width: 5px;
  background: #a2aeae;
  height: 1px;
  top: 50px
}

nav#header.scrolled #nav-main li a.nav-sub-link:after,
nav#header.scrolled #nav-main li a.nav-sub-link:before {
  top: 30px;
}

nav#header #nav-main li a.nav-sub-link:after {
  transform: rotate(45deg);
  right: 5px
}

nav#header #nav-main li a.nav-sub-link:before {
  transform: rotate(-45deg);
  right: 2px
}

nav#header #nav-main li .nav-sub {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  background: #00a485;
  min-width: 350px;
  width: max-content;
}

nav#header.scrolled #nav-main li .nav-sub {
  top: 60px;
}

nav#header #nav-main li .nav-sub ul {
  padding: 0;
}

nav#header #nav-main li .nav-sub li {
  display: block
}

nav#header #nav-main li .nav-sub li a {
  color: #fff;
  line-height: 60px;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 10px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  font-weight: 600;
  font-size: 14px;
}

nav#header #nav-main li .nav-sub li a:hover {
  background: #009074;
}

nav#header #nav-main li a {
  font-weight: 600;
  outline: none;
}

nav#header #nav-main li a.nav-createAccount {
  padding-left: 0;
}

nav#header #nav-main li .nav-createAccount span {
  border: 3px solid white;
  border-radius: 3px;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  padding: 15px;
}

nav#header.scrolled #nav-main li .nav-createAccount span {
  border: 3px solid #00a485;
  padding: 10px;
  color: #00a485;
}

nav#header #nav-main li .nav-createAccount:hover span {
  border-color: #00a485;
  background: #00a485;
}

nav#header.scrolled #nav-main li .nav-createAccount:hover span {
  color: white;
}

.nav-separator {
  color: white;
}

.nav-sub_lang img {
  width: 23px;
}

.nav-sub_container span {
  width: 55px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
}

nav#header #nav-main li:hover .nav-sub {
  display: block
}

nav#header #nav-main li.nav-sub_lang .nav-sub {
  min-width: 180px;
}

nav#header .logo {
  float: left;
  margin: 5px;
}

nav#header #nav-main > li.hasSub:hover:after {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #00a485;
  position: absolute;
  bottom: 20px;
  right: -4px;
}

nav#header.scrolled #nav-main > li.hasSub:hover:after {
  bottom: 0px;
}

.navbar-toggle .icon-bar {
  transform: none;
  background-color: white;
}

@media screen and (max-width: 1250px) {

  nav#header .container_right a{
      font-size: 12px;
  }
}

@media screen and (max-width: 1210px) {

  #header .container_left {
    display: block;
    margin-left: 2%;
  }

  nav#header .logo a {
    width: 80px;
    position: absolute;
    transform: translateX(-16%);
  }
  body .container_left {
      display: none;
  }
  #nav-main {
    padding-left: 0;
  }
}

@media screen and (max-width: 1100px) {

  nav#header .logo a {
    width: 80px;
    position: static;
    transform: none;
  }
  .navbar-toggle.new-navbar-toggle {
      display: block;
      margin-top: 14px;
  }
  #nav-main {
      display: none;
  }
  nav#header {
      padding: 0!important;
  }
  nav#header #nav-main li a.nav-sub-link:after {
      right: 25px;
  }
  nav#header #nav-main li a.nav-sub-link:before {
      right: 22px;
  }
  #nav-main.nav-visible {
      display: block;
      position: fixed;
      left: 0;
      right: 0;
      top: 60px;
      bottom: 0;
      background: white;
      padding: 0;
      overflow-y: scroll;
      overflow-x: hidden;
  }

  nav#header #nav-main li {
      display: block;
      width: 100%;
      border-bottom: 1px solid #dedede;
  }

  nav#header #nav-main li .nav-sub {
      position: relative;
      top: 0!important;
  }

  nav#header #nav-main li .nav-sub li:last-of-type{
      border-bottom: none;
  }
}

/* FIN NAV */

/* header background */

section.main_on_bg {
  height: 425px;
  padding: 0;
  margin-top: 60px;
  position: relative;
}

section.main_bg {
  height: 425px;
}

section.main_bg.p1 {
  height: 425px;
  background: url(../img/what-is-ab/header.svg) no-repeat;
  background-position-x: center;
  background-size: cover;
}

section.main_bg.p2 {
  height: 425px;
  background: url(../img/what-is-perso/header.svg) no-repeat;
  background-position-x: center;
  background-size: cover;
}

@media screen and (max-width: 1200px) {

  section.main_on_bg {
    height: 300px;
  }

  section.main_bg {
    height: 300px;
  }
}


@media screen and (max-width: 991px) {
  section.main_on_bg {
    height: 230px;
  }

  section.main_bg {
    height: 230px;
  }
}


@media screen and (max-width: 767px) {

  section.main_on_bg {
    height: 230px;
  }
}

/* fin header background */

/* ADOPT */

section#adopt {
  padding: 0;
  height: 350px;
  background: url(https://www.kameleoon.com/img/background_footer.jpg) center;
  background-size: cover;
}

section#adopt::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}

section#adopt > .container {
  display: inline-block;
  vertical-align: middle;
  width: 99.5%;
}

section#adopt h2 {
    margin-bottom: 40px;
    color: white;
    margin-top: 0;
}


#adopt #cta-demo {
  margin: 0;
  border-color: #fff;
  color: white;
  background: transparent;
  text-transform: uppercase;
  display: inline-block;
  transition: .3s;
}

#adopt #cta-demo:hover {
  background-color: #00a485;
  border-color: #00a485;
  text-decoration: none;
}

@media screen and (max-width: 1200px) {

  section#adopt {
    height: 300px;
  }
}

@media screen and (max-width: 992px) {

  section#adopt {
    height: 230px;
  }

  section#adopt h2 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {

  section#adopt {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  section#adopt h2 {
    margin-top: 0;
    font-size: 23px;
  }

  html[lang="RU"] section#adopt h2 {
    margin-top: 0;
    font-size: 19px;
  }

  section#adopt > .container {
    margin: 0;
    width: 98%;
  }
}

/* FIN ADOPT */

/* FOOTER */

footer.footerv2 img {
    max-width: 100%;
}

footer.footerv2 p img {
  height: 20px;
}

footer.footerv2 {
    padding-bottom: 20px;
    background: white;
    padding-top: 40px;
}

footer.footerv2 .footerText {
    font-size: 12px;
    color: #9c9e9f;
    margin-top: 10px;
}

footer.footerv2 .lang a {
    color: #9c9e9f!important;
    font-weight: 700;
    font-size: 12px;
}

footer.footerv2 .lang a:hover {
    color: #00a485!important;
}

footer.footerv2 p.lang {
    color: #9c9e9f;
    font-size: 10px;
}

footer.footerv2 .rsociaux a {
    background: none;
    width: 20px;
    margin-right: 5px;
}

a.footer_subscribe {
    font-size: 10px;
    color: #9c9e9f;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    border: 2px solid #e1e2e2;
    border-radius: 3px;
    padding: 5px;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

a.footer_subscribe:hover {
    color: white;
    border-color: #00a485;
    background: #00a485;
}

footer.footerv2 p.ul_label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

footer.footerv2 li{
    color: #9c9e9f;
    font-weight: 600;
    line-height: 30px;
    font-size: 12px;
}

footer.footerv2 li a {
    line-height: 15px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

footer.footerv2 li a:hover {
    color: #00a485;
}

footer ul {
    padding-left: 0;
}

footer li {
    list-style: none;
}

footer p {
    color: #333333;
    font-weight: 600;
    font-size: 1.1em;
}

footer li a {
    color: rgb(154, 159, 168);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

footer li a:hover {
    color: #23527c;
}

@media screen and (max-width: 1200px) {
  a.footer_subscribe {
      font-size: 8px;
  }
}

@media screen and (min-width: 992px) {
  footer.footerv2 .col-md-2 {
      padding-left: 5px;
      padding-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  footer.footerv2 p img {
    width: 19px;
    height: 18px;
  }
  footer.footerv2 .col-md-2 {
      min-height: 200px;
      margin-bottom: 20px;
      text-align: center;
  }
}

@media screen and (max-width: 767px) {

  footer.footerv2 .col-md-2 {
      min-height: auto;
      margin-bottom: 20px;
  }
}


/* FIN FOOTER */


/* login window */

.modal-open {
    overflow-y: scroll!important;
    padding-right: 0px!important;
}

.modal-open .modal {
    z-index: 81818183!important;
}

.modal-backdrop {
    z-index: 81818182!important;
}

.modal-header {
    background-color: #00A485;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-header button.close {
    color: white;
    opacity: 0.8;
    font-size: 38px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-shadow: none;
    font-weight: 400;
    outline: none;
}

.modal-header button.close:hover {
    opacity: 1;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 1.5em;
}

.modal-body input {
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    padding: 10px 50px;
    margin-bottom: 20px;
}

.modal-footer {
  border-top: 0;
}

.modal-footer input {
    padding: 10px 15px;
    border: none !important;
    background-color: #00A485;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.modal-footer input:hover {
    background-color: #3D807B;
    text-decoration: none;
}

.modal-header h4 {
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase!important;
}

.modal-body input {
    border-radius: 5px;
    border: 1px solid #C7C7C7;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
}

@media screen and (min-width:992px) {
    .modal-body input {
        width: 100%;
    }
}

/* fin login window */


/* ICONS FOR NEW NAV */

@font-face {
  font-family: 'icomoon';
  src:  url('https://www.kameleoon.com/fonts/icomoon.eot?2xl7nd');
  src:  url('https://www.kameleoon.com/fonts/icomoon.eot?2xl7nd#iefix') format('embedded-opentype'),
    url('https://www.kameleoon.com/fonts/icomoon.ttf?2xl7nd') format('truetype'),
    url('https://www.kameleoon.com/fonts/icomoon.woff?2xl7nd') format('woff'),
    url('https://www.kameleoon.com/fonts/icomoon.svg?2xl7nd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transform: scale(3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-toggle .icon-bar {
  transform: none;
}

.icon-icons_badges:before {
  content: "\e92f";
}
.icon-icons_banners:before {
  content: "\e930";
}
.icon-icons_call-to-actions:before {
  content: "\e931";
}
.icon-icons_cart:before {
  content: "\e932";
}
.icon-icons_discover:before {
  content: "\e933";
}
.icon-icons_enjoy:before {
  content: "\e934";
}
.icon-icons_images:before {
  content: "\e935";
}
.icon-icons_links:before {
  content: "\e936";
}
.icon-icons_listen:before {
  content: "\e937";
}
.icon-icons_our-team1:before {
  content: "\e938";
}
.icon-icons_social-proof:before {
  content: "\e939";
}
.icon-icons_testimonials:before {
  content: "\e93a";
}
.icon-icons_texts:before {
  content: "\e93b";
}
.icon-icons_titles:before {
  content: "\e93c";
}
.icon-icons_trust:before {
  content: "\e93d";
}
.icon-icons_check:before {
  content: "\e92d";
}
.icon-icons_cross:before {
  content: "\e92e";
}
.icon-icons_AB-test:before {
  content: "\e900";
}
.icon-icons_analytics:before {
  content: "\e901";
}
.icon-icons_code:before {
  content: "\e902";
}
.icon-icons_convert-visitors:before {
  content: "\e903";
}
.icon-icons_design:before {
  content: "\e904";
}
.icon-icons_engage-customers:before {
  content: "\e905";
}
.icon-icons_generate-qualified-leads:before {
  content: "\e906";
}
.icon-icons_KPI:before {
  content: "\e907";
}
.icon-icons_project-manager:before {
  content: "\e908";
}
.icon-icons_reactive-inactivate-customers:before {
  content: "\e909";
}
.icon-icons_target:before {
  content: "\e90a";
}
.icon-icons_AB-testing-client-side:before {
  content: "\e90b";
}
.icon-icons_AB-testing-full-stack:before {
  content: "\e90c";
}
.icon-icons_agencies:before {
  content: "\e90d";
}
.icon-icons_automobile:before {
  content: "\e90e";
}
.icon-icons_banking-insurance:before {
  content: "\e90f";
}
.icon-icons_boosted-conversion:before {
  content: "\e910";
}
.icon-icons_consulting:before {
  content: "\e911";
}
.icon-icons_content-personalizatio:before {
  content: "\e912";
}
.icon-icons_e-commerce:before {
  content: "\e913";
}
.icon-icons_ebooks-white-papers:before {
  content: "\e914";
}
.icon-icons_email-personalization:before {
  content: "\e915";
}
.icon-icons_increased-engagement:before {
  content: "\e916";
}
.icon-icons_infographics:before {
  content: "\e917";
}
.icon-icons_integrations:before {
  content: "\e918";
}
.icon-icons_jobs:before {
  content: "\e919";
}
.icon-icons_Kameleoon-academy:before {
  content: "\e91a";
}
.icon-icons_lead-generation:before {
  content: "\e91b";
}
.icon-icons_loyalty:before {
  content: "\e91c";
}
.icon-icons_media:before {
  content: "\e91d";
}
.icon-icons_mobile-optimization:before {
  content: "\e91e";
}
.icon-icons_online-courses:before {
  content: "\e91f";
}
.icon-icons_our-team:before {
  content: "\e920";
}
.icon-icons_predictive-targeting:before {
  content: "\e921";
}
.icon-icons_segment-analysis:before {
  content: "\e922";
}
.icon-icons_services:before {
  content: "\e923";
}
.icon-icons_success-stories-ebooks:before {
  content: "\e924";
}
.icon-icons_success-stories:before {
  content: "\e925";
}
.icon-icons_support:before {
  content: "\e926";
}
.icon-icons_technology:before {
  content: "\e927";
}
.icon-icons_travel:before {
  content: "\e928";
}
.icon-icons_videos:before {
  content: "\e929";
}
.icon-icons_visitor-segmentation:before {
  content: "\e92a";
}
.icon-icons_what-is-ab-testing:before {
  content: "\e92b";
}
.icon-icons_what-is-perso:before {
  content: "\e92c";
}

/* ICONS FOR NEW NAV */
