@media (min-width: 1400px) {
  .big-container {
    max-width: 1400px;
  }
}
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@font-face {
  font-family: 'Helvetica 55 Roman';
  src: url('../font/HelveticaNeue-Roman.woff2') format('woff2'), url('../font/HelveticaNeue-Roman.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 65';
  src: url('../font/HelveticaNeue-Medium.woff2') format('woff2'), url('../font/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 35';
  src: url('../font/HelveticaNeue-Thin.woff2') format('woff2'), url('../font/HelveticaNeue-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 75';
  src: url('../font/HelveticaNeue-Bold.woff2') format('woff2'), url('../font/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica 45';
  src: url('../font/HelveticaNeue-Light.woff2') format('woff2'), url('../font/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* GLOBALS */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
button,
input,
select,
textarea {
  outline: none !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
strong {
  font-weight: 700 !important;
}
img {
  max-width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
/*::-webkit-scrollbar{
  background-color: #000;
}
::-webkit-scrollbar-thumb{
  background-color: @green;
}*/
.full-right {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .full-right {
    margin-left: calc(-100vw / 2 + 510px / 2);
    margin-right: calc(-100vw / 2 + 510px / 2);
  }
}
@media (min-width: 768px) {
  .full-right {
    margin-left: calc(-100vw / 2 + 690px / 2);
    margin-right: calc(-100vw / 2 + 690px / 2);
  }
}
@media (min-width: 992px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 930px / 2);
  }
}
@media (min-width: 1200px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1110px / 2);
  }
}
@media (min-width: 1400px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1370px / 2);
  }
}
.full-left {
  position: relative;
  overflow: hidden;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .full-left {
    margin-left: calc(-100vw / 2 + 510px / 2);
    margin-right: calc(-100vw / 2 + 510px / 2);
  }
}
@media (min-width: 768px) {
  .full-left {
    margin-left: calc(-100vw / 2 + 690px / 2);
    margin-right: calc(-100vw / 2 + 690px / 2);
  }
}
@media (min-width: 992px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 930px / 2);
  }
}
@media (min-width: 1200px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1110px / 2);
  }
}
@media (min-width: 1400px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1370px / 2);
  }
}
.header {
  z-index: 190;
  position: relative;
}
@media (max-width: 1199px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
.header .top-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
  background-color: #fff;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .header .top-header {
    height: 70px;
  }
}
.header .top-header.background-mov {
  background-color: #5c0f8b;
}
@media (min-width: 1400px) {
  .header .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .header .container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header .logo {
    margin: 0 auto;
    display: table;
  }
  .header .logo img {
    width: 150px;
  }
}
@media (max-width: 360px) {
  .header .logo img {
    width: 125px;
  }
}
.header .nav-toggle {
  height: 40px;
  line-height: 34px;
  cursor: pointer;
  width: 40px;
  display: inline-block;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  vertical-align: middle;
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 0 0 13px;
}
@media (min-width: 1200px) {
  .header .nav-toggle {
    display: none;
  }
}
.header .nav-toggle span,
.header .nav-toggle span:after,
.header .nav-toggle span:before {
  left: 50%;
  top: 50%;
  height: 3px;
  width: 22px;
  position: absolute;
  display: block;
  content: '';
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #ff5100;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: -1px 0 0 -11px;
}
.header .nav-toggle span:after {
  left: 50%;
  top: -6px;
}
.header .nav-toggle span:before {
  left: 50%;
  top: 8px;
}
@media (max-width: 350px) {
  .header .nav-toggle {
    height: 35px;
    width: 35px;
  }
  .header .nav-toggle span:after {
    left: 50%;
    top: -6px;
  }
  .header .nav-toggle span:before {
    left: 50%;
    top: 8px;
  }
}
.header .right-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .bt-account {
  background-color: #ff5100;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font: 14px 'Helvetica 45', sans-serif;
  height: 40px;
  padding: 13px 20px;
  text-decoration: none;
  margin: 0 5px;
}
.header .bt-account:hover {
  background-color: #ff8336;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .bt-account {
    position: relative;
  }
  .header .bt-account:before {
    display: block;
    font-family: "fontello";
    content: '\e816';
    font-size: 22px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .bt-account span {
    display: none;
  }
}
@media (max-width: 350px) {
  .header .bt-account {
    height: 35px;
    padding: 13px 18px;
  }
}
.header .bt-register {
  background-color: #ff5100;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  text-transform: uppercase;
  font: 14px 'Helvetica 45', sans-serif;
  height: 40px;
  padding: 13px 20px;
  text-decoration: none;
  margin: 0 5px;
}
.header .bt-register:hover {
  background-color: #ff8336;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .bt-register {
    position: relative;
  }
  .header .bt-register:before {
    display: block;
    font-family: "fontello";
    content: '\e819';
    font-size: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header .bt-register span {
    display: none;
  }
}
@media (max-width: 350px) {
  .header .bt-register {
    height: 35px;
    padding: 13px 18px;
  }
}
.header .seearch-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #5c0f8b;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 4px;
  margin: 0 5px;
  position: relative;
}
@media (max-width: 1199px) {
  .header .seearch-container {
    display: none;
  }
}
.header .seearch-container .input-search-wrapper {
  overflow: hidden;
  width: 0;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.header .seearch-container .input-search {
  height: 28px;
  font-size: 1rem;
  color: #5c0f8b;
  line-height: 28px;
  background: none;
  border: none;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 0 10px;
  width: 100%;
}
.header .seearch-container .input-search:-moz-placeholder {
  color: #5c0f8b;
}
.header .seearch-container .input-search::-moz-placeholder {
  color: #5c0f8b;
}
.header .seearch-container .input-search:-ms-input-placeholder {
  color: #5c0f8b;
}
.header .seearch-container .input-search::-webkit-input-placeholder {
  color: #5c0f8b;
}
.header .seearch-container .bt-search {
  width: 28px;
  height: 28px;
  border: none;
  background: url("../images/cust-lupa-mov.svg") center center no-repeat;
  background-size: 22px 22px;
}
.header .seearch-container .bt-toggle {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 1;
}
.header .seearch-container.opened .input-search-wrapper {
  overflow: hidden;
  width: 300px;
}
.header .seearch-container.opened .bt-toggle {
  display: none;
}
.header .user-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  margin: 0 5px;
}
.header .user-container .avatar {
  background-color: #5c0f8b;
  height: 40px;
  width: 40px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding: 10px 0 ;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.header .user-container .avatar .initiale {
  font-family: 'Helvetica 65', sans-serif;
  font-size: 14px;
}
.header .user-container .avatar .alerte {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #ff5100;
  border: 1px solid #fff;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transform: translate(15%, -30%);
  -moz-transform: translate(15%, -30%);
  -ms-transform: translate(15%, -30%);
  -o-transform: translate(15%, -30%);
  transform: translate(15%, -30%);
  color: #fff;
  font-size: 11px;
  font-family: 'Helvetica 65', sans-serif;
  height: 16px;
  padding: 3px 4px;
}
.header .user-container .name {
  font-family: 'Helvetica 65', sans-serif;
  font-size: 14px;
  padding: 5px 0 0 5px;
}
@media (max-width: 1199px) {
  .header .user-container .name {
    display: none;
  }
}
.header .mega-menu-container {
  background-color: #450B68;
  padding: 8px 0 0;
}
@media (max-width: 1199px) {
  .header .mega-menu-container {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 200;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    padding: 70px 0 30px;
    overflow-y: auto;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.header .mega-menu-container .bt-close-menu {
  background-color: #fff;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  color: #5c0f8b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
@media (min-width: 1200px) {
  .header .mega-menu-container .bt-close-menu {
    display: none;
  }
}
.header .mega-menu {
  width: 320px;
}
@media (min-width: 1200px) {
  .header .mega-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
}
.header .mega-menu .main-link {
  color: #fff;
  display: block;
  position: relative;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  padding: 10px 10px 8px;
  margin: 0 0 6px;
}
@media (max-width: 1199px) {
  .header .mega-menu .main-link {
    padding: 15px 15px 10px 15px !important;
    margin: 0;
  }
}
.header .mega-menu .main-link.has-dropdown {
  -webkit-border-radius: 10px 10px 0 0;
  -khtml-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 10px 10px 16px;
  margin-bottom: 0;
}
.header .mega-menu .menu-item {
  position: relative;
  padding: 0;
}
@media (min-width: 1200px) {
  .header .mega-menu .menu-item {
    padding: 0 5px;
  }
  .header .mega-menu .menu-item:hover > a {
    color: #fff;
    text-decoration: none;
    background-color: #2E0846;
  }
  .header .mega-menu .menu-item:hover .menu-dropdown {
    display: block;
  }
}
@media (min-width: 1400px) {
  .header .mega-menu .menu-item {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .header .mega-menu .menu-item.opened .menu-dropdown {
    display: block !important;
  }
  .header .mega-menu .menu-item.opened .m-open .icon-down-open-big:before {
    content: '\e804' !important;
  }
}
.header .mega-menu .menu-item .m-open {
  width: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.header .mega-menu .menu-item .m-open i {
  position: absolute;
  left: 50%;
  top: 27px;
  font-size: 20px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (min-width: 1200px) {
  .header .mega-menu .menu-item .m-open {
    display: none;
  }
}
.header .mega-menu .menu-item a.active {
  color: #fff;
}
.header .mega-menu .menu-item a:hover {
  color: #fff;
}
.header .mega-menu .menu-item .menu-dropdown {
  background-color: #2E0846;
  overflow: visible !important;
  height: auto;
  display: none;
  width: 100%;
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .header .mega-menu .menu-item .menu-dropdown {
    position: absolute;
    top: 100%;
    padding: 25px 0 10px 0;
  }
  .header .mega-menu .menu-item .menu-dropdown:before {
    position: absolute;
    content: '';
    background: #2E0846;
    width: 100vw;
    height: 100%;
    z-index: -1;
    right: 0;
    top: 0;
  }
  .header .mega-menu .menu-item .menu-dropdown:after {
    position: absolute;
    content: '';
    background: #2E0846;
    width: 100vw;
    height: 100%;
    z-index: -1;
    left: 0;
    top: 0;
  }
}
.header .mega-menu .menu-item .menu-dropdown a {
  display: block;
  float: left;
  width: 100%;
  padding: 0 15px 10px 20px;
  white-space: nowrap;
  margin-bottom: 5px;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .mega-menu .menu-item .menu-dropdown a {
    display: block;
    float: none;
    padding: 10px 15px 10px 20px;
    white-space: normal;
    margin-bottom: 0;
  }
}
.header .mega-menu .menu-item .icon-search {
  font-size: 24px;
  line-height: 18px;
}
.header .mega-menu .menu-item .icon-cust-search {
  font-size: 22px;
  line-height: 18px;
}
.header .mega-menu .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .header .mega-menu .social {
    display: none;
  }
}
.header .mega-menu .social .bt-social {
  color: #fff;
  font-size: 1.4rem;
  width: 40px;
  height: 40px;
  padding: 0 0;
  line-height: 44px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  background-color: #8750a8;
}
.header .mega-menu .social .bt-social:hover {
  background-color: #8750a8;
  color: #fff;
}
.header .mega-menu .seearch-container {
  border: 2px solid #fff;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 4px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  display: block;
}
@media (min-width: 1200px) {
  .header .mega-menu .seearch-container {
    display: none;
  }
}
.header .mega-menu .seearch-container .input-search {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: none !important;
  border: none;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 0 45px 0 40px !important;
  text-align: center;
  color: #fff;
}
.header .mega-menu .seearch-container .input-search:-moz-placeholder {
  color: #fff;
}
.header .mega-menu .seearch-container .input-search::-moz-placeholder {
  color: #fff;
}
.header .mega-menu .seearch-container .input-search:-ms-input-placeholder {
  color: #fff;
}
.header .mega-menu .seearch-container .input-search::-webkit-input-placeholder {
  color: #fff;
}
.header .mega-menu .seearch-container .bt-search {
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  border: none;
  background: none;
  color: #fff;
  position: absolute;
  right: 3px;
  top: 4px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  padding: 0;
  margin: 0;
}
.header .mega-menu .seearch-container .bt-search i:before {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-menu {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
}
.modal-menu .inner-modal {
  max-width: 1200px;
  padding: 50px 0px 30px 0px;
  width: 100%;
  margin: auto auto !important;
  overflow-y: auto;
}
@media (max-width: 1199px) {
  .modal-menu .inner-modal {
    display: block;
  }
}
@media (min-width: 500px) {
  .modal-menu .inner-modal {
    padding: 40px;
  }
}
.modal-menu .bt-close-menu {
  background-color: #5c0f8b;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.modal-menu .bt-close-menu:hover {
  background-color: #8750a8;
}
@media (min-width: 500px) {
  .modal-menu .bt-close-menu {
    top: 20px;
    right: 10px;
  }
}
.modal-menu .col-menu {
  text-align: center;
}
@media (max-width: 1199px) {
  .modal-menu .col-menu {
    margin: 0 auto 40px;
    max-width: 400px;
  }
}
@media (min-width: 1200px) {
  .modal-menu .col-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.modal-menu .menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-menu .menu-links li {
  padding: 0;
  text-align: center;
  margin: 0 0 10px 0;
  color: #5c0f8b;
}
.modal-menu .menu-links .link {
  color: #5c0f8b;
  font-family: 'Helvetica 65', sans-serif;
  font-size: 18px;
  display: table;
  margin: 0 auto;
}
.modal-menu .h-border {
  border-bottom: 2px solid #939598;
}
.modal-menu .seearch-container {
  border: 2px solid #939598;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 4px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.modal-menu .seearch-container .input-search {
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: none !important;
  border: none;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 0 45px 0 40px !important;
  width: 100%;
  color: #000;
  text-align: center;
}
.modal-menu .seearch-container .invalid-tooltip {
  background: none;
  color: #ff3232;
  text-align: center;
  right: 0;
  margin-top: 3px;
}
.modal-menu .seearch-container .bt-search {
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  border: none;
  background: none;
  color: #5c0f8b;
  position: absolute;
  right: 3px;
  top: 4px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 36px;
  padding: 0;
  margin: 0;
}
.modal-menu .seearch-container .bt-search i:before {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  line-height: 40px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-menu .seearch-container .bt-search:hover {
  background-color: #8750a8;
  color: #fff;
}
.modal-menu .lab {
  color: #5c0f8b;
  font-family: 'Helvetica 65', sans-serif;
  font-size: 18px;
  display: table;
  margin: 0 auto;
}
.modal-menu .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
.modal-menu .social .bt-social {
  color: #5c0f8b;
  font-size: 26px;
  width: 40px;
  height: 40px;
  padding: 0 0;
  line-height: 43px;
  text-align: center;
  border: 2px solid #5c0f8b;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  position: relative;
}
.modal-menu .social .bt-social:hover {
  background-color: #8750a8;
  color: #fff;
  border-color: #8750a8;
}
.modal-menu .nl-container {
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 4px;
  margin: 0 auto;
  position: relative;
  width: 100%;
  background-color: #5c0f8b;
}
.modal-menu .nl-container .nl-input {
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: none !important;
  border: none;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 0 45px 0 40px !important;
  width: 100%;
  color: #fff !important;
  text-align: center;
}
.modal-menu .nl-container .nl-input:-moz-placeholder {
  color: #fff;
}
.modal-menu .nl-container .nl-input::-moz-placeholder {
  color: #fff;
}
.modal-menu .nl-container .nl-input:-ms-input-placeholder {
  color: #fff;
}
.modal-menu .nl-container .nl-input::-webkit-input-placeholder {
  color: #fff;
}
.modal-menu .nl-container .invalid-tooltip {
  background: none;
  color: #ff3232;
  text-align: center;
  right: 0;
  margin-top: 10px;
  position: absolute;
  top: 100%;
}
.modal-menu .nl-container .bt-nl {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  font-size: 34px;
  position: absolute;
  right: 3px;
  top: 4px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin: 0;
}
.modal-menu .nl-container .bt-nl i:before {
  margin: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-menu .nl-container .bt-nl:hover {
  background-color: #8750a8;
}
.modal-menu .bt-bloc-menu {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  padding: 15px 10px 55px 10px;
  border: 1px solid transparent;
}
.modal-menu .bt-bloc-menu:hover {
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b;
}
.modal-menu .bt-bloc-menu.bg-orange:hover {
  background-color: #fff;
  color: #ff5100;
  border: 1px solid #ff5100;
}
.modal-menu .bt-bloc-menu span {
  display: block;
}
.modal-menu .bt-bloc-menu .big-title {
  font-size: 26px;
  font-family: 'Helvetica 75', sans-serif;
}
.modal-menu .bt-bloc-menu i {
  font-size: 34px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal-login {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  visibility: hidden;
  opacity: 0;
}
.modal-login.opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.modal-login .inner-modal {
  max-width: 1200px;
  padding: 40px 20px 30px 20px;
  width: 100%;
  margin: auto auto !important;
  overflow-y: auto;
}
@media (min-width: 500px) {
  .modal-login .inner-modal {
    padding: 40px 40px 40px;
  }
}
.modal-login .bt-close-login {
  font-size: 40px;
  color: #5c0f8b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 20px;
}
.modal-login .bt-close-login i:before {
  line-height: 40px;
}
.modal-login .bt-close-login:hover {
  color: #ff5100;
}
@media (min-width: 500px) {
  .modal-login .bt-close-login {
    top: 20px;
    right: 10px;
  }
}
.modal-login .bt-bloc-menu {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  padding: 15px 10px 55px 10px;
  border: 1px solid transparent;
}
.modal-login .bt-bloc-menu:hover {
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b;
}
.modal-login .bt-bloc-menu.bg-orange:hover {
  background-color: #fff;
  color: #ff5100;
  border: 1px solid #ff5100;
}
.modal-login .bt-bloc-menu span {
  display: block;
}
.modal-login .bt-bloc-menu .big-title {
  font-size: 26px;
  font-family: 'Helvetica 75', sans-serif;
}
.modal-login .bt-bloc-menu i {
  font-size: 34px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal-parola {
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 500px;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  visibility: hidden;
  opacity: 0;
}
.modal-parola.opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.modal-parola .inner-modal {
  max-width: 1200px;
  padding: 40px 20px 30px 20px;
  width: 100%;
  margin: auto auto !important;
  overflow-y: auto;
}
@media (min-width: 500px) {
  .modal-parola .inner-modal {
    padding: 40px 40px 40px;
  }
}
.modal-parola .bt-close-login {
  font-size: 40px;
  color: #5c0f8b;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 20px;
}
.modal-parola .bt-close-login i:before {
  line-height: 40px;
}
.modal-parola .bt-close-login:hover {
  color: #ff5100;
}
@media (min-width: 500px) {
  .modal-parola .bt-close-login {
    top: 20px;
    right: 10px;
  }
}
.modal-parola .bt-bloc-menu {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  padding: 15px 10px 55px 10px;
  border: 1px solid transparent;
}
.modal-parola .bt-bloc-menu:hover {
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b;
}
.modal-parola .bt-bloc-menu.bg-orange:hover {
  background-color: #fff;
  color: #ff5100;
  border: 1px solid #ff5100;
}
.modal-parola .bt-bloc-menu span {
  display: block;
}
.modal-parola .bt-bloc-menu .big-title {
  font-size: 26px;
  font-family: 'Helvetica 75', sans-serif;
}
.modal-parola .bt-bloc-menu i {
  font-size: 34px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.modal-account {
  background-color: #5c0f8b;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  visibility: hidden;
  opacity: 0;
}
.modal-account.opened {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.modal-account .inner-modal {
  max-width: 1200px;
  padding: 40px 20px 30px 20px;
  width: 100%;
  margin: auto auto !important;
  overflow-y: auto;
  color: #fff;
}
@media (min-width: 500px) {
  .modal-account .inner-modal {
    padding: 40px 40px 40px;
  }
}
.modal-account .bt-close-account {
  font-size: 40px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 20px;
  margin-left: 10px;
}
.modal-account .bt-close-account i:before {
  line-height: 40px;
}
.modal-account .bt-close-account:hover {
  color: #fff;
}
@media (min-width: 500px) {
  .modal-account .bt-close-account {
    top: 20px;
    right: 10px;
  }
}
.modal-account .menu-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal-account .menu-links li {
  padding: 0;
  text-align: center;
  margin: 0 0 20px 0;
  color: #fff;
}
.modal-account .menu-links .link {
  color: #fff;
  font-family: 'Helvetica 65', sans-serif;
  font-size: 18px;
  display: table;
  margin: 0 auto;
}
.nav-opened {
  height: 100%;
  overflow: hidden;
}
.nav-opened .modal-menu {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.nav-opened .mega-menu-container {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1200px) {
  .scrolled {
    padding-top: 118px;
  }
}
.scrolled .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
footer {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background-color: #fff;
  color: #fff;
}
footer .logo {
  text-align: center;
}
footer .inner-footer {
  background-color: #ff5100;
  padding: 20px;
}
footer .foo-left {
  padding: 20px 0;
}
@media (min-width: 576px) {
  footer .foo-left {
    padding: 20px 0;
  }
}
footer .foo-left .inner {
  padding: 0 15px;
}
@media (min-width: 992px) {
  footer .foo-left .inner {
    padding: 0 30px 0 15%;
  }
}
footer .foo-left .buton {
  height: 52px;
  padding: 17px 30px;
}
footer .foo-right {
  padding: 30px 0 20px;
}
footer .foo-right .inner {
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
}
footer a {
  color: #fff;
}
footer .telefon {
  font-family: 'Helvetica 65', sans-serif;
  font-size: 18px;
}
@media (min-width: 576px) {
  footer .telefon {
    font-size: 20px;
    width: 256px;
  }
}
footer .copy {
  font-size: 12px;
}
@media (min-width: 992px) {
  footer .copy {
    font-size: 12px;
  }
}
footer .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
footer .social .bt-social {
  color: #fff;
  font-size: 1.375rem;
  width: 40px;
  height: 40px;
  padding: 0 6px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  background-color: #5c0f8b;
}
footer .social .bt-social:hover {
  background-color: #8750a8;
}
footer .social .bt-social i:before {
  margin: 0;
  line-height: 40px !important;
}
footer .parteneri {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
footer .parteneri .partener {
  display: inline-block;
  margin: 0 10px;
}
@media (min-width: 576px) {
  footer .links {
    text-align: left;
  }
}
footer .links a {
  color: #fff;
  font-family: 'Helvetica 65', sans-serif;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px 5px 0;
}
@media (min-width: 576px) {
  footer .links a {
    font-size: 18px;
  }
}
footer .nl-wrapper {
  width: 240px;
  position: relative;
}
footer .nl-wrapper .lab {
  font-size: 14px;
  line-height: 1.2;
  font-family: 'Helvetica 65', sans-serif;
  margin-bottom: 10px;
}
footer .nl-wrapper .alert {
  position: absolute;
  font-size: 12px;
  margin: 0;
  bottom: 52px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
footer .nl-wrapper .alert.alert-danger {
  background-color: red;
  color: #fff !important;
}
footer .nl-wrapper .alert.alert-success {
  background-color: green;
  color: #fff !important;
}
footer .nl-container {
  border: 2px solid #fff;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 4px;
  position: relative;
  width: 100%;
}
footer .nl-container .nl-input {
  display: block;
  width: 100%;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  background: none !important;
  border: none;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 0 45px 0 10px !important;
  color: #fff !important;
}
footer .nl-container .nl-input:-moz-placeholder {
  color: #fff;
}
footer .nl-container .nl-input::-moz-placeholder {
  color: #fff;
}
footer .nl-container .nl-input:-ms-input-placeholder {
  color: #fff;
}
footer .nl-container .nl-input::-webkit-input-placeholder {
  color: #fff;
}
footer .nl-container .invalid-tooltip {
  background: none;
  color: #ff3232;
  text-align: center;
  right: 0;
  margin-top: 10px;
  position: absolute;
  top: 100%;
}
footer .nl-container .bt-nl {
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  color: #fff;
  font-size: 34px;
  line-height: 51px;
  position: absolute;
  text-align: center;
  right: 4px;
  top: 3px;
  padding: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
footer .nl-container .bt-nl i {
  width: 100%;
}
footer .nl-container .bt-nl i:before {
  margin: 0;
}
footer .nl-container .bt-nl:hover {
  background-color: #8750a8;
}
.cookies-bar,
.newsletter-bar,
.notify-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.4);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cookies-bar a,
.newsletter-bar a,
.notify-bar a {
  color: #000;
}
.cookies-bar .container,
.newsletter-bar .container,
.notify-bar .container {
  text-align: center;
  width: 600px;
  max-width: 100%;
  padding: 70px 30px;
  background-color: #cbcbcb;
  color: #000;
  font-size: 20px;
  border: 2px solid #ff5100;
}
.cookies-bar .buton,
.newsletter-bar .buton,
.notify-bar .buton {
  width: 100%;
  background-color: #ff5100;
}
.back-top {
  position: fixed;
  background-color: #ff5100;
  right: 5px;
  bottom: 10px;
  z-index: 3;
  color: #fff;
  width: 45px;
  text-align: center;
  padding: 7px 0 4px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
  display: none;
}
.back-top i {
  font-size: 32px;
  line-height: 32px;
}
.back-top .lab {
  font-size: 12px;
}
.back-top:hover {
  background-color: #8750a8;
}
.color-black,
a.color-black {
  color: #000;
}
.color-text,
a.color-text {
  color: #58595b;
}
.color-white,
a.color-white {
  color: #fff !important;
}
.color-orange,
a.color-orange {
  color: #ff5100 !important;
}
.color-yellow {
  color: #FFD200;
}
.color-yellow-dark {
  color: #FFAF27;
}
.color-mov,
a.color-mov {
  color: #5c0f8b !important;
}
.bg-grey-light {
  background-color: #f1f2f2;
}
.bg-orange-light {
  background-color: #ff8336;
}
.bg-mov-light {
  background-color: #8750a8;
}
.bg-mov-intense {
  background-color: #9B13EF;
}
.bg-orange {
  background-color: #ff5100;
}
.bg-mov {
  background-color: #5c0f8b;
}
.bg-mov-dark {
  background-color: #422355;
}
html {
  width: 100%;
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
body {
  color: #58595b;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Helvetica 45', sans-serif;
  font-size: 18px;
  position: relative;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}
.main-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  min-height: 90vh;
}
@media (max-width: 1199px) {
  .main-wrapper {
    padding-top: 70px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper {
    min-height: 600px;
  }
}
.page-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
[class*="icon-cust"] {
  line-height: 1rem;
  display: inline-block;
}
a:hover {
  text-decoration: underline;
  color: inherit;
}
h1 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 576px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
  }
}
h3 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}
h3.light {
  font-family: 'Helvetica 55 Roman', sans-serif;
}
@media (min-width: 1200px) {
  h3.light {
    font-size: 35px;
  }
}
h4 {
  font-size: 26px;
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 992px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 30px;
  }
}
h4.light {
  font-family: 'Helvetica 55 Roman', sans-serif;
}
h5 {
  font-size: 20px;
  line-height: 1.2;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 1200px) {
  h5 {
    font-size: 24px;
  }
}
h6 {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 22px;
  }
}
.font-weight-bold {
  font-family: 'Helvetica 75', sans-serif;
}
.section-pt {
  padding-top: clamp(45px, 7vw, 100px);
}
.section-pb {
  padding-bottom: clamp(45px, 7vw, 100px);
}
strong {
  font-family: 'Helvetica 75', sans-serif;
  font-weight: normal !important;
}
small {
  font-size: 70%;
  line-height: 1.3;
  display: inline-block;
}
.font500 {
  font-family: 'Helvetica 65', sans-serif;
}
.font300 {
  font-family: 'Helvetica 45', sans-serif;
}
.font-size-big {
  font-size: 18px;
}
@media (min-width: 1200px) {
  .font-size-big {
    font-size: 20px;
  }
}
.color-mov {
  color: #5c0f8b;
}
.buton {
  display: inline-block;
  text-align: center;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #5c0f8b;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-family: 'Helvetica 65', sans-serif !important;
  font: 14px 'Helvetica 65', sans-serif !important;
  height: 44px;
  padding: 14px 30px;
  border: transparent;
}
@media (min-width: 768px) {
  .buton.xl {
    font: 25px 'Helvetica 65', sans-serif !important;
    height: 70px;
    padding: 22px 45px;
  }
}
@media (min-width: 768px) {
  .buton.xl img {
    width: 44px;
  }
}
@media (min-width: 576px) {
  .buton {
    font: 15px 'Helvetica 65', sans-serif !important;
  }
}
.buton:hover {
  background-color: #8750a8;
  color: #fff;
}
.buton.bt-orange {
  background-color: #ff5100;
  color: #fff;
}
.buton.bt-orange:hover {
  background-color: #ff8336;
}
.buton.bt-stroke-white {
  border: 1px solid #fff;
  position: relative;
  padding-right: 50px;
  text-transform: none;
  font-family: 'Helvetica 65', sans-serif;
  background-color: transparent;
}
.buton.bt-stroke-white i {
  font-size: 32px;
  position: absolute;
  right: 5px;
  width: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 82%;
}
.buton.bt-stroke-white i:before {
  margin: 0;
}
.buton.bt-stroke-white:hover {
  background-color: #fff;
  color: #5c0f8b;
}
.buton.bt-stroke-orange {
  border: 2px solid #ff5100;
  background-color: #fff;
  color: #ff5100;
}
.buton.bt-stroke-orange:hover {
  background-color: #ff5100;
  color: #fff;
}
.buton.bt-stroke-mov {
  border: 2px solid #5c0f8b;
  position: relative;
  padding-right: 50px;
  text-transform: none;
  font-family: 'Helvetica 65', sans-serif;
  background-color: #fff;
  color: #5c0f8b;
}
.buton.bt-stroke-mov i {
  font-size: 32px;
  position: absolute;
  right: 5px;
  width: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 82%;
}
.buton.bt-stroke-mov i:before {
  margin: 0;
}
.buton.bt-stroke-mov:hover {
  background-color: #fff;
  color: #5c0f8b;
}
.buton.has-ico {
  position: relative;
  padding-right: 50px;
}
.buton.has-ico i {
  font-size: 32px;
  position: absolute;
  right: 5px;
  width: 35px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 82%;
}
.buton.has-ico i:before {
  margin: 0;
}
.buton.bt-account {
  font-size: 12px;
  height: 34px;
  padding: 10px 20px;
}
.buton.no-pointer {
  cursor: default;
}
.buton.facebook {
  background-color: #3b5998;
  color: #fff;
  padding-left: 15px;
  font-size: 14px !important;
  width: 100%;
}
.buton.facebook i {
  font-size: 20px !important;
}
.buton.facebook:hover {
  background-color: #334d83;
}
.buton.google {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  padding-left: 15px;
  font-size: 14px !important;
  width: 100%;
  position: relative;
  padding-right: 50px;
}
.buton.google img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.buton.google:hover {
  background-color: #e9e9e9;
}
.buton.multiline {
  height: auto;
}
.disc-container-about {
  margin: 0 auto;
}
@media (max-width: 991px) {
  .disc-container-about {
    max-width: 260px;
  }
}
.disc-container-about .disc-subtitle {
  font-size: 14px;
  font-family: 'Helvetica 65', sans-serif;
}
.disc-image {
  width: 100%;
  height: 0;
  padding: 50% 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.disc-image .inner {
  width: 80%;
  height: 0;
  padding: 40% 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 1;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.disc-image .inner .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  z-index: 0;
}
.disc-image .inner .image.monocrome {
  filter: grayscale(80%);
}
.disc-image .inner .filter-mov {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(88, 1, 140, 0.5);
  z-index: 1;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  -ms-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.disc-image .inner .content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  color: #fff;
}
.disc-image .inner .title-despre {
  text-transform: uppercase;
  font-family: 'Helvetica 65', sans-serif;
  font-size: 30px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1400px) {
  .disc-image .inner .title-despre {
    font-size: 24px;
  }
}
.disc-image .inner .bt-detalii {
  margin-top: 20%;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 3;
  color: #fff;
  font-size: 14px;
  font-family: 'Helvetica 65', sans-serif;
}
.disc-image .inner .bt-detalii img {
  margin-left: 5px;
  vertical-align: middle;
}
.disc-image .inner .link {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.disc-image .inner:hover .filter-mov {
  background-color: rgba(255, 81, 0, 0.6);
}
.testimonials-home {
  background: #fff;
  padding: 30px 30px 0 30px;
  border-top: 5px solid #5C0F8B;
  margin-top: 40px;
  margin-bottom: 30px;
}
.testimonial-bloc {
  border-bottom: 1px solid #C2C2C2;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.testimonial-bloc:last-child {
  border: 0;
}
.testimonial-bloc .text-justify {
  padding-left: 45px;
}
.testimonial-bloc .icon {
  width: 40px;
  position: absolute;
  left: 0;
}
.testimonial-bloc .name {
  font-size: 28px;
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
  color: #ff5100;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .testimonial-bloc .name {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .testimonial-bloc .name {
    font-size: 40px;
  }
}
.testimonial-bloc .disc-container {
  width: 300px;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .testimonial-bloc .disc-container {
    width: 250px;
  }
}
.beneficii-container {
  position: relative;
}
.bloc-description {
  color: #fff;
  font-size: 18px;
}
@media (min-width: 992px) {
  .bloc-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    overflow: hidden;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    min-height: 100%;
  }
  .bloc-description.opened {
    transform: scaleY(1);
    visibility: visible;
    opacity: 1;
  }
  .bloc-description.fix {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: fixed;
    max-width: 1400px;
    top: 5px;
    margin: 0 auto;
    bottom: auto !important;
    min-height: auto !important;
  }
}
@media (max-width: 991px) {
  .bloc-description {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 190;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    max-width: 600px;
    overflow-y: auto;
  }
  .bloc-description.opened {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
  }
}
.bloc-description .inner {
  padding: 60px 20px 30px;
}
@media (min-width: 992px) {
  .bloc-description .inner {
    width: 100%;
  }
}
@media (min-width: 576px) {
  .bloc-description .inner {
    padding: 60px 40px 40px;
  }
}
.bloc-description .inner a {
  color: #fff;
}
.bloc-description .bt-grp {
  max-width: 250px;
}
.bloc-description .bloc-left {
  margin-right: 10%;
}
@media (max-width: 991px) {
  .bloc-description .bloc-left {
    margin: 0 0 25px 0;
  }
}
.bloc-description .bt-close {
  font-size: 21px;
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 991px) {
  .bloc-description .bt-close {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
.disc-container-register {
  width: 300px;
  margin: 0 auto 30px;
}
@media (max-width: 991px) {
  .disc-container-register {
    width: 250px;
  }
}
.disc-container-register .disc-image img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .border-bottom-inscriere {
    border-bottom: 2px solid #cdcdcd;
    padding-bottom: 30px;
  }
}
.register-progress {
  border: 2px solid #5c0f8b;
  height: 15px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.register-progress.step-1:before {
  display: block;
  content: '';
  width: 33.33%;
  height: 100%;
  background-color: #5c0f8b;
}
.register-progress.step-2:before {
  display: block;
  content: '';
  width: 66.66%;
  height: 100%;
  background-color: #5c0f8b;
}
.register-progress.step-3:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #5c0f8b;
}
.progress-bar-container {
  position: relative;
  padding-right: 70px;
  margin-top: 40px;
}
.progress-bar-container .progres-bulina {
  text-align: center;
  color: #ff5100;
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 14px;
  width: 50px;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -55%);
  -moz-transform: translate(0, -55%);
  -ms-transform: translate(0, -55%);
  -o-transform: translate(0, -55%);
  transform: translate(0, -55%);
}
.progress-bar-container .progres-bulina .circle {
  width: 50px;
  height: 50px;
  border: 1px solid #ff5100;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  font-family: 'Helvetica 55 Roman', sans-serif;
}
.border-top {
  border-top: 2px solid #939598 !important;
}
.register-question {
  padding: 20px 5px 20px;
}
@media (min-width: 768px) {
  .register-question {
    padding: 20px 40px 20px;
  }
}
.register-question .col-left {
  font-family: 'Helvetica 55 Roman', sans-serif;
  width: 220px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .register-question .col-left {
    margin: 0 50px 0 0;
  }
}
.register-question .col-left .question-big-number {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 100px;
  padding-top: 20px;
}
.bt-accont-inscriere {
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #5c0f8b;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 5px 20px;
  border: none;
  font-size: 14px;
}
@media (max-width: 400px) {
  .bt-accont-inscriere {
    font-size: 14px;
    padding: 7px 15px;
  }
}
.bt-accont-inscriere .inscriu {
  font-family: 'Helvetica 65', sans-serif;
  font-size: 70%;
  display: block;
  line-height: 1;
  margin-bottom: 2px;
  margin-top: 4px;
}
.bt-accont-inscriere .type {
  font-family: 'Helvetica 45', sans-serif;
  display: block;
  line-height: 1;
}
.bt-accont-inscriere:hover {
  background-color: #8750a8;
  color: #fff;
}
.bt-accont-inscriere.orange {
  background-color: #ff5100;
}
.bt-accont-inscriere.orange:hover {
  background-color: #ff8336;
  color: #fff;
}
.bt-accont-phone {
  font-size: 39px;
  color: #ff5100;
  width: 40px;
  height: 40px;
  position: relative;
  display: block;
}
.bt-accont-phone:hover {
  color: #ff8336;
}
.bt-accont-phone i {
  width: 40px;
}
.bt-accont-phone i:before {
  margin: 0;
}
.disc-container-avatar {
  width: 250px;
  margin: 0 auto 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.disc-container-avatar .content {
  font: 90px/90px 'Helvetica 75', sans-serif;
  margin-top: 15%;
}
.disc-container-avatar.margin-r {
  margin: 0 auto 30px;
}
@media (min-width: 992px) {
  .disc-container-avatar.margin-r {
    margin: 0 70px 0 0;
  }
}
.upload-avatar {
  width: 100%;
  display: block;
}
.upload-avatar .file-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.field-account-data {
  margin-bottom: 15px;
}
.field-account-data .lab {
  font-size: 14px;
}
.field-account-data .form-control {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  font-family: 'Helvetica 65', sans-serif;
  color: #5c0f8b !important;
}
.field-account-data .form-control:disabled {
  background-color: transparent;
  border: transparent;
  height: 30px;
  line-height: 30px;
  padding: 0;
  color: #5c0f8b !important;
  font-family: 'Helvetica 75', sans-serif;
  font-size: 20px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.bloc-beneficiu-account {
  width: 100%;
  text-align: center;
  padding: 40px 15px 20px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
  min-height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .bloc-beneficiu-account {
    padding: 17% 15px 30px;
  }
}
@media (min-width: 992px) {
  .bloc-beneficiu-account {
    min-height: 450px;
  }
}
.bloc-beneficiu-account.bg-mov-light:hover {
  background-color: #5c0f8b;
}
.bloc-beneficiu-account.bg-orange-light:hover {
  background-color: #ff5100;
}
.bloc-beneficiu-account .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bloc-beneficiu-account .image {
  height: 150px;
  margin-bottom: 30px;
}
.bloc-beneficiu-account .image img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.bloc-beneficiu-account .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 22px;
  margin-bottom: 15px;
  line-height: 1;
}
@media (min-width: 992px) {
  .bloc-beneficiu-account .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .bloc-beneficiu-account .title {
    font-size: 30px;
  }
}
.bloc-beneficiu-account .inner {
  max-width: 340px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bloc-beneficiu-account .bt-arrow {
  text-align: center;
  margin-top: auto;
}
.bloc-beneficiu-account .bt-arrow i {
  font-size: 55px;
}
.dashboard-progress {
  border: 2px solid #5c0f8b;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.dashboard-progress .bara {
  height: 16px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #5c0f8b;
  position: relative;
}
.dashboard-progress .values {
  height: 45px;
  width: 45px;
  font-size: 14px;
  font-family: 'Helvetica 65', sans-serif;
  color: #fff;
  background-color: #5c0f8b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  right: 0;
  top: 100%;
  -webkit-transform: translate(40%, 0);
  -moz-transform: translate(40%, 0);
  -ms-transform: translate(40%, 0);
  -o-transform: translate(40%, 0);
  transform: translate(40%, 0);
}
.bloc-dashboard-buton {
  width: 100%;
  text-align: center;
  padding: 30px 50px 30px 15px;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}
@media (min-width: 992px) {
  .bloc-dashboard-buton {
    padding: 50px 70px 50px 15px;
  }
}
.bloc-dashboard-buton.bg-mov-light:hover {
  background-color: #5c0f8b;
}
.bloc-dashboard-buton.bg-orange-light:hover {
  background-color: #ff5100;
}
.bloc-dashboard-buton .link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.bloc-dashboard-buton img {
  display: block;
  margin: 0 20px 0 0;
}
@media (max-width: 400px) {
  .bloc-dashboard-buton img {
    max-width: 90px;
  }
}
.bloc-dashboard-buton .title {
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .bloc-dashboard-buton .title {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .bloc-dashboard-buton .title {
    font-size: 24px;
  }
}
.bloc-dashboard-buton .inner {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bloc-dashboard-buton i {
  height: 30px;
  font-size: 34px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 992px) {
  .bloc-dashboard-buton i {
    right: 20px;
    font-size: 40px;
  }
}
.wrapper-carusel-events {
  padding: 0 0;
}
.wrapper-carusel-events .carusel-events {
  margin: 0;
}
.wrapper-carusel-events .carusel-events .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.wrapper-carusel-events .carusel-events .slick-track .slick-slide {
  height: auto !important;
}
.wrapper-carusel-events .carusel-events .slide {
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) {
  .wrapper-carusel-events .carusel-events .slide {
    padding: 0 20px;
  }
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide {
  background-color: #8750a8;
  color: #fff;
  margin: 0 auto;
  position: relative;
  padding-bottom: 60px;
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide a {
  color: #fff;
  text-decoration: none;
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide .image {
  display: block;
  border: 1px solid #8750a8;
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide .content {
  padding: 30px 20px 0 20px;
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide .title {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Helvetica 75', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrapper-carusel-events .carusel-events .slide .event-entry-slide .title {
    font-size: 22px;
  }
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide .description {
  font-family: 'Helvetica 45', sans-serif;
}
.wrapper-carusel-events .carusel-events .slide .event-entry-slide .bt-details {
  font-size: 38px;
  display: table;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.wrapper-carusel-events .slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.wrapper-carusel-events .slick-arrow {
  font-size: 40px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.wrapper-carusel-events .slick-arrow:hover {
  color: #ff5100;
}
.bt-back-page {
  color: #5c0f8b;
  font-family: 'Helvetica 65', sans-serif;
  text-decoration: none !important;
}
.bt-back-page i {
  font-size: 32px;
  vertical-align: middle;
}
.bt-back-page:hover {
  color: #ff5100;
}
.account-user-stats-scroll {
  max-width: 100%;
  overflow-x: auto;
}
.account-user-stats {
  background-color: #5c0f8b;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #fff;
  font-family: 'Helvetica 65', sans-serif;
  padding: 10px 20px 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  display: table;
}
.account-user-stats .list-stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.account-user-stats .list-stats li {
  font-size: 14px;
  display: inline-block;
  margin: 0 5px;
  border-right: 1px solid #fff;
  padding: 3px 10px 0 0;
  position: relative;
  height: 17px;
  line-height: 17px;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  white-space: nowrap;
}
.account-user-stats .list-stats li:last-child {
  border: none;
  padding-right: 0;
}
.account-user-stats .list-stats .medal-container {
  display: inline-block;
  width: 28px;
  margin: 0 7px 0 10px;
  height: 17px;
  position: relative;
}
.account-user-stats .list-stats .medal {
  background: url("../images/medal-01.svg") no-repeat center top;
  background-size: contain;
  display: inline-block;
  width: 33px;
  height: 36px;
  padding: 8px 0 0;
  text-align: center;
  color: #5c0f8b;
  position: absolute;
  top: -8px;
  left: 0;
}
.obiectiv-bloc {
  padding: 20px 5px 20px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .obiectiv-bloc {
    padding: 20px 40px 20px;
  }
}
.obiectiv-bloc .col-left {
  font-family: 'Helvetica 55 Roman', sans-serif;
  width: 220px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .obiectiv-bloc .col-left {
    margin: 0 50px 0 0;
  }
}
.obiectiv-bloc .col-left .question-big-number {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 100px;
  padding-top: 20px;
}
.bloc-activitate-account {
  width: 100%;
  text-align: center;
  padding: 40px 15px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
  min-height: auto;
  position: relative;
  background-color: #fff;
}
@media (min-width: 992px) {
  .bloc-activitate-account {
    padding: 40px 15px 40px;
  }
}
@media (min-width: 992px) {
  .bloc-activitate-account {
    min-height: 350px;
  }
}
.bloc-activitate-account .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .bloc-activitate-account .title {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .bloc-activitate-account .title {
    font-size: 30px;
  }
}
.bloc-activitate-account .inner {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bloc-activitate-account .bt-arrow {
  text-align: center;
  margin-top: auto;
  display: table;
  color: #5c0f8b;
}
.bloc-activitate-account .bt-arrow:hover {
  color: #ff5100;
}
.bloc-activitate-account .bt-arrow i {
  font-size: 55px;
}
.wrapper-carusel-coach {
  padding: 0 0;
}
.wrapper-carusel-coach .carusel-coach .slide {
  padding: 0 10px;
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide {
  background-color: #8750a8;
  color: #fff;
  margin: 0 auto;
}
@media (min-width: 650px) {
  .wrapper-carusel-coach .carusel-coach .slide .event-entry-slide {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .wrapper-carusel-coach .carusel-coach .slide .event-entry-slide {
    max-width: 1000px;
  }
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide a {
  color: #fff;
  text-decoration: none;
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .image {
  background-size: cover !important;
  height: 300px;
  display: block;
}
@media (min-width: 650px) {
  .wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .image {
    height: 450px;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .content {
  padding: 30px 20px 0px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 650px) {
  .wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .content {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%;
    padding: 50px 30px 20px 30px;
  }
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .title {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Helvetica 75', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .title {
    font-size: 22px;
  }
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .description {
  font-family: 'Helvetica 45', sans-serif;
  max-width: 400px;
  margin-bottom: 10px;
}
.wrapper-carusel-coach .carusel-coach .slide .event-entry-slide .bt-details {
  font-size: 50px;
  display: table;
}
.wrapper-carusel-coach .slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.wrapper-carusel-coach .slick-arrow {
  font-size: 40px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.wrapper-carusel-coach .slick-arrow:hover {
  color: #ff5100;
}
.social-coach {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
}
.social-coach .bt-social {
  color: #5c0f8b;
  font-size: 22px;
  width: 34px;
  height: 34px;
  padding: 0;
  line-height: 36px;
  text-align: center;
  border: 1px solid #5c0f8b;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  position: relative;
}
.social-coach .bt-social:hover {
  color: #ff5100;
  border-color: #ff5100;
}
.articol-bloc {
  background-color: #fff;
  padding-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.articol-bloc .image {
  display: block;
  background-size: cover !important;
  width: 100%;
  height: 300px;
}
.articol-bloc .content {
  text-align: center;
  padding: 20px 15px 5px;
}
@media (min-width: 576px) {
  .articol-bloc .content {
    padding: 30px 40px 20px;
  }
}
.articol-bloc .bt-arrow {
  text-align: center;
  margin: auto auto 0;
  display: table;
  color: #5c0f8b;
}
.articol-bloc .bt-arrow:hover {
  color: #ff5100;
}
.articol-bloc .bt-arrow i {
  font-size: 50px;
}
@media (min-width: 992px) {
  .article-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.article-header .content {
  background-color: #fff;
  padding: 20px 15px 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .article-header .content {
    padding: 30px 40px 20px;
  }
}
@media (min-width: 992px) {
  .article-header .content {
    -webkit-flex: 1 0 60%;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
  }
}
.article-header .image {
  background-size: cover !important;
  min-height: 250px;
}
@media (min-width: 992px) {
  .article-header .image {
    -webkit-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%;
    -webkit-order: 1;
    -ms-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
.article-header .time {
  background-color: #ff5100;
  font-family: 'Helvetica 65', sans-serif;
  padding: 4px 10px 2px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.comunitate-bloc-info {
  padding: 20px 15px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 576px) {
  .comunitate-bloc-info {
    padding: 40px 30px 20px;
  }
}
.comunitate-bloc-info .link-fb {
  color: #5c0f8b;
  font-size: 25px;
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 42px;
  text-align: center;
  border: 1px solid #5c0f8b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  display: inline-block;
  position: relative;
}
.comunitate-bloc-info .link-fb:hover {
  color: #8750a8;
}
.bloc-register-comunitate {
  background-color: #ac90c1;
  padding: 10px;
}
@media (min-width: 576px) {
  .bloc-register-comunitate {
    padding: 20px;
  }
}
.bloc-register-comunitate .inner {
  background-color: #8750a8;
  color: #fff;
  text-align: center;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .bloc-register-comunitate .inner {
    padding: 40px 30px;
  }
}
.bloc-register-comunitate .inner .icon-fb {
  font-size: 50px;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 170%;
}
.articol-content {
  color: inherit !important;
  font-size: inherit !important;
}
.articol-content h1 {
  font-family: 'Helvetica 75', sans-serif !important;
  color: #ff5100;
  margin-bottom: 30px;
}
.articol-content h2 {
  font-family: 'Helvetica 75', sans-serif !important;
  color: #ff5100;
  margin-bottom: 30px;
}
.articol-content h4,
.articol-content h5 {
  font-family: 'Helvetica 75', sans-serif !important;
  color: #5c0f8b;
  margin-bottom: 20px;
}
.articol-content ul li {
  font-family: 'Helvetica 45', sans-serif !important;
  margin-bottom: 10px;
}
.articol-content p,
.articol-content span,
.articol-content a {
  font-family: 'Helvetica 45', sans-serif !important;
  font-size: inherit !important;
}
.faq-entry {
  background-color: #fff;
  margin-bottom: 20px;
}
.faq-entry .faq-header {
  padding: 25px 70px 20px 70px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 550px) {
  .faq-entry .faq-header {
    padding: 60px 20px 20px;
  }
}
.faq-entry .faq-header:hover .arrow,
.faq-entry .faq-header:hover .numar {
  color: #ff5100;
  border-color: #ff5100;
}
.faq-entry .faq-header .numar {
  color: #5c0f8b;
  height: 35px;
  width: auto;
  display: inline-block;
  min-width: 35px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #5c0f8b;
  font-size: 20px;
  font-family: 'Helvetica 65', sans-serif;
  text-align: center;
  padding: 7px 0;
  position: absolute;
  left: 15px;
  top: 20px;
}
@media (max-width: 550px) {
  .faq-entry .faq-header .numar {
    top: 10px;
  }
}
.faq-entry .faq-header .arrow {
  color: #5c0f8b;
  height: 35px;
  width: 35px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 15px;
  top: 20px;
}
@media (max-width: 550px) {
  .faq-entry .faq-header .arrow {
    top: 10px;
  }
}
.faq-entry .faq-header .arrow:before {
  display: block;
  font-family: 'fontello';
  font-size: 33px;
  content: '\e814';
}
.faq-entry .faq-header.collapsed .arrow:before {
  content: '\e813';
}
.faq-entry .details {
  padding: 0 70px 0 70px;
}
@media (max-width: 550px) {
  .faq-entry .details {
    padding: 0 20px;
  }
}
.contact-container {
  max-width: 700px;
}
.contact-details-block {
  background-color: #8750a8;
  color: #fff;
  text-align: center;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .contact-details-block {
    padding: 30px;
    margin-top: 47px;
  }
}
.contact-details-block .telefon {
  font-family: 'Helvetica 65', sans-serif;
  font-size: 22px;
}
.contact-details-block .social {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contact-details-block .social .bt-social {
  color: #fff;
  font-size: 25px;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 44px;
  text-align: center;
  border: 2px solid #fff;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  position: relative;
}
.contact-details-block .social .bt-social:hover {
  background-color: #5c0f8b;
}
.diploma-entry {
  background-color: #fff;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}
.diploma-entry .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.diploma-entry .image {
  width: 200px;
  height: 200px;
  background-size: cover !important;
}
.diploma-entry .title {
  color: #5c0f8b;
}
.curs-container {
  max-width: 800px;
  margin: 0 auto;
}
.curs-container .curs-header {
  margin-bottom: 20px;
}
.curs-container .curs-header .video-title {
  color: #5c0f8b;
  font-size: 20px;
  font-family: 'Helvetica 65', sans-serif;
}
.curs-container .curs-header .time {
  background-color: #ff5100;
  font-family: 'Helvetica 65', sans-serif;
  padding: 4px 10px 2px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
}
.curs-container .curs-video iframe {
  width: 100%;
}
.curs-quiz {
  padding: 20px 15px 20px 40px;
}
@media (min-width: 768px) {
  .curs-quiz {
    padding: 20px 40px 20px;
  }
}
.curs-quiz .mesaj-quiz {
  margin-bottom: 10px;
  background-color: #ff8336;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  padding: 13px 20px 10px;
  display: table;
}
.curs-quiz .raspuns-valid {
  position: relative;
}
.curs-quiz .raspuns-valid:before {
  display: block;
  font-family: 'fontello';
  content: '\e80c';
  font-size: 30px;
  position: absolute;
  left: -27px;
  top: 0;
  color: #1c7430;
  line-height: 30px;
}
.curs-quiz .raspuns-valid .form-check-label {
  color: #1c7430;
}
.curs-quiz .raspuns-invalid {
  position: relative;
}
.curs-quiz .raspuns-invalid:before {
  display: block;
  font-family: 'fontello';
  content: '\e80a';
  font-size: 38px;
  position: absolute;
  left: -27px;
  top: 0;
  color: #ff3232;
  line-height: 27px;
}
.curs-quiz .raspuns-invalid .form-check-label {
  color: #ff3232;
}
@media (min-width: 576px) {
  .modal-quiz {
    max-width: 700px;
  }
}
.modal-quiz .modal-content {
  padding: 40px;
  overflow: visible;
  font-family: 'Helvetica 55 Roman', sans-serif;
  margin-top: 20px;
}
.modal-quiz .bt-close {
  background-color: #ff8336;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 3;
}
.modal-quiz .bt-close:hover {
  background-color: #ff5100;
}
.modal-quiz .bt-bloc {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  padding: 15px 10px 55px 10px;
  border: 1px solid transparent;
  text-align: center;
}
.modal-quiz .bt-bloc:hover {
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b;
}
.modal-quiz .bt-bloc.bg-orange:hover {
  background-color: #fff;
  color: #ff5100;
  border: 1px solid #ff5100;
}
.modal-quiz .bt-bloc i {
  font-size: 34px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.pagination {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagination .page-item.active .page-link {
  background-color: #5c0f8b;
  border-color: #5c0f8b;
  color: #fff;
}
.pagination .page-item .page-link {
  padding: 0.5rem 0.75rem 0.3rem;
  color: #5c0f8b;
}
.banometru-progress {
  border: 2px solid #5c0f8b;
  height: 15px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.banometru-progress.step-1:before {
  display: block;
  content: '';
  width: 14.3%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-2:before {
  display: block;
  content: '';
  width: 28.6%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-3:before {
  display: block;
  content: '';
  width: 42.9%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-4:before {
  display: block;
  content: '';
  width: 57.2%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-5:before {
  display: block;
  content: '';
  width: 71.5%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-6:before {
  display: block;
  content: '';
  width: 85.8%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-7:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #5c0f8b;
}
.banometru-progress.step-8:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #5c0f8b;
}
.calculator-banometru-card {
  border: 2px solid #5c0f8b;
  width: 100%;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  background-color: #fff;
  margin-bottom: 40px;
  padding: 44px 20px 20px;
  font-family: 'Helvetica 55 Roman', sans-serif;
}
@media (min-width: 768px) {
  .calculator-banometru-card {
    padding: 44px 80px;
  }
}
.calculator-banometru-card.inactive {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.calculator-banometru-card.active {
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: card;
  animation-name: move;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
}
.calculator-banometru-card .subtitle {
  font-size: 20px;
  line-height: 1;
  font-family: 'Helvetica 45', sans-serif;
}
@media (min-width: 992px) {
  .calculator-banometru-card .subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1200px) {
  .calculator-banometru-card .subtitle {
    font-size: 30px;
  }
}
.calculator-banometru-card .card-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .calculator-banometru-card .card-nav {
    height: 0;
    padding: 0;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    position: absolute;
    left: 10px;
    right: 10px;
    top: 100px;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.calculator-banometru-card .bt-nav-calculator {
  text-align: center;
  width: 50px;
  cursor: pointer;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .calculator-banometru-card .bt-nav-calculator {
    margin: 0;
  }
}
.calculator-banometru-card .bt-nav-calculator:hover .icon {
  background-color: #ff8336;
}
.calculator-banometru-card .bt-nav-calculator .lab {
  color: #ff5100;
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.calculator-banometru-card .bt-nav-calculator .icon {
  width: 50px;
  height: 50px;
  background-size: 30px 30px !important;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ff5100;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.calculator-banometru-card .bt-nav-calculator.bt-prev .icon {
  background-image: url("../images/cust-arrow-left-01.svg");
}
.calculator-banometru-card .bt-nav-calculator.bt-next .icon {
  background-image: url("../images/cust-arrow-right-01.svg");
}
.calculator-banometru-card .first-form {
  max-width: 520px;
  margin: 0 auto;
}
.calculator-banometru-card .first-form .form-group {
  margin-bottom: 0;
}
.calculator-banometru-card .first-form .form-group input.form-control {
  height: 40px;
}
.calculator-banometru-card .venit-ora-container {
  padding-right: 80px;
  margin: 0 auto;
  display: table;
}
.calculator-banometru-card .venit-ora {
  background-color: #ff5100;
  width: 150px;
  height: 150px;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-family: 'Helvetica 45', sans-serif;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.calculator-banometru-card .venit-ora .value {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 24px;
  background-color: #5c0f8b;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(90%, -50%);
  -moz-transform: translate(90%, -50%);
  -ms-transform: translate(90%, -50%);
  -o-transform: translate(90%, -50%);
  transform: translate(90%, -50%);
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 110px;
}
.calculator-banometru-card .table {
  border-bottom: 1px solid #dee2e6;
}
.calculator-banometru-card .table thead th {
  font-size: 14px;
}
.calculator-banometru-card .table tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 131, 54, 0.2);
}
.calculator-banometru-card .table tbody tr td {
  vertical-align: middle;
}
.calculator-banometru-card .table tbody tr.last-row {
  background-color: #fff !important;
}
.calculator-banometru-card .table tbody tr.last-row td {
  padding-bottom: 30px;
  padding-top: 20px;
}
.calculator-banometru-card input.input-table {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #58595b !important;
  font-family: 'Helvetica 55 Roman', sans-serif;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #a5a5a5;
  background-color: #fff;
  height: 35px;
  line-height: 35px;
  min-width: 110px;
}
.calculator-banometru-card input.input-table:focus {
  border-color: #5c0f8b;
}
.calculator-banometru-card input.input-table.small {
  width: 80px;
  min-width: unset;
}
.calculator-banometru-card .bloc-with-number {
  border: 1px solid #ff5100;
  padding: 20px 20px 20px 80px;
  margin: 0 auto 20px;
  max-width: 700px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #5c0f8b;
}
.calculator-banometru-card .bloc-with-number .nr {
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 26px;
  font-family: 'Helvetica 75', sans-serif;
  color: #5c0f8b;
  border: 2px solid #5c0f8b;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.calculator-banometru-card .container-700 {
  max-width: 700px;
  margin: 0 auto;
}
.calculator-banometru-card .container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.calculator-banometru-card .sume-platite .luna {
  width: 80px;
  text-align: center;
}
.calculator-banometru-card .sume-platite .head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0 20px 10px 0;
}
.calculator-banometru-card .sume-platite .entry {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 1px solid #ff5100;
  padding: 20px 20px 20px 0px;
  margin-bottom: 20px;
}
.calculator-banometru-card .bloc-border-orange {
  border: 1px solid #ff5100;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.calculator-banometru-card .tabs-container {
  margin-bottom: -1px;
}
.calculator-banometru-card .tabs-container .tab-bt {
  color: #5c0f8b;
  font-family: 'Helvetica 75', sans-serif;
  height: 60px;
  padding: 12px 10px;
  text-align: center;
  width: 100px;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-border-radius: 20px 20px 0 0;
  -khtml-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
  text-decoration: none;
  border-bottom: none;
}
@media (min-width: 576px) {
  .calculator-banometru-card .tabs-container .tab-bt {
    width: 220px;
  }
}
.calculator-banometru-card .tabs-container .tab-bt.active {
  border-color: #ff5100;
  background-color: #fff;
}
.calculator-banometru-card .tab-content {
  border: 1px solid #ff5100;
  padding: 30px 0;
  -webkit-border-radius: 0 0 20px 20px;
  -khtml-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
}
@media (min-width: 992px) {
  .calculator-banometru-card .tab-content {
    padding: 30px;
  }
}
.calculator-banometru-card .tab-content.radius-all {
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.calculator-banometru-card .radius-content {
  border: 1px solid #ff5100;
  padding: 30px 0;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .calculator-banometru-card .radius-content {
    padding: 30px;
  }
}
@-webkit-keyframes cursor {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
@keyframes move {
  0% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }
}
.spacer-calendar-evenimente {
  width: 100%;
}
@media (min-width: 992px) {
  .spacer-calendar-evenimente {
    width: 290px;
  }
}
.calendar-evenimente {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  border: 5px solid #f1f2f2;
}
@media (min-width: 992px) {
  .calendar-evenimente {
    position: sticky;
    top: 130px;
    width: 290px;
  }
}
.calendar-evenimente .calendar {
  padding: 10px;
  width: 100%;
}
.calendar-evenimente .calendar header {
  position: relative;
}
.calendar-evenimente .calendar header .month {
  font-size: 18px;
}
.calendar-evenimente .calendar header .month .year {
  font-size: 14px;
}
.calendar-evenimente .calendar header .simple-calendar-btn:hover {
  background-color: #ff5100;
  border-color: #ff5100;
}
.calendar-evenimente .calendar table thead td {
  font-size: 14px;
}
.calendar-evenimente .calendar table tbody td {
  padding: 5px 0;
}
.calendar-evenimente .calendar table tbody .day {
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 16px;
  color: #5c0f8b;
  width: 32px;
  height: 32px;
  line-height: 34px;
}
.calendar-evenimente .calendar table tbody .day.today {
  border-color: #ff8336;
  background-color: transparent;
}
.calendar-evenimente .calendar table tbody .day.has-event {
  background-color: #ff8336;
  color: #fff;
  border-color: #ff8336;
}
.calendar-evenimente .calendar table tbody .day.has-event:after {
  display: none;
}
.calendar-evenimente .calendar table tbody .day.has-event:hover {
  background-color: #ff5100;
}
.calendar-evenimente .calendar table tbody .day.wrong-month {
  color: #999;
}
.calendar-evenimente .calendar .event-container {
  padding: 45px 10px 10px;
  background-color: #ff8336;
}
.calendar-evenimente .calendar .event-container .close {
  width: 25px;
  height: 25px;
  top: 10px;
  right: 10px;
  background-color: #5c0f8b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 5px;
  opacity: 1;
}
.calendar-evenimente .calendar .event-container .close:before,
.calendar-evenimente .calendar .event-container .close:after {
  background-color: #fff;
  top: 5px;
  left: 45%;
  height: 62%;
}
.calendar-evenimente .calendar .event-container .event {
  background-color: #fff;
  color: #5c0f8b;
  padding: 10px;
  font-size: 14px;
}
.calendar-evenimente .calendar .event-container .event .event-date {
  margin-bottom: 5px;
}
.calendar-evenimente .calendar .filler {
  background: #ff8336 !important;
}
.tab-content-covid {
  background-color: #dbdbdb;
  -webkit-border-radius: 30px 0 0 30px;
  -khtml-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  color: #58595b;
  font-family: 'Helvetica 65', sans-serif;
  font-size: 18px;
  padding: 16px 20px 10px;
  display: block;
  text-decoration: none !important;
  margin-bottom: 10px;
  border-right: none;
}
.tab-content-covid.active {
  background-color: #fff;
  color: #5c0f8b;
}
.tab-content-covid.tab-mobile {
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
@media (min-width: 992px) {
  .tab-content-covid.tab-mobile {
    display: none;
  }
}
.content-covid {
  padding: 20px 15px;
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .content-covid {
    padding: 30px;
  }
}
.content-covid .faq-entry {
  border-bottom: 1px solid #ff8336;
}
.wrapper-carusel-testimoniale {
  padding: 0 0;
}
.wrapper-carusel-testimoniale .slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.wrapper-carusel-testimoniale .slick-arrow {
  font-size: 40px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.wrapper-carusel-testimoniale .slick-arrow:hover {
  color: #ff5100;
}
.wrapper-carusel-testimoniale.carusel-top-nav {
  position: relative;
}
.wrapper-carusel-testimoniale.carusel-top-nav .testimonial-bloc {
  padding: 60px 50px 40px 50px;
}
@media (max-width: 575px) {
  .wrapper-carusel-testimoniale.carusel-top-nav .testimonial-bloc {
    padding: 75px 10px 20px 10px;
  }
}
.wrapper-carusel-testimoniale.carusel-top-nav .testimonial-bloc .name {
  font-size: 32px;
}
@media (max-width: 575px) {
  .wrapper-carusel-testimoniale.carusel-top-nav .testimonial-bloc .name {
    font-size: 25px;
  }
}
.wrapper-carusel-testimoniale.carusel-top-nav .slider-nav {
  position: absolute;
  top: 5px;
  right: 25px;
  z-index: 1;
}
@media (max-width: 575px) {
  .wrapper-carusel-testimoniale.carusel-top-nav .slider-nav {
    top: 3px;
    right: 8px;
  }
}
.wrapper-carusel-testimoniale.carusel-middle-nav {
  position: relative;
}
.wrapper-carusel-testimoniale.carusel-middle-nav .slider-nav {
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
}
@media (min-width: 768px) {
  .wrapper-carusel-testimoniale.carusel-middle-nav .slider-nav {
    height: 0;
    margin-top: -20px;
    top: 50%;
    bottom: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
}
.wrapper-carusel-testimoniale.carusel-middle-nav .carusel-testimoniale {
  background-color: #fff;
}
.wrapper-carusel-testimoniale.carusel-middle-nav .carusel-testimoniale .testimonial-bloc {
  padding: 30px 15px 50px;
}
@media (min-width: 768px) {
  .wrapper-carusel-testimoniale.carusel-middle-nav .carusel-testimoniale .testimonial-bloc {
    padding: 40px 65px;
  }
}
.notificare-entry {
  padding: 20px 40px 20px 20px;
  background-color: #fff;
  position: relative;
}
.notificare-entry .bt-remove {
  width: 30px;
  height: 30px;
  border: 1px solid #5c0f8b;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #5c0f8b;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 17px;
}
.notificare-entry .bt-remove:hover {
  color: #ff5100;
  border-color: #ff5100;
}
.notificare-entry a {
  color: #ff5100;
  text-decoration: underline;
}
.notificare-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5c0f8b;
  z-index: 110;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
.notificare-popup a {
  color: #ff5100;
  text-decoration: underline;
}
.notificare-popup .bt-close-notification {
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 17px;
}
.notificare-popup .bt-close-notification:hover {
  color: #ff5100;
  border-color: #ff5100;
}
.notificare-popup a {
  color: #ff5100;
  text-decoration: underline;
}
.login-container {
  max-width: 500px;
  width: 100%;
}
.bt-bloc-login {
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
  width: 100%;
  margin: 0 auto;
  text-decoration: none !important;
  position: relative;
  padding: 15px 10px 55px 10px;
  border: 1px solid transparent;
  text-align: center;
}
.bt-bloc-login:hover {
  background-color: #fff;
  color: #5c0f8b;
  border: 1px solid #5c0f8b;
}
.bt-bloc-login.bg-orange:hover {
  background-color: #fff;
  color: #ff5100;
  border: 1px solid #ff5100;
}
.bt-bloc-login span {
  display: block;
}
.bt-bloc-login .big-title {
  font-size: 26px;
  font-family: 'Helvetica 75', sans-serif;
}
.bt-bloc-login i {
  font-size: 34px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.obiectiv-entry {
  background-color: #fff;
  margin-bottom: 10px;
}
.obiectiv-entry.indeplinit .icon {
  background: green !important;
  border-color: green !important;
  text-align: center;
  line-height: 26px;
}
.obiectiv-entry.indeplinit .icon:before {
  display: block;
  font-family: 'fontello';
  content: '\e80c';
  color: #fff;
}
@media (max-width: 550px) {
  .obiectiv-entry.indeplinit .icon:before {
    top: 15px;
    left: 10px;
  }
}
.obiectiv-entry .obiectiv-header {
  padding: 15px 30px 10px 30px;
  position: relative;
}
@media (max-width: 550px) {
  .obiectiv-entry .obiectiv-header {
    padding: 20px 10px 20px;
  }
}
.obiectiv-entry .obiectiv-header:hover .arrow,
.obiectiv-entry .obiectiv-header:hover .numar {
  color: #ff5100;
  border-color: #ff5100;
}
.obiectiv-entry .obiectiv-header .form-check .form-check-input {
  position: absolute;
  left: 25px;
  top: 20px;
}
@media (max-width: 550px) {
  .obiectiv-entry .obiectiv-header .form-check .form-check-input {
    top: 10px;
  }
}
.obiectiv-entry .obiectiv-header .form-check .form-check-label {
  padding-left: 10px;
}
.obiectiv-entry .obiectiv-header .title {
  padding: 0 0 0 40px;
}
@media (max-width: 550px) {
  .obiectiv-entry .obiectiv-header .title {
    font-size: 16px;
  }
}
.obiectiv-entry .obiectiv-header .icon {
  border: 1px solid #5c0f8b;
  width: 26px;
  height: 26px;
  left: 25px;
  top: 10px;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
@media (max-width: 550px) {
  .obiectiv-entry .obiectiv-header .icon {
    top: 15px;
    left: 10px;
  }
}
.obiectiv-entry .obiectiv-header .grp-btn {
  padding: 10px 0 10px 40px;
}
.obiectiv-entry .obiectiv-header .grp-btn .btn-mov {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #5c0f8b;
  color: #fff;
  display: inline-block;
  padding: 4px 10px 2px;
  font-size: 14px;
}
.obiectiv-entry .obiectiv-header .grp-btn .btn-orange {
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #ff8336;
  color: #fff;
  display: inline-block;
  padding: 4px 10px 2px;
  font-size: 14px;
}
.obiectiv-entry .obiectiv-header .grp-btn .btn-sterge {
  color: #ff3232;
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px 2px;
}
.obiectiv-entry .details {
  padding: 0 30px 20px 75px;
  display: none;
}
@media (max-width: 550px) {
  .obiectiv-entry .details {
    padding: 0 20px 20px;
  }
}
.obiectiv-entry .form-container {
  max-width: 600px;
  width: 100%;
}
.obiectiv-entry .lista-sugestii {
  width: 100%;
  padding: 0 30px 10px 75px;
}
@media (max-width: 550px) {
  .obiectiv-entry .lista-sugestii {
    padding: 0 20px 10px;
  }
}
.obiectiv-entry .lista-sugestii .dashboard-progress {
  margin-bottom: 60px;
  max-width: 400px;
}
.lista-linkuri a {
  display: inline-block;
  margin-right: 14px;
  color: #5c0f8b;
  position: relative;
}
.lista-linkuri a:last-child {
  margin-right: 0;
}
.lista-linkuri a.visited {
  color: #838383;
}
.lista-linkuri.text-center a {
  margin: 0 6px;
}
.datepicker table thead th {
  width: 32px;
  height: 28px;
}
.datepicker table tbody tr td {
  width: 32px;
  height: 28px;
}
.datepicker table tbody tr td.day:hover:before {
  display: block;
  background-color: #efefef;
  color: #000;
}
.datepicker table tbody tr td.day.today {
  background: #ff8336 !important;
}
.datepicker table tbody tr td.day.active {
  background: #5c0f8b !important;
}
.bloc-badge {
  width: 100%;
  text-align: center;
  padding: 10px 15px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
  min-height: auto;
  position: relative;
  background-color: #fff;
  font-size: 16px;
}
@media (min-width: 992px) {
  .bloc-badge {
    padding: 10px 15px 10px;
  }
}
.bloc-badge .image {
  max-width: 230px;
  margin: 0 auto;
  position: relative;
}
.bloc-badge .image.incompleta img {
  opacity: 0.1;
}
.bloc-badge .image .bulina {
  background-color: #ff5100;
  font-family: 'Helvetica 65', sans-serif;
  padding: 4px 10px 2px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.bloc-badge .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 1;
}
@media (min-width: 992px) {
  .bloc-badge .title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .bloc-badge .title {
    font-size: 22px;
  }
}
.bloc-badge .inner {
  max-width: 400px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.home-numbers {
  margin: 0 !important;
  font-size: 16px !important;
  font-family: 'Helvetica 55 Roman', sans-serif;
  line-height: 1 !important;
}
.home-numbers .number {
  text-align: center;
  font-size: 2.2rem;
  font-family: 'Helvetica 75', sans-serif;
}
.home-numbers .lab {
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  font-family: 'Helvetica 55 Roman', sans-serif;
}
.activities-list .activity-entry {
  padding: 8px 10px;
  border-bottom: 1px solid #ccc;
}
.activities-list .activity-entry:nth-child(odd) {
  background-color: #f8f8f8;
}
.activities-list .activity-entry .time {
  color: #a9a9a9;
  font-size: 16px;
}
.activities-list .activity-entry a {
  color: #5c0f8b;
}
.popup-calculator {
  background-color: #5c0f8b;
  color: #fff;
  position: fixed;
  font-size: 14px;
  padding: 35px 15px 0 15px;
  z-index: 100;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  top: 100px;
  left: 15px;
  right: 15px;
}
@media (min-width: 992px) {
  .popup-calculator {
    left: 0;
    top: 160px;
    -webkit-border-radius: 0 10px 10px 0;
    -khtml-border-radius: 0 10px 10px 0;
    -moz-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    width: 100%;
    max-width: 300px;
  }
}
.popup-calculator .close-bt {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
.about-container {
  max-width: 900px;
}
.title-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ff5100;
}
.title-about h1 {
  margin: 0;
}
.title-about h2 {
  margin: 0;
}
.title-about .ico-banometru {
  width: 40px;
  display: inline-block;
  margin: 0 10px 1% 0;
}
@media (min-width: 576px) {
  .title-about .ico-banometru {
    width: 50px;
  }
}
.white-bloc-left-border {
  background-color: #fff;
  border-left: 7px solid #ff5100;
  padding: 30px 30px 15px;
  color: #5c0f8b;
}
.white-bloc-bottom-border {
  background-color: #fff;
  border-bottom: 7px solid #ff5100;
  padding: 30px 30px 15px;
  width: 100%;
}
.white-bloc-bottom-border a {
  color: #5c0f8b;
}
.rezultate-box {
  max-width: 150px;
}
.rezultate-box .desc {
  font-size: 16px;
}
.about-granturi .left {
  padding: 30px !important;
}
.about-granturi .image {
  background-size: cover !important;
  min-height: 250px;
}
.image-curs-incomplet {
  position: relative;
}
.image-curs-incomplet img {
  opacity: 0.3;
}
.image-curs-incomplet:before {
  display: block;
  content: url("../images/locked-padlock.svg");
  width: 50px;
  height: 50px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.text-underline {
  text-decoration: underline !important;
}
.size-20 {
  font-size: 20px;
}
.table-sticky-calculator-credite {
  position: relative;
}
.table-sticky-calculator-credite thead,
.table-sticky-calculator-credite tbody {
  display: block;
}
.table-sticky-calculator-credite tbody {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-sticky-calculator-credite td,
.table-sticky-calculator-credite th {
  text-align: center;
}
.table-sticky-calculator-credite td:nth-child(1),
.table-sticky-calculator-credite th:nth-child(1) {
  width: 70px;
}
.table-sticky-calculator-credite td:nth-child(2),
.table-sticky-calculator-credite th:nth-child(2) {
  width: 140px;
}
.table-sticky-calculator-credite td:nth-child(3),
.table-sticky-calculator-credite th:nth-child(3) {
  width: 105px;
}
.table-sticky-calculator-credite td:nth-child(4),
.table-sticky-calculator-credite th:nth-child(4) {
  width: 120px;
}
.table-sticky-calculator-credite td:nth-child(5),
.table-sticky-calculator-credite th:nth-child(5) {
  width: 150px;
}
.table-sticky-calculator-credite td:nth-child(6),
.table-sticky-calculator-credite th:nth-child(6) {
  width: 130px;
}
.table-sticky-calculator-credite td:nth-child(7),
.table-sticky-calculator-credite th:nth-child(7) {
  width: 130px;
}
.table-sticky-calculator-credite td:nth-child(8),
.table-sticky-calculator-credite th:nth-child(8) {
  width: 130px;
}
.table-sticky-calculator-economii thead,
.table-sticky-calculator-economii tbody {
  display: block;
}
.table-sticky-calculator-economii tbody {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}
.table-sticky-calculator-economii td,
.table-sticky-calculator-economii th {
  text-align: center !important;
}
.table-sticky-calculator-economii td:nth-child(1),
.table-sticky-calculator-economii th:nth-child(1) {
  width: 70px;
}
.table-sticky-calculator-economii td:nth-child(2),
.table-sticky-calculator-economii th:nth-child(2) {
  width: 220px;
}
.table-sticky-calculator-economii td:nth-child(3),
.table-sticky-calculator-economii th:nth-child(3) {
  width: 220px;
}
.table-sticky-calculator-economii td:nth-child(4),
.table-sticky-calculator-economii th:nth-child(4) {
  width: 220px;
}
.table-sticky-calculator-economii td:nth-child(5),
.table-sticky-calculator-economii th:nth-child(5) {
  width: 220px;
}
.bloc-description-lightbox {
  position: relative;
  width: 100%;
  border: 1px solid #fff;
}
.bloc-description-lightbox span {
  background-color: #fff;
  text-align: center;
  padding: 10px 15px;
  color: #5c0f8b;
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
  -webkit-border-radius: 0 20px 0 0;
  -khtml-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  border-radius: 0 20px 0 0;
}
.bloc-description-lightbox span i {
  font-size: 23px;
}
.bloc-description-lightbox img {
  display: block;
  width: 100%;
}
.home-slider {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ff5100;
}
.home-slider .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.home-slider .slide {
  position: relative;
  height: inherit !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.home-slider .slide .image {
  display: block;
}
.home-slider .slide .content {
  position: relative;
}
.home-slider .slide .caption {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.home-slider .slide .caption .title {
  color: #ff5100;
  font-size: clamp(14px, 2.7vw, 28px);
  line-height: 1;
  font-family: 'Helvetica 45', sans-serif;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .home-slider .slide .caption .title {
    max-width: 50%;
  }
}
.home-slider .slide .caption .bold-title {
  color: #ff5100;
  font-size: clamp(18px, 4vw, 44px);
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
}
.home-slider .slide .banda {
  background-color: #fff;
  color: #5c0f8b;
  padding: 15px 15px 0;
  display: flex;
  font-size: clamp(16px, 2vw, 17px);
  width: 100%;
}
@media (min-width: 992px) {
  .home-slider .slide .banda {
    padding: 20px 15px 0;
    font-size: clamp(16px, 2vw, 20px);
  }
}
@media (max-width: 767px) {
  .home-slider .slide .banda {
    text-align: center;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .home-slider .slide .banda .container {
    display: flex;
  }
}
.side-buttons {
  position: fixed;
  right: 0;
  z-index: 150;
  width: 0;
}
@media (max-width: 1199px) {
  .side-buttons {
    bottom: 10px;
    top: auto;
  }
}
@media (min-width: 1200px) {
  .side-buttons {
    top: 300px;
    bottom: auto;
  }
}
.side-buttons .bt-side {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: block;
  -webkit-border-radius: 6px 0 0 6px;
  -khtml-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
  cursor: pointer;
  position: relative;
  padding: 5px 15px 5px 60px;
  color: #fff;
  font-size: 14px;
  font-family: 'Helvetica 65', sans-serif;
  line-height: 1;
  height: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  float: right;
  width: 200px;
}
.side-buttons .bt-side.mov {
  background-color: #5c0f8b;
}
.side-buttons .bt-side.mov:hover {
  background-color: #8750a8;
}
.side-buttons .bt-side.orange {
  background-color: #ff5100;
  margin-top: -60px;
  -webkit-transition-delay: 50ms;
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
.side-buttons .bt-side.orange:hover {
  background-color: #ff8336;
}
.side-buttons .bt-side img {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 1200px) {
  .side-buttons .bt-side:hover {
    -webkit-transform: translate(0, 0) !important;
    -moz-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    -o-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  body.scrolled .side-buttons {
    top: 90px;
    bottom: auto !important;
  }
}
body.scrolled .side-buttons .bt-side {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
  margin-right: 60px;
}
.image-member {
  padding: 0;
  background-color: #fff;
  text-align: center;
}
.content-member {
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 992px) {
  .content-member {
    padding: 40px;
  }
}
.wrapper-carusel-team {
  padding: 0 0;
}
.wrapper-carusel-team .carusel-team {
  margin: 0;
}
.wrapper-carusel-team .carusel-team .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.wrapper-carusel-team .carusel-team .slick-list {
  padding: 0 20px;
}
@media (min-width: 500px) {
  .wrapper-carusel-team .carusel-team .slick-list {
    padding: 0 40px;
  }
}
.wrapper-carusel-team .carusel-team .slide {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: auto;
  padding: 0 10px;
}
.wrapper-carusel-team .carusel-team .slide .member-entry-slide {
  background-color: #fff;
  color: #ff5100;
  margin: 0 auto;
}
.wrapper-carusel-team .carusel-team .slide .member-entry-slide .content {
  padding: 10px 20px 0;
  text-align: center;
}
.wrapper-carusel-team .carusel-team .slide .member-entry-slide .title {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Helvetica 75', sans-serif;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .wrapper-carusel-team .carusel-team .slide .member-entry-slide .title {
    font-size: 22px;
  }
}
.wrapper-carusel-team .carusel-team .slide .member-entry-slide .bt-details {
  font-size: 40px;
  display: table;
  color: #5c0f8b;
  margin: 0 auto;
}
.wrapper-carusel-team .slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.wrapper-carusel-team .slick-arrow {
  font-size: 40px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.wrapper-carusel-team .slick-arrow:hover {
  color: #ff5100;
}
.popup-video {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 10;
  background-color: #000;
  width: 400px;
  max-width: 100%;
}
.popup-video .btn-close {
  width: 35px;
  height: 35px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #ff5100;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-top: -10px;
  cursor: pointer;
  font-size: 18px;
  line-height: 35px;
}
.popup-video .btn-close i:before {
  line-height: inherit;
}
.popup-video .btn-close:hover {
  background-color: #ff8336;
}
.popup-video video {
  max-width: 100%;
  z-index: 0;
}
.popup-video .link {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none !important;
  opacity: 0;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.popup-video .link:hover {
  opacity: 1;
}
.popup-video .buton {
  text-transform: uppercase;
}
.popup-video .title {
  padding: 10px 15px;
  color: #fff;
  font-size: 14px;
}
.popup-video .title span {
  text-decoration: underline;
  color: #ff8336;
}
.youtube-thumbnail {
  position: relative;
}
.youtube-thumbnail i {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.youtube-thumbnail .title {
  background-color: #8750a8;
  color: #fff;
}
.youtube-thumbnail-title {
  background-color: #8750a8;
  color: #fff;
  padding: 7px 10px 5px;
}
.buton-facebook-loogin {
  background-color: #1877F2;
  color: #fff;
  display: block;
  padding: 8px 8px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 15px;
  text-decoration: none !important;
}
.buton-facebook-loogin:hover {
  background-color: #1877F2;
  color: #fff;
}
.buton-facebook-loogin img {
  margin-right: 10px;
}
.buton-google-loogin {
  background-color: #fff;
  color: #929292;
  display: block;
  padding: 8px 8px;
  font-weight: bold;
  border-radius: 6px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  text-decoration: none !important;
}
.buton-google-loogin:hover {
  background-color: #f6f6f6;
  color: #929292;
}
.buton-google-loogin img {
  margin-right: 10px;
}
.form-bloc-voucher {
  background-color: #fff;
  padding: 20px 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .form-bloc-voucher {
    padding: 30px 40px;
  }
}
@media (max-width: 350px) {
  .form-bloc-voucher .captcha {
    width: 272px !important;
    overflow: hidden;
  }
}
.voucher-bloc {
  width: 100%;
  background-color: #FF8336 !important;
  background-repeat: repeat !important;
  background-position: left 20px top 20px !important;
  padding: 2px 2px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 500px) {
  .voucher-bloc {
    padding: 10px 10px;
  }
}
@media (min-width: 576px) {
  .voucher-bloc {
    padding: 30px 30px;
  }
}
.voucher-bloc .voucher-card {
  background-color: #5c0f8b;
  color: #fff;
  margin: auto auto;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.voucher-bloc .voucher-card .left {
  -webkit-flex: 1 0 60%;
  -ms-flex: 1 0 60%;
  flex: 1 0 60%;
  max-width: 60%;
  padding: 15px 10px;
}
@media (min-width: 500px) {
  .voucher-bloc .voucher-card .left {
    padding: 15px 10px;
  }
}
@media (min-width: 576px) {
  .voucher-bloc .voucher-card .left {
    padding: 15px;
  }
}
.voucher-bloc .voucher-card .right {
  -webkit-flex: 1 0 40%;
  -ms-flex: 1 0 40%;
  flex: 1 0 40%;
  max-width: 40%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  position: relative;
}
.voucher-bloc .voucher-card .right img {
  width: 100%;
}
.voucher-bloc .voucher-card .right .voucher-value {
  font-size: 13px;
  line-height: 1;
  font-family: 'Helvetica 75', sans-serif;
  position: absolute;
  right: 2px;
  bottom: 5px;
  width: 45%;
  text-align: center;
}
@media (min-width: 480px) {
  .voucher-bloc .voucher-card .right .voucher-value {
    font-size: 16px;
    bottom: 10px;
  }
}
.voucher-bloc .voucher-card .name {
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
  border-radius: 200px;
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 10px;
}
.voucher-bloc .voucher-card .name span {
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 400px) {
  .voucher-bloc .voucher-card .name {
    font-size: 14px;
    padding: 10px;
  }
}
.voucher-bloc .voucher-card .mesaj {
  font-size: 10px;
}
.voucher-bloc .voucher-card .mesaj .lab {
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 400px) {
  .voucher-bloc .voucher-card .mesaj {
    font-size: 13px;
  }
}
.voucher-bloc .voucher-card .powered {
  position: relative;
  font-size: 10px;
  padding-left: 8px;
  margin-top: 10px;
}
.voucher-bloc .voucher-card .powered:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff5100;
  position: absolute;
  left: 0;
  top: 2px;
}
.voucher-infografic {
  color: #5c0f8b;
}
.voucher-infografic .hero-fig {
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voucher-infografic .hero-fig {
    border: 5px solid #ff5100;
    padding: 20px 15px 0;
    border-radius: 20px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .voucher-infografic {
    border: 5px solid #ff5100;
    padding: 20px 15px;
    border-radius: 24px;
  }
}
.voucher-infografic .image {
  height: 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .voucher-infografic .figs .obj .image {
    position: relative;
  }
  .voucher-infografic .figs .obj .image:before {
    display: block;
    content: '';
    height: 100%;
    width: 1px;
    background-color: #5c0f8b;
    position: absolute;
    right: -15px;
    top: 0;
  }
  .voucher-infografic .figs .obj:last-child .image:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .voucher-infografic .figs .obj {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .voucher-infografic .figs .obj:before {
    display: block;
    content: '';
    width: 30%;
    height: 1px;
    background-color: #5c0f8b;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
  }
}
.section-register-coaching {
  background-color: #F1F2F2;
}
.section-register-coaching .baner-top {
  position: relative;
  background: url("../images/register-coach/patern_slide.png") repeat;
}
.section-register-coaching .baner-top .banda {
  background-color: #5c0f8b;
  color: #fff;
  padding: 15px 15px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: clamp(16px, 2vw, 17px);
  text-align: center;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .section-register-coaching .baner-top .banda {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section-register-coaching .baner-top .banda {
    padding: 20px 15px 0;
    height: 20%;
    font-size: clamp(16px, 2vw, 20px);
    background-color: rgba(92, 15, 139, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section-register-coaching .bloc-tabs .tabs a {
  display: block;
  background-color: #DBDBDB;
  padding: 20px 30px;
  border-radius: 8px 8px 0 0;
  width: 100%;
  color: #58595B;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-family: 'Helvetica 75', sans-serif;
  text-align: center;
}
.section-register-coaching .bloc-tabs .tabs a.active {
  background-color: #fff;
  color: #5c0f8b;
}
.section-register-coaching .bloc-tabs .content {
  background-color: #fff;
  padding: 20px;
}
.section-register-coaching .bloc-tabs .content p a {
  text-decoration: underline;
  color: #ff5100;
}
.section-register-coaching .carusel-avantaje-sesiuni {
  position: relative;
  padding: 0 0 60px;
}
.section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry {
  background-color: #fff;
  margin: 0 10px;
  height: auto;
  padding: 30px 15px 15px;
}
@media (min-width: 500px) {
  .section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry {
    padding: 40px 40px 25px;
  }
}
.section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry.bg-mov {
  color: #fff;
  background-color: #5c0f8b;
}
.section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry.bg-mov .title {
  color: #fff;
}
.section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry .title {
  font-size: 19px;
  line-height: 1.2;
  font-family: 'Helvetica 75', sans-serif;
  color: #5c0f8b;
}
@media (min-width: 1200px) {
  .section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry .title {
    font-size: 22px;
  }
}
.section-register-coaching .carusel-avantaje-sesiuni .avantaj-entry ul {
  padding-left: 20px;
}
.section-register-coaching .carusel-avantaje-sesiuni .slick-track {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.section-register-coaching .carusel-avantaje-sesiuni .slick-arrow {
  position: absolute;
  bottom: 0;
  color: #5c0f8b;
  font-size: 35px;
  cursor: pointer;
}
.section-register-coaching .carusel-avantaje-sesiuni .slick-arrow:hover {
  color: #8750a8;
}
.section-register-coaching .carusel-avantaje-sesiuni .slick-arrow.prev-slide {
  left: 50%;
  -webkit-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
  -ms-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
}
.section-register-coaching .carusel-avantaje-sesiuni .slick-arrow.next-slide {
  right: 50%;
  -webkit-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  transform: translate(120%, 0);
}
.section-register-coaching .coach-process {
  background-color: #5c0f8b;
  color: #fff;
  padding: 30px 15px 30px;
}
@media (min-width: 500px) {
  .section-register-coaching .coach-process {
    padding: 40px 40px 40px;
  }
}
.section-register-coaching .coach-process .bloc-proces .number {
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: 'Helvetica 75', sans-serif;
  margin: 0 auto 30px;
  position: relative;
  font-size: 60px;
  width: 120px;
  height: 120px;
  line-height: 110px;
}
.section-register-coaching .coach-process .bloc-proces .number img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(150%, -50%);
  -moz-transform: translate(150%, -50%);
  -ms-transform: translate(150%, -50%);
  -o-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}
@media (min-width: 1200px) {
  .section-register-coaching .coach-process .bloc-proces .number img {
    -webkit-transform: translate(180%, -50%);
    -moz-transform: translate(180%, -50%);
    -ms-transform: translate(180%, -50%);
    -o-transform: translate(180%, -50%);
    transform: translate(180%, -50%);
  }
}
@media (max-width: 991px) {
  .section-register-coaching .coach-process .bloc-proces .number img {
    display: none;
  }
}
.section-register-coaching .carusel-testimoniale {
  position: relative;
  padding: 0 0 60px;
}
.section-register-coaching .carusel-testimoniale .testimonial-entry {
  background-color: #fff;
  margin: 0 10px;
  height: auto;
  padding: 30px 15px 15px;
}
@media (min-width: 500px) {
  .section-register-coaching .carusel-testimoniale .testimonial-entry {
    padding: 40px 40px 25px;
  }
}
.section-register-coaching .carusel-testimoniale .slick-track {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.section-register-coaching .carusel-testimoniale .slick-arrow {
  position: absolute;
  bottom: 0;
  color: #5c0f8b;
  font-size: 35px;
  cursor: pointer;
}
.section-register-coaching .carusel-testimoniale .slick-arrow:hover {
  color: #8750a8;
}
.section-register-coaching .carusel-testimoniale .slick-arrow.prev-slide {
  left: 50%;
  -webkit-transform: translate(-120%, 0);
  -moz-transform: translate(-120%, 0);
  -ms-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
}
.section-register-coaching .carusel-testimoniale .slick-arrow.next-slide {
  right: 50%;
  -webkit-transform: translate(120%, 0);
  -moz-transform: translate(120%, 0);
  -ms-transform: translate(120%, 0);
  -o-transform: translate(120%, 0);
  transform: translate(120%, 0);
}
.section-register-coaching .bloc-icon-rezultate {
  color: #58595B;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: 15px;
}
.section-register-coaching .bloc-icon-rezultate .image {
  width: 200px;
  height: 150px;
  max-width: 100%;
  margin: 0 auto 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 450px) {
  .section-register-coaching .bloc-icon-rezultate .image {
    height: 120px;
  }
  .section-register-coaching .bloc-icon-rezultate .image img {
    max-width: 70%;
  }
}
.section-register-coaching .bloc-icon-rezultate .value {
  color: #5c0f8b;
  font-family: 'Helvetica 75', sans-serif;
  font-size: 20px;
}
@media (min-width: 451px) {
  .section-register-coaching .bloc-icon-rezultate .value {
    font-size: 30px;
  }
}
.section-register-coaching .bloc-icon-rezultate .title {
  font-family: 'Helvetica 75', sans-serif;
}
.section-register-coaching .bloc-procent-rezultate-col {
  position: relative;
}
.section-register-coaching .bloc-procent-rezultate-col:before {
  display: block;
  content: '';
  position: absolute;
  background-color: #f1f2f2;
}
@media (min-width: 992px) {
  .section-register-coaching .bloc-procent-rezultate-col:before {
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
  }
}
@media (max-width: 991px) {
  .section-register-coaching .bloc-procent-rezultate-col:before {
    left: 50%;
    bottom: 0;
    height: 1px;
    width: 300px;
    margin-left: -150px;
  }
}
.section-register-coaching .bloc-procent-rezultate {
  text-align: center;
  padding: 0 30px;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-register-coaching .bloc-procent-rezultate {
    padding-bottom: 20px;
  }
}
.section-register-coaching .bloc-procent-rezultate .procent {
  color: #5c0f8b;
  font-family: 'Helvetica 75', sans-serif;
  font-size: 40px;
}
@media (min-width: 768px) {
  .section-register-coaching .bloc-procent-rezultate .procent {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .section-register-coaching .bloc-procent-rezultate .procent {
    font-size: 80px;
  }
}
.section-register-coaching .bloc-procent-rezultate .text {
  font-family: 'Helvetica 55 Roman', sans-serif;
}
.register-coach-2 .baner-top-register-coach {
  background-color: #EEEEEE;
}
.register-coach-2 .qestion-register-coach {
  color: #5c0f8b;
  background-color: #F1F2F2;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .register-coach-2 .qestion-register-coach {
    padding: 40px 40px 25px;
  }
}
.register-coach-2 .qestion-register-coach .question-number {
  background-color: #fff;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .register-coach-2 .qestion-register-coach .question-number {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
.register-coach-2 .qestion-register-coach .question-number .inner {
  border-radius: 50%;
  background-color: #ff8336;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Helvetica 75', sans-serif;
  font-size: 40px;
  line-height: 1 !important;
  padding-top: 14%;
}
@media (min-width: 992px) {
  .register-coach-2 .qestion-register-coach .question-number .inner {
    font-size: 50px;
  }
}
.register-coach-2 .qestion-register-coach .question-number .inner span {
  font-family: 'Helvetica 45', sans-serif;
  font-size: 40%;
}
.register-coach-2 .qestion-register-coach .question-text {
  font-size: 18px;
  font-family: 'Helvetica 75', sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .register-coach-2 .qestion-register-coach .question-text {
    font-size: 20px;
  }
}
.register-coach-3 .baner-top-register-coach {
  background-color: #000000;
}
.register-coach-3 .qestion-register-coach {
  color: #5c0f8b;
  background-color: #F1F2F2;
  padding: 20px 15px;
}
@media (min-width: 576px) {
  .register-coach-3 .qestion-register-coach {
    padding: 40px 40px 25px;
  }
}
.register-coach-3 .qestion-register-coach .question-number {
  background-color: #fff;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  padding: 8px;
  margin: 0 auto 20px;
}
@media (min-width: 992px) {
  .register-coach-3 .qestion-register-coach .question-number {
    width: 120px;
    height: 120px;
    padding: 10px;
  }
}
.register-coach-3 .qestion-register-coach .question-number .inner {
  border-radius: 50%;
  background-color: #ff8336;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Helvetica 75', sans-serif;
  font-size: 40px;
  line-height: 1 !important;
  padding-top: 14%;
}
@media (min-width: 992px) {
  .register-coach-3 .qestion-register-coach .question-number .inner {
    font-size: 50px;
  }
}
.register-coach-3 .qestion-register-coach .question-number .inner span {
  font-family: 'Helvetica 45', sans-serif;
  font-size: 40%;
}
.register-coach-3 .qestion-register-coach .question-text {
  font-size: 18px;
  font-family: 'Helvetica 75', sans-serif;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .register-coach-3 .qestion-register-coach .question-text {
    font-size: 20px;
  }
}
.wrapper-carusel-logos-partners .carusel-logo-partner .slide {
  padding: 0 7px;
}
.wrapper-carusel-logos-partners .carusel-logo-partner .slide .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  width: 100%;
  height: 220px;
}
.wrapper-carusel-logos-partners .carusel-logo-partner .slide .inner img {
  max-width: 80%;
}
.wrapper-carusel-logos-partners .carusel-logo-partner .buton {
  font-size: 12px !important;
  padding: 8px 15px;
  height: auto;
  line-height: 1 !important;
  background-color: #8750a8;
}
.wrapper-carusel-logos-partners .carusel-logo-partner .buton:hover {
  background-color: #5c0f8b;
}
.wrapper-carusel-logos-partners .slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.wrapper-carusel-logos-partners .slick-arrow {
  font-size: 40px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.wrapper-carusel-logos-partners .slick-arrow:hover {
  color: #ff5100;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide {
  padding: 0 7px;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner {
  text-align: center;
  background: #fff;
  padding: 15px;
  height: 330px;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner .image-wrap {
  width: 200px;
  height: 200px;
  position: relative;
  margin: 0 auto;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner .image-wrap:after {
  display: block;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 0;
  background-color: #5c0f8b;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner .image-wrap:before {
  display: block;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 0;
  background-color: #ff5100;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner .image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 -10px;
  z-index: 2;
  position: relative;
}
.wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner .name {
  padding-top: 20px;
  text-align: center;
  font-weight: 700;
  font-family: 'Helvetica 75', sans-serif;
  font-size: 20px;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .wrapper-carusel-colaboratori .carusel-colaboratori .slide .inner .name {
    font-size: 24px;
  }
}
.wrapper-carusel-colaboratori .slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.wrapper-carusel-colaboratori .slick-arrow {
  font-size: 40px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.wrapper-carusel-colaboratori .slick-arrow:hover {
  color: #ff5100;
}
.foo-partners-ribon {
  background-color: #fff;
  padding: 15px 0 0;
}
.foo-partners-ribon .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 20px;
  color: #ff5100;
  line-height: 1;
}
.foo-partners-ribon .title img {
  margin-right: 5px;
}
.foo-partners-ribon .logos {
  text-align: center;
}
.foo-partners-ribon .logos img {
  display: inline-block;
  max-height: 25px;
  width: auto;
}
.foo-partners-ribon .logos .logo-fnap {
  max-height: 45px;
}
.foo-partners-ribon .link {
  font-size: 17px;
  color: #5c0f8b;
  display: inline-block;
}
.foo-partners-ribon .link i {
  font-size: 140%;
  display: inline-block;
  vertical-align: middle;
}
.modal-parteneri-desc .modal-header {
  background-color: #8750a8;
  color: #fff;
  border: none;
  padding-bottom: 0;
}
.modal-parteneri-desc .modal-header .close {
  color: #fff;
  opacity: 1 !important;
}
.modal-parteneri-desc .modal-body {
  color: #fff;
  font-size: 14px;
  background-color: #8750a8;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input-credit-months {
  width: 70px !important;
  -moz-appearance: textfield;
}
/* Comunitate Page - START */
.nr-boxes .xl-nr {
  color: #5c0f8b;
  font-weight: 700;
  font-size: 65px;
  font-family: 'Helvetica 75', sans-serif;
  line-height: 51px;
}
.nr-boxes h5 {
  font-size: 21px;
}
@media (max-width: 575px) {
  .nr-boxes h5 {
    font-size: 19px;
  }
}
.team-box {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  color: #fff;
  border-bottom: 11px solid #5C0F8B;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
}
.team-box .content {
  background: rgba(92, 15, 139, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 20px 20px;
  display: none;
  overflow-y: auto;
  cursor: default;
}
.team-box .content .top {
  padding-bottom: 10px;
}
.team-box .content p {
  font-size: 17px;
}
@media (max-width: 1199px) {
  .team-box .content p {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .team-box .content p {
    font-size: 14px;
  }
}
.team-box:hover .content {
  display: block;
}
.team-box:hover .bottom {
  display: none;
}
@media (max-width: 991px) {
  .team-box {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .team-box {
    height: 380px;
  }
}
.team-box .bottom {
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
}
.team-box .bottom p {
  font-size: 20px;
  line-height: 24px;
}
.box-2-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 575px) {
  .box-2-col img {
    width: 111px;
  }
}
ul.check {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
}
ul.check li {
  padding-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
ul.check li span {
  position: absolute;
  left: 0;
}
.bg-white.with-vec {
  position: relative;
}
@media (max-width: 575px) {
  .bg-white.with-vec {
    padding-left: 10px !important;
    padding-bottom: 60px !important;
  }
}
.bg-white.with-vec .vec {
  position: absolute;
  bottom: 50px;
  right: 50px;
}
@media (max-width: 575px) {
  .bg-white.with-vec .vec {
    bottom: 15px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .bg-white.with-vec .vec img {
    width: 120px;
  }
}
.purple-box {
  background: #422355;
  position: relative;
  padding: 70px 20px 60px 20px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .purple-box {
    padding: 70px 20px 40px 20px;
  }
}
.purple-box .content {
  width: 70%;
}
@media (max-width: 991px) {
  .purple-box .content {
    width: 100%;
    padding-top: 60px;
  }
}
.purple-box .content h4 {
  font-size: 45px;
  line-height: 47px;
}
@media (max-width: 991px) {
  .purple-box .content h4 {
    font-size: 30px;
    line-height: 40px;
  }
}
.purple-box .bell {
  position: absolute;
  right: 73px;
  top: 66px;
}
@media (max-width: 991px) {
  .purple-box .bell {
    right: auto;
    top: 15px;
  }
}
@media (max-width: 991px) {
  .purple-box .bell img {
    width: 122px;
  }
}
.purple-box .corner {
  position: absolute;
  right: 0;
  top: 0;
}
.pop-up-newsletter {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(225, 225, 225, 0.8);
  z-index: 222;
  display: none;
}
.pop-up-newsletter.active {
  display: block;
}
.pop-up-newsletter .purple-box-pop-up {
  background: #422355;
  width: 860px;
  color: #fff;
  padding: 70px 60px 40px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 991px) {
  .pop-up-newsletter .purple-box-pop-up {
    width: 90%;
    padding: 69px 20px 30px 20px;
  }
}
.pop-up-newsletter .purple-box-pop-up .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}
.pop-up-newsletter .purple-box-pop-up .bell {
  position: absolute;
  top: -90px;
  left: 40px;
}
@media (max-width: 991px) {
  .pop-up-newsletter .purple-box-pop-up .bell {
    left: 10px;
  }
}
.pop-up-newsletter .purple-box-pop-up p {
  font-size: 24px;
}
@media (max-width: 991px) {
  .pop-up-newsletter .purple-box-pop-up p {
    font-size: 21px;
  }
}
.pop-up-newsletter .purple-box-pop-up .w-newsletter {
  border: 2px solid #fff;
  display: inline-block;
  border-radius: 30px;
  padding: 3px 5px 3px 5px;
}
.pop-up-newsletter .purple-box-pop-up .w-newsletter input[type="text"] {
  background: transparent;
  color: #fff;
  border: 0;
  padding: 0 10px;
  width: 230px;
}
.pop-up-newsletter .purple-box-pop-up .w-newsletter input[type="text"]::placeholder {
  color: #fff;
}
.pop-up-newsletter .purple-box-pop-up .w-newsletter button {
  background: transparent;
  border: 0;
}
.purpleBox {
  background: #5C0F8B;
  height: 100%;
  padding: 30px;
  color: #fff;
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.purpleBox p {
  font-size: 20px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .purpleBox p br {
    display: none;
  }
}
.purpleBox.white {
  background: #fff;
  align-items: center;
  justify-content: center;
}
.purpleBox.white p {
  margin-bottom: 0;
}
.white-box-row {
  background: #fff;
  margin-left: 0;
  margin-right: 0;
}
/* Comunitate Page - END */
.w-testi-tab {
  position: relative;
  padding: 0 25px;
}
.w-testi-tab a {
  text-decoration: none;
}
.w-testi-tab .testi-tab {
  background: #5C0F8B;
  color: #fff;
  height: 52px;
  border-radius: 15px;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.w-testi-tab .testi-tab.orange {
  background: #FF5100;
}
.w-testi-tab .testi-tab.light-purple {
  background: #8750A8;
}
.w-testi-tab .icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav-tabs.testi {
  border-bottom: 0;
  padding-bottom: 50px;
}
.nav-tabs.testi .nav-item {
  width: 33%;
  padding: 5px 30px;
  text-align: center;
  opacity: 0.5;
}
.nav-tabs.testi .nav-item a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .nav-tabs.testi .nav-item {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
.nav-tabs.testi .nav-item.active {
  opacity: 1;
}
@media (max-width: 575px) {
  .tab-content.testi {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.test-purple-box {
  background: #422355;
  color: #fff;
  text-align: center;
  padding: 50px 105px 16px 105px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .test-purple-box {
    padding: 50px 30px 15px 30px;
  }
}
.test-purple-box .vec {
  position: absolute;
  top: 0;
  right: 15px;
}
.test-purple-box .text {
  font-size: 26px;
  line-height: 1.2;
  padding-bottom: 24px;
}
@media (max-width: 991px) {
  .test-purple-box .text {
    font-size: 20px;
  }
}
.about-financial-coaching {
  padding-top: 40px;
  padding-bottom: 40px;
}
.about-financial-coaching .nr-box {
  margin-bottom: 45px;
  position: relative;
}
.about-financial-coaching .nr-box .nr {
  background: #FF3600;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: -3px;
}
.about-financial-coaching .nr-box .text {
  padding-left: 60px;
  font-size: 20px;
}
.about-financial-coaching .purple-box {
  color: #fff;
  padding: 30px 40px;
  background: #5C0F8B;
  border-bottom: 7px solid #FF3600;
  margin-bottom: 30px;
}
.about-financial-coaching .orange-box {
  color: #fff;
  padding: 20px;
  background: #FF3600;
}
.about-financial-coaching .gray-box {
  background: #F5F5F5;
  padding: 30px 0 20px 0;
  margin-bottom: 30px;
}
.about-financial-coaching .gray-box .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 4px;
}
.about-financial-coaching .coaching-slider {
  background: #F5F5F5;
  padding: 30px 20px 5px 20px;
  margin-bottom: 25px;
}
.about-financial-coaching .slider-nav {
  text-align: center;
}
.about-financial-coaching .slider-nav .slick-arrow {
  display: inline-block;
  padding: 0 30px;
  cursor: pointer;
}
.team-banometru-entry {
  width: 100%;
  background-color: #fff;
  padding: 60px 15px;
  overflow: hidden;
  position: relative;
}
.team-banometru-entry .thumbnail {
  margin: 0 auto 20px;
  width: 280px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 6px solid #5c0f8b;
}
.team-banometru-entry .thumbnail .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  border: 6px solid #ff5100;
}
.team-banometru-entry .content .position {
  font-weight: 400;
}
.team-banometru-entry .hover-content {
  overflow: hidden;
  color: #fff;
  background: rgba(92, 15, 139, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: center;
  padding: 30px 20px 20px;
  visibility: hidden;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  transform: translateY(100%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.team-banometru-entry .hover-content .top {
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
}
.team-banometru-entry .hover-content .desc {
  overflow-y: auto;
  font-size: 1rem;
}
.team-banometru-entry:hover .hover-content {
  transform: translateY(0);
  visibility: visible;
}
.lp-elevi--hero .btn-lighter {
  background-color: #8750A8 !important;
}
.lh-1 {
  line-height: 1;
}
.contest-rules {
  position: relative;
}
.contest-rules:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 135px;
  height: 135px;
  background-image: url("../images/lp-elevi/contest-section-form.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.lp-elevi--container {
  position: relative;
  padding-top: 80px;
}
.lp-elevi--container h2 {
  padding-top: 80px;
  font-size: 35px;
}
.lp-elevi--container .bg-white {
  position: relative;
}
.lp-elevi--container .form-icon {
  position: absolute;
  top: -68px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}
.custom-input--upload {
  border-radius: 320px;
  padding: 4px;
}
.custom-input--upload label {
  display: flex;
  align-items: center;
  height: 52px;
  background: transparent;
  border: 0;
  color: #fff;
  font-weight: 700;
}
.custom-input--upload label:after {
  display: none;
}
.custom-input--upload .custom-file-input:focus ~ .custom-file-label {
  border: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  .w-75 {
    width: 100% !important;
  }
}
.lp-elevi--custom-table thead {
  position: relative;
}
.lp-elevi--custom-table thead:before {
  content: '';
  position: absolute;
  top: 0px;
  left: -48px;
  width: 48px;
  height: 100%;
  background-color: #ff8336;
}
.lp-elevi--custom-table thead th {
  font-size: 25px;
  padding: 8px 0;
}
.lp-elevi--custom-table thead th:last-child {
  padding-left: 18px;
}
.lp-elevi--custom-table tbody tr {
  border-bottom: 1px solid #ffa880;
}
.lp-elevi--custom-table tbody tr:last-child {
  border-bottom: 0;
}
.lp-elevi--custom-table tbody tr td {
  min-width: 150px;
  padding: 8px 0;
}
.lp-elevi--custom-table tbody tr td:first-child {
  font-weight: 700;
}
.lp-elevi--custom-table tbody tr td:last-child {
  width: 60%;
  min-width: 200px;
  padding-left: 18px;
  border-left: 1px solid #ffa880;
}
.lp_rezolutii .text-smallest {
  font-size: 12px;
}
.lp_rezolutii .text-large {
  font-size: 18px;
}
.lp_rezolutii .text-larger {
  font-size: 24px;
}
@media (max-width: 767px) {
  .lp_rezolutii .text-larger {
    font-size: 18px;
  }
}
.lp_rezolutii .text-largest {
  font-size: 35px;
}
@media (max-width: 767px) {
  .lp_rezolutii .text-largest {
    font-size: 26px;
  }
}
.lp_rezolutii .text-x-large {
  font-size: 58px;
  line-height: 64px;
}
@media (max-width: 767px) {
  .lp_rezolutii .text-x-large {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .lp_rezolutii.header .bt-orange {
    padding: 14px 20px;
  }
}
.lp_rezolutii .about-section--rezolutii {
  margin-bottom: 80px;
}
.lp_rezolutii .card-ribbon {
  position: relative;
}
.lp_rezolutii .card-ribbon:before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  width: 107px;
  height: 107px;
  background-image: url("../images/lp_rezolutii/card-label.png");
  background-size: contain;
  background-position: center;
}
.lp_rezolutii .image-tablet {
  margin-top: -64px;
}
@media (max-width: 767px) {
  .lp_rezolutii .image-tablet {
    margin-top: 0;
  }
}
.lp_rezolutii .about-card {
  border-radius: 30px;
}
.lp_rezolutii .about-card .image-about {
  margin-top: -45px;
}
.lp_rezolutii .about-card label {
  position: relative;
  top: -12px;
  border-radius: 11px;
}
.lp_rezolutii .w-fit-content {
  width: fit-content;
}
.lp_rezolutii .custom-slider--container {
  background-image: url("../images/lp_rezolutii/slider-background.png");
  background-size: cover;
  background-position: center;
}
.lp_rezolutii .custom-slider--card {
  margin-top: 30px;
  border-radius: 40px;
}
.lp_rezolutii .custom-slider--card .custom-slider--icon {
  margin-top: -60px;
}
.lp_rezolutii .testimonial-carusel .slick-track {
  display: flex;
}
.lp_rezolutii .testimonial-carusel .slide {
  padding: 0 10px;
}
.lp_rezolutii .testimonial-carusel .testimonial-item {
  background-color: #fff;
  padding: 80px 40px 20px;
  border-radius: 12px;
  position: relative;
  margin-top: 60px;
  font-size: 14px;
}
.lp_rezolutii .testimonial-carusel .testimonial-item .image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -40%);
}
.lp_rezolutii .testimonial-carusel .testimonial-item .stars img {
  margin: 0 auto;
}
.lp_rezolutii .testimoniale-slider-nav {
  text-align: center;
  padding: 10px 0 0;
}
.lp_rezolutii .testimoniale-slider-nav .slick-arrow {
  font-size: 36px;
  color: #5c0f8b;
  display: inline-block;
  cursor: pointer;
}
.lp_rezolutii .testimoniale-slider-nav .slick-arrow:hover {
  color: #ff5100;
}
.lp_rezolutii .register-progress.step-1:before {
  width: 20%;
}
.lp_rezolutii .register-progress.step-2:before {
  width: 40%;
}
.lp_rezolutii .register-progress.step-3:before {
  width: 60%;
}
.lp_rezolutii .register-progress.step-4:before {
  display: block;
  content: '';
  height: 100%;
  background-color: #5c0f8b;
  width: 80%;
}
.lp_rezolutii .register-progress.step-5:before {
  display: block;
  content: '';
  height: 100%;
  background-color: #5c0f8b;
  width: 100%;
}
@media (max-width: 600px) {
  .custom-table--container {
    width: 100dvw;
  }
  .custom-table--content {
    overflow-x: scroll;
  }
}
.custom-image-calendar {
  position: relative;
  top: -40px;
}
.event-list-item {
  background-color: #f1f2f2;
  padding: 20px;
}
.event-list-item .image {
  display: block;
  margin-bottom: 15px;
}
.event-list-item .badge-event {
  background-color: #5c0f8b;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 15px 5px;
  display: table;
  font-size: 0.8rem;
  line-height: 0.9rem;
  margin: 0 5px 10px 0;
}
.event-list-item .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 1.1rem;
  color: #5c0f8b;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.event-list-item .description {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.event-list-item .date {
  display: flex;
  font-weight: 700;
  font-size: 0.9rem;
}
.event-list-item .date .lab {
  flex: 0 0 auto;
  color: #ff5100;
  margin-right: 10px;
}
.event-list-item.disabled .image img,
.event-list-item.disabled * {
  filter: grayscale(1);
}
.container-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.event-hero {
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.event-hero .inner {
  min-height: calc(100vh - (var(--header-height)));
  display: flex;
  flex-direction: column;
  color: #fff;
  padding: 30px 0;
}
.event-hero .inner a {
  color: #fff;
}
.event-hero .inner .content {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.event-hero .inner .info-icon {
  line-height: 1.1;
}
.event-hero .inner .info-icon .icon {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.event-hero .inner .buton {
  width: 200px;
}
.event-banner-foo {
  position: relative;
  padding: 40px 15px;
  min-height: 600px;
  color: #fff;
  display: flex;
  align-items: center;
}
.event-banner-foo:before {
  display: block;
  content: '';
  background-color: #5C0F8B;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: 0.8;
}
.event-banner-foo .content {
  position: relative;
  z-index: 1;
}
.event-banner-foo .buton {
  width: 200px;
}
.event-why-list-item {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 15px 20px;
}
@media (min-width: 768px) {
  .event-why-list-item {
    padding: 10px 30px 20px;
  }
}
.event-why-list-item .icon {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fw-light {
  font-family: 'Helvetica 45', sans-serif;
}
.section-pt {
  padding-top: 40px;
}
.section-pb {
  padding-bottom: 40px;
}
.section-event-details {
  position: relative;
}
.section-event-details .event-details-image {
  width: 768px;
  max-width: 100%;
  margin: 0 auto 30px;
  border-bottom: 8px solid #5c0f8b;
}
.section-event-details:after {
  display: block;
  content: '';
  width: 100%;
  height: 180px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.section-event-details .event-details {
  position: relative;
  z-index: 1;
}
.border-mov {
  border: 1px solid #5c0f8b;
}
.event-social-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.event-social-list .bt-social {
  color: #fff;
  font-size: 1.375rem;
  width: 40px;
  height: 40px;
  padding: 0 6px;
  line-height: 40px;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 5px;
  position: relative;
  background-color: #ff5100;
}
.event-social-list .bt-social:hover {
  background-color: #ff8336;
}
.event-social-list .bt-social i:before {
  margin: 0;
  line-height: 40px !important;
}
/*start donatii*/
.hero-donatii {
  background-color: #5c0f8b;
  position: relative;
  padding: 30px 0 10px;
}
.hero-donatii .patern {
  width: 50%;
  top: 20px;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-donatii .arc {
  top: 20px;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}
@media (max-width: 767px) {
  .hero-donatii .arc {
    display: none;
  }
}
.hero-donatii .title {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 15px;
}
.hero-donatii .buton {
  font-size: 1.1rem !important;
}
.hero-donatii .container {
  position: relative;
  z-index: 1;
}
.hero-donatii .hero-icon-grp {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .hero-donatii .hero-icon-grp img {
    width: 80px;
  }
}
.hero-donatii .hero-icon-grp .lab {
  padding-top: 10px;
  font-size: 1.1rem;
  line-height: 1.1;
}
.hero-donatii .hero-icon-grp .lab small {
  font-size: 0.9rem;
  line-height: 1;
}
@media (min-width: 1200px) {
  .hero-donatii .hero-icon-grp .lab {
    font-size: 1.5rem;
  }
}
.donatii-list-why {
  background: linear-gradient(0deg, #5c0f8b 0%, #ba5ff1 100%);
  color: #fff;
  padding: 30px;
  position: relative;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 350px;
}
.donatii-list-why .colt {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .donatii-list-why .colt {
    display: none;
  }
}
.donatii-list-why .inner {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.donatii-list-why .list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.donatii-list-why .list-check li {
  padding: 0 0 0 30px;
  margin: 0 0 10px 0;
  position: relative;
}
.donatii-list-why .list-check li:before {
  content: url("../images/donatii/ico_list_check.svg");
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.donatii-carusel-avantaje {
  position: relative;
  padding: 0 20px;
}
.donatii-carusel-avantaje .image {
  width: 100%;
  text-align: center;
  background-color: #f1f2f2;
  padding: 30px;
  border-radius: 15px;
  max-width: 80%;
  margin: 0 auto 0;
  z-index: 1;
  position: relative;
}
.donatii-carusel-avantaje .image img {
  display: inline-block;
  height: auto;
}
.donatii-carusel-avantaje .content {
  width: 100%;
  flex: 1 0 0;
  border-radius: 15px;
  background-color: #fff;
  padding: 15px 24px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: auto;
}
@media (min-width: 992px) {
}
.donatii-carusel-avantaje .content .inner {
  max-width: 600px;
}
.donatii-carusel-avantaje .content a {
  text-decoration: underline;
  color: inherit;
}
.donatii-carusel-avantaje .slick-track {
  display: flex;
}
.donatii-carusel-avantaje .slick-track .slick-slide {
  display: flex;
  height: unset;
  float: none;
  padding: 0 5px;
}
.donatii-carusel-avantaje .carusel-item {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.donatii-carusel-avantaje .slider-nav .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #ff5100;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 100px;
}
.donatii-carusel-avantaje .slider-nav .slick-arrow.prev-slide {
  left: 0;
}
.donatii-carusel-avantaje .slider-nav .slick-arrow.next-slide {
  right: 0;
}
.donatii-carusel-highlights {
  position: relative;
}
.donatii-carusel-highlights .slick-list {
  padding-right: 10%;
  overflow: visible;
}
.donatii-carusel-highlights .slick-track {
  display: flex;
}
.donatii-carusel-highlights .slick-track .slick-slide {
  display: flex;
  height: unset;
  float: none;
  padding: 0 5px;
}
.donatii-carusel-highlights .slider-nav {
  display: flex;
  padding: 30px 30px 0;
}
.donatii-carusel-highlights .slider-nav .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #ff5100;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.donatii-carusel-highlights .slider-nav .slick-arrow.prev-slide {
  margin-right: 15px;
}
.donatii-carusel-highlights .slider-nav .slick-arrow.next-slide {
  margin-left: 15px;
}
.donatii-carusel-highlights .carusel-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 15px;
  border: 1px solid #8750A8;
  text-align: left;
  background-repeat: no-repeat !important;
  background-position: left 30px top !important;
  background-size: 86% auto !important;
}
.donatii-carusel-highlights .carusel-item .number {
  font-family: 'Helvetica 75', sans-serif;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .donatii-carusel-highlights .carusel-item .number {
    font-size: 3rem;
  }
}
.section-donatii-metode {
  position: relative;
  background: linear-gradient(90deg, #5c0f8b 0%, #ba5ff1 25%, #ba5ff1 50%, #ba5ff1 75%, #5c0f8b 100%);
  /*.section-title{
        text-transform: uppercase;
        font-family: @font300;
        letter-spacing: clamp(.2rem, 1vw, 1.2rem);
        font-size: clamp(1.6rem, 5vw, 3rem);
        position: relative;
        z-index: 1;
    }*/
  /* @media(max-width: @screen-md-max){
        #tab1{
            display: none;
        }
    }*/
}
.section-donatii-metode:before {
  display: block;
  content: '';
  background: url("../images/donatii/donatii_metode_bg1.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  min-width: 500px;
  aspect-ratio: 921/622;
  position: absolute;
  right: 40px;
  top: 0;
  transform: translateY(-30%);
  z-index: 0;
}
.section-donatii-metode:after {
  display: block;
  content: '';
  background: url("../images/donatii/hero_doantii_bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 560px;
  aspect-ratio: 932/466;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(30%);
  z-index: 0;
}
.section-donatii-metode .card {
  max-width: 944px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px;
}
@media (min-width: 576px) {
  .section-donatii-metode .card {
    padding: 40px clamp(40px, 8vw, 100px) 30px;
  }
}
.section-donatii-metode .card-tabs {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto 30px;
}
.section-donatii-metode .card-tabs .tab-link {
  flex: 0 0 calc(100% - 10px);
  font-size: 1rem;
  color: #5c0f8b;
  display: inline-flex;
  padding: 5px 20px;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  text-decoration: none;
  min-height: 60px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 576px) {
  .section-donatii-metode .card-tabs .tab-link {
    flex: 0 0 calc(50% - 10px);
  }
}
@media (min-width: 1200px) {
  .section-donatii-metode .card-tabs .tab-link {
    flex: 0 0 calc(33.3333% - 10px);
  }
}
.section-donatii-metode .card-tabs .tab-link.borderyellow {
  border-color: #ffd066;
}
.section-donatii-metode .card-tabs .tab-link.bordercyan {
  border-color: #79faff;
}
.section-donatii-metode .card-tabs .tab-link.active {
  background-color: #ff5100;
  color: #fff;
}
.section-donatii-metode .tab-card-link {
  padding: 1rem 1rem 0.6rem;
  border-radius: 10px;
  border: 3px solid #5c0f8b;
  background-color: rgba(255, 255, 255, 0.8);
  color: #5c0f8b;
  text-align: center;
  font-size: 1rem;
  text-transform: uppercase;
  display: block;
  max-width: 944px;
  text-decoration: none;
  margin: 0 auto 10px;
  position: relative;
  z-index: 1;
  font-family: 'Helvetica 75', sans-serif;
}
@media (min-width: 992px) {
  .section-donatii-metode .tab-card-link {
    display: none;
  }
}
.section-donatii-metode .tab-card-link.active {
  border-radius: 10px 10px 0 0;
  border: none;
  margin-bottom: 0;
}
.section-donatii-metode .contact-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 5px;
}
.section-donatii-metode .bottom-radius-0 {
  border-radius: 10px 10px 0 0;
}
.section-donatii-metode .after-card {
  max-width: 944px;
  margin: -10px auto 10px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .section-donatii-metode .after-card {
    display: flex;
    margin: -30px auto 0;
  }
}
.section-donatii-metode .after-card .image {
  padding: 30px 15px 0;
  background-color: #5C0F8B;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 1200px) {
  .section-donatii-metode .after-card .image {
    max-width: 50%;
    flex: 1 0 50%;
    margin-top: 30px;
  }
}
.section-donatii-metode .after-card .image:after {
  display: block;
  content: '';
  background: url("../images/donatii/hero_doantii_bg.webp");
  background-repeat: no-repeat;
  background-position: bottom left;
  width: 70%;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.section-donatii-metode .after-card .image .info {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.section-donatii-metode .after-card .image .info .name {
  padding-top: 5px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1;
}
.section-donatii-metode .after-card .image .member {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section-donatii-metode .after-card .image .logo {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.section-donatii-metode .after-card .image .logo img {
  margin-bottom: 40px;
}
.section-donatii-metode .after-card .quote {
  background-color: #BA5FF1;
  padding: 40px;
  color: #fff;
}
@media (min-width: 1200px) {
  .section-donatii-metode .after-card .quote {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.section-donatii-metode .after-card .quote .top {
  font-size: 4rem;
  line-height: 1;
}
.section-donatii-metode .after-card .quote .bottom {
  text-align: right;
  font-size: 4rem;
  line-height: 1;
}
.donatii-sticky-buton {
  padding: 20px 0 0;
}
@media (max-width: 1199px) {
  .donatii-sticky-buton {
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
@media (max-width: 430px) {
  .donatii-sticky-buton .buton span {
    display: none;
  }
}
.donatii-testimonial-vertical-block {
  border: 1px solid #8750A8;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.donatii-testimonial-vertical-block .description {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px;
}
.donatii-testimonial-vertical-block .testimonial-card {
  width: 100%;
  background-color: #5C0F8B;
  flex: 1 0 0;
}
.donatii-testimonial-vertical-block .testimonial-card.right {
  background-color: #BA5FF1;
}
@media (min-width: 1200px) {
  .donatii-testimonial-vertical-block .testimonial-card {
    display: flex;
  }
}
.donatii-testimonial-vertical-block .testimonial-card .image {
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 1200px) {
  .donatii-testimonial-vertical-block .testimonial-card .image {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.donatii-testimonial-vertical-block .testimonial-card .image:after {
  display: block;
  content: '';
  background: url("../images/donatii/hero_doantii_bg.webp");
  background-repeat: no-repeat;
  background-position: top right;
  width: 90%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.donatii-testimonial-vertical-block .testimonial-card .image .member {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .donatii-testimonial-vertical-block .testimonial-card .image .member {
    margin-bottom: -20px;
  }
}
.donatii-testimonial-vertical-block .testimonial-card .image .logo {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.donatii-testimonial-vertical-block .testimonial-card .image .logo img {
  margin-bottom: 40px;
}
.donatii-testimonial-vertical-block .testimonial-card .quote {
  margin-top: auto;
  padding: 20px;
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .donatii-testimonial-vertical-block .testimonial-card .quote {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.donatii-testimonial-vertical-block .testimonial-card .quote .top {
  font-size: 4rem;
  line-height: 1;
}
.donatii-testimonial-vertical-block .testimonial-card .quote .bottom {
  text-align: right;
  font-size: 4rem;
  line-height: 1;
}
.donatii-testimonial-vertical-block .testimonial-card .quote .info {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.donatii-testimonial-vertical-block .testimonial-card .quote .info .name {
  padding-top: 5px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1;
}
.donatii-testimonial-orizontal-block {
  border: 1px solid #8750A8;
  width: 100%;
  display: flex !important;
  border-radius: 16px;
  overflow: hidden;
}
.donatii-testimonial-orizontal-block .description {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px;
}
.donatii-testimonial-orizontal-block .testimonial-card {
  width: 100%;
  background-color: #5C0F8B;
  flex: 1 0 0;
}
.donatii-testimonial-orizontal-block .testimonial-card.right {
  background-color: #BA5FF1;
}
@media (min-width: 1200px) {
  .donatii-testimonial-orizontal-block .testimonial-card {
    display: flex;
  }
}
.donatii-testimonial-orizontal-block .testimonial-card .image {
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media (min-width: 1200px) {
  .donatii-testimonial-orizontal-block .testimonial-card .image {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.donatii-testimonial-orizontal-block .testimonial-card .image:after {
  display: block;
  content: '';
  background: url("../images/donatii/hero_doantii_bg.webp");
  background-repeat: no-repeat;
  background-position: top right;
  width: 90%;
  height: 70%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.donatii-testimonial-orizontal-block .testimonial-card .image .member {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .donatii-testimonial-orizontal-block .testimonial-card .image .member {
    margin-bottom: -20px;
  }
}
.donatii-testimonial-orizontal-block .testimonial-card .image .logo {
  color: #fff;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.donatii-testimonial-orizontal-block .testimonial-card .image .logo img {
  margin-bottom: 40px;
}
.donatii-testimonial-orizontal-block .testimonial-card .quote {
  margin-top: auto;
  padding: 20px;
  color: #fff;
  font-size: 0.9rem;
}
@media (min-width: 1200px) {
  .donatii-testimonial-orizontal-block .testimonial-card .quote {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.donatii-testimonial-orizontal-block .testimonial-card .quote .top {
  font-size: 4rem;
  line-height: 1;
}
.donatii-testimonial-orizontal-block .testimonial-card .quote .bottom {
  text-align: right;
  font-size: 4rem;
  line-height: 1;
}
.donatii-testimonial-orizontal-block .testimonial-card .quote .info {
  font-size: 0.9rem;
  margin-bottom: 20px;
}
.donatii-testimonial-orizontal-block .testimonial-card .quote .info .name {
  padding-top: 5px;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1;
}
#donatii_testimoniale .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
#donatii_testimoniale .slick-track .slick-slide {
  height: auto !important;
}
#donatii_testimoniale .slide {
  padding: 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (min-width: 768px) {
  #donatii_testimoniale .slide {
    padding: 0 20px;
  }
}
.donatii-testimoniales-nav {
  text-align: center;
  padding: 10px 0 0;
}
.donatii-testimoniales-nav .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 1;
  background-color: #ff5100;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.donatii-testimoniales-nav .slick-arrow.prev-slide {
  margin-right: 15px;
}
.donatii-testimoniales-nav .slick-arrow.next-slide {
  margin-left: 15px;
}
/*end donatii*/
.was-validated .form-control:invalid {
  border-color: #ff3232;
  background-image: none;
}
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.invalid-tooltip,
.text-danger {
  font-size: 13px;
  line-height: 1.1;
  padding: 3px 0 0 0;
  font-weight: 400;
  position: relative;
  color: #ff3232;
  background-color: transparent;
  text-align: right;
  font-family: 'Helvetica 65', sans-serif;
}
input.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #58595b !important;
  font-family: 'Helvetica 55 Roman', sans-serif;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  padding: 0 15px;
  border: 2px solid #a5a5a5;
  background-color: #fff;
  height: 45px;
  line-height: 45px;
}
input.form-control:focus {
  border-color: #5c0f8b;
}
textarea.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #58595b !important;
  font-family: 'Helvetica 55 Roman', sans-serif;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  font-size: 16px;
  border: 2px solid #a5a5a5;
  background-color: #fff;
  height: 160px;
}
textarea.form-control:focus {
  border-color: #5c0f8b;
}
/*checkbox*/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 28px;
  padding-left: 24px;
  text-align: left;
}
.custom-control-label {
  margin-left: 10px;
  padding-top: 4px;
}
.custom-control-label a {
  color: inherit;
  text-decoration: underline;
}
.custom-control-label:before {
  display: none;
  font-family: 'fontello';
  content: '\e80c';
  color: #fff;
  border: transparent !important;
  background-color: #5c0f8b !important;
  width: 26px;
  height: 26px;
  left: -35px;
  top: 0;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 4px !important;
  -khtml-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  position: absolute;
  z-index: 2;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:before:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after {
  display: block;
  content: '';
  border: 2px solid #5c0f8b;
  background: #fff !important;
  width: 26px;
  height: 26px;
  left: -35px;
  top: 0;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  z-index: 1;
}
.custom-control-label:after:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input {
  background: none !important;
  border-color: #ff5100 !important;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0;
}
.custom-control-input:checked {
  border-color: #ff5100;
}
.custom-control-input:checked ~ .custom-control-label::before {
  display: block;
}
.custom-control-input[type=radio] ~ .custom-control-label::before {
  content: '';
  background: #5c0f8b !important;
  width: 12px;
  height: 12px;
  left: -28px;
  top: 7px;
  -webkit-border-radius: 50% !important;
  -khtml-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.custom-control-input[type=radio] ~ .custom-control-label::after {
  background: #fff !important;
  border: 2px solid #5c0f8b;
  -webkit-border-radius: 50% !important;
  -khtml-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 45px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5 !important;
  color: #3f444a;
  vertical-align: middle;
  background: #fff url('../images/cust-arrow-circle-down-01.svg') no-repeat right 0.35rem center;
  background-size: 29px 29px;
  -webkit-border-radius: 60px;
  -khtml-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  border: 2px solid #a5a5a5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
.custom-select option:disabled {
  display: none;
}
.custom-select.articles-list-filter {
  font-family: 'Helvetica 65', sans-serif;
  max-width: 200px;
  height: 30px;
  font-size: 14px;
  border: 1px solid #5c0f8b;
  background-size: 20px 20px;
  background-position: right 0.25rem center;
  color: #5c0f8b;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: #fff url('../images/cust-arrow-circle-down-01.svg') no-repeat right 0.35rem center;
  background-size: 29px 29px;
}
.custom-select.valid,
.was-validated .custom-select:valid {
  background: #fff url('../images/cust-arrow-circle-down-01.svg') no-repeat right 0.35rem center;
  background-size: 29px 29px;
}
.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  border-color: #ff3232 !important;
}
.alert {
  padding: 5px 10px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 16px;
  border: none;
}
.alert-success {
  background-color: green;
  color: #fff;
}
.scrolled .maraton-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  z-index: 100;
}
.scrolled .maraton-header .timer {
  font-size: 11px;
}
.scrolled .maraton-header .timer .counter {
  font-size: 140%;
}
.scrolled .maraton-header .timer .ceas img {
  width: 20px;
}
.lp-maraton {
  background-image: url("../images/maraton/patern.png");
  background-repeat: repeat;
  background-position: top left;
  font-family: 'Helvetica 55 Roman', sans-serif;
  color: #000;
  font-size: 16px;
}
.lp-maraton .maraton-header {
  background-color: #fff;
  padding: 15px 0;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .lp-maraton .maraton-header {
    padding: 10px 0;
  }
}
.lp-maraton .maraton-header .back-to-site {
  color: #000;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lp-maraton .maraton-header .back-to-site i {
  border-radius: 50%;
  background-color: #FF3600;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .lp-maraton .maraton-header .back-to-site i {
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 16px;
  }
}
.lp-maraton .maraton-header .back-to-site:hover i {
  background-color: #8750a8;
}
.lp-maraton .maraton-header .back-to-site span {
  line-height: 1;
}
.lp-maraton .maraton-header .timer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  border: 1px solid #ff5100;
  border-radius: 6px;
  padding: 5px 10px 1px;
  margin: 0 5px;
}
@media (max-width: 1199px) {
  .lp-maraton .maraton-header .timer {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .lp-maraton .maraton-header .timer {
    margin-top: 10px;
  }
}
.lp-maraton .maraton-header .timer .counter {
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 180%;
  line-height: 1;
}
@media (max-width: 1199px) {
  .lp-maraton .maraton-header .timer .counter {
    font-size: 140%;
  }
}
.lp-maraton .maraton-header .logo-lp img {
  height: 20px;
  width: auto;
}
@media (max-width: 1199px) {
  .lp-maraton .maraton-header .ceas img {
    width: 20px;
  }
}
@media (max-width: 576px) {
  .lp-maraton .maraton-header .ceas img {
    width: 15px;
  }
}
@media (min-width: 992px) {
  .lp-maraton {
    font-size: 18px;
  }
}
.lp-maraton strong {
  font-family: 'Helvetica 75', sans-serif !important;
}
.lp-maraton .buton {
  display: inline-block;
  text-align: center;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #FF3600;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px !important;
  height: 40px;
  padding: 12px 20px;
  border: transparent;
}
@media (min-width: 576px) {
  .lp-maraton .buton {
    font: 15px 'Helvetica 65', sans-serif !important;
  }
}
.lp-maraton .buton:hover {
  background-color: #8750a8;
  color: #fff;
}
@media (min-width: 992px) {
  .lp-maraton .buton.bt-long {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .lp-maraton .buton.bt-header {
    font-size: 22px !important;
    font-weight: 700 !important;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .lp-maraton .buton.bt-header {
    height: auto;
  }
}
.lp-maraton .baner-mov {
  background-color: #5c0f8b;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
  min-height: 300px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
}
.lp-maraton .baner-mov .buton {
  padding: 14px 20px 10px;
  font-size: 18px !important;
  max-width: 300px;
  width: 100%;
  height: auto !important;
  line-height: unset !important;
}
.lp-maraton .color-orange {
  color: #FF3600 !important;
}
.lp-maraton h2 .txt-big {
  font-size: 140%;
}
.lp-maraton .timer {
  color: #FF3600;
}
.lp-maraton .bloc-buton {
  background-color: #FF3600;
  color: #fff;
  text-decoration: none !important;
  border-radius: 6px;
  padding: 20px;
  position: relative;
  width: 100%;
}
.lp-maraton .bloc-buton:hover {
  background-color: #8750a8;
  color: #fff;
}
@media (min-width: 992px) {
  .lp-maraton .bloc-buton {
    font-size: 26px;
  }
}
.lp-maraton .bloc-buton i {
  position: absolute;
  right: 20px;
  top: 20px;
}
.lp-maraton .border-bottom-orange {
  border-bottom: 1px solid #ff5100;
}
@media (min-width: 576px) {
  .lp-maraton .border-bottom-sm-orange {
    border-bottom: 1px solid #ff5100;
  }
}
.lp-maraton .baner-splash {
  margin-top: 50px;
}
.lp-maraton .baner-splash .title {
  font-size: clamp(2rem, 6vw, 5rem);
  line-height: 1;
  color: #FF3600;
  font-weight: 700;
}
@media (max-width: 991px) {
  .lp-maraton .baner-splash .man {
    width: 300px;
  }
}
.lp-maraton .carusel-coaches .entry-coach {
  position: relative;
}
.lp-maraton .carusel-coaches .entry-coach .details {
  position: absolute;
  right: 20px;
  bottom: 30px;
  font-size: 20px;
  text-align: right;
}
.lp-maraton .carusel-coaches .entry-coach .details .name {
  font-family: 'Helvetica 75', sans-serif;
  color: #fff;
}
.lp-maraton .carusel-coaches .entry-coach .details .job {
  color: #ff5100;
  font-family: 'Helvetica 65', sans-serif;
}
.lp-maraton .carusel-coaches .slick-list {
  padding-right: 40px;
}
.lp-maraton .carusel-coaches .slick-arrow {
  color: #fff;
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lp-maraton .carusel-coaches .slick-arrow.prev-slide {
  left: 20px;
}
.lp-maraton .carusel-coaches .slick-arrow.next-slide {
  right: 20px;
}
.lp-maraton.chestionar-maraton {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 92px;
}
.lp-maraton.chestionar-maraton .maraton-header {
  background-color: #fff;
  padding: 10px 0;
  font-size: 14px;
  position: fixed;
  height: 92px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1199px) {
  .lp-maraton.chestionar-maraton .maraton-header {
    padding: 10px 0;
  }
}
.lp-maraton.chestionar-maraton .maraton-header .logo-lp {
  padding: 25px 0;
  display: inline-block;
}
.lp-maraton.chestionar-maraton .maraton-header .logo-lp img {
  height: 20px;
  width: auto;
}
.lp-maraton .chestionar-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lp-maraton .chestionar-wrapper .chestionar {
  position: relative;
}
.lp-maraton .chestionar-wrapper .chestionar .chestionar-bg {
  background-color: #F2F2F2;
  padding: 30px 20px 0;
}
@media (min-width: 992px) {
  .lp-maraton .chestionar-wrapper .chestionar .chestionar-bg {
    padding: 40px 40px 0;
    min-height: 400px;
  }
}
.lp-maraton .chestionar-wrapper .chestionar .chestionar-bg-results {
  background-color: #F2F2F2;
  padding: 30px 20px 0;
  position: relative;
  border-bottom: 1px solid #ff5100;
}
@media (min-width: 992px) {
  .lp-maraton .chestionar-wrapper .chestionar .chestionar-bg-results {
    padding: 40px 40px 0;
    min-height: 305px;
  }
}
@media (min-width: 992px) {
  .lp-maraton .chestionar-wrapper .chestionar .chestionar-man {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
.lp-maraton .chestionar-wrapper .chestionar .inner-form {
  max-width: 450px;
}
.lp-maraton .chestionar-wrapper .chestionar .buton {
  min-width: 150px;
}
.lp-maraton .chestionar-wrapper .chestionar .buton {
  height: auto;
  padding: 14px 20px;
  font-size: 18px !important;
  width: 300px;
  max-width: 100%;
}
.lp-maraton .chestionar-wrapper .chestionar .captcha-bloc {
  overflow: hidden;
}
@media (min-width: 992px) {
  .lp-maraton .chestionar-wrapper .chestionar .chestionar-question-label {
    position: absolute;
    top: 0;
    left: -15px;
  }
}
.lp-maraton .chestionar-wrapper .chestionar .chestionar-question-label .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  background-color: #5c0f8b;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .lp-maraton .chestionar-wrapper .chestionar .chestionar-question-label .inner {
    max-width: 200px;
    min-height: 200px;
  }
}
.lp-maraton .chestionar-wrapper .chestionar .description-q {
  font-size: 16px;
}
.lp-maraton .chestionar-wrapper .chestionar .form-check-label {
  font-size: 16px;
}
.lp-maraton .chestionar-wrapper .questions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-maraton .chestionar-wrapper .questions-entry {
  width: 100%;
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
  background-color: #E2E2E2;
  min-height: 100px;
}
.lp-maraton .chestionar-wrapper .questions-entry:nth-child(even) {
  background-color: #F8F8F8;
}
.lp-maraton .chestionar-wrapper .questions-checkbox {
  position: relative;
  width: 100%;
  display: block;
  margin: 0;
}
.lp-maraton .chestionar-wrapper .questions-checkbox input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.lp-maraton .chestionar-wrapper .questions-checkbox span {
  width: 100%;
  position: relative;
  padding-right: 50px;
  display: block;
}
.lp-maraton .chestionar-wrapper .questions-checkbox span:before {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lp-maraton .chestionar-wrapper .questions-checkbox span:after {
  position: absolute;
  display: none;
  content: url("../images/lp_iasi_timisoara/check.png");
  width: 40px;
  height: 40px;
  right: -8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-top: -10px;
}
.lp-maraton .chestionar-wrapper .questions-checkbox input:checked ~ span::after {
  display: block;
}
.lp-maraton .chestionar-wrapper .questions-checkbox:hover span:before {
  border-color: #ff5100;
}
.lp-maraton .question-util {
  padding: 10px 20px;
  text-align: right;
}
.lp-maraton .question-util .val {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
}
.lp-maraton .question-util .lab {
  margin-bottom: 4px;
}
.lp-maraton .question-time {
  padding: 10px 20px;
  color: #FF3600;
}
.lp-maraton .question-time .val {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  height: 22px;
}
@media (min-width: 400px) {
  .lp-maraton .bara-scor {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.lp-maraton .bara-scor .bara {
  background-color: #DFDFDF;
  margin-bottom: 5px;
  position: relative;
}
.lp-maraton .bara-scor .bara:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  width: 85%;
  background-color: #B5B5B5;
  z-index: 0;
}
.lp-maraton .bara-scor .bara .progres {
  background-color: #FF3600;
  height: 50px;
  z-index: 1;
  position: relative;
}
.lp-maraton .bara-scor .total {
  font-size: 50px;
  font-weight: 700;
  color: #FF3600;
  line-height: 1;
  height: 50px;
  padding: 5px 0 0 10px;
  max-width: fit-content;
}
.lp-maraton .bara-scor.success .total {
  color: #5c0f8b;
  background: url("../images/lp_iasi_timisoara/check.png") right center;
  background-repeat: no-repeat;
  padding: 5px 40px 0 10px;
}
.lp-maraton .bara-scor.success .progres {
  background-color: #5c0f8b;
}
.lp-maraton .calendar-maraton-days {
  background-color: #F1F1F1;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .lp-maraton .calendar-maraton-days {
    max-width: 400px;
    -webkit-flex: 1 0 400px;
    -ms-flex: 1 0 400px;
    flex: 1 0 400px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .lp-maraton .calendar-maraton-days {
    padding: 20px 5px;
  }
}
.lp-maraton .calendar-maraton-days .day {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 14.28%;
  -webkit-flex: 1 0 14.28%;
  -ms-flex: 1 0 14.28%;
  flex: 1 0 14.28%;
  padding: 10px 5px;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  font-size: 18px;
  line-height: 1;
  cursor: default;
}
@media (max-width: 380px) {
  .lp-maraton .calendar-maraton-days .day {
    font-size: 16px;
  }
}
.lp-maraton .calendar-maraton-days .day.date {
  color: #9d9d9d;
}
.lp-maraton .calendar-maraton-days .day.active {
  color: #FF3600;
  cursor: pointer;
}
.lp-maraton .calendar-maraton-days .day.active:hover:before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #FF3600;
  z-index: 0;
}
@media (max-width: 380px) {
  .lp-maraton .calendar-maraton-days .day.active:hover:before {
    width: 30px;
    height: 30px;
  }
}
.lp-maraton .calendar-maraton-days .day.selected:before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  border: 2px solid #FF3600;
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 380px) {
  .lp-maraton .calendar-maraton-days .day.selected:before {
    width: 30px;
    height: 30px;
  }
}
.lp-maraton .calendar-maraton-days .calendar-days {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-maraton .calendar-maraton-hours {
  background-color: #F1F1F1;
  overflow-y: auto;
}
@media (max-width: 380px) {
  .lp-maraton .calendar-maraton-hours {
    padding: 20px 5px;
  }
}
.lp-maraton .calendar-maraton-hours .hours {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-maraton .calendar-maraton-hours .hour {
  background-color: #e0e0e0;
  padding: 10px 15px 7px;
  font-weight: 700;
  border-radius: 40px;
  position: relative;
  font-size: 14px;
  line-height: 1;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  cursor: pointer;
}
.lp-maraton .calendar-maraton-hours .hour.selected {
  border-color: #FF3600;
  background-color: transparent;
}
.lp-maraton .calendar-maraton-hours .hour:hover {
  background-color: #fff;
}
.lp-maraton .size-18 {
  font-size: 18px;
}
.lp-maraton .bloc-info-border {
  border: 1px solid #ff5100;
  padding: 20px;
  border-radius: 8px;
}
.lp-maraton .bloc-city-final {
  color: #FF3600;
  width: 100%;
  font-weight: 400;
}
@media (min-width: 992px) {
  .lp-maraton .bloc-city-final {
    font-size: 26px;
  }
}
.ribon-sticky {
  max-width: 100%;
  width: 400px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  border: 1px solid #dddddd;
}
@media (min-width: 992px) {
  .ribon-sticky {
    max-width: 97%;
    width: 1600px;
  }
}
.ribon-sticky .image img {
  width: 100%;
}
.ribon-sticky .bt-close {
  background-color: #ff5100;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 34px;
  cursor: pointer !important;
}
@media (min-width: 992px) {
  .ribon-sticky .bt-close {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 44px;
    right: 15px;
    top: 15px;
  }
}
.ribon-sticky .bt-close:hover {
  background-color: #ff8336;
}
.ribon-sticky .text {
  background-color: #8750a8;
  color: #fff;
  padding: 15px 15px 5px;
  font-size: 14px;
  text-align: center;
}
@media (min-width: 992px) {
  .ribon-sticky .text {
    padding: 15px 15px 10px;
    background-color: rgba(135, 80, 168, 0.9);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: clamp(13px, 1vw, 16px);
    height: 31%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.lp-maraton-sep {
  background-image: url("../images/maraton/patern.png");
  background-repeat: repeat;
  background-position: top left;
  font-family: 'Helvetica 55 Roman', sans-serif;
  color: #000;
  font-size: 18px;
}
.lp-maraton-sep .maraton-header {
  background-color: #e7e7e7;
  padding: 15px 0;
  font-size: 14px;
}
@media (max-width: 1199px) {
  .lp-maraton-sep .maraton-header {
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .lp-maraton-sep .maraton-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index: 100;
  }
  .lp-maraton-sep .maraton-header .buton.bt-header {
    font-size: 14px !important;
    padding: 12px 10px;
  }
}
.lp-maraton-sep .maraton-header .back-to-site {
  color: #000;
  text-decoration: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lp-maraton-sep .maraton-header .back-to-site i {
  border-radius: 50%;
  background-color: #FF3600;
  color: #fff;
  width: 45px;
  height: 45px;
  font-size: 20px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  margin-right: 5px;
}
@media (max-width: 576px) {
  .lp-maraton-sep .maraton-header .back-to-site i {
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 16px;
  }
}
.lp-maraton-sep .maraton-header .back-to-site:hover i {
  background-color: #8750a8;
}
.lp-maraton-sep .maraton-header .back-to-site span {
  line-height: 1;
}
.lp-maraton-sep .maraton-header .timer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  line-height: 1;
  border: 1px solid #ff5100;
  border-radius: 6px;
  padding: 5px 7px 1px;
}
@media (max-width: 1199px) {
  .lp-maraton-sep .maraton-header .timer {
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .lp-maraton-sep .maraton-header .timer {
    margin-top: 7px;
  }
}
.lp-maraton-sep .maraton-header .timer .counter {
  font-family: 'Helvetica 55 Roman', sans-serif;
  font-size: 180%;
  line-height: 1;
}
@media (max-width: 1199px) {
  .lp-maraton-sep .maraton-header .timer .counter {
    font-size: 140%;
  }
}
.lp-maraton-sep .maraton-header .logo-lp img {
  height: 20px;
  width: auto;
}
@media (min-width: 992px) {
  .lp-maraton-sep .maraton-header .logo-lp img {
    height: 30px;
  }
}
.lp-maraton-sep .maraton-header .ceas img {
  margin-left: 5px;
}
@media (max-width: 1199px) {
  .lp-maraton-sep .maraton-header .ceas img {
    width: 20px;
  }
}
@media (max-width: 576px) {
  .lp-maraton-sep .maraton-header .ceas img {
    width: 15px !important;
  }
}
@media (min-width: 992px) {
  .lp-maraton-sep {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .lp-maraton-sep {
    padding-top: 40px;
  }
}
.lp-maraton-sep strong {
  font-family: 'Helvetica 75', sans-serif !important;
}
.lp-maraton-sep .buton {
  display: inline-block;
  text-align: center;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #FF3600;
  color: #fff;
  -webkit-border-radius: 40px;
  -khtml-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  font-size: 18px !important;
  height: 40px;
  padding: 12px 30px;
  border: transparent;
}
@media (min-width: 576px) {
  .lp-maraton-sep .buton {
    font: 15px 'Helvetica 65', sans-serif !important;
  }
}
.lp-maraton-sep .buton:hover {
  background-color: #8750a8;
  color: #fff;
}
@media (min-width: 992px) {
  .lp-maraton-sep .buton.bt-long {
    width: 300px;
  }
}
.lp-maraton-sep .baner-inscrie {
  background-color: #3C2A47;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  min-height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lp-maraton-sep .baner-inscrie .buton {
  height: 60px;
  padding: 18px 30px;
  font-size: 22px !important;
  width: 300px;
  max-width: 100%;
}
.lp-maraton-sep .baner-locuri {
  background-color: #FF3600;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  min-height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.lp-maraton-sep .baner-locuri h2 {
  text-transform: uppercase;
}
.lp-maraton-sep .color-orange {
  color: #FF3600 !important;
}
.lp-maraton-sep h2 .txt-big {
  font-size: 140%;
}
.lp-maraton-sep .what {
  position: relative;
  padding-left: 50px;
}
.lp-maraton-sep .what:before {
  display: block;
  content: url("../images/maraton/what_arrow.png");
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.lp-maraton-sep .what .image {
  text-align: center;
  width: 150px;
}
.lp-maraton-sep .section-mov {
  background-color: #5C0F8B;
  color: #fff;
  padding: 30px 20px 0;
  position: relative;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .lp-maraton-sep .section-mov {
    padding: 40px 60px 0;
  }
}
@media (min-width: 992px) {
  .lp-maraton-sep .section-mov {
    padding: 40px 60px 0;
  }
}
.lp-maraton-sep .section-mov .text {
  font-size: 1.1rem;
}
.lp-maraton-sep .section-mov:before {
  display: block;
  content: '';
  width: 50%;
  height: 50%;
  background: url("../images/maraton/patern_white.png");
  background-repeat: repeat;
  position: absolute;
  right: 60px;
  bottom: 0;
  z-index: 0;
}
.lp-maraton-sep .why .image {
  background-color: #ECECEC;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 250px;
}
.lp-maraton-sep .baner-cadou {
  background-color: #FF3600;
  color: #fff;
}
.lp-maraton-sep .baner-cadou .text {
  font-size: 30px;
  max-width: 500px;
  padding: 30px 20px;
}
.lp-maraton-sep .box-grey {
  background-color: #F5F5F5;
  padding: 20px;
}
@media (min-width: 992px) {
  .lp-maraton-sep .box-grey {
    padding: 40px;
  }
}
.lp-maraton-sep .timer {
  color: #FF3600;
}
.lp-maraton-sep .bt-share {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #fff;
  background-color: #FF3600;
  font-size: 22px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.lp-maraton-sep .bt-share:hover {
  background-color: #8750a8;
}
.lp-maraton-sep .carusel-testimoniale .testimonial-bloc {
  background-color: #f5f5f5 !important;
  padding: 15px;
  border: none;
  margin-bottom: 15px !important;
}
@media (min-width: 992px) {
  .lp-maraton-sep .carusel-testimoniale .testimonial-bloc {
    padding: 30px;
  }
}
.lp-maraton-sep .step-maraton {
  position: relative;
  padding-left: 65px;
  padding-top: 15px;
}
.lp-maraton-sep .step-maraton .number {
  font-size: 2rem;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #ff5100;
  color: #fff;
  text-align: center;
  font-weight: 700;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.modal_maraton .modal-dialog {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal_maraton .modal-dialog .modal-content {
  border-radius: 0;
}
.modal_maraton .content {
  color: #000;
  padding: 60px 0 30px;
}
.modal_maraton .calendar-maraton-days {
  background-color: #F1F1F1;
  padding: 20px;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .modal_maraton .calendar-maraton-days {
    max-width: 400px;
    -webkit-flex: 1 0 400px;
    -ms-flex: 1 0 400px;
    flex: 1 0 400px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  .modal_maraton .calendar-maraton-days {
    padding: 20px 5px;
  }
}
.modal_maraton .calendar-maraton-days .day {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 14.28%;
  -webkit-flex: 1 0 14.28%;
  -ms-flex: 1 0 14.28%;
  flex: 1 0 14.28%;
  padding: 10px 5px;
  font-weight: 700;
  border-radius: 50%;
  position: relative;
  font-size: 18px;
  line-height: 1;
  cursor: default;
  text-decoration: none !important;
}
@media (max-width: 380px) {
  .modal_maraton .calendar-maraton-days .day {
    font-size: 16px;
  }
}
.modal_maraton .calendar-maraton-days .day.date {
  color: #9d9d9d;
}
.modal_maraton .calendar-maraton-days .day.active {
  color: #FF3600;
  cursor: pointer;
}
.modal_maraton .calendar-maraton-days .day.active:hover:before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 2px solid #FF3600;
  z-index: 0;
}
@media (max-width: 380px) {
  .modal_maraton .calendar-maraton-days .day.active:hover:before {
    width: 30px;
    height: 30px;
  }
}
.modal_maraton .calendar-maraton-days .day.selected:before {
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  border: 2px solid #FF3600;
  position: absolute;
  left: 50%;
  top: 48%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 380px) {
  .modal_maraton .calendar-maraton-days .day.selected:before {
    width: 30px;
    height: 30px;
  }
}
.modal_maraton .calendar-maraton-days .calendar-days {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_maraton .calendar-maraton-hours {
  background-color: #F1F1F1;
  padding: 20px;
  overflow-y: auto;
}
@media (max-width: 380px) {
  .modal_maraton .calendar-maraton-hours {
    padding: 20px 5px;
  }
}
.modal_maraton .calendar-maraton-hours .hours {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal_maraton .calendar-maraton-hours .hour {
  background-color: #e0e0e0;
  padding: 10px 15px 7px;
  font-weight: 700;
  border-radius: 40px;
  position: relative;
  font-size: 16px;
  line-height: 1;
  border: 2px solid transparent;
  margin: 0 5px 10px 0;
  cursor: pointer;
  color: #000;
  text-decoration: none !important;
}
.modal_maraton .calendar-maraton-hours .hour.selected {
  border-color: #FF3600;
  background-color: transparent;
}
.modal_maraton .calendar-maraton-hours .hour:hover {
  background-color: #fff;
}
.modal_maraton .buton {
  font-size: 18px !important;
}
.modal_maraton .bt-close {
  width: 44px;
  height: 44px;
  background-color: #FF3600;
  color: #fff;
  text-align: center;
  line-height: 49px;
  border-radius: 50%;
  cursor: pointer;
}
.modal_maraton .bt-close:hover {
  background-color: #8750a8;
}
.grey-bloc-bottom-border {
  background-color: #ECECEC;
  border-bottom: 7px solid #ff5100;
  padding: 30px 30px 15px;
  width: 100%;
}
.grey-bloc-bottom-border a {
  color: #5c0f8b;
}
.border-color-mov {
  border-color: #5c0f8b;
}
.border-top-orange {
  border-top: 7px solid #ff5100;
}
.border-bottom-mov {
  border-bottom: 7px solid #5c0f8b;
}
.maraton-page-title {
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .maraton-page-title {
    font-size: 1.8rem;
  }
}
@media (min-width: 1200px) {
  .maraton-page-title {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.maraton-page-title h1 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
