.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #080808;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  height: 100%;
  box-sizing: border-box;
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
a {
  text-decoration: none !important;
  color: inherit;
}
a {
  transition: 0.2s ease-out;
}
a:hover {
  color: #00A76D;
}
p.md {
  font-size: 17px;
  margin-bottom: 12px;
}
img {
  max-width: 100%;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.circle li {
  position: relative;
  padding-left: 15px;
}
ul.circle li:before {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: #000;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
strong {
  font-weight: 600;
}
.hide {
  display: none;
}
.error {
  color: red;
}
.color-red {
  color: #ee3124;
}
.success {
  color: green;
}
.checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0 !important;
}
.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  border: 1px solid #707070;
}
.checkbox input:checked ~ .checkmark {
  background-color: #00A76D;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox input:checked ~ .checkmark:after {
  display: block;
}
main ul {
  list-style: circle;
  padding-left: 20px;
}
.bg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}
.sl-wrapper .sl-close {
  background-image: url(../images/close-pop-up.png);
  background-repeat: no-repeat;
  text-indent: -19999px;
}
.nav-opened .main-nav {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.container {
  /* @media (min-width: 1200px) {
         max-width: 1300px;
     }*/
}
.md-title {
  color: #fff;
  font-weight: 400;
  font-size: 25px;
  text-align: center;
  padding-bottom: 15px;
}
header {
  padding: 15px 0 20px 0;
}
header .xs-red-text {
  color: #EE3124;
  font-weight: 600;
  font-size: 12px;
  padding-left: 8px;
  vertical-align: bottom;
  line-height: 100%;
}
footer {
  background: #242424;
  color: #fff;
  padding: 20px 0 20px 0;
}
footer .quick-links li {
  display: inline-block;
  padding-right: 35px;
}
footer .social li {
  display: inline-block;
  padding-left: 14px;
}
.w-log-in {
  /* min-height:calc(~"100vh - 161px");
    min-height:-moz-calc(~"100vh - 161px");
    min-height:-webkit-calc(~"100vh - 161px");*/
  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-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;
}
.w-log-in .log-in {
  width: 333px;
  margin: 20px auto;
}
.w-log-in .log-in .logo {
  text-align: center;
  margin-bottom: 20px;
}
.w-log-in .log-in .w-input {
  padding-bottom: 18px;
}
.w-log-in .log-in .w-input input {
  width: 100%;
  text-align: center;
  color: #fff;
  height: 40px;
  border: 0;
  border-bottom: 1px solid;
  background: transparent;
  box-shadow: none;
}
.w-log-in .log-in .w-input input::placeholder {
  color: #fff;
}
.w-log-in .log-in .w-submit {
  padding-top: 15px;
  text-align: center;
}
.w-log-in .log-in input[type="submit"] {
  border: 2px solid #00A76D;
  background: #00A76D;
  color: #fff;
  padding: 6px 50px 6px 50px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.w-log-in .log-in input[type="submit"]:hover {
  background: transparent;
  color: #00A76D;
}
.main-nav {
  z-index: 999;
}
.main-nav .w-select {
  display: inline-block;
  position: relative;
}
.main-nav .w-select .vec {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  pointer-events: none;
}
.main-nav .w-select select {
  padding: 5px 23px 5px 10px;
  border-radius: 6px;
  appearance: none;
}
.main-nav ul {
  display: inline-block;
  padding-left: 10px;
}
.main-nav ul li {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}
.main-nav .bt-cont {
  cursor: pointer;
}
.main-nav .bt-cont:hover {
  color: #00A76D;
}
.main-nav .cart-qty {
  background-color: #ee3124;
  color: #fff;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  position: absolute;
  top: 0;
  left: 20px;
  margin-top: -10px;
}
@media (min-width: 1200px) {
  .main-nav .cart-qty {
    left: 36px;
    margin-top: -10px;
  }
}
@media (min-width: 1200px) {
  .main-nav .dropdown {
    position: absolute;
    top: 100%;
    z-index: 300;
    width: 300px;
    padding-top: 10px;
  }
}
.main-nav .dropdown .inner {
  text-align: left;
  width: 100%;
  position: relative;
}
@media (max-width: 1199px) {
  .main-nav .dropdown .inner {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .main-nav .dropdown .inner {
    background-color: #fff;
    border: 5px solid #00A76D;
    border-radius: 8px;
  }
  .main-nav .dropdown .inner:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #00A76D transparent;
    display: block;
    content: '';
    position: absolute;
    top: 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%);
    left: 2px;
  }
}
.main-nav .dropdown .link {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.main-nav .dropdown .link:hover {
  background-color: #00A76D;
  color: #fff;
}
.main-nav .dropdown .notifications {
  font-size: 12px;
}
@media (min-width: 1200px) {
  .main-nav .dropdown .notifications {
    overflow-y: auto;
    max-height: 200px;
  }
}
.main-nav .dropdown .notifications .notification-entry {
  position: relative;
}
.main-nav .dropdown .notifications .notification-entry a {
  display: block;
  padding: 5px 35px 5px 10px;
}
.main-nav .dropdown .notifications .notification-entry a:hover {
  background-color: #00b77a;
  color: #fff;
}
.main-nav .dropdown .notifications .notification-entry:nth-child(odd) {
  background-color: #e3e3e3;
}
.main-nav .dropdown .notifications .notification-entry .cancel {
  color: #ee3124;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  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;
}
.main-nav .dropdown .notifications .notification-entry .cancel:hover {
  background-color: #ee3124;
  color: #fff;
}
.green {
  color: #00A76D;
}
.red {
  color: #EE3124;
}
.link-underline a {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  padding-left: 5px;
  text-decoration: underline !important;
}
.buton {
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  cursor: pointer;
  display: inline-block;
  background-color: #fff;
  color: #00A76D;
  text-align: center;
  padding: 7px 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
  border: 1px solid #fff;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 150px;
  max-width: 100%;
  white-space: nowrap;
}
.buton:hover {
  background-color: transparent;
}
.buton.red {
  background-color: #ee3124;
  color: #fff;
  border-color: #ee3124;
}
.buton.red:hover {
  border-color: #ee3124;
  color: #ee3124;
  background-color: transparent;
}
.buton.green {
  background-color: #00A76D;
  color: #fff;
  border-color: #00A76D;
}
.buton.green:hover {
  border-color: #00A76D;
  color: #00A76D;
  background-color: transparent;
}
.buton.disabled {
  background-color: #C1C1C1 !important;
  color: #fff !important;
  border-color: #C1C1C1 !important;
  cursor: not-allowed;
}
.buton.disabled:hover {
  border-color: #C1C1C1 !important;
  background-color: #C1C1C1 !important;
  color: #fff !important;
}
.buton.white-stroke {
  background-color: transparent;
  color: #fff;
}
.buton.white-stroke:hover {
  background-color: #fff;
  color: #00A76D;
}
.inner-banner {
  min-height: 355px;
  position: relative;
  background-position: bottom;
  margin-bottom: 50px;
}
.inner-banner .infos {
  background: rgba(36, 36, 36, 0.8);
  padding: 15px 0 5px 0;
  /*.box2 {
            display: inline-block;
            vertical-align: middle;
            padding-right: 45px;
            .item {
                font-weight: 600;
                font-size: 23px;
                padding-bottom: 5px;
                span {
                    color: #fff;
                    font-size: 14px;
                    display: inline-block;
                    vertical-align: middle;
                }
            }
        }
        .box3 {
            display: inline-block;
        }*/
}
.inner-banner .infos .logo-club {
  margin-right: 3%;
}
.inner-banner .infos .box1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 2px;
  -webkit-flex: 200px 0 0;
  -ms-flex: 200px 0 0;
  flex: 200px 0 0;
  max-width: 100%;
}
.inner-banner .infos .box1 .image {
  height: 60px;
  -webkit-flex: 60px 0 0;
  -ms-flex: 60px 0 0;
  flex: 60px 0 0;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  max-width: 60px;
}
.inner-banner .infos .box1 .w {
  display: block;
  padding-left: 15px;
}
.inner-banner .infos .box1 .w .name {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.inner-banner .infos .box1 .link {
  color: #fff;
  text-decoration: underline !important;
  font-size: 12px;
  white-space: nowrap;
}
.inner-banner .infos .box-puncte {
  border: 1px solid #00A76D;
  border-radius: 4px;
  position: relative;
  padding: 10px;
  text-align: center;
  width: 95px;
  margin: 0 5px;
}
.inner-banner .infos .box-puncte .star {
  position: absolute;
  right: -5px;
  top: -5px;
}
.inner-banner .infos .box-puncte .puncte {
  color: #00A76D;
  font-size: 20px;
  font-weight: 700;
}
.inner-banner .infos .box-puncte .lab {
  color: #fff;
  font-size: 12px;
}
.inner-banner .infos .gauges {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
}
.inner-banner .infos .gauges > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.inner-banner .infos .gauges .box {
  width: 33.3333%;
  position: relative;
}
.inner-banner .infos .gauges .gauge {
  width: 100%;
  height: 111px;
}
@media (max-width: 500px) {
  .inner-banner .infos .gauges .gauge {
    height: 80px;
  }
}
.inner-banner .infos .gauges .text {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  position: absolute;
  z-index: 222;
  top: 50%;
  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%);
}
@media (max-width: 500px) {
  .inner-banner .infos .gauges .text {
    font-size: 14px;
  }
}
.inner-banner .infos .gauges .text span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}
@media (max-width: 500px) {
  .inner-banner .infos .gauges .text span {
    font-size: 8px;
    height: 13px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .inner-banner .col-gauges.opened {
    display: block !important;
    margin-top: 35px;
  }
}
.inner-banner .mobil-points {
  color: #00A76D;
  background-color: #000;
  padding: 5px 10px 15px;
  text-align: center;
  margin-top: 10px;
  background-image: url("../images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: center bottom 5px;
  margin-bottom: -15px;
}
.inner-banner .mobil-points span {
  color: #fff;
  font-size: 14px;
}
.box-about {
  background-color: #00A76D;
  color: #fff;
  width: 100%;
  padding: 20px 15px;
  max-width: 490px;
  margin: 0 auto;
}
.box-about .inner {
  text-align: center;
}
.box-about .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.box-about .scor {
  font-size: 40px;
  font-weight: 700;
}
.box-about .next-prize {
  font-weight: 700;
  font-size: 20px;
}
.box-about .about-progress {
  background-color: #fff;
  height: 20px;
  position: relative;
  margin: 40px 0 25px 0;
}
.box-about .about-progress .labs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.box-about .about-progress .labs .lab {
  max-width: 33.33%;
  text-align: right;
  font-size: 9px;
  -webkit-flex: 33.33% 0 0;
  -ms-flex: 33.33% 0 0;
  flex: 33.33% 0 0;
  position: relative;
}
.box-about .about-progress .labs .lab:after {
  display: block;
  content: '';
  height: 20px;
  width: 1px;
  background-color: #00A76D;
  position: absolute;
  right: 0;
  bottom: -20px;
}
.box-about .about-progress .current-progress {
  background-color: #ee3124;
  height: 100%;
}
.box-about .about-progress .bottom {
  position: absolute;
  top: 22px;
  left: 0;
  width: 100%;
  font-size: 9px;
  text-align: left;
}
.box-about a.link:hover {
  text-decoration: underline !important;
  color: #fff !important;
}
.box-about .grand-prize {
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
.box-about .grand-prize-chances .stroke-r {
  border-right: 1px solid #fff;
}
.box-about .grand-prize-chances .chances {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.box-about .grand-prize-chances .chances span {
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.box-about .grand-prize-chances .lab {
  text-transform: uppercase;
  font-size: 12px;
}
.wrraper-gauges {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
}
.wrraper-gauges > div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.wrraper-gauges .box {
  width: 25%;
  position: relative;
}
.wrraper-gauges .box.black {
  width: 100%;
}
.wrraper-gauges .box.black .text {
  color: #000;
}
.wrraper-gauges .box.black .gauge {
  width: 100%;
  height: 150px;
}
.wrraper-gauges .gauge {
  width: 100%;
  height: 111px;
}
.wrraper-gauges .text {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  position: absolute;
  z-index: 222;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wrraper-gauges .text span {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .inner-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.inner-nav .inner-nav-bloc {
  position: relative;
}
@media (max-width: 1199px) {
  .inner-nav .inner-nav-bloc {
    max-width: 500px;
    margin: 0 auto;
  }
}
.inner-nav .inner-nav-touch {
  display: block;
  width: 100%;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  background-image: url("../images/arrow-select.svg");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media (min-width: 1200px) {
  .inner-nav .inner-nav-touch {
    display: none;
  }
}
@media (min-width: 1200px) {
  .inner-nav ul {
    width: 100%;
    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: 1199px) {
  .inner-nav ul {
    height: 42px;
    overflow: hidden;
    padding-top: 42px;
  }
  .inner-nav ul.opened {
    height: auto;
  }
  .inner-nav ul.opened li.active {
    -webkit-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.1);
  }
}
.inner-nav ul li {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
  width: 100%;
  display: inline-block;
  background: #00A76D;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 10;
  transition: 0.2s ease-out;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .inner-nav ul li {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
@media (max-width: 1199px) {
  .inner-nav ul li {
    border: 1px solid #fff;
    border-top: none;
  }
}
.inner-nav ul li:last-child {
  margin: 0;
}
.inner-nav ul li a {
  padding: 0 10px;
  display: block;
  height: 42px;
  line-height: 42px;
  white-space: nowrap;
}
.inner-nav ul li.active {
  background: #fff;
  color: #00A76D;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .inner-nav ul li.active {
    position: absolute;
    top: 0;
    left: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
}
.inner-nav ul li.disabled:before {
  display: block;
  font-family: fontello;
  content: '\e828';
  position: absolute;
  right: 5px;
  top: 7px;
  background-color: #ee3124;
  color: #fff;
  font-size: 14px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .inner-nav ul li.disabled:before {
    right: 5px;
    top: -15px;
  }
}
.inner-nav ul li.disabled.active:before {
  right: 5px;
  top: -15px;
}
.inner-nav ul li:hover {
  background: #fff;
  color: #00A76D;
}
.xs-title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 8px;
}
.tr-btn {
  width: 270px;
  text-align: center;
  margin-bottom: 13px;
  max-width: 100%;
}
.tr-btn.xs {
  width: 250px;
}
.tr-btn a {
  border: 1px solid;
  display: block;
  padding: 7px 0;
}
.tr-btn-bg-white {
  width: 240px;
  text-align: center;
  max-width: 100%;
}
.tr-btn-bg-white a {
  display: block;
  border: 1px solid #fff;
  padding: 7px 0;
  color: #00A76D;
  background-color: #fff;
}
.tr-btn-bg-white a:hover {
  color: #fff;
  background-color: transparent;
}
.tr-btn-white {
  width: 240px;
  text-align: center;
  margin-bottom: 13px;
}
.tr-btn-white.disabled {
  opacity: 0.5;
}
.tr-btn-white.xs {
  width: 155px;
}
.tr-btn-white a {
  border: 1px solid #fff;
  display: block;
  padding: 7px 0;
  color: #fff;
}
.tr-btn-white a:hover {
  border: 1px solid #EE3124;
}
.tr-btn-white a.disabled {
  background-color: #C1C1C1;
  border-color: #C1C1C1;
  cursor: not-allowed;
}
.tr-btn-white a.disabled:hover {
  background-color: #C1C1C1 !important;
  border-color: #C1C1C1 !important;
  color: #fff !important;
}
.tr-btn-red {
  width: 155px;
  text-align: center;
  margin-bottom: 13px;
}
.tr-btn-red a {
  border: 1px solid #ee3124;
  background-color: #ee3124;
  display: block;
  padding: 7px 0;
  color: #fff;
}
.tr-btn-red a:hover {
  background-color: transparent;
}
.tr-btn-black {
  width: 155px;
  text-align: center;
  margin-bottom: 13px;
}
.tr-btn-black a {
  border: 1px solid #000;
  display: block;
  padding: 7px 0;
  color: #000;
}
.tr-btn-black a:hover {
  border: 1px solid #EE3124;
}
.tr-btn-black {
  width: 155px;
  text-align: center;
  margin-bottom: 13px;
}
.tr-btn-black a {
  border: 1px solid #000;
  display: block;
  padding: 7px 0;
  color: #000;
}
.tr-btn-black a:hover {
  border: 1px solid #EE3124;
}
.wide-boxes {
  padding-bottom: 50px;
}
.wide-boxes .box-puncte {
  border: 1px solid #00A76D;
  border-radius: 4px;
  position: relative;
  padding: 10px;
  text-align: center;
  width: 105px;
  margin: 0 auto;
  min-height: 100px;
}
.wide-boxes .box-puncte .puncte {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
}
.wide-boxes .box-puncte .lab {
  font-size: 13px;
}
.wide-boxes .item {
  background: #F8F8F8;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.wide-boxes .item .content {
  padding: 20px 0;
}
.wide-boxes .item .image {
  height: 100%;
  margin-left: -15px;
}
.wide-boxes .item p.xs {
  font-size: 12px;
  font-weight: 600;
}
.wide-boxes .item ul li {
  font-size: 12px;
  font-weight: 600;
}
.wide-boxes .item .link-underline a {
  color: #000;
}
.wide-boxes .item .star-btn {
  background: #00A76D;
  display: inline-block;
  color: #fff;
  padding: 6px 10px 6px 10px;
  margin: 10px;
}
.wide-boxes .item .star-btn-grp {
  padding-top: 5px;
}
.wide-boxes .item .star-btn-grp .star-btn {
  display: table;
  max-width: 100%;
}
.wrapper-content {
  padding-bottom: 60px;
}
.md-black-title {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 15px;
}
.social-media-list ul {
  padding-bottom: 30px;
}
.social-media-list ul li {
  font-size: 18px;
  padding-bottom: 7px;
}
.social-media-list ul li a {
  text-decoration: underline !important;
}
.red-btn.full {
  width: 100%;
  text-align: center;
}
.red-btn.full a {
  display: block;
}
.red-btn a {
  border: 2px solid #EE3124;
  background: #EE3124;
  color: #fff;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.red-btn a:hover {
  background: transparent;
  color: #EE3124;
}
.simple-btn {
  width: 100%;
  text-align: center;
}
.simple-btn.orange a {
  border: 2px solid #EE9624;
  background: #EE9624;
}
.simple-btn.orange a:hover {
  background: transparent;
  color: #EE9624;
}
.simple-btn.orange span {
  border: 2px solid #EE9624;
  background: #EE9624;
}
.simple-btn.green a {
  border: 2px solid #00A76D;
  background: #00A76D;
}
.simple-btn.green a:hover {
  background: transparent;
  color: #00A76D;
}
.simple-btn.green span {
  border: 2px solid #00A76D;
  background: #00A76D;
}
.simple-btn a {
  border: 2px solid #8A8A8A;
  background: #8A8A8A;
  color: #fff;
  padding: 10px 0 10px 0;
  display: block;
  cursor: pointer;
  transition: 0.2s ease-out;
}
.simple-btn a:hover {
  background: transparent;
  color: #8A8A8A;
}
.simple-btn span {
  border: 2px solid #8A8A8A;
  background: #8A8A8A;
  color: #fff;
  padding: 10px 0 10px 0;
  display: block;
  transition: 0.2s ease-out;
  /* &:hover {
            background: transparent;
            color: #8A8A8A;
        }*/
}
#columns {
  padding: 0 15px;
  column-gap: 15px;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  orphans: 1;
  widows: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
@media (min-width: 576px) {
  #columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 992px) {
  #columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
div#columns figure {
  background: #F8F8F8;
  transition: opacity 0.4s ease-in-out;
  display: inline-block;
  position: relative;
}
div#columns figure .image {
  display: block;
  margin-bottom: 20px;
}
div#columns figure .social-vec {
  cursor: pointer;
  position: absolute;
  top: -4px;
  right: 15px;
}
div#columns figure .content {
  position: relative !important;
  display: block;
  padding: 0 55px 5px 20px;
  font-size: 13px;
}
div#columns:hover figure:not(:hover) {
  opacity: 0.4;
}
.two-images {
  padding-bottom: 45px;
}
.two-images .left {
  height: 455px;
  position: relative;
  /* &:hover {
            opacity:0.9;
        }*/
}
.two-images .left .gallery-btn {
  background: #00A76D;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 7px 17px;
}
.two-images .right {
  background: #F8F8F8;
  height: 100%;
  text-align: center;
}
#accordion {
  padding-bottom: 30px;
}
#accordion .card {
  border: 0;
  border-radius: 0;
}
#accordion .card .card-header {
  border-bottom: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding: 0;
}
#accordion .card .card-header img {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
#accordion .card .card-header .btn-link {
  font-weight: 400;
  font-size: 18px;
  background-color: #00A76D;
  color: #fff;
  padding: 17px 15px 17px 60px;
}
#accordion .card .card-header .btn-link .down {
  display: block;
}
#accordion .card .card-header .btn-link .up {
  display: none;
}
#accordion .card .card-header .btn-link:hover {
  text-decoration: none !important;
}
#accordion .card .card-header .btn-link.collapsed {
  background-color: #F8F8F8;
  color: #000;
}
#accordion .card .card-header .btn-link.collapsed .up {
  display: block;
}
#accordion .card .card-header .btn-link.collapsed .down {
  display: none;
}
#accordion .card .card-body {
  padding: 13px 0 5px 0;
}
.cos .item {
  background: #F8F8F8;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
  position: relative;
}
.cos .item .content {
  padding: 20px 0 15px 20px;
}
.cos .item .total {
  font-size: 18px;
  padding-right: 20px;
  margin-right: 20px;
}
.cos .item .image {
  height: 100%;
  min-height: 100px;
}
@media (max-width: 991px) {
  .cos .item .image {
    height: 200px;
  }
}
.cos .item .close-btn {
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer;
  font-size: 24px;
  color: #989898;
}
@media (max-width: 991px) {
  .cos .item .close-btn {
    color: #ee3124;
  }
}
.cos .item .close-btn a:hover {
  color: #ee3124;
}
.cos .item .box-stars {
  padding: 0 0 10px 0;
}
.cos .item .box-stars .title {
  font-size: 18px;
  border-bottom: 1px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.cos .item .box-stars .price {
  margin-bottom: 5px;
}
.cos .item .box-stars .star {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 9px;
}
.cos .item .box-stars .star span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 992px) {
  .cos .item .box-stars {
    padding: 20px 70px 10px 0;
  }
}
.cos .total-cos {
  background-color: #00A76D;
  color: #fff;
  padding: 15px 0;
}
.cos .total-cos .points {
  font-size: 30px;
  font-weight: 700;
  vertical-align: middle;
}
.achizitii .item {
  background: #F8F8F8;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
}
.achizitii .image {
  height: 100%;
  min-height: 100px;
}
@media (max-width: 991px) {
  .achizitii .image {
    height: 200px;
  }
}
.achizitii .content {
  padding: 18px 0 18px 18px;
  position: relative;
}
@media (min-width: 992px) {
  .achizitii .content:after {
    background-color: #d4d4d4;
    display: block;
    content: '';
    width: 1px;
    height: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -35px;
  }
}
.achizitii .points {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #00A76D;
  margin-bottom: 10px;
}
.achizitii .box-stars {
  padding: 15px 0 7px 15px;
  position: relative;
}
.achizitii .box-stars .star {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 8px;
}
.achizitii .box-stars .star span {
  font-size: 11px;
  display: inline-block;
  vertical-align: middle;
}
.achizitii .link-underline a {
  color: #000;
}
.fileUpload {
  position: relative;
  cursor: pointer;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
}
.fileUpload input[type="file"] {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.form {
  background: #F8F8F8;
  padding: 30px 20px 30px 20px;
  margin-bottom: 30px;
}
.form.xs {
  background: transparent;
  padding: 0;
  margin-bottom: 0;
}
.form .w-input.top {
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.form .w-input input {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #707070;
  height: 49px;
  background: transparent;
}
.form .w-input textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #707070;
  height: 70px;
  background: transparent;
}
.form .w-input .lab {
  color: #707070;
  margin-top: 8px;
  padding-left: 2px;
}
.form .w-check {
  padding-top: 15px;
}
.form .user-image {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  float: left;
}
.form .fileUpload {
  float: right;
  padding-top: 30px;
}
.form input[type="submit"] {
  width: 250px;
  text-align: center;
  margin-bottom: 13px;
  margin-top: 30px;
  border: 1px solid;
  display: block;
  padding: 7px 0;
  background: transparent;
  cursor: pointer;
}
.form input[type="submit"]:hover {
  border: 1px solid #00A76D;
  color: #00A76D;
}
.xs-white-title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 4px;
  color: #fff;
}
.xs-white-title span {
  font-size: 28px;
}
.rewards .top {
  margin-bottom: 30px;
}
.rewards .top .green-box {
  background: #00A76D;
  color: #fff;
  padding: 25px;
}
.rewards .top .img {
  height: 100%;
}
.rewards .box {
  height: 215px;
  margin-bottom: 30px;
  position: relative;
  color: #fff;
  padding: 15px;
}
.rewards .box p {
  font-size: 13px;
  line-height: 20px;
}
.rewards .box .black-content {
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.rewards .box .black-content .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rewards .box .black-content .center .xs-white-title {
  font-size: 22px;
}
.rewards .box .green-content {
  position: absolute;
  background: rgba(0, 167, 109, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
}
.rewards .box .star {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 12px;
}
.rewards .box .star span {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.rewards .box .bottom {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0px;
}
.rewards .box .btns .tr-btn-white {
  float: left;
}
.rewards .box .btns .tr-btn-white.right {
  float: right;
}
.box-star .star {
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 9px;
}
.box-star .star span {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}
.achizitii .back-link {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.single-reward {
  position: relative;
}
.single-reward .back-link {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 20px;
}
.single-reward .right {
  position: relative;
  display: block;
}
.single-reward .right:hover {
  opacity: 0.9;
}
.single-reward .right .gallery-btn {
  background: #00A76D;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 7px 17px;
}
.single-reward .form-control.custom-points {
  background-color: transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-weight: 700;
  width: 120px;
}
.single-reward .form-control.custom-points:-moz-placeholder {
  color: #fff;
}
.single-reward .form-control.custom-points::-moz-placeholder {
  color: #fff;
}
.single-reward .form-control.custom-points:-ms-input-placeholder {
  color: #fff;
}
.single-reward .form-control.custom-points::-webkit-input-placeholder {
  color: #fff;
}
/*@Responsive*/
@media (max-width: 1199px) {
  header {
    padding: 10px 0 15px 0;
  }
  header .main-nav {
    overflow-y: auto;
    width: 300px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    text-align: left;
    padding: 95px 30px 20px 30px;
  }
  header .main-nav ul li {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
  header .main-nav .w-select {
    display: block;
    position: relative;
  }
  header .main-nav ul {
    display: block;
    padding-left: 0;
  }
  header .main-nav .logo {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  header .main-nav .close-btn {
    position: absolute;
    top: 25px;
    cursor: pointer;
    right: 20px;
  }
  header .main-nav .w-select {
    margin-bottom: 22px;
  }
  header .main-nav .w-select select {
    width: 100%;
  }
  .inner-banner .infos {
    padding: 15px 0 15px 0;
    margin-bottom: 40px;
  }
  .inner-banner {
    height: auto;
    min-height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  header .logo img {
    width: 100px;
  }
  footer .quick-links li {
    display: block;
    padding-right: 0;
    text-align: center;
    padding-bottom: 8px;
  }
  footer ul.social {
    text-align: center;
    padding-top: 15px;
  }
  footer .social li {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 575px) {
  .w-log-in .log-in {
    width: 90%;
  }
  header .main-nav {
    width: 100%;
  }
}
/*REsponsive Inner Pages*/
@media (max-width: 1199px) {
  .tr-btn-white.xs {
    width: 122px;
  }
}
@media (max-width: 991px) {
  .md-black-title {
    font-size: 22px;
    line-height: 29px;
  }
  .wrapper-content {
    padding-bottom: 30px;
  }
  .achizitii .content {
    border-right: 0;
    padding: 12px 0 12px 0;
  }
  .achizitii .box-stars {
    padding: 0 0 7px 0;
  }
  .achizitii .link-underline {
    padding-bottom: 15px;
  }
  .achizitii .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .two-images .left {
    height: 300px;
    position: relative;
  }
  .two-images .right {
    height: auto;
    padding: 15px;
  }
  .cos .item .content {
    padding: 20px 20px 15px 0;
  }
  .cos .item .total {
    font-size: 20px;
    border: 0;
    padding-right: 0;
    margin-right: 0;
    padding-top: 15px;
  }
  .wide-boxes {
    padding-bottom: 30px;
  }
  .wide-boxes .item .image {
    height: 250px;
    margin-left: 0;
    margin-top: 15px;
  }
  .rewards .top .img {
    height: 188px;
  }
  .rewards .top .tr-btn-white {
    width: 100%;
    margin-top: 13px;
  }
  .xs-white-title span {
    font-size: 20px;
  }
  .single-reward .right {
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
/*Modals CSS*/
.w-modal {
  background: #000;
}
@media (min-width: 992px) {
  .w-modal .modal-dialog {
    max-width: 555px;
  }
}
.w-modal .custom-modal {
  background: #fff;
}
.w-modal .custom-modal .top {
  height: 188px;
}
.w-modal .custom-modal .top.xs {
  height: 130px;
}
.w-modal .custom-modal .close-modal {
  text-align: right;
  padding-top: 3px;
  cursor: pointer;
}
.w-modal .custom-modal .bottom {
  padding: 25px 25px 20px 25px;
}
.w-modal .custom-modal p {
  font-size: 13px;
}
.w-modal .custom-modal .star {
  font-weight: 600;
  font-size: 24px;
}
.w-modal .custom-modal .star.red {
  color: #EE3124;
}
.w-modal .custom-modal .star.green {
  color: #00A76D;
}
.w-modal .custom-modal .star span {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #000;
}
/*REsponsive Modals*/
@media (min-width: 1200px) and (max-height: 650px) {
  .w-modal .custom-modal::-webkit-scrollbar {
    display: none;
  }
  .w-modal .custom-modal .top {
    height: 160px;
  }
}
.slick-cat-prizes {
  margin-bottom: 30px;
}
.slick-cat-prizes .slide img {
  width: 100%;
}
.slick-cat-prizes .slide .text a {
  color: #fff;
}
.slick-cat-prizes .slide .text a:hover {
  color: #fff;
  text-decoration: underline !important;
}
.nav-slick-cat-prizes {
  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: space-between;
  -ms-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}
.nav-slick-cat-prizes .slick-arrow {
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #00A76D;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.prize-entry {
  color: #fff;
  padding: 0 5px;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.prize-entry .image {
  display: block;
}
.prize-entry .image img {
  width: 100%;
}
.prize-entry .bottom {
  background-color: #00744C;
  padding: 20px 15px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.prize-entry .name {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}
.prize-entry .purchased {
  padding: 10px 0;
  white-space: nowrap;
  width: 150px;
}
.prize-entry .price {
  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;
}
.prize-entry .price .points {
  font-size: 34px;
  font-weight: 700;
  margin-right: 10px;
}
.prize-entry .price img {
  margin-right: 5px;
}
.prize-entry .buton.red:hover {
  color: #fff;
}
@media (max-width: 500px) {
  .prize-entry .buton {
    width: 500px;
    margin-top: 10px;
  }
}
.prize-entry .form-control.custom-points {
  background-color: transparent;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff !important;
  font-weight: 700;
  width: 120px;
}
.prize-entry .form-control.custom-points:-moz-placeholder {
  color: #fff;
}
.prize-entry .form-control.custom-points::-moz-placeholder {
  color: #fff;
}
.prize-entry .form-control.custom-points:-ms-input-placeholder {
  color: #fff;
}
.prize-entry .form-control.custom-points::-webkit-input-placeholder {
  color: #fff;
}
.slick-prizes-wrapper {
  padding: 0 30px;
}
.slick-prizes .slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.slick-prizes .slick-slide {
  height: auto;
}
.slick-prizes .slick-arrow {
  cursor: pointer;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-color: #989898;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  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%);
}
.slick-prizes .slick-arrow.prev-slide {
  left: -35px;
}
.slick-prizes .slick-arrow.next-slide {
  right: -35px;
}
.points-progress-section {
  position: relative;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .points-progress-section {
    padding-right: 70px;
    margin-top: 30px;
  }
}
.points-progress-section .head {
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .points-progress-section .head {
    right: 0;
    -webkit-transform: translate(11px, -100%);
    -moz-transform: translate(11px, -100%);
    -ms-transform: translate(11px, -100%);
    -o-transform: translate(11px, -100%);
    transform: translate(11px, -100%);
  }
}
@media (min-width: 992px) {
  .points-progress-section .head {
    left: 50%;
    -webkit-transform: translate(-104px, -100%);
    -moz-transform: translate(-104px, -100%);
    -ms-transform: translate(-104px, -100%);
    -o-transform: translate(-104px, -100%);
    transform: translate(-104px, -100%);
  }
}
.points-progress-section .head img {
  height: 30px;
  width: auto !important;
}
@media (min-width: 992px) {
  .points-progress-section .head img {
    height: 50px;
  }
}
.points-progress-section .company-name {
  font-size: 20px;
  font-weight: 700;
  color: #00744C;
  margin-bottom: 44px;
}
.points-progress-section .progress-line {
  width: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #C1C1C1;
  z-index: 1;
}
@media (max-width: 991px) {
  .points-progress-section .progress-line {
    right: 10px;
  }
}
@media (min-width: 992px) {
  .points-progress-section .progress-line {
    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);
    width: 40px;
  }
}
.points-progress-section .progress-line .progres {
  background-color: #00744C;
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.points-progress-section .progress-line .progres:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 18px 0 18px;
  border-color: #00744C transparent transparent transparent;
}
@media (min-width: 992px) {
  .points-progress-section .progress-line .progres:before {
    border-width: 30px 25px 0 25px;
  }
}
.points-progress-section .step {
  position: absolute;
  background-color: #989898;
  width: 100%;
  left: 0;
  z-index: 0;
  height: 10px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.points-progress-section .step.step0 {
  top: 10%;
}
.points-progress-section .step.step1 {
  top: 33.33%;
}
.points-progress-section .step.step2 {
  top: 66.66%;
}
.points-progress-section .step.step3 {
  top: 75%;
}
.points-progress-section .step.step4 {
  top: 100%;
  background-color: #ee3124;
}
.points-progress-section .step .val {
  position: absolute;
  top: 50%;
  background-color: #C1C1C1;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
}
.points-progress-section .step .val.link {
  font-size: 18px;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 10px;
}
.points-progress-section .step .val img {
  width: 35px;
}
@media (min-width: 992px) {
  .points-progress-section .step .val img {
    position: absolute;
    right: 5px;
    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 (max-width: 991px) {
  .points-progress-section .step .val {
    left: 50%;
    -webkit-transform: translate(-50%, -5px);
    -moz-transform: translate(-50%, -5px);
    -ms-transform: translate(-50%, -5px);
    -o-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
  }
  .points-progress-section .step .val:before {
    display: block;
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #C1C1C1 transparent transparent;
  }
}
@media (min-width: 992px) {
  .points-progress-section .step .val {
    padding-right: 45px;
    font-size: 40px;
  }
  .points-progress-section .step .val.left {
    left: -30px;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
  }
  .points-progress-section .step .val.left:before {
    display: block;
    content: '';
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #C1C1C1;
  }
  .points-progress-section .step .val.right {
    right: -30px;
    -webkit-transform: translate(100%, -50%);
    -moz-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    -o-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .points-progress-section .step .val.right:before {
    display: block;
    content: '';
    position: absolute;
    left: -9px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #C1C1C1 transparent transparent;
  }
}
.points-progress-section .step.active {
  background-color: #00744C;
}
.points-progress-section .step.active .val {
  background-color: #00A76D;
}
@media (max-width: 991px) {
  .points-progress-section .step.active .val:before {
    border-color: transparent #00A76D transparent transparent !important;
  }
}
@media (min-width: 992px) {
  .points-progress-section .step.active .val.left:before {
    border-color: transparent transparent transparent #00A76D;
  }
  .points-progress-section .step.active .val.right:before {
    border-color: transparent #00A76D transparent transparent;
  }
}
.points-progress-section .prize .infotext {
  font-size: 12px;
}
.points-progress-section .prize .image {
  position: relative;
  z-index: 2;
}
.points-progress-section .prize .name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
@media (min-width: 576px) {
  .points-progress-section .prize .name {
    font-size: 30px;
  }
}
.points-progress-section .prize .status {
  text-transform: uppercase;
  margin-top: 7px;
}
@media (min-width: 450px) {
  .points-progress-section .prize .status {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }
}
.points-progress-section .prize .status .lab {
  margin-right: 5px;
  font-size: 12px;
  line-height: 1;
}
.points-progress-section .prize .status .activ {
  display: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.points-progress-section .prize .status .inactiv {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
}
.points-progress-section .prize .card-bg {
  background-color: #C1C1C1;
  padding: 15px;
  position: relative;
}
.points-progress-section .prize.active .card-bg {
  background-color: #00744C;
  color: #fff;
}
.points-progress-section .prize.active .status .activ {
  display: block;
}
.points-progress-section .prize.active .status .inactiv {
  display: none;
}
.points-progress-section .prize.active .extra2,
.points-progress-section .prize.active .extra2 {
  filter: brightness(0) saturate(100%) invert(30%) sepia(63%) saturate(656%) hue-rotate(110deg) brightness(98%) contrast(101%);
}
.points-progress-section .prize .extra1 {
  position: absolute;
  left: 10px;
  top: -35px;
  z-index: 0;
}
.points-progress-section .prize .extra2 {
  position: absolute;
  right: 20px;
  top: -38px;
  z-index: 0;
}
.points-progress-section .prize .img-lock {
  display: none;
}
.points-progress-section .prize.locked .img-lock {
  display: block;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  width: 50px;
  -webkit-transform: translate(45%, 0);
  -moz-transform: translate(45%, 0);
  -ms-transform: translate(45%, 0);
  -o-transform: translate(45%, 0);
  transform: translate(45%, 0);
}
@media (min-width: 450px) {
  .points-progress-section .prize.locked .img-lock {
    width: 70px;
    bottom: 30px;
  }
}
@media (min-width: 992px) {
  .points-progress-section .prize.locked .img-lock {
    -webkit-transform: translate(45%, 0);
    -moz-transform: translate(45%, 0);
    -ms-transform: translate(45%, 0);
    -o-transform: translate(45%, 0);
    transform: translate(45%, 0);
    width: 70px;
    bottom: 30px;
  }
}
@media (max-width: 991px) {
  .points-progress-section .col-prize {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .points-progress-section .col-prize .prize-bloc {
    padding-right: 20%;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .points-progress-section .col-prize.right {
    margin-left: 50%;
  }
  .points-progress-section .col-prize.right .prize-bloc {
    padding-left: 20%;
    padding-right: 0;
  }
}
.points-progress-section .col-prize.right .prize {
  text-align: right;
}
.points-progress-section .col-prize.right .status {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.points-progress-section .col-prize.last-prize {
  margin-bottom: -88px;
  margin-top: 90px;
  text-align: right;
}
@media (min-width: 992px) {
  .points-progress-section .col-prize.last-prize {
    margin-bottom: -60px;
    margin-top: 190px;
  }
}
.points-progress-section .col-prize.last-prize .prize-bloc {
  padding-right: 10%;
}
.points-progress-section .col-prize.last-prize .prize {
  max-width: fit-content;
  float: right;
}
.points-progress-section .col-prize.last-prize .card-bg {
  background-color: transparent;
  padding: 0;
}
.points-progress-section .col-prize.last-prize .card-bg .status {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.points-progress-section .col-prize.last-prize .name {
  background-color: #ee3124;
  color: #fff;
  padding: 7px 15px;
  border-radius: 6px;
}
.points-progress-section .bt-how {
  background-color: #00A76D;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  display: inline-block;
  margin: 15px 0 15px;
}
.points-progress-big-prize .big-prize-bloc {
  margin-bottom: 5%;
}
.points-progress-big-prize .big-prize-bloc .progress-line {
  width: 40px;
  background-color: #C1C1C1;
  height: 80px;
  margin: 0 auto 0;
  z-index: 0;
  position: relative;
}
@media (max-width: 991px) {
  .points-progress-big-prize .big-prize-bloc .progress-line {
    width: 25px;
    height: 100px;
    margin-right: 10px;
  }
}
.points-progress-big-prize .big-prize-bloc .progress-line .progres {
  background-color: #C1C1C1;
  width: 70%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 992px) {
  .points-progress-big-prize .big-prize-bloc .image {
    padding-right: 30px;
  }
}
.points-progress-big-prize .big-prize-bloc .card-bg {
  text-align: left;
  color: #fff;
  padding: 20px 15px 15px;
  background-color: #00A76D;
  position: relative;
}
@media (min-width: 768px) {
  .points-progress-big-prize .big-prize-bloc .card-bg {
    padding: 40px 40px 40px;
  }
}
.points-progress-big-prize .big-prize-bloc .card-bg .extra-birds {
  position: absolute;
  top: -10px;
  left: 30px;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
  max-width: 15%;
}
.points-progress-big-prize .big-prize-bloc .card-bg .extra-leaves {
  position: absolute;
  bottom: -5px;
  right: 5px;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  max-width: 10%;
}
.points-progress-big-prize .big-prize-bloc .card-bg .inner-birds {
  position: absolute;
  top: 15px;
  right: 15px;
  max-width: 20%;
}
@media (max-width: 1200px) {
  .points-progress-big-prize .big-prize-bloc .card-bg .inner-birds {
    display: none;
  }
}
.points-progress-big-prize .big-prize-bloc .card-bg .text {
  max-width: 600px;
}
.points-progress-big-prize .big-prize-bloc .card-bg .text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .points-progress-big-prize .big-prize-bloc .card-bg .text .title {
    font-size: 40px;
  }
}
.points-progress-big-prize .big-prize-bloc .card-bg .text .subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .points-progress-big-prize .big-prize-bloc .card-bg .text .subtitle {
    font-size: 22px;
  }
}
.points-progress-big-prize .big-prize-bloc .card-bg .hline {
  border-bottom: 1px solid #fff;
}
.points-progress-big-prize .big-prize-bloc.active .progres {
  background-color: #00744C;
}
.points-progress-big-prize .big-prize-bloc.active .card-bg {
  background-color: #00744C;
}
.social-link {
  background-color: #ee3124;
  color: #fff;
  text-align: center;
  width: 27px;
  height: 27px;
  line-height: 27px;
  font-size: 16px;
  display: block;
  border-radius: 50%;
}
.social-link:hover {
  background-color: #d2261b;
  color: #fff;
}
.pages-menu {
  margin-top: 10px;
}
.pages-menu li {
  padding: 0 !important;
}
.pages-menu a {
  display: block;
  border-top: 1px solid #000;
  padding: 10px 10px;
}
.text-bg-red {
  font-size: 22px;
}
@media (min-width: 992px) {
  .modal-project {
    max-width: 800px !important;
  }
}
.info-bulet {
  background-color: #8d8d8d;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 24px;
  border-radius: 50%;
  display: block;
  -webkit-flex: 0 0 24px;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
}
.info-bulet:hover {
  color: inherit;
}
.toast {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: none;
  width: 100%;
  height: 100%;
  outline: 0;
  max-width: 100%;
  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;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.2);
}
.toast .inner {
  width: 600px;
  max-width: 100%;
  background-color: #fff;
  margin-top: auto;
  margin-bottom: auto;
}
.toast.show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.upload-field {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.upload-field input {
  position: absolute;
  left: -99999px;
  visibility: hidden;
  opacity: 0;
}
.upload-field .bt {
  background-color: #606060;
  color: #fff;
  padding: 5px 10px;
  white-space: nowrap;
  cursor: pointer;
}
.upload-field .bt:hover {
  background-color: #969595;
}
.upload-field .file {
  padding: 0 10px;
  font-size: 12px;
}
#map {
  height: 400px;
  width: 100%;
}
.article-grey-box {
  width: 100%;
  background-color: #f3f3f3;
  padding: 15px 15px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.article-grey-box .badge-nou {
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.article-grey-box .name {
  font-size: 16px;
  margin-bottom: 10px;
}
.article-grey-box .buton {
  position: relative;
}
.article-grey-box .buton.has-ico {
  text-align: left;
  padding-left: 55px;
}
.article-grey-box .buton .ico-soc {
  width: 22px;
  position: absolute;
  left: 15px;
  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 (max-width: 400px) {
  .article-grey-box .buton {
    min-width: auto;
    padding: 5px 10px;
    font-size: 16px;
  }
}
.article-grey-box .nou {
  position: absolute;
  right: 25px;
  top: -2px;
}
.article-grey-box .image img {
  width: 100%;
}
.article-grey-box .desc {
  font-size: 13px;
  margin-bottom: 10px;
}
.article-grey-box .desc a {
  word-break: break-all;
}
.map-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 !important;
}
.map-wrapper .green-bloc {
  background-color: #00A76D;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1;
  padding: 15px;
}
.map-wrapper .map-img {
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  padding: 20px 20px;
  position: relative;
}
@media (min-width: 576px) {
  .map-wrapper .map-img {
    padding: 20px 40px;
  }
}
.map-wrapper .map-img .crown {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 15%;
}
.two-images .certificates {
  width: 87%;
  max-width: 280px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.2;
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.two-images .certificates .text {
  background-color: #00A76D;
  color: #fff;
  padding: 15px;
}
.two-images .certificates .stamp {
  padding: 15px;
}
.articol ul,
article ul {
  list-style: disc;
  margin-left: 20px;
}
.articol ul li,
article ul li {
  margin-bottom: 10px;
}
.articol table,
article table {
  min-width: 1001px;
}
.asm-rewards {
  background-color: #EFEFEF;
}
.asm-rewards .row-rewards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-right: -2px;
  margin-left: -2px;
}
@media (min-width: 992px) {
  .asm-rewards .row-rewards {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.asm-rewards .row-rewards .prize-col {
  padding: 0 2px;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .asm-rewards .row-rewards .prize-col {
    padding: 0 2px;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .asm-rewards .row-rewards .prize-col {
    padding: 0 10px;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    max-width: 100%;
  }
}
.asm-rewards .row-rewards .person-col {
  padding: 0 2px;
  -webkit-flex: 1 0 40px;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  max-width: 40px;
}
@media (min-width: 768px) {
  .asm-rewards .row-rewards .person-col {
    padding: 0 2px;
    -webkit-flex: 1 0 70px;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .asm-rewards .row-rewards .person-col {
    padding: 0 10px;
    -webkit-flex: 1 0 120px;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px;
    max-width: 120px;
  }
}
.asm-rewards .finish-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 40px;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
  max-width: 40px;
  padding: 0 2px;
}
@media (min-width: 768px) {
  .asm-rewards .finish-col {
    padding: 0 2px;
    -webkit-flex: 1 0 70px;
    -ms-flex: 1 0 70px;
    flex: 1 0 70px;
    max-width: 70px;
  }
}
@media (min-width: 992px) {
  .asm-rewards .finish-col {
    -webkit-flex: 1 0 120px;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px;
    max-width: 120px;
    padding: 0 10px;
  }
}
.asm-rewards .finish-col .inner {
  width: 100%;
  background-color: #DADADA;
  padding: 0;
}
.asm-rewards .finish-col .lab {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 40px;
}
.asm-rewards .finish-col .lab ~ .finish-line {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .asm-rewards .finish-col .lab {
    font-size: 10px;
  }
}
.asm-rewards .sticky-header .header-logo {
  padding: 10px 0;
  position: relative;
  text-align: center;
}
@media (min-width: 992px) {
  .asm-rewards .sticky-header .header-logo {
    padding: 20px 0;
  }
}
.asm-rewards .sticky-header .header-logo .back {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #00965F;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 35px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.asm-rewards .sticky-header .header-logo .left {
  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%);
}
.asm-rewards .sticky-header .header-logo .page-title {
  color: #00965F;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 991px) {
  .asm-rewards .sticky-header .header-logo .page-title {
    display: none !important;
  }
}
.asm-rewards .sticky-header .header-logo .logo {
  display: inline-block;
}
.asm-rewards .sticky-header .header-logo .logo img {
  height: 70px;
  width: auto;
}
@media (min-width: 992px) {
  .asm-rewards .sticky-header .header-logo .logo img {
    height: 90px;
  }
}
.asm-rewards .sticky-header .header-logo .logo-sticky img {
  height: 40px;
  width: auto;
}
.asm-rewards .sticky-header .row-rewards .person-col .inner {
  background-color: rgba(218, 218, 218, 0.5);
  padding: 0 5px;
}
.asm-rewards .sticky-header .header-rewards {
  overflow: hidden;
  background-color: #D8D8D8;
}
.asm-rewards .sticky-header .header-rewards .row-rewards {
  text-align: center;
  padding: 10px 0 0;
}
.asm-rewards .sticky-header .header-rewards .row-rewards .prize-col {
  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: 0 10px;
  text-align: center;
}
.asm-rewards .sticky-header .header-rewards .row-rewards .prize-col .lab {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 992px) {
  .asm-rewards .sticky-header .header-rewards .row-rewards .prize-col .lab {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .asm-rewards .sticky-header .header-rewards .row-rewards .prize-col .lab {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    margin: 0;
    font-size: 10px;
  }
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col .inner {
  padding: 20px 0 0 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col .lab {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  top: -15px;
  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);
  color: #000;
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box {
  width: 100%;
  background-color: #00965F;
  color: #fff;
  border-radius: 6px;
  padding: 10px 5px 70px 5px;
  position: relative;
}
@media (min-width: 992px) {
  .asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box {
    padding: 10px 10px 60px 10px;
  }
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box img {
  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);
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box .name {
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box .name {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box .name {
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    margin: 0;
    line-height: 25px;
  }
}
.asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box .clienti {
  position: absolute;
  bottom: 40px;
  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);
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 767px) {
  .asm-rewards .sticky-header .header-rewards .row-rewards .person-col .person-box .clienti {
    font-size: 10px;
    line-height: 1;
  }
}
.asm-rewards .body-rewards {
  overflow: hidden;
}
.asm-rewards .body-rewards .row-rewards {
  border-bottom: 1px dashed #00965F;
  position: relative;
}
.asm-rewards .body-rewards .row-rewards .prize-col {
  padding: 20px 10px 20px 0;
}
@media (max-width: 767px) {
  .asm-rewards .body-rewards .row-rewards .prize-col {
    padding: 40px 10px 20px 0;
  }
}
.asm-rewards .body-rewards .row-rewards .prize-col .reward-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .asm-rewards .body-rewards .row-rewards .prize-col .reward-title {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .asm-rewards .body-rewards .row-rewards .prize-col .reward-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .asm-rewards .body-rewards .row-rewards .prize-col .reward-title {
    position: absolute;
    z-index: 1;
    top: 15px;
  }
}
.asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc {
  font-size: 14px;
}
@media (max-width: 767px) {
  .asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc {
    font-size: 10px;
  }
}
.asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc .name {
  color: #006848;
  margin-bottom: 5px;
}
.asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc .image-wrapper {
  background-color: #fff;
  border: 1px solid #00965F;
  padding: 10px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 10px;
  max-width: 250px;
}
.asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc .criteria .criteria-lab {
  color: #006848;
}
.asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc .criteria p {
  margin-bottom: 5px;
}
.asm-rewards .body-rewards .row-rewards .prize-col .prize-bloc .criteria ul {
  list-style: disc;
  margin-left: 20px;
}
.asm-rewards .body-rewards .row-rewards .person-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.asm-rewards .body-rewards .row-rewards .person-col .inner {
  width: 100%;
  background-color: #DADADA;
  text-align: center;
  position: relative;
  padding: 10px 0 10px;
}
.asm-rewards .body-rewards .row-rewards .person-col .flag {
  padding: 20px 0 20px;
}
@media (max-width: 576px) {
  .asm-rewards .body-rewards .row-rewards .person-col .flag {
    padding: 40px 0 30px;
  }
}
.asm-rewards .body-rewards .row-rewards .person-col .flag .race {
  color: #00965F;
  font-size: 14px;
  height: 25px;
}
@media (max-width: 767px) {
  .asm-rewards .body-rewards .row-rewards .person-col .flag .race {
    font-size: 11px;
    line-height: 1;
    padding: 0 2px;
    margin-bottom: 5px;
  }
}
.asm-rewards .body-rewards .row-rewards .person-col .flag img.active {
  display: none;
}
.asm-rewards .body-rewards .row-rewards .person-col .flag.active img.default {
  display: none;
}
.asm-rewards .body-rewards .row-rewards .person-col .flag.active img.active {
  display: inline-block;
}
.asm-rewards .body-rewards .row-rewards .person-col .status .lab {
  color: #00965F;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .asm-rewards .body-rewards .row-rewards .person-col .status .lab {
    font-size: 10px;
  }
}
.asm-rewards .body-rewards .row-rewards .person-col .status .procent {
  color: #006848;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .asm-rewards .body-rewards .row-rewards .person-col .status .procent {
    font-size: 10px;
  }
}
.asm-rewards .body-rewards .row-rewards .person-col .status .procent .lab {
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 10px;
}
.asm-rewards .body-rewards .row-rewards .person-col .status .icon-status {
  background-color: #C9C9C9;
  text-align: center;
  border-radius: 50%;
  margin: 0 auto 10px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .asm-rewards .body-rewards .row-rewards .person-col .status .icon-status {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .asm-rewards .body-rewards .row-rewards .person-col .status .icon-status {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.asm-rewards .body-rewards .row-rewards .person-col .status .icon-status img {
  max-width: 50%;
  max-height: 50%;
  opacity: 0.7;
}
.asm-rewards .body-rewards .row-rewards .person-col .status.active .icon-status {
  background-color: #00744C;
}
.asm-rewards .body-rewards .row-rewards .person-col .status.active .icon-status img {
  opacity: 1;
}
.asm-rewards .body-rewards .finish-line {
  background: url("../images/asm_rewards/grid.png") left top;
  height: 12px;
  width: 100%;
  margin: 10px 0 20px 0;
  position: relative;
}
.special-rewards {
  background-color: #e3e3e3;
}
.special-rewards .color-green {
  color: #00AF6F;
}
.special-rewards .start-line {
  border-color: #fff !important;
}
.special-rewards .person-col .inner {
  background-color: #ABABAB;
  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;
}
.special-rewards .prize-bloc .name {
  max-width: 200px;
}
.special-rewards .prize-bloc .surpriza img {
  margin-left: 5px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
body.scrolled .asm-rewards {
  margin-top: 170px;
}
body.scrolled .asm-rewards .sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #006140;
}
body.scrolled .asm-rewards .sticky-header .logo {
  display: none;
}
body.scrolled .asm-rewards .sticky-header .logo-sticky {
  display: block !important;
}
body.scrolled .asm-rewards .sticky-header .page-title {
  color: #fff;
  font-size: 16px;
}
body.scrolled .asm-rewards .sticky-header .header-logo {
  text-align: right !important;
  padding: 7px 0;
}
body.scrolled .asm-rewards .sticky-header .header-rewards {
  background-color: transparent;
  color: #fff;
}
body.scrolled .asm-rewards .sticky-header .header-rewards .row-rewards {
  padding: 0;
}
body.scrolled .asm-rewards .sticky-header .header-rewards .prize-col .lab {
  font-size: 12px;
  display: none;
}
body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner {
  background-color: transparent;
  padding: 0;
}
body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box {
  padding: 7px;
}
@media (min-width: 768px) {
  body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box {
    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;
  }
}
body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box .lab {
  color: #fff;
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box .lab {
    margin-right: 5px;
  }
}
body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box .name {
  display: none;
}
body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box img {
  position: static;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
body.scrolled .asm-rewards .sticky-header .header-rewards .person-col .inner .person-box .clienti {
  display: none !important;
}
.prize-entry.bf-prize .bottom {
  background-color: #000;
}
body.blackfriday .inner-banner {
  margin-bottom: 0 !important;
}
body.blackfriday .single-reward {
  background-color: #000;
  color: #fff;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  body.blackfriday .single-reward {
    padding-top: 50px;
  }
}
body.blackfriday .inner-nav ul li.active {
  background-color: #000;
  color: #fff;
}
.w-log-in {
  position: relative;
}
.baner-bf-login {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .baner-bf-login {
    margin: 30px 0 0;
  }
}
@media (min-width: 1200px) {
  .baner-bf-login {
    position: absolute;
    right: 5%;
    top: 50px;
  }
}
@media (min-width: 1600px) {
  .baner-bf-login {
    right: 15%;
    top: 50px;
  }
}
.cos .item.bf-prize {
  background-color: #000;
  color: #fff;
}
