@font-face {
  font-family: 'GothamPro';
  src: url("../_fonts/GothamPro.otf");
  src: url("../_fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("../_fonts/GothamPro.woff") format("woff"), url("../_fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova';
  src: url("../_fonts/ProximaNova-Regular.eot");
  src: url("../_fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../_fonts/ProximaNova-Regular.woff2") format("woff2"), url("../_fonts/ProximaNova-Regular.woff") format("woff"), url("../_fonts/ProximaNova-Regular.ttf") format("truetype"), url("../_fonts/ProximaNova-Regular.svg#ProximaNova-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Proxima Nova Bold';
  src: url("../_fonts/ProximaNova-Bold.eot");
  src: url("../_fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../_fonts/ProximaNova-Bold.woff2") format("woff2"), url("../_fonts/ProximaNova-Bold.woff") format("woff"), url("../_fonts/ProximaNova-Bold.ttf") format("truetype"), url("../_fonts/ProximaNova-Bold.svg#ProximaNova-Bold") format("svg");
  font-weight: 600;
  font-style: normal; }

fieldset, table {
  border: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0; }

.lvmh {
  background: #313137;
  min-height: 50vh;
  color: #d2d0d0; }
  .lvmh__item {
    display: none; }
    .lvmh__item.active {
      display: block; }
    .lvmh__item--thnx {
      padding-top: 130px; }
    .lvmh__item--test {
      padding: 0 0 25px 0; }
  .lvmh .wrapper {
    background: none; }
  .lvmh__thnx {
    font: 16px/18px "GothamPro", serif;
    color: #c8c8c8;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 45px; }

.test {
  font: 18px/20px "Proxima Nova", serif; }
  .test__count {
    text-align: center;
    margin-bottom: 35px;
    padding-top: 30px; }
  .test__head {
    text-align: center;
    margin: 0 20% 30px;
    line-height: 25px; }
    .test__head p {
      margin: 0; }
  .test .tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .test .tbody__column {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: 100%; }
      .test .tbody__column--20 {
        width: 20%; }
      .test .tbody__column--40 {
        width: 40%; }
      .test .tbody__column--60 {
        width: 60%; }
      .test .tbody__column--right {
        width: 20%;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .test .tbody__btt {
      display: inline-block;
      color: #898989;
      border: 1px solid transparent;
      border-radius: 20px;
      padding: 10px 20px;
      cursor: pointer;
      font: 12px/12px "Proxima Nova Bold", serif;
      letter-spacing: 4px;
      text-transform: uppercase; }
      .test .tbody__btt--next {
        border-color: #3b3b40;
        position: relative; }
        .test .tbody__btt--next:after {
          content: url("../_i/lvmh/next-btt_arrow.png");
          position: absolute;
          right: -9px;
          top: calc(50% - 4px);
          -webkit-transition: all .4s ease-out;
          transition: all .4s ease-out; }
        .test .tbody__btt--next:hover:after {
          right: -12px; }
      .test .tbody__btt--submit {
        border-color: #00ff00; }
    .test .tbody__btt-row {
      padding: 25px 0;
      text-align: center; }
    .test .tbody__copy-text {
      font: 10px/12px "Proxima Nova", serif;
      color: #aeaeae; }
    .test .tbody .tlist {
      font-size: 14px;
      line-height: 16px;
      color: #aeaeae;
      width: 100%; }
      .test .tbody .tlist--gender {
        text-align: center; }
      .test .tbody .tlist__head {
        width: 100%;
        color: #d2d0d0; }
      .test .tbody .tlist__left {
        width: 50%; }
      .test .tbody .tlist__td {
        width: 25%;
        text-align: center; }
      .test .tbody .tlist__line {
        border-bottom: 1px solid #3b3b40;
        height: 35px;
        vertical-align: bottom; }
      .test .tbody .tlist__title {
        margin-top: 0; }
        .test .tbody .tlist__title--center {
          text-align: center;
          margin-bottom: 40px; }
        .test .tbody .tlist__title--bold {
          font: 14px/16px "Proxima Nova Bold", serif; }
      .test .tbody .tlist__test-item {
        margin: 0 0 25px; }
      .test .tbody .tlist__checkbox {
        display: inline-block; }
        .test .tbody .tlist__checkbox input {
          display: none; }
        .test .tbody .tlist__checkbox .checkbox-span {
          display: inline-block;
          width: 15px;
          height: 15px;
          cursor: pointer;
          background: #373840;
          border: 1px solid #5b5b5b; }
        .test .tbody .tlist__checkbox input:checked + .checkbox-span {
          background: #373840 url("../_i/lvmh/check_mark.png") no-repeat center; }
        .test .tbody .tlist__checkbox .checkbox-text {
          display: inline-block;
          vertical-align: top;
          padding-left: 10px; }
      .test .tbody .tlist__radio {
        display: inline-block;
        padding-left: 25px; }
        .test .tbody .tlist__radio input {
          display: none; }
        .test .tbody .tlist__radio .radio-span {
          display: inline-block;
          width: 10px;
          height: 10px;
          background: #373840;
          border: 1px solid #5b5b5b;
          border-radius: 50%;
          position: relative; }
        .test .tbody .tlist__radio .radio-text {
          padding-left: 10px; }
        .test .tbody .tlist__radio input:checked + .radio-span:after {
          content: '';
          width: 4px;
          height: 4px;
          background: #00ff00;
          border-radius: 50%;
          position: absolute;
          top: 2px;
          left: 2px; }
    .test .tbody .gender {
      padding: 0; }
      .test .tbody .gender__item {
        margin-bottom: 45px; }
      .test .tbody .gender__i-age {
        border-width: 0 0 1px 0;
        border-style: solid;
        border-color: #00ff00;
        background: none;
        color: #aeaeae;
        text-align: center;
        width: 75px; }
        .test .tbody .gender__i-age:focus, .test .tbody .gender__i-age:active {
          border-width: 0 0 1px 0;
          border-style: solid;
          border-color: #3b3b40;
          outline: none; }
      .test .tbody .gender input[type=number]::-webkit-inner-spin-button,
      .test .tbody .gender input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0; }
      .test .tbody .gender input[type=number] {
        -moz-appearance: textfield; }

.count {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: 0 auto;
  border: 1px solid #01f902;
  border-radius: 50%;
  font: 18px/20px "Proxima Nova", serif;
  font-size: 14px;
  line-height: 39px; }
  .count__number {
    color: #fff; }
  .count__much {
    color: #aeaeae; }

.img-box {
  text-align: right; }
  .img-box img {
    margin-right: 10px; }
