.show__gift {
    right: 0!important;
}
.radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px; }

.radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
  font-size: 14px;
  min-height: 24px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.radio + label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CDD1DA;
  border-radius: 50%;
  background: #FFF; }

.radio + label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FFBE64;
  opacity: 0;
  transition: .2s; }

.radio:checked + label:after {
  opacity: 1; }

.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
  z-index: 5; }
  .md-checkbox.md-checkbox-inline {
    display: inline-block; }
  .md-checkbox label {
    cursor: pointer;
    display: inline;
    line-height: 1.3em;
    vertical-align: top;
    clear: both;
    padding-left: 1px; }
    .md-checkbox label a {
      color: #000;
      text-decoration: none;
      font-size: 12px; }
      .md-checkbox label a span {
        color: #fbca86; }
    .md-checkbox label:not(:empty) {
      padding-left: 0.75em; }
    .md-checkbox label:before, .md-checkbox label:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0; }
    .md-checkbox label:before {
      width: 1.3em;
      height: 1.3em;
      background: #fff;
      border: 1px solid #fbca86;
      border-radius: 0.2em;
      cursor: pointer;
      transition: background .3s; }
  .md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 1.3em;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit; }
    .md-checkbox input[type="checkbox"]:checked + label:before {
      background: #fbca86;
      border: none; }
    .md-checkbox input[type="checkbox"]:checked + label:after {
      transform: translate(0.25em, 0.34231em) rotate(-45deg);
      width: .7em;
      height: .35em;
      border: 0.125em solid #000;
      border-top-style: none;
      border-right-style: none; }
    .md-checkbox input[type="checkbox"]:disabled + label:before {
      border-color: #fbca86; }
    .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
      background: #fbca86; }

@media (max-width: 551px) {
  .md-checkbox {
    position: relative;
    margin: 1em 0;
    text-align: left;
    z-index: 5; }
    .md-checkbox.md-checkbox-inline {
      display: inline-block; }
    .md-checkbox label {
      cursor: pointer;
      display: inline;
      line-height: 1.3em;
      vertical-align: top;
      clear: both;
      padding-left: 1px; }
      .md-checkbox label a {
        color: #000;
        text-decoration: none;
        font-size: 12px; }
        .md-checkbox label a span {
          color: #fbca86; }
      .md-checkbox label:not(:empty) {
        padding-left: 0; }
      .md-checkbox label:before, .md-checkbox label:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0; }
      .md-checkbox label:before {
        width: 1.3em;
        height: 1.3em;
        background: #fff;
        border: 1px solid #fbca86;
        border-radius: 0.2em;
        cursor: pointer;
        transition: background .3s; }
    .md-checkbox input[type="checkbox"] {
      outline: 0;
      visibility: hidden;
      width: 1.3em;
      margin: 0;
      display: block;
      float: left;
      font-size: inherit; }
      .md-checkbox input[type="checkbox"]:checked + label:before {
        background: #fbca86;
        border: none; }
      .md-checkbox input[type="checkbox"]:checked + label:after {
        transform: translate(0.25em, 0.34231em) rotate(-45deg);
        width: .7em;
        height: .35em;
        border: 0.125em solid #000;
        border-top-style: none;
        border-right-style: none; }
      .md-checkbox input[type="checkbox"]:disabled + label:before {
        border-color: #fbca86; }
      .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
        background: #fbca86; } }

* {
  margin: 0;
  padding: 0;
  font-family: 'Museo', sans-serif;
  outline: none;
  border: none; }

body {
  background-color: #999; }

.active__slide {
  display: block !important; }

.active__result {
  display: flex !important; }

.active__suc {
  display: flex !important; }

.no-active__button {
  opacity: 0.1; }

::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 8px;
  height: 0px; }

::-webkit-scrollbar-track {
  background-color: #ecedee;
  width: 10px; }

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 5px;
  background-color: #FFBE64; }

::-webkit-scrollbar-thumb:hover {
  background-color: #FFBE64; }

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 6px;
  height: 0px; }

::-webkit-scrollbar {
  width: 6px; }

.wrap {
  width: 100%;
  height: 100vh;
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 10; }
  .wrap .modal {
    display: flex;
    flex-direction: column;
    width: 80%;
    max-width: 1087px;
    margin: auto;
    min-height: 660px;
    justify-content: center;
    border-radius: 15px;
    padding-bottom: 80px;
    align-items: center; }
    .wrap .modal__close {
      display: none;
      flex-direction: row;
      align-items: flex-end;
      justify-content: flex-end;
      background-color: transparent;
      padding: 3px;
      cursor: pointer;
      align-self: normal; }
      .wrap .modal__close .picture svg {
        width: 26px;
        height: 26px; }
    .wrap .modal__box {
      display: flex;
      flex-direction: row;
      background-color: #fff;
      border-radius: 15px;
      overflow: hidden;
      min-height: 540px;
      max-height: 590px;
      width: 100%; }
      .wrap .modal__box--space {
        width: 60%;
        padding: 0 40px; }
        .wrap .modal__box--space--header {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          border-bottom: 1px solid #D5D5D5;
          padding: 20px 0; }
          .wrap .modal__box--space--header .text p {
            padding: 0 0 0 10px;
            font-size: 18px;
            font-weight: 500; }
        .wrap .modal__box--space--middle {
          min-height: 400px;
          display: none; }
          .wrap .modal__box--space--middle--container h2 {
            font-size: 16px;
            font-weight: 900;
            padding: 20px 0 0 0; }
          .wrap .modal__box--space--middle--container .progress {
            padding: 10px 0; }
            .wrap .modal__box--space--middle--container .progress p {
              padding: 10px 0;
              color: #FFBE64; }
            .wrap .modal__box--space--middle--container .progress__line {
              height: 5px;
              width: 100%;
              display: flex;
              flex-direction: row; }
              .wrap .modal__box--space--middle--container .progress__line .percent {
                background-color: #dfdfdf;
                width: 19%; }
                .wrap .modal__box--space--middle--container .progress__line .percent:first-child {
                  background-color: #dfdfdf; }
              .wrap .modal__box--space--middle--container .progress__line .last__percent {
                width: 5%;
                background-color: #dfdfdf; }
          .wrap .modal__box--space--middle--container form {
            display: flex;
            flex-direction: row;
            align-items: center;
            flex-wrap: wrap;
            justify-content: space-between;
            min-height: 60px;
            padding: 10px 0 10px 0;
            overflow: auto;
            max-height: 320px; }
            .wrap .modal__box--space--middle--container form .box {
              border: 1px solid #DEDEDE;
              border-radius: 10px;
              min-width: 260px;
              min-height: 24px;
              width: 43%;
              display: flex;
              flex-direction: row;
              justify-content: flex-start;
              align-items: center;
              padding: 12px 20px;
              cursor: pointer;
              transition: 500ms;
              box-sizing: content-box;
              line-height: 1;
              margin-bottom: 10px; }
              .wrap .modal__box--space--middle--container form .box:hover {
                border: 1px solid #FFBE64; }
              .wrap .modal__box--space--middle--container form .box input {
                padding: 40px; }
              .wrap .modal__box--space--middle--container form .box span {
                padding: 0 10px; }
        .wrap .modal__box--space--buttons {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          padding: 0 0 30px 0; }
          .wrap .modal__box--space--buttons .box {
            min-width: 130px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border-radius: 30px;
            background-color: #CECECE;
            padding: 3px;
            cursor: pointer;
            box-shadow: 0 10px 10px #00000010;
            transition: 1s;
            line-height: 1; }
            .wrap .modal__box--space--buttons .box:hover {
              box-shadow: 0 0 10px #00000010; }
            .wrap .modal__box--space--buttons .box:last-child {
              background-color: #FFBE64; }
            .wrap .modal__box--space--buttons .box .but {
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center;
              padding: 10px 25px; }
              .wrap .modal__box--space--buttons .box .but__picture {
                padding: 0 10px;
                height: 20px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center; }
                .wrap .modal__box--space--buttons .box .but__picture img {
                  width: 20px; }
              .wrap .modal__box--space--buttons .box .but__text {
                padding: 0 10px 0 0; }
      .wrap .modal__box--aside {
        width: 40%;
        background-color: #E9E9E9; }
        .wrap .modal__box--aside .header__aside {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 20px 10px 10px 10px; }
          .wrap .modal__box--aside .header__aside p {
            color: #000;
            font-size: 16px;
            font-weight: 900;
            text-align: center; }
        .wrap .modal__box--aside--container {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 20px; }
          .wrap .modal__box--aside--container .gift {
            display: none; }
          .wrap .modal__box--aside--container .box {
            min-width: 160px;
            width: 100%;
            min-height: 80px;
            background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
            margin-bottom: 20px;
            border-radius: 10px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            box-shadow: 0 0 10px #FFBE6420;
            position: relative;
            box-sizing: content-box;
            line-height: 1; }
            .wrap .modal__box--aside--container .box p {
              padding: 10px;
              text-align: center;
              color: #fff; }
            .wrap .modal__box--aside--container .box .lock {
              position: absolute;
              top: -5px;
              right: -5px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border: 2px solid #fff;
              border-radius: 50%;
              padding: 5px;
              width: 24px;
              height: 24px;
              background-color: #AA8047; }
              .wrap .modal__box--aside--container .box .lock img {
                width: 100%; }

@media (max-width: 769px) {
  .wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    position: fixed;
    display: none; }
    .wrap .modal {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 1087px;
      margin: auto;
      position: fixed; }
      .wrap .modal__close {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 100px;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.1);
        padding: 5px;
        border-radius: 50%;
        cursor: pointer; }
        .wrap .modal__close .picture {
          width: 20px;
          height: 20px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .wrap .modal__close .picture img {
            width: 15px;
            height: 15px; }
          .wrap .modal__close .picture svg {
            width: 15px;
            height: 15px; }
            .wrap .modal__close .picture svg path {
              fill: #333; }
      .wrap .modal__box {
        display: flex;
        flex-direction: row;
        background-color: #fff;
        min-height: 390px;
        max-height: 590px;
        position: relative; }
        .wrap .modal__box--space {
          width: 100%;
          padding: 0; }
          .wrap .modal__box--space--header {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            border-bottom: 1px solid #D5D5D5;
            padding: 20px 10px; }
            .wrap .modal__box--space--header .text p {
              padding: 0 0 0 10px;
              font-size: 18px;
              font-weight: 500; }
          .wrap .modal__box--space--middle {
            min-height: 390px;
            display: none; }
            .wrap .modal__box--space--middle--container {
              padding: 0 10px; }
              .wrap .modal__box--space--middle--container h2 {
                font-size: 20px;
                font-weight: 300;
                padding: 10px 0;
                height: 100px;
                display: flex;
                align-items: center; }
              .wrap .modal__box--space--middle--container .progress {
                padding: 10px 0;
                position: absolute;
                bottom: 0;
                left: 10px;
                width: 40%; }
                .wrap .modal__box--space--middle--container .progress p {
                  padding: 10px 0;
                  color: #fff; }
                .wrap .modal__box--space--middle--container .progress__line {
                  height: 5px;
                  width: 100%;
                  display: flex;
                  flex-direction: row; }
                  .wrap .modal__box--space--middle--container .progress__line .percent {
                    background-color: #dfdfdf;
                    width: 19%; }
                    .wrap .modal__box--space--middle--container .progress__line .percent:first-child {
                      background-color: #dfdfdf; }
                  .wrap .modal__box--space--middle--container .progress__line .last__percent {
                    width: 5%;
                    background-color: #dfdfdf; }
              .wrap .modal__box--space--middle--container form {
                display: flex;
                flex-direction: column;
                align-items: center;
                flex-wrap: nowrap;
                justify-content: flex-start;
                padding: 10px 0 50px 0;
                overflow: auto;
                max-height: auto; }
                .wrap .modal__box--space--middle--container form .box {
                  border: 1px solid #DEDEDE;
                  border-radius: 10px;
                  min-width: 0;
                  width: 86%;
                  display: flex;
                  flex-direction: row;
                  justify-content: flex-start;
                  align-items: center;
                  padding: 10px 20px;
                  cursor: pointer;
                  transition: 500ms;
                  margin-bottom: 10px;
                  line-height: 1; }
                  .wrap .modal__box--space--middle--container form .box:hover {
                    border: 1px solid #FFBE64; }
                  .wrap .modal__box--space--middle--container form .box input {
                    padding: 40px; }
                  .wrap .modal__box--space--middle--container form .box span {
                    padding: 0 10px; }
          .wrap .modal__box--space--buttons {
            display: flex;
            flex-direction: row;
            justify-content: flex-end;
            padding: 20px 10px 10px 10px;
            background-color: gray; }
            .wrap .modal__box--space--buttons .box {
              min-width: 130px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-radius: 30px;
              background-color: #CECECE;
              padding: 3px;
              cursor: pointer;
              box-shadow: 0 10px 10px #00000010;
              transition: 1s;
              line-height: 1; }
              .wrap .modal__box--space--buttons .box:first-child {
                width: 30px;
                height: 30px;
                min-width: 0;
                background-color: rgba(0, 0, 0, 0.5);
                margin-right: 10px; }
                .wrap .modal__box--space--buttons .box:first-child .but {
                  display: flex;
                  flex-direction: row;
                  justify-content: center;
                  align-items: center;
                  padding: 10px 25px; }
                  .wrap .modal__box--space--buttons .box:first-child .but__picture {
                    padding: 0 10px;
                    height: 20px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center; }
                    .wrap .modal__box--space--buttons .box:first-child .but__picture svg path {
                      fill: #ffffff; }
                    .wrap .modal__box--space--buttons .box:first-child .but__picture img {
                      width: 20px; }
                  .wrap .modal__box--space--buttons .box:first-child .but__text {
                    display: none; }
              .wrap .modal__box--space--buttons .box:hover {
                box-shadow: 0 0 10px #00000010; }
              .wrap .modal__box--space--buttons .box:last-child {
                background-color: #FFBE64; }
              .wrap .modal__box--space--buttons .box .but {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 0;
                max-height: 30px; }
                .wrap .modal__box--space--buttons .box .but__picture {
                  padding: 0 10px;
                  height: 20px;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center; }
                  .wrap .modal__box--space--buttons .box .but__picture img {
                    width: 20px; }
        .wrap .modal__box--aside {
          width: 200px;
          background-color: #fff;
          box-shadow: 0 0 10px #999;
          position: absolute;
          top: 160px;
          right: -200px;
          transition: 1s;
          display: block; }
          .wrap .modal__box--aside .header__aside {
            width: 100%;
            height: 40px;
            background-color: #FFBE64;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .wrap .modal__box--aside .header__aside p {
              color: #fff;
              text-align: center;
              font-size: 12px; }
          .wrap .modal__box--aside--container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px;
            position: relative; }
            .wrap .modal__box--aside--container .gift {
              position: absolute;
              width: 50px;
              height: 50px;
              left: -50px;
              background-color: #FFB54E;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-radius: 5px 0 0 5px;
              cursor: pointer;
              animation: 3s eye 5s;
              animation-iteration-count: 1; }
  @keyframes eye {
    0% {
      box-shadow: 0 0 0 #FFB54E; }
    50% {
      box-shadow: 0 0 10px #FFB54E; }
    100% {
      box-shadow: 0 0 0 #FFB54E; } }
              .wrap .modal__box--aside--container .gift img {
                width: 60%; }
            .wrap .modal__box--aside--container .box {
              min-width: 150px;
              width: 150px;
              min-height: 50px;
              height: 50px;
              background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
              margin-bottom: 5px;
              margin-top: 5px;
              border-radius: 10px;
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: center;
              box-shadow: 0 0 10px #FFBE6420;
              position: relative;
              box-sizing: content-box;
              line-height: 1; }
              .wrap .modal__box--aside--container .box p {
                padding: 10px;
                text-align: center;
                font-size: 10px;
                color: #fff; }
              .wrap .modal__box--aside--container .box .lock {
                position: absolute;
                top: -5px;
                right: -5px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border: 2px solid #fff;
                border-radius: 50%;
                padding: 5px;
                width: 24px;
                height: 24px;
                background-color: #AA8047; }
                .wrap .modal__box--aside--container .box .lock img {
                  width: 100%; } }

@media (max-width: 1250px) and (min-width: 770px) {
  .wrap {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 10;
    display: none; }
    .wrap .modal {
      display: flex;
      flex-direction: column;
      width: 80%;
      max-width: 1087px;
      margin: auto;
      min-height: 660px; }
      .wrap .modal__close {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-end;
        background-color: transparent;
        padding: 3px;
        cursor: pointer; }
        .wrap .modal__close .picture svg {
          width: 26px;
          height: 26px; }
      .wrap .modal__box {
        display: flex;
        flex-direction: row;
        background-color: #fff; }
        .wrap .modal__box--space {
          width: 70%;
          padding: 0 40px; }
          .wrap .modal__box--space--header {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            border-bottom: 1px solid #D5D5D5;
            padding: 20px 0; }
            .wrap .modal__box--space--header .text p {
              padding: 0 0 0 10px;
              font-size: 18px;
              font-weight: 500; }
          .wrap .modal__box--space--middle {
            min-height: 300px;
            overflow: hidden;
            display: none; }
            .wrap .modal__box--space--middle--container h2 {
              font-size: 18px;
              font-weight: 900;
              padding: 20px 0 0 0; }
            .wrap .modal__box--space--middle--container .progress {
              padding: 10px 0; }
              .wrap .modal__box--space--middle--container .progress p {
                padding: 10px 0;
                color: #FFBE64; }
              .wrap .modal__box--space--middle--container .progress__line {
                height: 5px;
                width: 100%;
                display: flex;
                flex-direction: row; }
                .wrap .modal__box--space--middle--container .progress__line .percent {
                  background-color: #dfdfdf;
                  width: 19%; }
                  .wrap .modal__box--space--middle--container .progress__line .percent:first-child {
                    background-color: #dfdfdf; }
                .wrap .modal__box--space--middle--container .progress__line .last__percent {
                  width: 5%;
                  background-color: #dfdfdf; }
            .wrap .modal__box--space--middle--container form {
              display: flex;
              flex-direction: row;
              align-items: center;
              flex-wrap: wrap;
              justify-content: space-between;
              min-height: 60px;
              padding: 10px 0 10px 0;
              height: 300px; }
              .wrap .modal__box--space--middle--container form .box {
                border: 1px solid #DEDEDE;
                border-radius: 10px;
                min-width: 260px;
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                padding: 10px 20px;
                cursor: pointer;
                transition: 500ms;
                box-sizing: content-box;
                line-height: 1; }
                .wrap .modal__box--space--middle--container form .box:hover {
                  border: 1px solid #FFBE64; }
                .wrap .modal__box--space--middle--container form .box input {
                  padding: 40px; }
                .wrap .modal__box--space--middle--container form .box span {
                  padding: 0 10px; }
          .wrap .modal__box--space--buttons {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            padding: 0 0 30px 0; }
            .wrap .modal__box--space--buttons .box {
              min-width: 130px;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-radius: 30px;
              background-color: #CECECE;
              padding: 3px;
              cursor: pointer;
              box-shadow: 0 10px 10px #00000010;
              transition: 1s;
              line-height: 1; }
              .wrap .modal__box--space--buttons .box:hover {
                box-shadow: 0 0 10px #00000010; }
              .wrap .modal__box--space--buttons .box:last-child {
                background-color: #FFBE64; }
              .wrap .modal__box--space--buttons .box .but {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 10px 25px; }
                .wrap .modal__box--space--buttons .box .but__picture {
                  padding: 0 10px;
                  height: 20px;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center; }
                  .wrap .modal__box--space--buttons .box .but__picture img {
                    width: 20px; }
                .wrap .modal__box--space--buttons .box .but__text {
                  padding: 0 10px 0 0; }
        .wrap .modal__box--aside {
          width: 60%;
          background-color: #E9E9E9; }
          .wrap .modal__box--aside--container {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px; }
            .wrap .modal__box--aside--container .gift {
              display: none; }
            .wrap .modal__box--aside--container .box {
              min-width: 160px;
              width: 100%;
              min-height: 80px;
              background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
              margin-bottom: 20px;
              border-radius: 10px;
              display: flex;
              flex-direction: row;
              align-items: center;
              justify-content: center;
              box-shadow: 0 0 10px #FFBE6420;
              position: relative;
              box-sizing: content-box;
              line-height: 1; }
              .wrap .modal__box--aside--container .box p {
                padding: 10px;
                text-align: center;
                color: #fff; }
              .wrap .modal__box--aside--container .box .lock {
                position: absolute;
                top: -5px;
                right: -5px;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border: 2px solid #fff;
                border-radius: 50%;
                padding: 5px;
                width: 24px;
                height: 24px;
                background-color: #AA8047; }
                .wrap .modal__box--aside--container .box .lock img {
                  width: 100%; } }

@font-face {
  font-family: "Museo";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/museo-sans-cyrl-light/museo-sans-cyrl-light.eot");
  src: url("../fonts/museo-sans-cyrl-light/museo-sans-cyrl-light.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans-cyrl-light/museo-sans-cyrl-light.woff") format("woff"), url("../fonts/museo-sans-cyrl-light/museo-sans-cyrl-light.ttf") format("truetype"); }

@font-face {
  font-family: "Museo";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/museo-sans-cyrl-regular/museo-sans-cyrl-regular.eot");
  src: url("../fonts/museo-sans-cyrl-regular/museo-sans-cyrl-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans-cyrl-regular/museo-sans-cyrl-regular.woff") format("woff"), url("../fonts/museo-sans-cyrl-regular/museo-sans-cyrl-regular.ttf") format("truetype"); }

@font-face {
  font-family: "Museo";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/museo-sans-cyrl-bold/museo-sans-cyrl-bold.eot");
  src: url("../fonts/museo-sans-cyrl-bold/museo-sans-cyrl-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans-cyrl-bold/museo-sans-cyrl-bold.woff") format("woff"), url("../fonts/museo-sans-cyrl-bold/museo-sans-cyrl-bold.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto-Black";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/roboto-black/roboto-black.eot");
  src: url("../fonts/roboto-black/roboto-black.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-black/roboto-black.woff") format("woff"), url("../fonts/roboto-black/roboto-black.ttf") format("truetype"); }

@font-face {
  font-family: "Museo";
  font-weight: 900;
  font-style: normal;
  src: url("../fonts/museo-sans-cyrl-extrabold/museo-sans-cyrl-extrabold.eot");
  src: url("../fonts/museo-sans-cyrl-extrabold/museo-sans-cyrl-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/museo-sans-cyrl-extrabold/museo-sans-cyrl-extrabold.woff") format("woff"), url("../fonts/museo-sans-cyrl-extrabold/museo-sans-cyrl-extrabold.ttf") format("truetype"); }
  
@font-face {
  font-family: "Playfair";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Playfair Display Regular.ttf");
 }
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/Montserrat.ttf");
}

.wrap .modal__box {
  display: flex;
  flex-direction: row;
  background-color: #fff; }
  .wrap .modal__box--space--header .text p {
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 500; }
  .wrap .modal__box--space--middle--2--container .progress {
    padding: 10px 0; }
    .wrap .modal__box--space--middle--2--container .progress p {
      padding: 10px 0; }
    .wrap .modal__box--space--middle--2--container .progress__line {
      height: 5px;
      width: 100%;
      display: flex;
      flex-direction: row; }
      .wrap .modal__box--space--middle--2--container .progress__line .percent:first-child {
        background-color: #FFBE64 !important; }
      .wrap .modal__box--space--middle--2--container .progress__line .last__percent {
        width: 5%;
        background-color: #dfdfdf; }
  .wrap .modal__box--space--middle--2--container .form__container {
    display: flex;
    flex-direction: row; }
    .wrap .modal__box--space--middle--2--container .form__container form {
      display: block;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      min-height: 60px;
      padding: 0;
      width: 50%;
      overflow: auto;
      max-height: 300px; }
      .wrap .modal__box--space--middle--2--container .form__container form .box {
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        min-width: 280px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 12px 20px;
        cursor: pointer;
        margin-bottom: 10px;
        box-sizing: content-box;
        line-height: 1; }
        .wrap .modal__box--space--middle--2--container .form__container form .box input {
          padding: 40px; }
        .wrap .modal__box--space--middle--2--container .form__container form .box span {
          padding: 0 10px; }
    .wrap .modal__box--space--middle--2--container .form__container .preview {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      width: 50%; }
      .wrap .modal__box--space--middle--2--container .form__container .preview__container {
        width: 90%;
        margin: 0 auto;
        height: 70%;
        border-radius: 10px;
        background-color: #E9E9E9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .wrap .modal__box--space--middle--2--container .form__container .preview__container p {
          text-align: center; }
  .wrap .modal__box--space--buttons .box {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #CECECE;
    padding: 3px;
    cursor: pointer;
    box-shadow: 0 10px 10px #00000010;
    transition: 1s;
    box-sizing: content-box; }
    .wrap .modal__box--space--buttons .box:hover {
      box-shadow: 0 0 10px #00000010; }
    .wrap .modal__box--space--buttons .box:last-child {
      background-color: #FFBE64; }
    .wrap .modal__box--space--buttons .box .but__picture {
      padding: 0 10px;
      height: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .wrap .modal__box--space--buttons .box .but__picture img {
        width: 20px; }
    .wrap .modal__box--space--buttons .box .but__text {
      padding: 0 10px 0 0; }
  .wrap .modal__box--aside--container .box .lock img {
    width: 100%; }

@media (max-width: 769px) {
  .wrap .modal__box {
    display: flex;
    flex-direction: row;
    background-color: #fff; }
    .wrap .modal__box--space--header .text p {
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500; }
    .wrap .modal__box--space--buttons .box {
      min-width: 130px; } }

.wrap .modal__box {
  display: flex;
  flex-direction: row;
  background-color: #fff; }
  .wrap .modal__box--space--header .text p {
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 500; }
  .wrap .modal__box--space--middle--3--container .progress {
    padding: 10px 0; }
    .wrap .modal__box--space--middle--3--container .progress p {
      padding: 10px 0; }
    .wrap .modal__box--space--middle--3--container .progress__line {
      height: 5px;
      width: 100%;
      display: flex;
      flex-direction: row; }
      .wrap .modal__box--space--middle--3--container .progress__line .percent:first-child {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--3--container .progress__line .percent:nth-child(2) {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--3--container .progress__line .last__percent {
        width: 5%;
        background-color: #dfdfdf; }
  .wrap .modal__box--space--middle--3--container .form__container {
    display: flex;
    flex-direction: row;
    overflow: hidden; }
    .wrap .modal__box--space--middle--3--container .form__container form {
      position: relative;
      display: block;
      flex-direction: column;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      min-height: 60px;
      padding: 0;
      width: 50%;
      overflow: auto;
      max-height: 300px; }
      .wrap .modal__box--space--middle--3--container .form__container form .box {
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        min-width: 270px;
        width: 300px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 12px 20px;
        cursor: pointer;
        margin-bottom: 10px;
        line-height: 1; }
        .wrap .modal__box--space--middle--3--container .form__container form .box input {
          padding: 40px; }
        .wrap .modal__box--space--middle--3--container .form__container form .box span {
          padding: 0 10px; }
    .wrap .modal__box--space--middle--3--container .form__container .preview {
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      justify-content: flex-start;
      width: 50%; }
      .wrap .modal__box--space--middle--3--container .form__container .preview__container {
        width: 96%;
        height: 70%;
        border-radius: 10px;
        background-color: #E9E9E9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        overflow: hidden; }
        .wrap .modal__box--space--middle--3--container .form__container .preview__container p {
          text-align: center; }
        .wrap .modal__box--space--middle--3--container .form__container .preview__container img {
          display: none;
          width: 100%; }
  .wrap .modal__box--space--buttons .box {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #CECECE;
    padding: 3px;
    cursor: pointer;
    box-shadow: 0 10px 10px #00000010;
    transition: 1s;
    line-height: 1; }
    .wrap .modal__box--space--buttons .box:hover {
      box-shadow: 0 0 10px #00000010; }
    .wrap .modal__box--space--buttons .box:last-child {
      background-color: #FFBE64; }
    .wrap .modal__box--space--buttons .box .but__picture {
      padding: 0 10px;
      height: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .wrap .modal__box--space--buttons .box .but__picture img {
        width: 20px; }
    .wrap .modal__box--space--buttons .box .but__text {
      padding: 0 10px 0 0; }
  .wrap .modal__box--aside--container .box .lock img {
    width: 100%; }

@media (max-width: 1258px) {
  .wrap {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none; }
    .wrap .modal__box {
      display: flex;
      flex-direction: row;
      background-color: #fff; }
      .wrap .modal__box--space--header .text p {
        padding: 0 0 0 10px;
        font-size: 18px;
        font-weight: 500; }
      .wrap .modal__box--space--middle--3--container h2 {
        font-size: 18px;
        font-weight: 900;
        padding: 20px 0 0 0; }
      .wrap .modal__box--space--middle--3--container .progress {
        padding: 10px 0; }
        .wrap .modal__box--space--middle--3--container .progress p {
          padding: 10px 0; }
        .wrap .modal__box--space--middle--3--container .progress__line {
          height: 5px;
          width: 100%;
          display: flex;
          flex-direction: row; }
          .wrap .modal__box--space--middle--3--container .progress__line .percent {
            background-color: #dfdfdf;
            width: 23.75%; }
            .wrap .modal__box--space--middle--3--container .progress__line .percent:first-child {
              background-color: #FFBE64; }
            .wrap .modal__box--space--middle--3--container .progress__line .percent:nth-child(2) {
              background-color: #FFBE64; }
          .wrap .modal__box--space--middle--3--container .progress__line .last__percent {
            width: 5%;
            background-color: #dfdfdf; }
      .wrap .modal__box--space--middle--3--container .form__container {
        display: flex;
        align-items: center;
        flex-direction: column-reverse; }
        .wrap .modal__box--space--middle--3--container .form__container form {
          display: block;
          flex-direction: column;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between;
          min-height: 60px;
          width: 340px;
          padding: 0;
          overflow: auto;
          max-height: 300px;
          height: 110px; }
          .wrap .modal__box--space--middle--3--container .form__container form .box {
            border: 1px solid #DEDEDE;
            border-radius: 10px;
            min-width: 220px;
            width: 280px;
            margin: auto;
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            padding: 10px 20px;
            cursor: pointer;
            margin-bottom: 10px;
            box-sizing: content-box; }
            .wrap .modal__box--space--middle--3--container .form__container form .box input {
              padding: 40px; }
            .wrap .modal__box--space--middle--3--container .form__container form .box span {
              padding: 0 10px; }
        .wrap .modal__box--space--middle--3--container .form__container .preview {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          width: 340px; }
          .wrap .modal__box--space--middle--3--container .form__container .preview__container {
            width: 100%;
            margin: 0 auto;
            border-radius: 10px;
            background-color: #E9E9E9;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 200px;
            margin-bottom: 10px; }
            .wrap .modal__box--space--middle--3--container .form__container .preview__container p {
              text-align: center; }
      .wrap .modal__box--space--buttons .box {
        min-width: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 30px;
        background-color: #CECECE;
        padding: 3px;
        cursor: pointer;
        box-shadow: 0 10px 10px #00000010;
        transition: 1s;
        box-sizing: content-box; }
        .wrap .modal__box--space--buttons .box:hover {
          box-shadow: 0 0 10px #00000010; }
        .wrap .modal__box--space--buttons .box:last-child {
          background-color: #FFBE64; }
        .wrap .modal__box--space--buttons .box .but__picture {
          padding: 0 10px;
          height: 20px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .wrap .modal__box--space--buttons .box .but__picture img {
            width: 20px; }
        .wrap .modal__box--space--buttons .box .but__text {
          padding: 0 10px 0 0; }
      .wrap .modal__box--aside--container .box .lock {
        position: absolute;
        top: -5px;
        right: -5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 2px solid #fff;
        border-radius: 50%;
        padding: 5px;
        width: 20px;
        height: 20px;
        background-color: #AA8047; }
        .wrap .modal__box--aside--container .box .lock img {
          width: 100%; } }

@media (max-width: 769px) {
  .wrap {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none; }
    .wrap .modal__box {
      display: flex;
      flex-direction: row;
      background-color: #fff; }
      .wrap .modal__box--space--header .text p {
        padding: 0 0 0 10px;
        font-size: 18px;
        font-weight: 500; }
      .wrap .modal__box--space--middle--3--container h2 {
        font-size: 20px;
        font-weight: 300;
        padding: 10px 0 10px 0;
        display: flex;
        align-items: center; }
      .wrap .modal__box--space--middle--3--container .progress {
        padding: 10px 0; }
        .wrap .modal__box--space--middle--3--container .progress p {
          padding: 10px 0; }
        .wrap .modal__box--space--middle--3--container .progress__line {
          height: 5px;
          width: 100%;
          display: flex;
          flex-direction: row; }
          .wrap .modal__box--space--middle--3--container .progress__line .percent:first-child {
            background-color: #FFBE64; }
          .wrap .modal__box--space--middle--3--container .progress__line .percent:nth-child(2) {
            background-color: #FFBE64; }
          .wrap .modal__box--space--middle--3--container .progress__line .last__percent {
            width: 5%;
            background-color: #dfdfdf; }
      .wrap .modal__box--space--middle--3--container .form__container {
        display: flex;
        flex-direction: column-reverse; }
        .wrap .modal__box--space--middle--3--container .form__container form {
          display: block;
          flex-direction: column;
          align-items: center;
          flex-wrap: wrap;
          justify-content: space-between;
          min-height: 60px;
          padding: 0;
          width: 100%;
          overflow: auto;
          max-height: 220px;
          height: 110px; }
          .wrap .modal__box--space--middle--3--container .form__container form .box input {
            padding: 40px; }
          .wrap .modal__box--space--middle--3--container .form__container form .box span {
            padding: 0 10px; }
        .wrap .modal__box--space--middle--3--container .form__container .preview {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: flex-start;
          width: 320px; }
          .wrap .modal__box--space--middle--3--container .form__container .preview__container {
            width: 100%;
            margin: 0 auto;
            border-radius: 10px;
            background-color: #E9E9E9;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 200px;
            margin-bottom: 10px; }
            .wrap .modal__box--space--middle--3--container .form__container .preview__container p {
              text-align: center; }
      .wrap .modal__box--space--buttons .box .but__picture img {
        width: 20px; }
      .wrap .modal__box--space--buttons .box .but__text {
        padding: 0 10px 0 0; }
      .wrap .modal__box--aside--container .box .lock img {
        width: 100%; } }

.wrap .modal__box {
  display: flex;
  flex-direction: row;
  background-color: #fff; }
  .wrap .modal__box--space--header .text p {
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 500; }
  .wrap .modal__box--space--middle--4--container .progress {
    padding: 10px 0; }
    .wrap .modal__box--space--middle--4--container .progress p {
      padding: 10px 0; }
    .wrap .modal__box--space--middle--4--container .progress__line {
      height: 5px;
      width: 100%;
      display: flex;
      flex-direction: row; }
      .wrap .modal__box--space--middle--4--container .progress__line .percent:first-child {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--4--container .progress__line .percent:nth-child(2) {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--4--container .progress__line .percent:nth-child(3) {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--4--container .progress__line .last__percent {
        width: 5%;
        background-color: #dfdfdf; }
  .wrap .modal__box--space--middle--4--container form {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 60px;
    padding: 10px 0 10px 0; }
    .wrap .modal__box--space--middle--4--container form .box {
      border: 1px solid #DEDEDE;
      border-radius: 10px;
      min-width: 260px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding: 12px 20px;
      cursor: pointer;
      margin-bottom: 10px;
      box-sizing: content-box; }
      .wrap .modal__box--space--middle--4--container form .box input {
        padding: 40px; }
      .wrap .modal__box--space--middle--4--container form .box span {
        padding: 0 10px; }
  .wrap .modal__box--space--buttons .box {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #CECECE;
    padding: 3px;
    cursor: pointer;
    box-shadow: 0 10px 10px #00000010;
    transition: 1s;
    box-sizing: content-box; }
    .wrap .modal__box--space--buttons .box:hover {
      box-shadow: 0 0 10px #00000010; }
    .wrap .modal__box--space--buttons .box:last-child {
      background-color: #FFBE64; }
    .wrap .modal__box--space--buttons .box .but__picture {
      padding: 0 10px;
      height: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .wrap .modal__box--space--buttons .box .but__picture img {
        width: 20px; }
    .wrap .modal__box--space--buttons .box .but__text {
      padding: 0 10px 0 0; }
  .wrap .modal__box--aside--container .box .lock img {
    width: 100%; }

@media (max-width: 1358px) {
  .wrap .modal__box {
    display: flex;
    flex-direction: row;
    background-color: #fff; }
    .wrap .modal__box--space--header .text p {
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500; }
    .wrap .modal__box--space--middle--4--container .progress {
      padding: 10px 0; }
      .wrap .modal__box--space--middle--4--container .progress p {
        padding: 10px 0; }
      .wrap .modal__box--space--middle--4--container .progress__line {
        height: 5px;
        width: 100%;
        display: flex;
        flex-direction: row; }
        .wrap .modal__box--space--middle--4--container .progress__line .percent {
          background-color: #dfdfdf;
          width: 23.75%; }
          .wrap .modal__box--space--middle--4--container .progress__line .percent:first-child {
            background-color: #FFBE64; }
          .wrap .modal__box--space--middle--4--container .progress__line .percent:nth-child(2) {
            background-color: #FFBE64; }
          .wrap .modal__box--space--middle--4--container .progress__line .percent:nth-child(3) {
            background-color: #FFBE64; }
        .wrap .modal__box--space--middle--4--container .progress__line .last__percent {
          width: 5%;
          background-color: #dfdfdf; }
    .wrap .modal__box--space--middle--4--container form {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      min-height: 60px;
      padding: 10px 0 0 0; }
      .wrap .modal__box--space--middle--4--container form .box {
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        min-width: 260px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 20px;
        cursor: pointer;
        margin-bottom: 10px;
        box-sizing: content-box; }
        .wrap .modal__box--space--middle--4--container form .box input {
          padding: 40px; }
        .wrap .modal__box--space--middle--4--container form .box span {
          padding: 0 10px; }
    .wrap .modal__box--space--buttons .box {
      min-width: 130px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      background-color: #CECECE;
      padding: 3px;
      cursor: pointer;
      box-shadow: 0 10px 10px #00000010;
      transition: 1s;
      box-sizing: content-box; }
      .wrap .modal__box--space--buttons .box:hover {
        box-shadow: 0 0 10px #00000010; }
      .wrap .modal__box--space--buttons .box:last-child {
        background-color: #FFBE64; }
      .wrap .modal__box--space--buttons .box .but__picture {
        padding: 0 10px;
        height: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .wrap .modal__box--space--buttons .box .but__picture img {
          width: 20px; }
      .wrap .modal__box--space--buttons .box .but__text {
        padding: 0 10px 0 0; }
    .wrap .modal__box--aside--container .box .lock img {
      width: 100%; } }

@media (max-width: 769px) {
  .wrap .modal__box {
    display: flex;
    flex-direction: row;
    background-color: #fff; }
    .wrap .modal__box--space--header .text p {
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500; }
    .wrap .modal__box--space--middle--4--container h2 {
      font-size: 20px;
      font-weight: 300;
      padding: 10px 0 10px 0;
      display: flex;
      align-items: center; }
    .wrap .modal__box--space--middle--4--container form .box {
      padding: 10px 20px; } }

.wrap .modal__box {
  display: flex;
  flex-direction: row;
  background-color: #fff; }
  .wrap .modal__box--space--header .text p {
    padding: 0 0 0 10px;
    font-size: 18px;
    font-weight: 500; }
  .wrap .modal__box--space--middle--5--container .progress {
    padding: 10px 0; }
    .wrap .modal__box--space--middle--5--container .progress p {
      padding: 10px 0; }
    .wrap .modal__box--space--middle--5--container .progress__line {
      height: 5px;
      width: 100%;
      display: flex;
      flex-direction: row; }
      .wrap .modal__box--space--middle--5--container .progress__line .percent:first-child {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--5--container .progress__line .percent:nth-child(2) {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--5--container .progress__line .percent:nth-child(3) {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--5--container .progress__line .percent:nth-child(4) {
        background-color: #FFBE64; }
      .wrap .modal__box--space--middle--5--container .progress__line .last__percent {
        width: 5%;
        background-color: #dfdfdf; }
  .wrap .modal__box--space--middle--5--container form {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 60px;
    padding: 10px 0 10px 0; }
    .wrap .modal__box--space--middle--5--container form .box {
      border: 1px solid #DEDEDE;
      border-radius: 10px;
      min-width: 260px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      padding: 12px 20px;
      cursor: pointer;
      margin-bottom: 10px;
      box-sizing: content-box; }
      .wrap .modal__box--space--middle--5--container form .box input {
        padding: 40px; }
      .wrap .modal__box--space--middle--5--container form .box span {
        padding: 0 10px; }
  .wrap .modal__box--space--buttons .box {
    min-width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background-color: #CECECE;
    padding: 3px;
    cursor: pointer;
    box-shadow: 0 10px 10px #00000010;
    transition: 1s;
    box-sizing: content-box; }
    .wrap .modal__box--space--buttons .box:hover {
      box-shadow: 0 0 10px #00000010; }
    .wrap .modal__box--space--buttons .box:last-child {
      background-color: #FFBE64; }
    .wrap .modal__box--space--buttons .box .but__picture {
      padding: 0 10px;
      height: 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .wrap .modal__box--space--buttons .box .but__picture img {
        width: 20px; }
    .wrap .modal__box--space--buttons .box .but__text {
      padding: 0 10px 0 0; }
  .wrap .modal__box--aside--container .box .lock img {
    width: 100%; }

@media (max-width: 1258px) {
  .wrap .modal__box {
    display: flex;
    flex-direction: row;
    background-color: #fff; }
    .wrap .modal__box--space--header .text p {
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500; }
    .wrap .modal__box--space--middle--5--container h2 {
      font-size: 16px;
      font-weight: 900;
      padding: 20px 0 0 0; }
    .wrap .modal__box--space--middle--5--container .progress {
      padding: 10px 0; }
      .wrap .modal__box--space--middle--5--container .progress p {
        padding: 10px 0; }
      .wrap .modal__box--space--middle--5--container .progress__line {
        height: 5px;
        width: 100%;
        display: flex;
        flex-direction: row; }
        .wrap .modal__box--space--middle--5--container .progress__line .percent {
          background-color: #dfdfdf;
          width: 23.75%; }
          .wrap .modal__box--space--middle--5--container .progress__line .percent:first-child {
            background-color: #FFBE64; }
          .wrap .modal__box--space--middle--5--container .progress__line .percent:nth-child(2) {
            background-color: #FFBE64; }
          .wrap .modal__box--space--middle--5--container .progress__line .percent:nth-child(3) {
            background-color: #FFBE64; }
        .wrap .modal__box--space--middle--5--container .progress__line .last__percent {
          width: 5%;
          background-color: #dfdfdf; }
    .wrap .modal__box--space--middle--5--container form {
      display: flex;
      flex-direction: row;
      align-items: center;
      flex-wrap: wrap;
      justify-content: space-between;
      min-height: 60px;
      padding: 10px 0 0 0; }
      .wrap .modal__box--space--middle--5--container form .box {
        border: 1px solid #DEDEDE;
        border-radius: 10px;
        min-width: 260px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 10px 20px;
        cursor: pointer;
        margin-bottom: 10px;
        box-sizing: content-box; }
        .wrap .modal__box--space--middle--5--container form .box input {
          padding: 40px; }
        .wrap .modal__box--space--middle--5--container form .box span {
          padding: 0 10px; }
    .wrap .modal__box--space--buttons .box {
      min-width: 130px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      background-color: #CECECE;
      padding: 3px;
      cursor: pointer;
      box-shadow: 0 10px 10px #00000010;
      transition: 1s;
      box-sizing: content-box; }
      .wrap .modal__box--space--buttons .box:hover {
        box-shadow: 0 0 10px #00000010; }
      .wrap .modal__box--space--buttons .box:last-child {
        background-color: #FFBE64; }
      .wrap .modal__box--space--buttons .box .but__picture {
        padding: 0 10px;
        height: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .wrap .modal__box--space--buttons .box .but__picture img {
          width: 20px; }
      .wrap .modal__box--space--buttons .box .but__text {
        padding: 0 10px 0 0; }
    .wrap .modal__box--aside--container .box .lock img {
      width: 100%; } }

@media (max-width: 769px) {
  .wrap .modal__box {
    display: flex;
    flex-direction: row;
    background-color: #fff; }
    .wrap .modal__box--space--header .text p {
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500; }
    .wrap .modal__box--space--middle--5--container h2 {
      font-size: 20px;
      font-weight: 300;
      padding: 10px 0 10px 0;
      display: flex;
      align-items: center; }
    .wrap .modal__box--space--middle--5--container form .box {
      padding: 10px 20px; } }

.wrap .modal__box {
  display: flex;
  flex-direction: row;
  background-color: #fff; }
  .wrap .modal__box--space {
    width: 100%; }
    .wrap .modal__box--space--header .text p {
      padding: 0 0 0 10px;
      font-size: 18px;
      font-weight: 500; }
    .wrap .modal__box--space--middle--6 {
      justify-content: center; }
      .wrap .modal__box--space--middle--6--container {
        width: 100%; }
        .wrap .modal__box--space--middle--6--container h2 {
          font-size: 24px;
          font-weight: 900;
          text-align: center;
          padding: 10px 0 10px 0;
          line-height: 1.5; }
        .wrap .modal__box--space--middle--6--container .progress {
          padding: 10px 0;
          display: none; }
          .wrap .modal__box--space--middle--6--container .progress p {
            padding: 10px 0; }
          .wrap .modal__box--space--middle--6--container .progress__line {
            height: 5px;
            width: 100%;
            display: flex;
            flex-direction: row; }
            .wrap .modal__box--space--middle--6--container .progress__line .percent:first-child {
              background-color: #FFBE64; }
            .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(2) {
              background-color: #FFBE64; }
            .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(3) {
              background-color: #FFBE64; }
            .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(4) {
              background-color: #FFBE64; }
            .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(5) {
              background-color: #FFBE64; }
            .wrap .modal__box--space--middle--6--container .progress__line .last__percent {
              width: 5%;
              background-color: #dfdfdf; }
    .wrap .modal__box--space--buttons .box {
      min-width: 130px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 30px;
      background-color: #CECECE;
      padding: 3px;
      cursor: pointer;
      box-shadow: 0 10px 10px #00000010;
      transition: 1s;
      box-sizing: content-box;
      line-height: 1; }
      .wrap .modal__box--space--buttons .box:hover {
        box-shadow: 0 0 10px #00000010; }
      .wrap .modal__box--space--buttons .box:last-child {
        background-color: #FFBE64; }
      .wrap .modal__box--space--buttons .box .but__picture {
        padding: 0 10px;
        height: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .wrap .modal__box--space--buttons .box .but__picture img {
          width: 20px; }
      .wrap .modal__box--space--buttons .box .but__text {
        padding: 0 10px 0 0; }
  .wrap .modal__box--aside--container .box .lock img {
    width: 100%; }

@media (max-width: 1140px) {
  .wrap {
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    display: none; }
    .wrap .modal__box {
      display: flex;
      flex-direction: row;
      background-color: #fff; }
      .wrap .modal__box--space {
        width: 100%; }
        .wrap .modal__box--space--header .text p {
          padding: 0 0 0 10px;
          font-size: 18px;
          font-weight: 500; }
        .wrap .modal__box--space--middle--6 {
          justify-content: center; }
          .wrap .modal__box--space--middle--6--container {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around; }
            .wrap .modal__box--space--middle--6--container h2 {
              font-size: 14px;
              font-weight: 500;
              text-align: center;
              padding: 5px 0;
              height: 50px;
              display: flex;
              flex-direction: column;
              align-items: center; }
            .wrap .modal__box--space--middle--6--container .h2_sec {
              height: 50px; }
            .wrap .modal__box--space--middle--6--container .progress {
              padding: 10px 10px; }
              .wrap .modal__box--space--middle--6--container .progress p {
                padding: 5px 0 0 0;
                color: #FFBE64; }
              .wrap .modal__box--space--middle--6--container .progress__line {
                height: 5px;
                width: 100%;
                display: flex;
                flex-direction: row; }
                .wrap .modal__box--space--middle--6--container .progress__line .percent {
                  width: 23.75%; }
                  .wrap .modal__box--space--middle--6--container .progress__line .percent:first-child {
                    background-color: #FFBE64; }
                  .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(2) {
                    background-color: #FFBE64; }
                  .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(3) {
                    background-color: #FFBE64; }
                  .wrap .modal__box--space--middle--6--container .progress__line .percent:nth-child(4) {
                    background-color: #FFBE64; }
                .wrap .modal__box--space--middle--6--container .progress__line .last__percent {
                  width: 5%;
                  background-color: #dfdfdf; }
        .wrap .modal__box--space--buttons .box {
          min-width: 130px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border-radius: 30px;
          background-color: #CECECE;
          padding: 3px;
          cursor: pointer;
          box-shadow: 0 10px 10px #00000010;
          transition: 1s;
          box-sizing: content-box;
          line-height: 1; }
          .wrap .modal__box--space--buttons .box:hover {
            box-shadow: 0 0 10px #00000010; }
          .wrap .modal__box--space--buttons .box:last-child {
            background-color: #FFBE64; }
          .wrap .modal__box--space--buttons .box .but__picture {
            padding: 0 10px;
            height: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .wrap .modal__box--space--buttons .box .but__picture img {
              width: 20px; }
          .wrap .modal__box--space--buttons .box .but__text {
            padding: 0 10px 0 0; }
      .wrap .modal__box--aside--container .box .lock img {
        width: 100%; } }

.header__result {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 20px 0 0 0;
  display: none; }
  .header__result img {
    width: 24px;
    height: 24px; }
  .header__result h3 {
    font-size: 22px;
    padding: 0 15px; }

.container__result {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 0 60px 0;
  display: none; }
  .container__result--left {
    display: none; }
  .container__result--right {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center; }
    .container__result--right #letter {
      width: 470px;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 40px 0;
      box-shadow: 0 0 15px #00000016;
      border: 1px solid #00000030;
      max-height: 390px; }
      .container__result--right #letter input {
        min-width: 360px;
        margin-bottom: 15px;
        border-radius: 5px;
        border: 1px solid #DEDEDE;
        padding: 15px;
        box-sizing: content-box; }
        .container__result--right #letter input:focus {
          border: 1px solid #FFBE64; }
          .container__result--right #letter input:focus::placeholder {
            color: #000; }
        .container__result--right #letter input::placeholder::before {
          content: '';
          background-image: url("../../build/img/features/phone.svg"); }
      .container__result--right #letter .button__box {
        width: 100%;
        max-width: 390px; }
        .container__result--right #letter .button__box button {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          border-radius: 5px;
          background-color: #FFBE64;
          width: 100%;
          padding: 15px;
          cursor: pointer; }
      .container__result--right #letter .check__box {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-width: 360px;
        width: 100%; }
        .container__result--right #letter .check__box input {
          min-width: 15px;
          margin: 0;
          -webkit-appearance: checkbox; }
        .container__result--right #letter .check__box p {
          font-size: 12px;
          padding-left: 10px; }
          .container__result--right #letter .check__box p span {
            color: #FFBE64; }

@media (max-width: 1140px) {
  .header__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
    display: none; }
    .header__result img {
      width: 24px;
      height: 24px; }
    .header__result h3 {
      font-size: 16px;
      padding: 10px 15px; }
  .container__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 60px 0;
    display: none; }
    .container__result--left {
      width: 60%;
      display: none; }
      .container__result--left--container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-left: 0;
        border-left: none;
        box-shadow: none;
        padding: 0 20px; }
        .container__result--left--container h2 {
          font-size: 16px !important;
          text-align: center !important;
          width: 100%;
          padding: 0 0 20px 0; }
        .container__result--left--container .box {
          min-width: 120px;
          width: 47%;
          min-height: 60px;
          background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
          margin-bottom: 20px;
          border-radius: 10px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 10px #FFBE6420;
          box-sizing: content-box;
          position: relative; }
          .container__result--left--container .box p {
            color: #fff;
            font-size: 13px;
            text-align: center; }
          .container__result--left--container .box .lock {
            position: absolute;
            top: -5px;
            right: -5px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff;
            border-radius: 50%;
            padding: 5px;
            width: 10px;
            height: 10px;
            background-color: #AA8047; }
    .container__result--right {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .container__result--right #letter {
        width: 370px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        box-shadow: 0 0 15px #00000016;
        border: 1px solid #00000030;
        max-height: 500px;
        height: 300px; }
        .container__result--right #letter input {
          min-width: 290px;
          margin-bottom: 5px;
          border-radius: 5px;
          border: 1px solid #DEDEDE;
          padding: 10px 15px; }
          .container__result--right #letter input:focus {
            border: 1px solid #FFBE64; }
            .container__result--right #letter input:focus::placeholder {
              color: #000; }
          .container__result--right #letter input::placeholder::before {
            content: '';
            background-image: url("../../build/img/features/phone.svg"); }
        .container__result--right #letter .button__box {
          width: 100%;
          max-width: 320px; }
          .container__result--right #letter .button__box button {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            background-color: #FFBE64;
            width: 100%;
            padding: 10px 15px;
            cursor: pointer; }
        .container__result--right #letter .check__box {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start;
          max-width: 320px;
          width: 100%;
          padding-top: 20px; }
          .container__result--right #letter .check__box input {
            min-width: 15px;
            margin: 0; }
          .container__result--right #letter .check__box p {
            font-size: 12px;
            padding-left: 10px; }
            .container__result--right #letter .check__box p span {
              color: #FFBE64; } }

@media (max-width: 551px) {
  .header__result {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px 0 0 0;
    display: none; }
    .header__result img {
      width: 24px;
      height: 24px; }
    .header__result h3 {
      font-size: 14px;
      width: 80%;
      padding: 10px 0;
      text-align: center; }
  .container__result {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 0 5px 0;
    display: none; }
    .container__result--left {
      width: 100%;
      display: block; }
      .container__result--left--container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
        margin-left: 0;
        border-left: none;
        box-shadow: none;
        padding: 0 20px; }
        .container__result--left--container h2 {
          font-size: 14px !important;
          text-align: center !important;
          width: 100%;
          padding: 0 0 20px 0;
          height: 50px; }
        .container__result--left--container .box {
          min-width: 120px;
          width: 47%;
          min-height: 60px;
          background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
          margin-bottom: 10px;
          border-radius: 10px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 10px #FFBE6420;
          box-sizing: content-box;
          position: relative; }
          .container__result--left--container .box p {
            color: #fff;
            font-size: 10px;
            text-align: center;
            width: 90%; }
          .container__result--left--container .box .lock {
            position: absolute;
            top: -5px;
            right: -5px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff;
            border-radius: 50%;
            padding: 5px;
            width: 20px;
            height: 20px;
            background-color: #AA8047; }
    .container__result--right {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .container__result--right #letter {
        width: 340px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
        box-shadow: 0 0 15px #00000016;
        border: 1px solid #00000030;
        height: 245px; }
        .container__result--right #letter input {
          min-width: 290px;
          margin-bottom: 5px;
          border-radius: 5px;
          border: 1px solid #DEDEDE;
          padding: 10px 15px; }
          .container__result--right #letter input:focus {
            border: 1px solid #FFBE64; }
            .container__result--right #letter input:focus::placeholder {
              color: #000; }
          .container__result--right #letter input::placeholder::before {
            content: '';
            background-image: url("../../build/img/features/phone.svg"); }
        .container__result--right #letter .button__box {
          width: 100%;
          max-width: 320px; }
          .container__result--right #letter .button__box button {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            border-radius: 5px;
            background-color: #FFBE64;
            width: 100%;
            padding: 10px 15px;
            cursor: pointer; }
        .container__result--right #letter .check__box {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          max-width: 320px;
          width: 100%;
          padding: 0;
          height: 40px;
          margin-top: 10px; }
          .container__result--right #letter .check__box input {
            min-width: 0;
            width: 0;
            margin: 0;
            -webkit-appearance: none; }
          .container__result--right #letter .check__box p {
            font-size: 12px;
            padding-left: 10px; }
            .container__result--right #letter .check__box p span {
              color: #FFBE64; } }

.container__success {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 500px; }
  .container__success--left {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .container__success--left p {
      font-size: 24px;
      text-align: center; }
    .container__success--left span {
      font-size: 16px;
      padding: 30px 0 20px 0; }
    .container__success--left .title {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .container__success--left .title h3 {
        padding: 20px 0;
        font-size: 30px;
        font-weight: 700; }
      .container__success--left .title img {
        height: 24px;
        padding: 0 10px; }
    .container__success--left--container {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; }
      .container__success--left--container h2 {
        font-size: 18px;
        text-align: center; }
      .container__success--left--container .box {
        min-width: 190px;
        width: 280px;
        min-height: 80px;
        background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
        margin-bottom: 20px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-shadow: 0 0 10px #FFBE6420;
        position: relative; }
        .container__success--left--container .box p {
          color: #fff;
          font-size: 13px;
          width: 90%; }
        .container__success--left--container .box .lock {
          position: absolute;
          top: -5px;
          right: -5px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border: 2px solid #fff;
          border-radius: 50%;
          padding: 5px;
          width: 24px;
          height: 24px;
          background-color: #AA8047; }

@media (max-width: 769px) {
  .container__success {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-height: 500px; }
    .container__success--left {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .container__success--left p {
        font-size: 24px;
        text-align: center; }
      .container__success--left span {
        font-size: 16px;
        padding: 0 0 10px 0; }
      .container__success--left .title {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center; }
        .container__success--left .title h3 {
          padding: 0;
          font-size: 30px;
          font-weight: 700; }
        .container__success--left .title img {
          height: 24px;
          padding: 0 10px; }
      .container__success--left--container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center; }
        .container__success--left--container h2 {
          font-size: 18px;
          text-align: center; }
        .container__success--left--container .box {
          min-width: 190px;
          width: 280px;
          min-height: 80px;
          background: linear-gradient(135deg, #FFB54E 0%, #AA8047 100%);
          margin-bottom: 20px;
          border-radius: 10px;
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: center;
          box-shadow: 0 0 10px #FFBE6420;
          position: relative; }
          .container__success--left--container .box p {
            color: #fff;
            font-size: 13px;
            width: 90%; }
          .container__success--left--container .box .lock {
            position: absolute;
            top: -5px;
            right: -5px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: 2px solid #fff;
            border-radius: 50%;
            padding: 5px;
            width: 24px;
            height: 24px;
            background-color: #AA8047; } }
