html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: 'GOTHAMROBOLD';
  src: url("../fonts/GOTHAMROBOLD.eot");
  src: url("../fonts/GOTHAMROBOLD.eot") format("embedded-opentype"), url("../fonts/GOTHAMROBOLD.woff2") format("woff2"), url("../fonts/GOTHAMROBOLD.woff") format("woff"), url("../fonts/GOTHAMROBOLD.ttf") format("truetype"), url("../fonts/GOTHAMROBOLD.svg#GOTHAMROBOLD") format("svg"); }

@font-face {
  font-family: 'GOTHAMROMEDIUM';
  src: url("../fonts/GOTHAMROMEDIUM.eot");
  src: url("../fonts/GOTHAMROMEDIUM.eot") format("embedded-opentype"), url("../fonts/GOTHAMROMEDIUM.woff2") format("woff2"), url("../fonts/GOTHAMROMEDIUM.woff") format("woff"), url("../fonts/GOTHAMROMEDIUM.ttf") format("truetype"), url("../fonts/GOTHAMROMEDIUM.svg#GOTHAMROMEDIUM") format("svg"); }

.regular {
  font-family: "GOTHAMROMEDIUM", sans-serif;
  font-size: 85%; }

.fcHolder .himg, .fcHolder .item, .fcHolder .prev, .fcHolder .next {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  outline: 0 none; }

html {
  -webkit-font-smoothing: antialiased; }

.centred {
  text-align: center; }

.tar {
  text-align: right; }

a.btn, input.btn, button.btn, header .mainMenu a, .agree label:after {
  transition: all 0.25s ease-in; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
  font-size: .75em; }

sub {
  top: 0.4em; }

b, strong {
  font-weight: 600; }

em, i {
  font-style: italic; }

a {
  text-decoration: none; }

img {
  max-width: 100%; }

input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
  font: inherit;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 54px;
  border-radius: 27px;
  background-clip: padding-box;
  background-color: #fff;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.17);
  padding: 0 15px;
  font-style: italic;
  font-family: "GOTHAMROMEDIUM", sans-serif;
  width: 100%;
  display: block;
  margin-bottom: 5px; }
  @media screen and (max-width: 767px) {
    input[type="text"], input[type="email"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
      height: 40px; } }

select {
  padding-right: 30px;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 140 140' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g><path d='m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z' fill='green' stroke='green' /></g></svg>");
  background-position: calc(100% - 20px) 60%;
  background-repeat: no-repeat; }

textarea {
  resize: vertical;
  min-height: 150px; }

body ::-webkit-input-placeholder {
  opacity: 1; }

body :-moz-placeholder {
  opacity: 1; }

body ::-moz-placeholder {
  opacity: 1; }

body :-ms-input-placeholder {
  opacity: 1; }

body ::placeholder {
  opacity: 1; }

label[for], .btn, input[type="submit"], button {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

.flex {
  display: flex; }
  .flex.sb {
    justify-content: space-between; }
  .flex.jcc {
    justify-content: center; }
  .flex.sa {
    justify-content: start; }
  .flex.aic {
    align-items: center; }
  .flex.aist {
    align-items: stretch; }
  .flex.fw {
    flex-wrap: wrap; }

a.btn, input.btn, button.btn {
  width: 280px;
  height: 98px;
  display: inline-block;
  text-align: center;
  background: url("../images/btn.png") 0 100% no-repeat;
  background-size: 100%;
  cursor: pointer;
  line-height: 118px;
  font-style: italic;
  font-family: "GOTHAMROBOLD", sans-serif;
  color: #362020 !important;
  text-transform: uppercase;
  font-size: 18px;
  height: 118px; }
  a.btn:hover, input.btn:hover, button.btn:hover {
    filter: saturate(6); }
  @media screen and (max-width: 767px) {
    a.btn, input.btn, button.btn {
      width: 140px;
      height: 50px;
      line-height: 40px;
      font-size: 13px; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.shell {
  min-width: 320px;
  max-width: 100%;
  overflow: hidden; }

header {
  background-color: #fff;
  height: 100px;
  position: fixed;
  z-index: 103;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 15px;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)); }
  header nav {
    width: 666px; }
  header .logo, header .mainMenu {
    display: inline-block;
    vertical-align: middle; }
  header .logo {
    position: relative;
    z-index: 1;
    width: 274px;
    background: url(../images/shape.svg) -5px 100%;
    background-size: 335px auto;
    padding: 20px 18px 0;
    height: 146px;
    margin-right: 28px;
    transform: translate(0, 20px); }
    header .logo img {
      display: block; }
  header .mainMenu {
    font-family: "GOTHAMROBOLD", sans-serif; }
    header .mainMenu li {
      text-transform: uppercase;
      font-style: italic;
      color: #4a4a4a;
     
      display: inline-block;
      vertical-align: middle; }
      header .mainMenu li:after {
        content: '/';
        margin: 0 2px; }
        @media screen and (min-width: 767px) {
    header .mainMenu li a{
         font-size:13px;
    }
}
        @media screen and (max-width: 767px) {
          header .mainMenu li:after {
            margin: 0;
            content: ''; } }
      header .mainMenu li:last-child:after {
        content: unset;
        display: none; }
    header .mainMenu a {
      color: #4a4a4a; }
      header .mainMenu a:hover {
        color: #e6352c; }
  @media screen and (max-width: 1240px) {
    header {
      position: static;
      flex-direction: column;
      height: auto;
      padding: 10px 15px; }
      header nav, header .dashboard {
        width: 100%; }
      header .logo {
        width: 130px;
        padding: 0;
        background: none;
        height: auto;
        transform: translate(0, 0); }
      header nav {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    header nav {
      font-size: 13px; }
    header .logo {
      width: 80px;
      margin-right: 10px; } }

footer {
  height: 57px;
  position: fixed;
  z-index: 101;
  background-color: #fff;
  padding: 0 15px;
  color: #4a4a4a;
  left: 0;
  right: 0;
  bottom: 0;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.25)); }
  footer .fMenu {
    font-family: Calibri;
    font-size: 15px; }
  footer a {
    color: #4a4a4a; }
  footer ul {
    order: 2;
    margin: 0 10px; }
  footer li {
    display: flex;
    align-items: center; }
    footer li:after {
      content: '|';
      margin: 0 2px; }
    footer li:last-child:after {
      content: unset;
      display: none; }
  footer .logoHolder {
    font-family: "GOTHAMROMEDIUM", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px; }
    footer .logoHolder img {
      margin-right: 13px; }
  @media screen and (max-width: 1240px) {
    footer {
      text-align: center;
      height: auto;
      padding: 10px 15px;
      position: static; }
      footer .logoHolder {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-bottom: 10px; }
        footer .logoHolder .motto {
          padding-top: 10px; }
      footer .fMenu {
        width: 100%;
        flex-direction: column; }
        footer .fMenu ul {
          order: 0;
          margin-bottom: 10px; } }
  @media screen and (max-width: 767px) {
    footer .fMenu ul {
      display: block; }
    footer .fMenu li {
      text-align: center;
      width: 100%;
      display: block; }
      footer .fMenu li:after {
        content: unset;
        display: none; } }

.dashboard {
  display: none;
  align-items: center; }
  .dashboard .triesHolder, .dashboard .scoreHolder {
    background: url("../images/bar.svg") 0 0 no-repeat;
    width: 185px;
    height: 37px;
    color: #fff;
    text-align: right;
    font-style: italic;
    line-height: 37px;
    font-size: 28px;
    font-family: "GOTHAMROBOLD", sans-serif;
    padding-right: 10px;
    position: relative;
    z-index: 1; }
  .dashboard .scoreHolder {
    margin-left: 76px; }
  .dashboard .coin {
    width: 72px;
    height: 82px;
    background: url("../images/coin.png") 0 0 no-repeat;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translate(0, -50%); }
  .dashboard .heart {
    width: 75px;
    height: 71px;
    background: url("../images/heart.png") 0 0 no-repeat;
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translate(0, -50%); }
  @media screen and (max-width: 1240px) {
    .dashboard {
      text-align: right;
      justify-content: flex-end;
      margin-top: -20px; }
      .dashboard .triesHolder, .dashboard .scoreHolder {
        font-size: 14px;
        line-height: 16px;
        height: 16px;
        width: 85px; }
      .dashboard .coin {
        width: 36px;
        height: 41px;
        background-size: 100%;
        left: -5px; }
      .dashboard .heart {
        width: 35px;
        height: 35px;
        background-size: 100%;
        left: -5px; }
      .dashboard .scoreHolder {
        margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .dashboard {
      margin-top: -10px; }
      .dashboard .coin {
        width: 20px;
        height: 25px; }
      .dashboard .heart {
        width: 25px;
        height: 25px; } }

.gamePage header .dashboard {
  display: flex; }

body {
  line-height: 1.23;
  font-family: "GOTHAMROMEDIUM", sans-serif;
  font-size: 18px;
  background-image: linear-gradient(0deg, #146b43 0%, #1b915b 100%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  min-height: 100vh;
  height: 100%;
  color: #fff; }
  @media screen and (max-width: 1240px) {
    body {
      font-size: 15px; } }

.innerC {
  margin: 0 auto;
  max-width: 1000px;
  padding-left: 15px;
  padding-right: 15px; }

.shell {
  min-width: 320px;
  max-width: 100%; }

.gamePage {
  height: 100vh; }

.fcHolder {
  display: block;
  height: calc(100vh - 20px);
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 20px; }
  @media screen and (max-width: 1240px) {
    .fcHolder {
      height: auto;
      margin-top: 0; } }
  .fcHolder .fcHouse {
    display: inline-block;
    height: calc(100vh - 20px);
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1240px) {
      .fcHolder .fcHouse {
        height: 100vh; } }
  .fcHolder .himg {
    height: calc(100vh - 20px);
    width: auto;
    max-width: none;
    display: block;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 1240px) {
      .fcHolder .himg {
        height: 100vh; } }
  .fcHolder .item {
    position: absolute;
    z-index: 2;
    display: block;
    width: 0.6%;
    height: 0; }
    .fcHolder .item.checked div {
      pointer-events: none;
      background: url("../images/check.svg") 0 50% no-repeat;
      background-size: 100% auto; }
    .fcHolder .item div {
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 100%;
      width: 100%; }
  .fcHolder .item1 {
    top: 58.14815%;
    left: 0.51876%; }
  .fcHolder .item2 {
    top: 52.77778%;
    left: 10.20232%; }
  .fcHolder .item3 {
    top: 37.03704%;
    left: 13.66073%; }
  .fcHolder .item4 {
    top: 43.51852%;
    left: 21.3557%; }
  .fcHolder .item5 {
    top: 77.77778%;
    left: 33.1143%; }
  .fcHolder .item6 {
    top: 45.64815%;
    left: 36.91855%; }
  .fcHolder .item7 {
    top: 57.96296%;
    left: 44.25039%; }
  .fcHolder .item8 {
    top: 33.7963%;
    left: 50.92513%; }
  .fcHolder .item9 {
    top: 15.27778%;
    left: 53.34601%; }
  .fcHolder .item10 {
    top: 42.59259%;
    left: 67.49092%; }
  .fcHolder .item11 {
    top: 50.92593%;
    left: 68.13073%; }
  .fcHolder .item12 {
    top: 11.11111%;
    left: 70.63808%; }
  .fcHolder .item13 {
    top: 63.7037%;
    left: 73.66419%; }
  .fcHolder .item14 {
    top: 38.88889%;
    left: 75.13401%; }
  .fcHolder .item15 {
    top: 31.01852%;
    left: 79.94121%; }
  .fcHolder .item16 {
    top: 10.64815%;
    left: 93.63652%; }
  .fcHolder .prev, .fcHolder .next {
    width: 77px;
    height: 77px;
    display: block;
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 35%;
    transform: translate(0, -50%);
    background: none; }
    .fcHolder .prev.inactive, .fcHolder .next.inactive {
      display: none; }
    @media screen and (max-width: 1240px) {
      .fcHolder .prev, .fcHolder .next {
        width: 45px;
        height: 45px;
        padding: 0;
        right: 10px;
        filter: drop-shadow(2px 2px 2px #fff);
        top: 50%; } }
  .fcHolder .prev {
    left: 20px; }
    @media screen and (max-width: 1200px) {
      .fcHolder .prev {
        left: 10px; } }
  .fcHolder .next {
    right: 20px; }
    @media screen and (max-width: 1200px) {
      .fcHolder .next {
        right: 10px; } }

main.home {
  text-align: center;
  padding-bottom: 140px; }
  main.home .descriereCampanie {
    text-align: center;
    padding: 35px 20px 0;
    width: 580px;
    margin: 0 auto;
    text-align: left; }
    main.home .descriereCampanie .item {
      display: flex;
      align-items: center;
      margin-bottom: 60px;
      font-size: 17px;
      line-height: 1.5; }
    main.home .descriereCampanie .ico {
      min-width: 122px;
      margin-right: 48px;
      text-align: center; }
  @media screen and (max-width: 767px) {
    main.home {
      padding-bottom: 30px; }
      main.home .descriereCampanie {
        max-width: 100%;
        padding: 20px 15px 0; }
        main.home .descriereCampanie .item {
          margin-bottom: 20px; }
        main.home .descriereCampanie .ico {
          min-width: 50px;
          max-width: 50px;
          margin-right: 20px; } }

main.game article {
  text-align: center;
  padding-top: 210px;
  font-style: italic;
  font-family: "GOTHAMROBOLD", sans-serif;
  padding-bottom: 75px; }
  main.game article p {
    margin-bottom: 40px; }
  main.game article img {
    display: block;
    margin: 0 auto 36px; }
    @media screen and (max-width: 1600px) {
      main.game article img {
        max-width: 500px; } }
    @media screen and (max-width: 767px) {
      main.game article img {
        max-width: 100%; } }
  @media screen and (max-width: 1600px) {
    main.game article {
      padding: 170px 15px 25px; } }

main.game a {
  color: #fff;
  text-decoration: underline; }

main.game form {
  width: 548px;
  max-width: 98%;
  margin: 0 auto;
  text-align: left; }
  main.game form .error {
    font-family: sans-serif;
    color: yellow;
    font-size: 12px;
    padding-left: 10px; }
  main.game form .formCell {
    margin-bottom: 15px; }

.agree {
  position: relative;
  margin-bottom: 20px; }
  .agree input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden; }
    .agree input:checked + label:after {
      opacity: 1; }
  .agree label {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1; }
    .agree label:after {
      content: '';
      display: block;
      position: absolute;
      background: url("../images/check.svg") 0 0 no-repeat;
      width: 32px;
      height: 26px;
      background-size: 100%;
      left: 10px;
      top: 50%;
      transform: translate(0, -45%);
      opacity: 0; }
    .agree label:before {
      content: '';
      min-width: 54px;
      height: 54px;
      border-radius: 20px;
      background-clip: padding-box;
      background-color: #fff;
      box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.17);
      margin-right: 14px; }
    @media screen and (max-width: 767px) {
      .agree label:before {
        width: 36px;
        min-width: 36px;
        height: 36px;
        border-radius: 12px; }
      .agree label:after {
        width: 20px;
        height: 16px; } }

.homeBanner {
  position: relative;
  z-index: 1; }
  .homeBanner img {
    display: block; }
  .homeBanner h1, .homeBanner h2 {
    font-weight: bold;
    font-style: italic;
    font-family: "GOTHAMROBOLD", sans-serif;
    color: #3c3c3c; }
  .homeBanner h1 {
    font-size: 37px;
    margin-bottom: 24px; }
  .homeBanner h2 {
    font-size: 24px; }
  .homeBanner .caption {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 860px; }
    @media screen and (max-width: 1000px) {
      .homeBanner .caption {
        position: static;
        transform: none;
        background-color: #fff;
        padding: 20px;
        width: 100%; }
        .homeBanner .caption h1 {
          font-size: 22px; }
        .homeBanner .caption h2 {
          font-size: 18px; } }

.premii {
  font-size: 20px;
  font-style: italic;
  font-family: "GOTHAMROBOLD", sans-serif;
  margin: 0 auto;
  max-width: 860px; }
  .premii h1 {
    font-size: 35px;
    margin-bottom: 20px; }
  .premii h2 {
    font-size: 25px;
    margin-bottom: 60px; }
  .premii .cell {
    padding: 0 40px; }
  @media screen and (max-width: 999px) {
    .premii {
      font-size: 17px; }
      .premii .flex {
        flex-direction: column; }
      .premii h1 {
        font-size: 24px;
        margin-bottom: 15px; }
      .premii h2 {
        font-size: 20px;
        margin-bottom: 20px; }
      .premii .cell {
        padding: 0 15px;
        margin-bottom: 30px; } }

.siglaMB {
  display: block; }
  @media screen and (max-width: 767px) {
    .siglaMB {
      display: none; } }

.formFinal .formCell label {
  padding-left: 15px;
  margin-bottom: 5px;
  display: inline-block; }

main.game form.castigatori {
  width: auto; }
