@font-face {
  font-family: 'American Typewriter';
  src: url('fonts/AmericanTypewriterStd-Bold.woff2') format('woff2'),
       url('fonts/AmericanTypewriterStd-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'American Typewriter';
  src: url('fonts/AmericanTypewriterStd-Light.woff2') format('woff2'),
       url('fonts/AmericanTypewriterStd-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'American Typewriter';
  src: url('fonts/AmericanTypewriterStd-Med.woff2') format('woff2'),
       url('fonts/AmericanTypewriterStd-Med.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

body {
  font-size: 18px;
}
._colorGreen {
  color: var(--color-light-green);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--secondary-font);
}

.topImageTitles .topImageTitles__subtitle h2{
  font-family: var(--main-font);
  text-transform: uppercase;
  font-size: 26px;
}

.topImageTitles__subtitle h1 {
  font-family: var(--main-font);
  text-transform: uppercase;
  font-size: 26px;
}

._textCenter {
  text-align: center;
}

._blockCenter {
  margin: 0 auto;

}
._bold {
  font-weight: bold;
}

._contentStyle ul {
  margin-bottom: 20px;
}

._contentStyle li {
  padding-left: 25px;
}

._contentStyle li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-color: var(--color-light-green);
  border-radius: 50%;
}

/*----- header -----*/
/* .fixed-top-header {
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  padding: 20px 0;
  width: 100%;
  top: 0;
  z-index: 1000;
  transition: top 0.4s !important;
  -webkit-transition: top 0.4s !important;
  -moz-transition: top 0.4s !important;
  -ms-transition: top 0.4s !important;
  -o-transition: top 0.4s !important;
}
.fixed-top-header.headerHidden {
  top: -100%;
  transition: top 0.4s !important;
  -webkit-transition: top 0.4s !important;
  -moz-transition: top 0.4s !important;
  -ms-transition: top 0.4s !important;
  -o-transition: top 0.4s !important;
}
.fixed-top-header .header__nav a,
.fixed-top-header .languages {
  font-size: 16px;
  margin: 16px 15px;
  text-transform: uppercase;
} */
.header{
  padding: 0 15px;
  color: #ffffff;
  text-transform: uppercase;
}
.header__logo img {
  background-color: transparent !important;
  width: 100px;
  height: 100px;
  transition: all 0.3s;
}

.header--static {

  position: static;
background: #ffffff;
color: var(--color-green);
padding-top: 0;
    height: 80px;
    display: flex
;
    align-items: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}   

.header--static ._container {
  width: 100%;
}

.header--static .header__logo img {
  width: 70px;
  height: 70px;
  height: auto;
}

.header__cols{
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
  justify-content:space-between;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;
  position: relative;
}
.header__col--menu{
  width: 100%;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  justify-content: center;
  padding: 0 80px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .header__col--menu{
    padding: 0 151px 0 80px;
  }
}

.header__col--lang{
 position: absolute;
 right: 0;
 top: 1px;
 display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
 display:flex;
 -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
 align-items:center;
}

.header__col--logo{
  position: absolute;
  left: 0;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  top: -16px;
}

.header--static .header__col--logo {
  top: -28px;
}

.header ._container {
  max-width: 1360px;
  width: 100%;
}

.header--transparent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  height: 80px;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;
  transition: all 0.3s;
}


  /*.header--transparent--inner:;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
{
  top: 30px;
} */
.header--transparent,
.header--transparent a{
  color: #ffffff;
}

body.scrolled .header--transparent a,
body.scrolled .header--transparent {
  color: #333333;
}

.header__languages .languages {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  font-size: 15px;
}
.header__phone {
  margin-right: 18px;
  padding-right: 18px;
  border-right: 1px solid #ffffff;
  font-size: 14px;
}

body.scrolled .header__phone {
  border-right: 1px solid var(--color-green);
}

.header--static .header__phone {
  border-right: 1px solid var(--color-light-green);
}

.header__languages .languages li {
 margin: 0 7px;
 position: relative;
}

.header__languages .languages li.active:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: -3px;
  left: 0;
  height: 1px;
  background-color: #ffffff;
}


.header__nav ul{
  display: flex;
  -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
  justify-content:center;
}
.header__nav a{
  display: block;
  margin: 20px 15px;
  position: relative;
}
.header__nav a:after{
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;

}
.header__nav li:hover a:after{
  width: 100%;
}

body.scrolled .header{
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
      align-items: center;
      background-color: #ffffff;
      height: 80px;
      top: 0;
      color: var(--color-green);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08); 
}

body.scrolled .header ._container{
  width: 100%; 
}

body.scrolled .header .header__col--logo {
  top: -28px;
}

body.scrolled .header .header__col--menu {
}

body.scrolled .header .nav ul li a {
  color: #333333;
}

body.scrolled .header__logo img {
  width: 70px;
  height: 70px;
  transition: all 0.3s;
}

/* body.scrolled .header--transparent {
  background: #ffffff;
  color: var(--color-green);
  padding-top: 0;
  height: 120px;
  display: flex
  ;
  align-items: center;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
  
  body.scrolled .header--transparent ._container {
    
  } */

  .header__logo {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    transition: all 0.3s;
  }

  .logo_cover {
    position: absolute;
    top: 0;
    left: 0;
  }

  .logo_cover.logo_scrolled {
    opacity: 0;
  }

  body.scrolled .logo_cover.logo_scrolled {
    opacity: 1;
  }

  body.scrolled .logo_cover.logo_top {
    opacity: 0;
  }

/*------ nav ------*/
.nav{
  display:inline-block;
}
.nav ul li{
  cursor: pointer;
  display:inline-block;
  position:relative;
  vertical-align:middle;
}
.nav ul li:not(:first-child){
  margin-left: 15px;
}
#content-home .nav ul li {
  /* margin: 0 13px !important; */
}
@media(max-width: 1180px) {
  .nav ul li:not(:first-child){
      margin-left: 5px;
  }
 
}
.nav ul li a{
  display:inline-block;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-family-sans);
  font-size: 13px;
  margin: 0;
  letter-spacing: 1px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
}
@media(max-width: 1100px) {
  .nav ul li a{
    font-size: 12px;
  }
}

.nav ul li a:after{
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  width: 0;
  transition: width 0.2s;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  -ms-transition: width 0.2s;
  -o-transition: width 0.2s;
  left: 0;
  bottom: -2px;
}

.header--static .nav ul li a:after,
body.scrolled  .nav ul li a:after{
  background-color: #333333;
}

body.scrolled  .nav ul li a:after{
 /* display: none; */
}

.nav ul li a:hover:after{
  width: 100%;
}

body.scrolled  .nav ul li a {
  padding: 0;
}


.header__menu .nav ul ul,
#content-home .header__menu .nav ul ul{
  display: flex;
  flex-direction: column;
  position: absolute;
  color: #333333;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  width: fit-content;
  box-shadow: 0 0 1em #3333334d;
  -webkit-box-shadow: 0 0 1em #3333334d;
  -moz-box-shadow: 0 0 1em #3333334d;
  margin-top: 18px;
  background: #fff;
  padding: 0 !important;
}
.header__menu .nav ul ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
  top: -7px;
  left: 12px;

}

.nav ul li ul li:hover {
  background-color: var(--color-bg);
}

body.scrolled .nav ul  ul, 
.header.header--normal .nav ul  ul {
  right: 0;
}

body.scrolled .nav ul li ul li a:hover, 
.header.header--normal .nav ul li ul li a:hover {
  text-decoration: none;
}

body.scrolled .nav ul ul:before,
.header.header--normal .nav ul ul:before {
  left: unset;
  right: 12px;
}

.nav ul li ul li a:after {
  display: none;
}

.header__menu .nav ul ul:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
}
.header__menu .nav ul li:hover ul,
#content-home .header__menu .nav ul li:hover ul {
  opacity: 1;
  pointer-events: initial !important;
}

.header__menu .nav ul ul li,
#content-home .header__menu .nav ul ul li{
  color: #333;
  margin: 0 !important;
  text-align: center;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  transition: background-color 0.3s ;
  -webkit-transition: background-color 0.3s ;
  -moz-transition: background-color 0.3s ;
  -ms-transition: background-color 0.3s ;
  -o-transition: background-color 0.3s ;
}

.header__menu .nav ul ul li:hover,
 #content-home .header__menu .nav ul ul li:hover {
  background-color: #d1e9e1;

}
.header__menu .nav ul ul li a{
 margin: 0;
 text-align: left;
 width: 100%;
 white-space: nowrap;
 padding: 12px 10px;
 color: #333333;
}

.header__navListItem .languages {
  position: absolute;
  top: 33px;
  right: 0;
  background-color: #ffffff;
  padding: 0;
  color: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: 0 0 1em #3333334d;
  box-shadow: 0 0 1em #3333334d;
}

.header__navListItem .languages:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
  top: -7px;
  right: 6px;
}

.header__navListItem .languages:before {
  position: absolute;
  content: "";
  top: -20px;
  height: 20px;
  width: calc(100% + 20px);
  left: -20px;
}

.header__navLanguages {
  text-transform: uppercase;
    font-weight: 500;
    font-family: var(--font-family-sans);
    font-size: 13px;
    letter-spacing: 1px;
}

.header__navListItem:hover  .languages {
  opacity: 1;
  pointer-events: initial;
}

.header__navListItem .languages .active {
  display: none;
}

.header__navListItem {
  position: relative;
 
}
body.scrolled .header__navListItem {
  color: #333333;
}


.languages a {
  color: #333;
}



.languages li {
  padding: 10px;
  background-color: transparent;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
}

.languages li:hover {
  background-color: #d1e9e1;
}

/*----- topImage -----*/
.topImage{
  position:relative;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;

  background-color: #d1d1d1;
  /* color:#ffffff; */
  padding:0;
  min-height:500px;
  height: 500px;
  height: 80vh;
  text-align:center;
}

#branch .topImage {
  /* height: 70vh;
  min-height:600px; */
}
.topImage__content{
  position:absolute;
  z-index: 20;
  color: #ffffff;
  height: 100%;
  padding: 80px 0 6vh;
  width: 100%;
  
  /* padding-bottom: 155px; */
}
.topImage__content.topImage__content--short {
padding: 70px 0 70px;
}

.topImage__content ._container {
  height: 100%;
  width: 100%;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
    flex-direction: column;
    justify-content: flex-end;
}

.topImageIcon{
  font-size: 20px;
  line-height: 1.8;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.topImageIcon img {
  position: relative;
  z-index: 10;
}

.topImageIconBranch {
  width: 220px;
  height: auto;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.topImageIconBranch img,
.topImageIconBranch picture {
  height: 100%;
  max-height: 150px;
  width: auto;
}

.topImage .cycle-slideshow,
.topImage__image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%; 
}
.topImage__image{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.topImage__title{
  font-size:42px;
  text-transform: uppercase;
}

.topImage:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  background-color: #0000001f
}

.topImage--shadow:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 50%;
  background: rgba(0,0,0,0.22);
  z-index: 10;
  background: linear-gradient(0deg, rgba(0,31,70,1) 0%, rgba(0,31,70,1) 20%, rgba(0,31,70,0.9122242647058824) 36%, rgba(0,31,70,0.7721682422969187) 52%, rgba(0,31,70,0.1419161414565826) 90%, rgba(0,31,70,0) 100%);  pointer-events: none;
}

#content-home .topImage--shadow:before {
  height: 384%;
  background: rgba(0,0,0,0.22);
  background-position: center 100%;
  background: radial-gradient(circle, rgba(0,31,70,0) 0%, rgba(0,31,70,0.3883928571428571) 63%, rgba(0,31,70,1) 81%, rgba(0,31,70,1) 89%, rgba(0,31,70,1) 95%, rgba(0,31,70,1) 100%); 

}

#content-about .topImage--shadow:before {
  background: transparent;

}

/* #content-home .topImage--shadow:before,
#content-home .topImage--shadow:after {
  background-color: transparent;
  background: transparent;
} */

.topImage--full{
  min-height: 800px;
  height: 600px;
  height: 100vh;
}
.topImage--overlay:before{
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color:rgba(0,0,0,0.3);
}
.topImage--overlayCustom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 20%) -120%, transparent 90%);
}

.topImageTitles {
  flex-grow: 1;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.topImage__content--short .topImageTitles {
  padding-top: 0;
}

.topImageTitles__title {
  font-size: 80px;
  color: #ffffff;
  font-family: var(--secondary-font);
}

#content-beginners .topImageTitles__title {
  max-width: 975px;
  margin: 0 auto;
}

.topImageTitles__subtitle  {
  font-size: 26px;
  margin-top: 25px;
}



.topImageTitles__name {
  font-size: 40px;
}

.topImageTitles img {
  object-fit: contain;
}

#content-home .topImageTitles img {
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
}

/*--------- _video ---------*/
._video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%; }

._video video {
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover; }



/*----- pageTitles -----*/

.pageTitles{
  line-height: 1.2;
  padding-bottom: 25px;
}
.pageTitles__title {
  font-size: 38px;

}
.pageTitles__subtitle {
  font-size: 30px;
}

.pageTitles__blockTitle {
  font-size: 24px;
    margin: 20px 0 10px;
    color: var(--color-light-green);
}


._btn {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-box-align:center;
    -moz-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -moz-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 17px;
    background-color: var(--color-light-green);
    color: #fff !important;
    text-transform: uppercase;
    width: fit-content;
    min-width: 180px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    cursor: pointer;
    text-align: center;
    line-height: 1.2;
}

._btn--dark {
  background-color: var(--color-green);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

._btn--white {
  background-color: #ffffff;
  color: var(--color-light-green) !important;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

._btn:hover {
  background-color: #1d7e62;
}

._btn--white:hover {
  background-color: #5db098;
  color: #fff !important;
}
._btn--dark:hover {
  background-color: #1d7359;
}

.centersBlock ._btn:hover {
  background-color: var(--color-green);
}

.videoBtn svg {
  width: 20px;
    height: 20px;
    margin-left: 20px;
}

.contentTopBlue {
  background-color:  #001f46;
  color: #fff;
  text-align: center;
}

.pageContent {
  font-size: 18px;
  max-width: 1000px;
  margin: 50px auto 0;
}


.adventureBlock {
  background-image: url(images/waves.png);
  background-repeat: repeat-x;
  background-size: auto 470px;
  background-position: 100% 68.5%;
}


.adventureBlock__list {
  
    background-color: #25a27e;
    background-image: url('images/adventureBlockCover.png');
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 50px 50px 30px;
    padding: 100px 50px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    justify-content: flex-end;
    color: #ffffff;
    min-height: 570px;
    border-radius: 20px;
    font-size: 16px;
    line-height: 21px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.adventureBlock__list ul {
  width: 45%;
}

.adventureBlock__list ul li {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
      position: relative;
      margin-bottom: 40px;

}
.adventureBlock__list ul li h4{
  font-weight: bold;
  font-family: var(--main-font);
  margin-bottom: 8px;
}
.adventureBlock__list ul li img {
  width: 80px;
  height: 84px;
  position: absolute;
  object-fit: contain;
  object-position: center;
  left: -90px;
  top: -6px;
}

.adventureBlock__list p:not(:last-child) {
  margin-bottom: 14px;
}
.centersBlock {
  background: rgb(39,163,127);
  background: radial-gradient(circle, rgba(39,163,127,1) 0%, rgba(7,76,55,1) 100%);
  overflow: hidden;

  color: #ffffff;
}



.centersBlock__map {
  min-height: 530px;
  min-width: 720px;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;
  flex-grow: 1;
    justify-content: center;
}

.mapMorocco{
  position: relative;
  pointer-events: none;
}

.mapMorocco:after {
  /* position: absolute;
    width: 489px;
    content: "";
    height: 351px;
    background-image: url(/templates/images/morocco.png);
    background-repeat: no-repeat;
    bottom: -253px;
    z-index: 0;
    background-size: contain;
    right: 184px; */

    position: absolute;
    width: 380px;
    content: "";
    height: 600px;
    background-image: url(/templates/images/morocco.svg);
    background-repeat: no-repeat;
    bottom: -500px;
    z-index: 0;
    background-size: contain;
    right: 231px;
}
.centersBlock__map svg {
  height: 100%;
  width: 100%;
}

.centersBlock__data {
  width: 40%;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.mapPointer {
  position: absolute;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
      justify-content: flex-end;
      position: relative;
  pointer-events: none;
}

.mapPointer svg{
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: 60px;
  right: 80px;
}

.centersBlock__data * {
  position: relative;
  z-index: 1;
}

.centersBlock__data:before {
  background-image: url(images/star-white-big.png);
  position: absolute;
  content: "";
  background-size: contain;
  width: 1110px;
  height: calc(100% + 400px);
  top: -174px;
  left: -600px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.071;

}

.centersBlock__data ._btn {
  margin-top: 30px;
}

.centersBlock__map svg path {
  fill: var(--color-light-green);
}

.branchInfoPopupCover {
  position: absolute;
  /* top: 0;
  right: 0; */
  background: #ffffff;
  padding: 10px 17px 15px;
  border-radius: 12px;
  color: var(--color-light-green);
  display: none;
  width: 176px;
  border: 2px solid #25a27e;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  filter: drop-shadow(0px 7px 10.5px rgba(0,0,0,0.23));

}
.branchInfoPopup {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  flex-direction: column;
  justify-content: center;
}

.branchInfoPopup a:hover {
text-decoration: underline;
}


.branchInfoPopupCover .closeBranch {
  position: absolute;
  right: -13px;
  top: -13px;
  border: 1px solid #ffffff;
  background-color: var(--color-light-green);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.branchInfoPopup img {
  max-width: 100px;
  margin: 0 auto 10px;
  height: 65px;
  object-fit: contain;
}

.branchInfoPopup h3 {
  font-family: var(--main-font);
  margin-bottom: 5px;
}

.branchInfoPopup p {
  font-family: var(--main-font);
  color: #333333;
  font-size: 12px;
}

.branchInfoPopupCover .closeBranch:after { position: absolute; content: "";
  width: 14px;
  height: 2px;
  top: 11px;
  right: 5px;
  background-color: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg);
}

.branchInfoPopupCover .closeBranch:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 2px;
  top: 11px;
  right: 5px;
  background-color: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.experienciasBlock h4 {
  font-family: var(--main-font);
    text-transform: uppercase;
    margin-bottom: 35px;
    color: var(--color-green);
}

.experiencesList {
  width: 100%;
  width: 100vw;
  margin: 0 -15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.experiencesList.experiencesList--branch {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
  flex-wrap:wrap;
  width: 100vw;
  margin: 50px -15px 0;
}

.experiencesList.experiencesList--branch.experiencesList--narrow {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1200px;
}

.experiencesList.experiencesList--branch .col-complete {
  width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.experiencesList.experiencesList--branch .col-half {
  width: 49%;
  margin: 0 auto;
  
}
.experiencesList.experiencesList--branch .col-third {
  width: 33.33333%;
  height: 350px;
}

.experiencesList.experiencesList--branch .col-four {
  width: 25%;
  height: 350px;
  
}

.experiencesList.experiencesList--branch .col-five {
  width: 33.33333%;
  height: 350px;
}
.experiencesList.experiencesList--branch .col-five:nth-last-of-type(-n+2) {
  width: 50%;
  height: 350px;
}

.experiencesList.experiencesList--branch .col-seven {
  width: 25%;
  height: 350px;
}
.experiencesList.experiencesList--branch .col-seven:nth-last-of-type(-n+3) {
  width: 33.33333%;
  height: 350px;
}

.experiencesList.experiencesList--branch .col-ten {
  width: 33.33333%;
  height: 350px;
}
.experiencesList.experiencesList--branch .col-ten:nth-of-type(4),
.experiencesList.experiencesList--branch .col-ten:nth-of-type(5),
.experiencesList.experiencesList--branch .col-ten:nth-of-type(6),
.experiencesList.experiencesList--branch .col-ten:nth-of-type(7) {
  width: 25%;
  height: 350px;
}

.experiencesList.experiencesList--branch .col-ten:nth-last-of-type(-n+3) {
  width: 33.33333%;
  height: 350px;
}


#content-home .experiencesList {
   margin: 60px -15px 30px;
}

.experiencesList a{
    display: block;
    padding-top: 73%;
    position: relative;
    background-position: center;
    background-size: cover;
    transition: filter 0.3s ;
    -webkit-transition: filter 0.3s ;
    -moz-transition: filter 0.3s ;
    -ms-transition: filter 0.3s ;
    -o-transition: filter 0.3s ;
}

.experiencesList.experiencesList--branch a {
  padding-top: 0;
  height: 300px;
}
.experiencesList a:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}
.experiencesList a:after{
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: #00000066;
    position: absolute;
    top:0;
    left: 0;
}
.experiencesList a h5 {
  position: absolute;
  top: 50%;
  left: 5%;
  text-align: center;
  width: 90%;
  color: #ffffff;
  z-index: 10;
  transform: translateY(-50%);
  font-size: 24px;
}

.experienceBlock {
  /* background: rgb(39, 163, 127);
    background: radial-gradient(circle, rgba(39, 163, 127, 1) 0%, rgba(7, 76, 55, 1) 100%);
    overflow: hidden;
    color: #ffffff; */
    /* padding-bottom: 300px; */
}
.blockUp {
  /* margin-top: -330px */
}

.zonesBlock {
  position: relative;
  z-index: 10;
}

.zonesBlock__inner {
  margin: 30px 0;
  background-color: #0b5e44;
  color: #fff;
  border-radius: 20px;
  padding: 140px 80px;
  background-image: url(images/practices-fondo.jpg);
  background-position: center;
    background-size: cover;
}

.zonesBlock__inner ._grid {
  grid-template-columns: 1fr 220px;
  grid-gap: 50px;
  margin-top: 50px;
}

.zonesBlock__text {
  max-width: 550px;
    margin: 0 auto;
}

.zonesBlock__text ._btn {
  margin-top: 35px;
  min-width: 250px;
}

.zonesBlock__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 30px;
}

.zonesBlock__list-item {
  text-align: center;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;
 -webkit-box-pack:flex-start;-moz-box-pack:flex-start;-webkit-justify-content:flex-start;-ms-flex-pack:flex-start;
 justify-content:flex-start;
  padding: 25px 30px;
  font-family: var(--main-font);
      flex-direction: column;
}

.zonesBlock__list-item h5{
  text-transform: uppercase;
  font-family: var(--main-font);
  margin-bottom: 5px;
  line-height: 1.3;
}

.practicesBlock {
  padding-top: 360px;
  padding-bottom: 150px;
  margin-top: -285px;
  background-color: var(--color-light-green);
  color: #fff;
}


.practicesBlock__inner {
  display: grid;
  grid-template-columns: 1fr 320px 1fr;
}

.practicesBlock__image {
  min-height: 340px;
}

.practicesBlock__text {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
      flex-direction: column;
      justify-content: center;
}
.practicesBlock__text h3 {
max-width: 400px;
}

.practicesBlock__buttons {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
      flex-direction: column;
      justify-content: center;
      -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
      align-items:center;
}

.practicesBlock__buttons ._btn {
  width: 250px;
}


.practicesBlock__buttons-title {
  text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.3;
}

.zonesBlock__buttonsCover {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
  justify-content:center;
}

.zonesBlock__buttonsCover a {
  margin: 0 10px;
}

.zonesBlock__buttons {
  display: flex
;
    flex-direction: column;
}

.zonesBlock__buttons ._btn {
  width: 100%;
  margin-top: auto;
}

.leadform__ajaxContainer{
  position: relative;
}

.leadform__field--submit{
  margin-top: 20px;
}

.leadform__field--submit ._btn {
  width: 100%;
}

.leadform__loader{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.7);
}
.leadform__loader img{
  position: absolute;
  top: 50%;
  left: 50%;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#modalForm .thanks-container{
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255,255,255,0.025);
}
.thanks-title{
  font-size: 30px;
}
.thanks-subtitle{
  padding-top: 15px;
}

/*--- form errors ---*/
input.error,
input.error ~ .checkbox__checkmark{
  background-color: #ffe0e0;
}
.leadform__errors {
  display: none;
  color: #ea4848;
  font-size: 14px;
  padding-top: 20px;
}
.leadform__errors p:not(:last-child) {
  margin-bottom: 15px;
}
.leadform__errors.-active-{
  display: block;
}

/* Firefox overrides */
:not(output):-moz-ui-invalid {
  -moz-box-shadow: none;
       box-shadow: none;
}
:not(output):-moz-ui-invalid:-moz-focusring {
  -moz-box-shadow: none;
       box-shadow: none;
}
.leadformTitles__title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#content-contact  .leadformTitles__title {
  font-size: 16px;
  line-height: 25px;
  text-transform: none;
}

.leadformTitles__subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  margin-bottom: 25px;
}

.leadform__container {
  width: 347px;
  padding: 30px;
  border-radius: 10px;
    filter: drop-shadow(0px 16px 21.5px rgba(0, 0, 0, 0.19));
    background-color: #ffffff;
    border: 0px solid #000100;
}

.leadform__container input, .leadform__container select,.leadform__container textarea {
  background-color: #eef9f5;
  margin-bottom: 10px;
  color: var(--color-light-green);
  
}



.leadform__container select {
  border-radius: 10px;
    height: 53px;
    padding: 27px 15px 10px;
    font-size: 14px;
    line-height: 1.2;
}


.leadform__container input:focus, .leadform__container select:focus,.leadform__container textarea:focus,.leadform__container .checkbox__checkmark:focus{
  /* background-color: #343333; */
  /* color: #000000; */
}

.leadform__field--checkbox .checkbox__checkmark {
  background-color: #eef9f5;
}

.leadform__field--checkbox,
.leadform__field--submit {
  height: fit-content;
  margin: 0 !important;
}

.checkbox {
  margin: 0;
}

.leadform__container input,
.leadform__container textarea {
  padding: 27px 15px 10px;
  border-radius: 10px;
  font-size: 14px;
}

.leadform__container textarea {
  min-height: 140px;
  resize: none;
}

.leadform__container ::-webkit-input-placeholder { /* Edge */
color: #000;
}

.leadform__container :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #000;
}

.leadform__container ::placeholder {
color: #000;
}

/*--- Custom Checkbox --- */
.checkbox {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 0 20px;
}

/* Hide the browser's default checkbox */
.checkbox__legal {
  position: absolute;
  left: -999999px;
  opacity: 0;
  -webkit-appearance: checkbox;
}
.checkbox__label{
  display: block;
  cursor:pointer;
}
.checkbox__text{
  display: block;
  padding-left: 10px;
  font-size: 14px;
  line-height: 20px;
}

/* Create a custom checkbox */
.checkbox__checkmark {
  position: relative;
  display: block;
  height: 20px;
  width: 20px;
  /* border: 1px solid #bdbdbd; */
  cursor: pointer;
  transition: 0.2s all;
}
.checkbox__checkmark svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  fill: #4a6d4a;
  width: 70%;
  height: 70%;
  transition: 0.2s all;
}
.checkbox__checkmark:before{
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  background-color: #ffffff;
  opacity: 0;
  transition: 0.2s all;
}
#checkbox__textLink{
  vertical-align: bottom;
  text-decoration: underline;
}

/* Show/hide the checkmark when checked */
.checkbox input:not(:checked) ~ .checkbox__label .checkbox__checkmark svg {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  
}
.checkbox input:checked ~ .checkbox__label .checkbox__checkmark svg {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  fill: var(--color-light-green);
}

.checkbox__legal.error ~ .checkbox__label .checkbox__checkmark{
  border-color: rgb(185, 74, 72);
}

.leadform__field {
  position: relative;
}

.leadform__field label:not(.checkbox__label) {
    position: absolute;
    top: 21px;
    left: 15px;
    transition: all 0.3s ;
    -webkit-transition: all 0.3s ;
    -moz-transition: all 0.3s ;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    font-family: var(--secondary-font);
    color: var(--color-green);
}

.leadform__field label:not(.checkbox__label).isUp {
  font-size: 10px;    
  top: 13px;
}

.leadform__field--select label {
  font-size: 10px;
  top: 13px !important;
}
.contactBlock {
  padding-top: 180px;
  padding-bottom: 160px;
  background-image: url(images/contacta-fondo.png);
  background-position: center;
    background-size: cover;
    min-height: 795px;
}

#content-contact .contactBlock {
  padding-top: 120px;
}

.contactBlock__inner {
  display: grid;
  grid-template-columns: 1fr 347px;
}

.contactBlock__text .pageTitles__title {
  color: var(--color-light-green);
  margin-bottom: 10px;
  margin-top: 10px;
}

.contactBlock__textCover {
  max-width: 450px;
}

/*----- bannerImages -----*/
.banner--logos {
  padding-left:0;
  padding-right:0;
  display: none;
}
.banner--logos--fixed {
  display: block;
}

.banner--logos--fixed ._flex {
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
  justify-content:space-between;
  grid-gap: 10px;
  
}

@media(max-width: 1700px) {
  .banner--logos {
    display: block;
  }
  .banner--logos--fixed {
    display: none;
  }
}
.bannerImages {
    text-align: center;
    position: relative;
		/* padding-top: 30px; */
}
.bannerImages::before, 
.bannerImages::after {
    content: '';
    position: absolute;
    top: 0;
    width: 100px; /* Ajusta este valor para modificar el ancho del difuminado */
    height: 100%;
    z-index: 2; /* Asegura que el gradiente esté sobre la imagen */
    pointer-events: none; /* Evita que interfiera con la interacción del usuario */
}

/* Difuminado en el borde izquierdo */
.bannerImages::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255, 1), rgba(255,255,255, 0));
}

/* Difuminado en el borde derecho */
.bannerImages::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255, 1), rgba(255,255,255, 0));
}
.bannerImages__img {
    display: inline-block;
    max-width: 150px;
    width: auto !important;
    padding: 10px;
}
.bannerImages__img img {
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    box-sizing: border-box;
    height: 150px;
    object-fit: contain;
    object-position: center;
}

.footer {
  background: var(--color-green);
  color: #ffffff;
  padding-bottom: 0;
}

.footer__grid {
  display: grid
  ;
      grid-template-columns: 130px 200px 1fr;
      grid-gap: 30px;
}


.footer__info-text {
  margin-top: 10px;
}

.footer__phone {
  margin-bottom: 16px;
}

.footer__phone a,
.footer__email a{
  font-weight: bold;
} 

.footer__menu {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-top: 10px;
  grid-gap: 15px;
}
.footer__menu li{
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 16px;
}
.footer__menu ul:nth-child(2){
column-count: 2;
column-gap: 15px;
}

.footer__menu a:hover {
  text-decoration: underline;
}

.footer__center {
  padding-top: 40px;
  background: var(--color-light-green);
  margin: 0 -15px;
}


@media(max-width: 1200px) {
  .footer__grid {
  grid-template-columns: 100px 200px 1fr;
  grid-gap: 24px;
  }

  .footer__logo img {
    width: 100px;
  }
}

.rrss {
  margin-top: 20px;

}

.rrss__link {
 display: inline-block;
 margin: 0 8px 0 0;
 border-radius: 50%;
 background-color: var(--color-light-green);
 width: 48px;
 height: 48px;
 padding: 10px;
 transition:transform 0.3s;
 -webkit-transition:transform 0.3s;
 -moz-transition:transform 0.3s;
 -ms-transition:transform 0.3s;
 -o-transition:transform 0.3s;
}

.rrss__link a {
  display: flex
  ;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
}
.rrss__link svg{
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #ffffff;
  transition: 0.3s all;
  stroke-width: 31px;
}

.rrss__link:hover {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.footer__top {
  font-size: 14px;
  padding-bottom: 40px;
}

.footer__bottom {
  background: var(--color-light-green);
  padding: 40px 0;
  margin: 0 -15px;
  text-align: center;

}

.postFooter__item {
  padding: 0 20px;
  font-size: 14px;
}

.postFooter__item:not(:last-child) {
  border-right: 1px solid #53d7b1;
}

.postFooter__item a:hover {
  text-decoration: underline;
}

.videoBlock { border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;
  overflow: hidden;
}

.videoBlock ._grid {
  grid-gap: 40px
}
.featuresCover {
  color: #fff;
  border-radius: 20px;
  padding: 100px 80px;
  background-image: url(images/zonas-fondo.jpg);
  background-position: center;
  background-size: cover;
  margin:60px auto 0;
}

.features {
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    -webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;
    flex-wrap:wrap;
    flex-direction: column;
}
.featureSpace {
  flex-grow: 1;
    border-bottom: dotted;
    margin: 0 4px 2px 4px;
}

.feature {
  padding: 0 0 10px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff83;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-pack:space-between;-moz-box-pack:space-between;-webkit-justify-content:space-between;-ms-flex-pack:space-between;
  justify-content:space-between;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;

  
}

.feature--full {
  width: 100%;
  text-transform: uppercase;
  
}
.feature__value {
  margin-left: auto;
}
.feature--full .feature__value {
  width: 100%;

}

.feature__label {
  width: fit-content;
  font-weight: bold;
}

.feature__icon {
  width: 35px;
  margin-right: 20px;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
}

.feature__icon svg {
  width: 100%;
  height: fit-content;
}

.iframeContainer {
  width: 100%;
}

.iframeContainer iframe {
  width: 100%;
}

.attachemntBlock__buttons {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
  justify-content:center;
  margin-top: 40px;
}
.attachemntBlock__buttons a {
  margin: 0 10px;
  min-width: 220px;
}

.branchesList {
  grid-gap: 20px;
}

.branchesList__item {
 position: relative;
 padding-top: 60%;
 background-color: #f7f7f7;
 background-position: center;
 background-size: cover;
 color: #ffffff;
 transition:all 0.3s ;
 -webkit-transition:all 0.3s ;
 -moz-transition:all 0.3s ;
 -ms-transition:all 0.3s ;
 -o-transition:all 0.3s ;
}
.branchesList__item:after {
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  background-color: #0000004a;
  position: absolute;
  top: 0;
  left: 0;
}

.branchesList__item:hover {
  filter: brightness(1.3);
}

.branchesList__link {
  position: absolute;
  z-index: 10;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
    display:flex;
    flex-direction: column;
    -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
    justify-content:center;
}
.branchesList__title {
  font-size: 28px;
  margin-bottom: 10px;
}
.greenStarInfoBlock__data {
  /* padding-right: 25%; */
  /* position: relative; */
}

.greenStarInfoBlock__data h3 {
  margin: 30px auto 0;
  max-width: 300px;
  font-size: 26px;
}

.greenStarInfoBlock__text {
  position: relative;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  flex-direction: column;
}

.greenStarInfoBlock__text ._contentStyle {
  margin-bottom: 20px;
}

.greenStarInfoBlock__btn {
  margin-top: auto;
}

.greenStarInfoBlock__text--centered {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.greenStarInfoBlock__text--centered .greenStarInfoBlock__btn {
  margin: 30px auto 0;
}

.greenStarInfoBlock__data:before {
  background-image: url(images/star-green-big.png);
  position: absolute;
  content: "";
  background-size: contain;
  width: 600px;
  height: 500px;
  top: -100px;
  left: -50%;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.071;
  transform: rotate(92deg);
}

.branchVideo,
.experienceVideo {
  border-radius: 20px;
  overflow: hidden;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  cursor: pointer;
}

.branchVideo {
  height: 320px;
  width: 100%;
}

.branchVideo video,
.experienceVideo video{
  object-fit: cover;
}

.branchVideo__cover {
  width: 100%;
    height: auto;
    object-fit: cover;
}


.servicesBlock {
  position: relative;
  z-index: 10;
}

.servicesBlock__inner {
  margin: 30px 0;
  background-color: #0b5e44;
  color: #fff;
  border-radius: 20px;
  padding: 100px 80px;
  background-image: url(images/services-fondo.jpg);
  background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.servicesBlock__inner ._grid {
  position: relative;
  z-index: 1;
}

.servicesBlock__inner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top:0;
  background-color: #0000004a;
}

.servicesBlock__text {
  max-width: 300px;
  margin: 30px auto 0;
  font-size: 19px;
}
.servicesBlock__text p{
margin-bottom: 12px;
line-height: 1.2;
}

.servicesBlock__list ul {
  column-count: 2;
  max-width: 700px;
  margin: 30px auto 0;
}

.servicesBlock__list ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 19px;
  line-height: 1.2;
}

.servicesBlock__list ul li:before {
  position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 7px;
    border-radius: 50%;
    background-color: #ffffff;
  
}

.mapBlock__map {
  background-color: #f7f7f7;
  margin: 0 -15px;
  overflow: hidden;
}


/*
==========================================================================
08. Popup
==========================================================================
*/
.popupCustomOverlay{
  display:none;
  position: fixed;
  z-index:2000;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.popupCustom{
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
  box-shadow: 2px 2px 4px 1px rgba(0,0,0,.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:2001;
  padding: 50px 8px 20px 20px;
  background-color: #ffffff;
  border-radius: 3px;
  max-width: 90%;
  max-height: 90%;
  color: #000000;
}
.popupCustom.popupCustom--open{
  display:-webkit-box !important;
  display:-moz-box !important;
  display:-ms-flexbox !important;
  display:-webkit-flex !important;
  display:flex !important;
}
.popupCustom__close{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0px;
  line-height: 0;
  cursor: pointer;
  height:15px;
  width:15px;
}
.popupCustom__container{
  overflow: auto;
  padding-right: 20px;
}
.popupCustom__title h1{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/*----- category-news -----*/
.publishOverview{
  padding: 80px 20px;
}
.publishOverview__article--hover .publishOverview__pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.publishOverview__article--hover:hover .publishOverview__pic picture{
  -webkit-transform: translate(-50%, -50%) scale(1.03);
  -ms-transform: translate(-50%, -50%) scale(1.03);
  -o-transform: translate(-50%, -50%) scale(1.03);
  transform: translate(-50%, -50%) scale(1.03);
}
.publishOverview__pic{position: relative; overflow: hidden;border:1px solid #dddddd;border-radius:3px;overflow:hidden;}
.publishOverview__pic > :first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  transition: 0.2s all;
}


.publishOverview__info{padding-top:20px;}
.publishOverview__title{font-size:23px;
  color: var(--color-green);
  height:82px;
  margin-bottom:10px;
  overflow:hidden;
}
.publishOverview__date,
.featuredNews__date{
display: block;
  font-size: 16px;
  color: var(--color-light-green);
    font-style: italic;
margin-bottom: 10px;
}
.publishOverview__date{
  /* margin-bottom: 20px; */
}
.publishOverview__content{padding-top:20px;height:97px;overflow:hidden;font-family: "Lato", Helvetica, sans-serif;}
.publishOverview__text{font-size: 16px; height:77px;}


.publishOverview--horizontal .publishOverview__grid{
  min-width: 800px;
}
.publishOverview--horizontal .publishOverview__article{
  width: 100%;
  float: none;
  display: table;
  max-height: initial;
  margin: 0;
}
.publishOverview--horizontal .publishOverview__article:not(:last-child){
  margin: 0 0 45px;
}
.publishOverview--horizontal .publishOverview__article:after{content: " ";visibility:hidden;display:block;height:0;clear:both;}
.publishOverview--horizontal .publishOverview__pic {
  display: block;
  width: 35%;
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
.publishOverview--horizontal .publishOverview__pic--placeholder{
  background: #e8e8e8;
  padding: 4.42% 30px;
}
.publishOverview--horizontal .publishOverview__pic--placeholder > *{
  padding-top: 0;
  background: none;
}
.publishOverview--horizontal .publishOverview__pic--placeholder svg{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.publishOverview--horizontal .publishOverview__info{
  padding-top: 0;
  width: 70%;
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 5px 20px;
}
.publishOverview--horizontal .publishOverview__title{
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom:10px;
  line-height: 1.2;
}
.publishOverview--horizontal .publishOverview__content{
  height: auto;
  padding-top: 0;
}
.publishOverview--horizontal .publishOverview__text{
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.publishOverview--horizontal .publishOverview__btn{
  margin-top: 10px;
}
/*--------- page with sidebar ---------*/
.sidebarBlock{display:table;width:100%;}
.sidebarBlock>*{display:table-cell;vertical-align:top;}
.sidebarBlock__main{width:70%;}
.sidebarBlock__side{width:30%;padding-left:70px;position:relative;padding-top: 8px;}
.sidebarBlock__side:before{content:'';-moz-background:linear-gradient(#25a27e4d 80%,transparent);-o-background:linear-gradient(#25a27e4d 80%,transparent);-webkit-background:linear-gradient(#25a27e4d 80%,transparent);background:linear-gradient(#25a27e4d 80%,transparent);height:100%;left:35px;max-height:650px;position:absolute;top:0;width:1px;}
.sidebarBlock__others{margin-top:40px;}
.sidebarBlock__others>*{margin-top:20px;}
.twitter-timeline-container{height:300px;}

/*----- article -----*/
.newsArticle__pic{font-size:1px;-webkit-box-shadow:0 2px 5px 0 rgba(50, 50, 50, 0.75);-moz-box-shadow:0 2px 5px 0 rgba(50, 50, 50, 0.75);box-shadow:0 2px 5px 0 rgba(50, 50, 50, 0.75);margin-top:20px;}
.newsArticle__pic img{
    width: 100%;
}
.newsArticle__header h1{
    color: var(--color-green);
    margin-bottom: 8px;
}

.newsArticle__header h2 {
  color: var(--color-light-green);
  font-family: var(--main-font);
}
.newsArticle__header time{font-style:italic;}
.newsArticle__header h1{font-size:32px;}
.newsArticle__date {
    font-size: 16px;
    font-style: italic;
}
.newsArticle__author {
  font-style: italic;
  font-size: 16px;
}
.newsArticle__content{margin-top:30px; max-width: 70vw;}
.newsArticle__content svg{width: 30px;}
.newsArticle__content p a{text-decoration:underline;}
.newsArticle__content > h3{
    margin-bottom: 20px;
    font-size: 1.1em;
}
.newsArticle__aside{padding-top:19px;}
.newsArticle__aside:before{margin-top:19px;}

/* article list */
.articlesList{}
.articlesList__list{}
.articlesList__title {
    font-size: 25px;
    padding-bottom: 15px;
    margin: 0;
}
.articlesList__title:first-letter{
    text-transform: uppercase;
}
.articlesList__list li:not(:first-child):not(:last-child){border-bottom:1px solid #25a27e4d;margin-bottom:15px;padding-bottom:15px;}
.articlesList__list a{line-height: normal;}
.articlesList__list a:hover{color:var(--color-light-green);}

.certBlock__logos {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  grid-gap:30px;
  -webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
  justify-content:center;
}

.certBlock__logos .bannerImages__img {
  padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3); 
    max-width: 180px;
}


.branchPracticesBlock {
  background-color: var(--color-light-green);
  background: radial-gradient(circle, rgba(39, 163, 127, 1) 0%, rgba(7, 76, 55, 1) 100%);
  color: #ffffff;
  overflow: hidden;
}
.branchPracticesBlock__subtitle {
  font-family: var(--main-font);
  text-transform: uppercase;
  margin-bottom: 35px;
  margin-top: 10px;
  font-size: 20px;
}

.branchPracticesBlock__inner {
  grid-gap: 80px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}


.branchPracticesBlock__list {
  position: relative;
}
.branchPracticesBlock__list:before {
  background-image: url(images/star-white-big.png);
  position: absolute;
  content: "";
  background-size: contain;
  width: 1110px;
  height: calc(100% + 400px);
  top: -174px;
  right: -600px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0.051;
}

.branchPracticesBlock__list-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.branchPracticesBlock__list ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
  z-index: 1;
}

.branchPracticesBlock__list ul li:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 7px;
  border-radius: 50%;
  background-color: #ffffff;
}

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

.branchPracticesBlock__certs h4 {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 20px;
  font-family: var(--main-font);
  text-align: center;
  margin-top: 60px;
}
.branchPracticesBlock ._btn {
  margin: auto 0 0;
}

.branchPracticesBlock ._btn svg path  {
  stroke: var(--color-light-green);
  transition: stroke 0.3s;
  -webkit-transition: stroke 0.3s;
  -moz-transition: stroke 0.3s;
  -ms-transition: stroke 0.3s;
  -o-transition: stroke 0.3s;
}



.branchPracticesBlock ._btn:hover svg path  {
  stroke: #ffffff
}

.branchPracticesBlock__imageCover  {
  position: relative;
  cursor: pointer;
}
.branchPracticesBlock__imageCover:after  {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000026;
    
}


.branchPracticesBlock__imageCover svg  {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-32px, -32px);
    -ms-transform: translate(-32px, -32px);
    -o-transform: translate(-32px, -32px);
    transform: translate(-32px, -32px);
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.branchPracticesBlock__imageCover:hover svg {
   width: 80px;
   height: 80px;
   -webkit-transform: translate(-40px, -40px);
   -ms-transform: translate(-40px, -40px);
   -o-transform: translate(-40px, -40px);
   transform: translate(-40px, -40px);
  
}
.branchPracticesBlock__list {
  display: flex;
  flex-direction: column;
}

.blockAbout__grid {
  grid-gap: 30px;
  margin-top: 20px;
}

.blockAbout__grid img {
  object-fit: cover;
  height: 400px;

}

.blockAbout__item {
  color: #ffffff;
  background: var(--color-light-green);
  border-radius: 20px;
    overflow: hidden;
}

.blockAbout__content {
  position: relative;
  padding: 40px 20px 20px;
  margin-top: -120px;
  background-color: var(--color-light-green);
}
.blockAbout__content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 150px;
  top: -150px;
  left:0;
  background: rgb(37,162,126);
  background: linear-gradient(180deg, rgba(37, 162, 126, 0) 0%, rgba(37, 162, 126, 0.8393951330532212) 71%, rgba(37, 162, 126, 1) 96%, rgba(37, 162, 126, 1) 100%);
  /* background: linear-gradient(180deg, rgba(37, 162, 126, 0) 0%, rgba(37, 162, 126, 0.8393951330532212) 71%, rgba(37, 162, 126, 1) 92%, rgba(37, 162, 126, 1) 100%) */
  /* background: linear-gradient(180deg, rgba(37, 162, 126, 0) 0%, rgba(37, 162, 126, 0.8393951330532212) 55%, rgba(37, 162, 126, 1) 76%, rgba(37, 162, 126, 1) 100%); */
}

.blockAbout__content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blockAbout__content p {
  margin-bottom: 10px;
}



.blockAbout__content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.blockAbout__content ul li:before {
background-color: #ffffff !important;
}







.blockBeginners__grid {
  grid-gap: 30px;
  margin-top: 20px;
}

.blockBeginners__grid img {
  object-fit: cover;
}

.blockBeginners__item {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  color: #ffffff;
  background: var(--color-light-green);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  position: relative;
  background-size: cover;
    background-position: center;
}

.blockBeginners__item--reverse {
  flex-direction: row-reverse;
}

.blockBeginners__item picture {
  flex-shrink: 0;
}

.blockBeginners__content {
  position: relative;
  padding: 100px 40px 100px 80px;
  width: 50%;
}
.blockBeginners__item--reverse .blockBeginners__content {
  padding: 100px 80px 100px 40px ;
}
.blockBeginners__item:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left:0;
  background: rgb(37,162,126);
  /* background: linear-gradient(90deg, rgba(37,162,126,0) 0%, rgba(37,162,126,1) 100%); */
  background: linear-gradient(270deg, rgba(37, 162, 126, 0) 0%, rgba(37, 162, 126, 0.8393951330532212) 55%, rgba(37, 162, 126, 1) 76%, rgba(37, 162, 126, 1) 100%);

}

.blockBeginners__item--reverse:before {
  left: 0;
  right:0;
  /* background: linear-gradient(270deg, rgba(37,162,126,0) 0%, rgba(37,162,126,1) 100%); */
  background: linear-gradient(90deg, rgba(37,162,126,0) 0%, rgba(37,162,126,0.8393951330532212) 55%, rgba(37,162,126,1) 76%, rgba(37,162,126,1) 100%);}

.blockBeginners__content h3 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.blockBeginners__content p {
  margin-bottom: 10px;
}

.blockBeginners__content ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.blockBeginners__content ul li:before {
background-color: #ffffff !important;
}

.videoWaveBlock {
  background-image: url(images/waves.png);
  background-repeat: repeat-x;
  background-size: auto 400px;
  background-position: 100% 55%;
}

@media(max-width: 1150px) {
  .videoWaveBlock {
    background-size: auto 330px;
  }
}

.videoWaveBlock__inner {
  border-radius: 20px;
  overflow: hidden;
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  background-color: #25a27e;
  -webkit-box-align:center;-moz-box-align:center;-webkit-align-items:center;-ms-flex-align:center;
  align-items:center;
-webkit-box-pack:center;-moz-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;
justify-content:center;
box-shadow: 0px 0px 19px 3px #00000030;
}

.beginnersVideo {
  display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;
  display:flex;
  width: 100%;
}

.branchesTextList {
  margin: 0 50px;
}

/*  #breadcrumbs */

ul.breadcrumbs {
  padding-bottom: 25px;
  padding-left: 0;
}

ul.breadcrumbs li {
display: inline;
margin-right: 5px;
color: #333;
}

ul.breadcrumbs li a {
  padding-right: 20px;
}

.breadcrumbs li:not(:last-child):after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-green);
  border-left: 1px solid var(--color-green);
  position: relative;
  left: -10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

#branch .fancybox-slide--iframe .fancybox-content,
#branch .fancybox-iframe {
  background-color: transparent !important;
}






