.header {
  width: 100%;
}

.nav_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.container_nav {
  width: 100%;
  max-width: 1170px;
  min-height: 100px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 20px 20px;
}

.logo {
  width: 140px;
  color: #a04444;
}

.nav-menu {
  font-family: Exo, sans-serif;
}

.menu_item {
  display: block;
  height: auto;
  margin-right: 20px;
  margin-left: 20px;
  padding: 10px 0px 20px;
  font-family: Barlow, sans-serif;
  color: #2f2fa2;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.menu_item:hover {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 2px none #2f2fa2;
  border-bottom: 2px solid #2f2fa2;
  color: #ffc200;
}

.menu_item.w--current {
  border-bottom: 2px solid #ffc200;
  color: #ffc200;
}

.text-span {
  position: relative;
  top: -3px;
  font-size: 9px;
}

.burger {
  display: none;
  width: 30px;
  height: 30px;
  padding-top: 10px;
  color: #2f2fa2;
  font-size: 22px;
  text-decoration: none;
}

.div-block {
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1170px;
}

.nav-menu-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-right: 10px;
  padding-bottom: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Barlow, sans-serif;
  color: #2f2fa2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.hero.interior {
  max-width: 840px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hero_h1 {
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Barlow Condensed', sans-serif;
  color: #ffc200;
  font-size: 27em;
  line-height: 1.2em;
  font-weight: 100;
  text-align: center;
  letter-spacing: -8px;
}

.copy {
  position: static;
  top: -150px;
  display: block;
  width: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  font-size: 65px;
  font-weight: 600;
}

.text-block {
  font-family: Barlow, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.tag_header {
  width: 100%;
  margin-bottom: 12.7vh;
  font-family: Barlow, sans-serif;
  color: #2f2fa2;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  color: #ffc200;
  font-size: 30px;
  line-height: 100px;
}

.dl_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 820px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-bottom: 40px;
}

.dl_visual {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dl_text {
  display: block;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/line.svg');
  background-position: -10% 0%;
  background-size: 100px;
  background-repeat: no-repeat;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #8f8e8e;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.ico {
  width: 60px;
}

.h2_home {
  font-family: 'Barlow Condensed', sans-serif;
  color: #2f2fa2;
  font-weight: 600;
}

.copy_dl {
  position: relative;
  top: -13px;
  font-size: 15px;
  white-space: normal;
}

.copy_body {
  position: relative;
  top: -4px;
  display: inline;
  overflow: visible;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 11px;
}

.main_cta {
  margin-top: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 4px;
  background-color: #2f2fa2;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.main_cta:hover {
  background-color: #ffc200;
}

.main_cta.galben {
  background-color: #ffc200;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #2f2fa2;
}

.main_cta.galben:hover {
  background-color: #6262fc;
  color: #ffc200;
}

.main_cta.galben.contact:hover {
  background-color: #2f2fa2;
}

.trainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 820px;
  min-height: 410px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.trainer_stg {
  position: relative;
  z-index: 999;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2f2fa2;
}

.trainer_dr {
  position: relative;
  left: -20px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 20px;
  border-color: #ffc200;
  background-image: url('../images/mugurel_frincu_brand_scientist.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.trainer_container {
  width: 100%;
  border-style: none;
  border-width: 1px 1px 50px;
  border-color: #000 #000 #1d1d64;
}

.expertiza_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 200px;
  margin-top: -149px;
  margin-bottom: 40px;
  padding-top: 150px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #4444b9;
}

.trainer_stg_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.trainer_stg_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont_trainer_stg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.h3_home {
  font-family: Barlow, sans-serif;
  color: #ffc200;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 1px 1px #40409e;
}

.tag_masterclass {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 55px;
  font-weight: 100;
  letter-spacing: -1px;
}

.logo_trainings {
  position: relative;
  right: 0px;
  bottom: 0px;
  width: 180px;
  margin-right: auto;
  margin-left: 40px;
  padding-bottom: 30px;
}

.content_expertiza {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 40px;
}

.content_expertiza.clienti {
  min-height: auto;
  margin-top: 40px;
}

.stg_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.dr_content {
  padding-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/line_white.svg');
  background-position: 0px 0px;
  background-size: 50px;
  background-repeat: no-repeat;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #e6e6fa;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.h4 {
  margin-top: 0px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 34px;
  font-weight: 200;
}

.ico_servicii_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  min-height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.cont_ico1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 39px;
  font-weight: 500;
  text-decoration: none;
}

.cont_ico1:hover {
  width: 140px;
  padding-bottom: 20px;
  color: #ffc200;
}

.ico1_element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 80px;
  padding: 7px 6px 10px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #6262fc;
  color: #fff;
}

.ico1_element:hover {
  width: 70px;
  background-color: #ffc200;
}

.ico1_element.clienti {
  width: 80px;
  padding-bottom: 6px;
  padding-left: 6px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #6262fc;
  border-radius: 6px;
  background-color: #fff;
}

.ico1_element.clienti:hover {
  padding-bottom: 10px;
  padding-left: 6px;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-style: none;
  background-color: #2f2fa2;
}

.ico1_element.dl {
  width: 80px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.h5_ico {
  display: block;
  width: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ffc200;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h5_ico.clienti {
  color: #6262fc;
  line-height: 12px;
}

.tag_ico_sus {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 8px;
  line-height: 18px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.tag_ico_sus.clienti {
  color: #a2a2f8;
  line-height: 8px;
}

.tag_ico_sus.dl {
  line-height: 13px;
}

.tag_ico_jos {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: -1px;
}

.tag_ico_jos.clienti {
  color: #6262fc;
  line-height: 40px;
}

.ico_container_clienti {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: -105px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  border-radius: 10px;
  background-color: #fff;
}

.cont_ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 39px;
  font-weight: 500;
  text-decoration: none;
}

.cont_ico:hover {
  width: 140px;
  padding-bottom: 20px;
  color: #ffc200;
}

.ico_clienti {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 8%;
  margin-right: 1.6%;
  margin-bottom: 2%;
  margin-left: 1.6%;
  padding-left: 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-decoration: none;
}

.footer {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 300px;
  margin-top: -50px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #6262fc;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
}

.wrapper_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 840px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
}

.logo_footer {
  width: 150px;
  margin-top: 20px;
  opacity: 0.5;
}

.linie_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.linie_footer._2cols {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tag_footer {
  margin-bottom: 5px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.col {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nap_link {
  color: #c5c5ff;
  text-decoration: none;
}

.nap_link:hover {
  color: #ffc200;
  line-height: 24px;
  text-decoration: underline;
}

.bold {
  color: #fff;
  font-weight: 500;
}

.content_hero {
  position: relative;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 446px;
  margin-right: 40px;
  margin-left: 40px;
  padding: 40px 40px 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-image: url('../images/header_deeplink.jpg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.back_hero {
  position: absolute;
  left: auto;
  top: 390px;
  right: auto;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  height: 300px;
  min-height: 300px;
}

.back_hero_stg {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffc200;
}

.back_hero_dr {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #2f2fa2;
}

.cont_ico_dl {
  width: 90px;
  height: 110px;
  text-decoration: none;
}

.div-block-3 {
  border-radius: 6px;
  background-color: #2f2fa2;
}

.tag_dr_sus {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #ffc200;
  font-size: 8px;
  line-height: 12px;
  font-weight: 500;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag_dr_sus.dark {
  color: #2f2fa2;
}

.tag_dr_sus.arh {
  color: #fff;
}

.tag_dr_sus.light {
  color: #fff;
  line-height: 11px;
}

.cont_element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 90px;
  padding: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 5px;
  background-color: #2f2fa2;
}

.cont_element.dark {
  background-color: #ffc200;
  text-decoration: none;
}

.cont_element.mg {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_magician.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_magician.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.erou {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_erou.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_erou.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.rb {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_rebel.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_rebel.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.in {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_intelept.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_intelept.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.inc {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_inocent.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_inocent.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.ex {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_explorer.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_explorer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.ind {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_magician.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_magician.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.or {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_everyman.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_everyman.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.bf {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_bufon.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_bufon.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.pt {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_protector.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_protector.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.cr {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_creator.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_creator.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.ld {
  position: relative;
  z-index: 999;
  margin-right: 20px;
  margin-left: 0px;
  background-color: rgba(255, 194, 0, 0.56);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.64)), to(rgba(98, 98, 252, 0.64))), url('../images/ico_ruler.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.64), rgba(98, 98, 252, 0.64)), url('../images/ico_ruler.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 90px;
  background-repeat: repeat, no-repeat;
}

.cont_element.light {
  width: 80px;
  height: 80px;
  background-color: #ffc200;
}

.tag_element {
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 47px;
  line-height: 60px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.tag_element.arh {
  font-size: 46px;
}

.tag_element.mic {
  font-size: 43px;
  line-height: 46px;
}

.tag_nume_element {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.tag_nume_element.dark {
  margin-top: 10px;
  color: #6262fc;
  line-height: 14px;
}

.h1_interior {
  font-family: 'Barlow Condensed', sans-serif;
  color: #fff;
  font-size: 190px;
  line-height: 230px;
  font-weight: 100;
  text-align: right;
  letter-spacing: -11px;
}

.carton_interior {
  position: static;
  top: -190px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: 840px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px 0px 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.heading {
  font-family: 'Barlow Condensed', sans-serif;
}

.h2_carton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Barlow Condensed', sans-serif;
  color: #6262fc;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 400;
}

.paragraph {
  font-size: 17px;
}

.h3_interior {
  width: 50%;
  margin-top: 0px;
  padding-left: 10px;
  font-family: 'Barlow Condensed', sans-serif;
  color: #2f2fa2;
  font-size: 2em;
  line-height: 1.3em;
  font-weight: 400;
  letter-spacing: 0.3px;
}

.dl_text_interior {
  display: block;
  width: 50%;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/line.svg');
  background-position: -10% 0%;
  background-size: 100px;
  background-repeat: no-repeat;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #8f8e8e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.dl_visual-_int {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.con_iconite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  position: absolute;
  z-index: 0;
  width: 90px;
  height: 90px;
}

.ico_magician {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  width: 90px;
  height: 90px;
  margin-left: 20px;
  border-radius: 5px;
}

.cont_ico_arh {
  margin-right: 2.5%;
  margin-bottom: 4%;
  margin-left: 2.5%;
  padding-left: 20px;
}

.photo_middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  min-height: 460px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding-right: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 194, 0, 0.81)), to(rgba(255, 194, 0, 0.81))), url('../images/workshop_strategie_brand.jpg');
  background-image: linear-gradient(180deg, rgba(255, 194, 0, 0.81), rgba(255, 194, 0, 0.81)), url('../images/workshop_strategie_brand.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.photo_middle.blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(98, 98, 252, 0.59)), to(rgba(98, 98, 252, 0.59))), url('../images/ana_advanced_buyer_persona.jpg');
  background-image: linear-gradient(180deg, rgba(98, 98, 252, 0.59), rgba(98, 98, 252, 0.59)), url('../images/ana_advanced_buyer_persona.jpg');
  background-size: auto, cover;
}

.h4_poza {
  width: 70%;
  font-family: 'Barlow Condensed', sans-serif;
  color: #2f2fa2;
  font-size: 9.5em;
  line-height: 1em;
  font-weight: 100;
  text-align: right;
}

.h4_poza.light {
  color: #ffc200;
}

.em {
  font-family: 'Barlow Condensed', sans-serif;
  color: #6262fc;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
}

.text-block-2 {
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 991px) {
  .nav_container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .container_nav {
    background-color: #fff;
  }
  .logo {
    margin: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .nav-menu {
    background-color: #fff;
  }
  .menu_item {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    background-color: #2f2fa2;
    color: #fff;
    text-align: left;
  }
  .menu_item:hover {
    width: auto;
    border-bottom-color: #ffc200;
    color: #ffc200;
  }
  .icon {
    color: #2f2fa2;
  }
  .open_nav {
    background-color: #fff;
    color: #fff;
  }
  .open_nav:hover {
    background-color: #fff;
    color: #ffc200;
  }
  .open_nav:active {
    background-color: #fff;
  }
  .open_nav:focus {
    background-color: #fff;
  }
  .burger {
    position: relative;
    left: 90%;
    display: block;
    width: 44px;
    height: 65px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #2f2fa2;
    color: #ffc200;
  }
  .cacat {
    background-color: #fff;
  }
  .nav_menu {
    position: absolute;
    left: auto;
    top: 19px;
    right: 0%;
    bottom: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .body {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
  }
  .nav-menu-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
  }
  .burgerul {
    height: auto;
    border-radius: 4px;
    background-color: #fff;
    color: #2f2fa2;
  }
  .burgerul:active {
    height: auto;
  }
  .burgerul.w--open {
    background-color: #2f2fa2;
  }
  .hero {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero.interior {
    padding-right: 0px;
  }
  .hero_h1 {
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16em;
    line-height: 1.1em;
  }
  .copy {
    top: -12.7vh;
    font-size: 35px;
  }
  .copyright {
    padding-top: 0px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .dl_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .trainer {
    padding-left: 20px;
  }
  .trainer_dr {
    background-image: url('../images/mugurel_frincu_brand_scientist.jpg');
  }
  .tag_masterclass {
    font-size: 37px;
  }
  .content_expertiza {
    margin-bottom: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .ico_servicii_container {
    padding-left: 30px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .cont_ico1 {
    width: 120px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cont_ico1:hover {
    width: 120px;
  }
  .tag_ico_sus {
    color: #fff;
  }
  .tag_ico_jos {
    color: #fff;
  }
  .cont_ico {
    width: 120px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cont_ico:hover {
    width: 120px;
  }
  .ico_clienti {
    width: 12%;
  }
  .content_hero {
    width: 90%;
    min-height: 400px;
    margin-right: 0px;
    margin-left: 0px;
    background-size: cover;
  }
  .back_hero {
    top: 360px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h1_interior {
    font-size: 170px;
    line-height: 200px;
    font-weight: 100;
    letter-spacing: -7px;
  }
  .paragraph-2 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .hero_h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding-right: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 13em;
  }
  .copyright {
    padding-left: 10px;
  }
  .dl_container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .dl_container.interior {
    padding-right: 30px;
    padding-left: 30px;
  }
  .dl_visual {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .dl_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 30%;
    -ms-flex: 1 2 30%;
    flex: 1 2 30%;
  }
  .trainer {
    display: block;
    min-height: auto;
    margin-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .trainer_stg {
    margin-bottom: 0px;
  }
  .trainer_dr {
    position: static;
    min-height: 410px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-image: url('../images/mugurel_frincu_brand_scientist.jpg');
    background-position: 100% 50%;
    background-size: cover;
  }
  .expertiza_container {
    margin-top: 0px;
  }
  .trainer_stg_1 {
    padding-top: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .trainer_stg_2 {
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .cont_trainer_stg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .ico_servicii_container {
    padding-left: 40px;
  }
  .cont_ico1 {
    width: 25%;
  }
  .cont_ico1:hover {
    width: 25%;
  }
  .ico_container_clienti {
    padding-top: 40px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cont_ico {
    width: 25%;
  }
  .cont_ico:hover {
    width: 25%;
  }
  .ico_clienti {
    width: 17%;
  }
  .content_hero {
    background-position: 50% 50%;
  }
  .h1_interior {
    font-size: 24vw;
    line-height: 40vw;
  }
  .h3_interior {
    width: 80%;
    padding-left: 0px;
  }
  .dl_text_interior {
    -webkit-box-flex: 1;
    -webkit-flex: 1 2 30%;
    -ms-flex: 1 2 30%;
    flex: 1 2 30%;
  }
  .dl_visual-_int {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .h4_poza {
    font-size: 8em;
    line-height: 0.9em;
  }
}

@media (max-width: 479px) {
  .nav_container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero {
    padding-top: 40px;
    padding-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 10px;
    letter-spacing: 0px;
  }
  .hero.interior {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .hero_h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-right: 0px;
    font-size: 9.6em;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: -1px;
  }
  .copy {
    top: -1.4em;
    bottom: auto;
    font-size: 28px;
    line-height: 10;
    font-weight: 400;
  }
  .tag_header {
    width: 80%;
    margin-right: auto;
    margin-bottom: 8vh;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .copyright {
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 18px;
    line-height: 80px;
  }
  .dl_container {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dl_container.interior {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
    font-family: Ubuntu, Helvetica, sans-serif;
    font-size: 15px;
  }
  .dl_visual {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dl_text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    text-align: center;
  }
  .copy_dl {
    font-size: 16px;
    line-height: 0.8em;
  }
  .trainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .trainer_stg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .trainer_dr {
    min-height: 370px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-style: none;
    background-image: url('../images/mugurel_frincu_brand_scientist.jpg');
    background-position: 50% 70%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .expertiza_container {
    padding-top: 20px;
    padding-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .trainer_stg_1 {
    padding-top: 60px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .trainer_stg_2 {
    height: 70%;
    padding-top: 0px;
    padding-left: 20px;
  }
  .cont_trainer_stg {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .h3_home {
    margin-top: 10px;
  }
  .logo_trainings {
    margin-right: 0px;
    margin-left: 20px;
    padding-left: 0px;
  }
  .content_expertiza {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stg_content {
    padding-left: 0px;
  }
  .dr_content {
    margin-top: 40px;
    margin-left: 0px;
    padding-top: 20px;
  }
  .h4.lung {
    font-size: 19px;
    line-height: 26px;
  }
  .ico_servicii_container {
    padding-right: 0px;
    padding-left: 30px;
  }
  .cont_ico1 {
    width: 32%;
    margin-bottom: 0px;
  }
  .cont_ico1:hover {
    width: 32%;
  }
  .ico1_element {
    width: 70px;
    font-size: 33px;
  }
  .ico1_element:hover {
    width: 70px;
  }
  .ico1_element.clienti:hover {
    width: 80px;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .tag_ico_sus {
    color: #fff;
  }
  .tag_ico_jos {
    color: #fff;
    font-size: 32px;
    line-height: 31px;
  }
  .ico_container_clienti {
    padding-right: 10px;
    padding-left: 10px;
  }
  .cont_ico {
    width: 32%;
    margin-bottom: 0px;
  }
  .cont_ico:hover {
    width: 32%;
  }
  .ico_clienti {
    width: 30%;
    margin-bottom: 3%;
  }
  .footer {
    padding-bottom: 40px;
  }
  .wrapper_footer {
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .linie_footer._2cols {
    padding-right: 20px;
  }
  .content_hero {
    min-height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-position: 40% 50%;
  }
  .back_hero {
    position: absolute;
    top: auto;
    bottom: auto;
    height: 30%;
    min-height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .back_hero_stg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .back_hero_dr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cont_ico_dl {
    text-decoration: none;
  }
  .tag_dr_sus {
    font-size: 8px;
    line-height: 10px;
  }
  .tag_dr_sus.dark {
    text-decoration: none;
  }
  .cont_element {
    width: 80px;
    height: 80px;
  }
  .cont_element.dark {
    text-decoration: none;
  }
  .cont_element.mg {
    width: 80px;
  }
  .tag_element {
    font-size: 41px;
    line-height: 50px;
    text-decoration: none;
  }
  .tag_nume_element.dark {
    font-size: 9.5px;
    letter-spacing: 0px;
  }
  .h1_interior {
    font-size: 27vw;
    line-height: 34vw;
    letter-spacing: -5px;
  }
  .carton_interior {
    padding: 20px 30px 40px 20px;
    font-family: Barlow, sans-serif;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    text-align: left;
  }
  .h2_carton {
    width: 100%;
    font-size: 1.6em;
    line-height: 1.3em;
  }
  .h3_interior {
    width: 80%;
  }
  .dl_text_interior {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-image: url('../images/line.svg');
    background-size: 100px;
    background-repeat: no-repeat;
    text-align: left;
  }
  .dl_visual-_int {
    margin-bottom: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .con_iconite {
    padding-right: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .cont_ico_arh {
    margin-right: 1%;
    margin-left: 1%;
    padding-left: 0px;
  }
  .photo_middle {
    min-height: 270px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .h4_poza {
    width: auto;
    font-size: 5em;
    line-height: 1em;
  }
  .paragraph-3 {
    font-family: Barlow, sans-serif;
    font-size: 18px;
    font-weight: 200;
  }
}

