@font-face {
  font-family: Cinzel;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Cinzel-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Marcellus;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/Marcellus-Regular.ttf) format("truetype");
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
::-webkit-input-placeholder {
  color: #666;
}
::-moz-placeholder {
  color: #666;
}
:-ms-input-placeholder {
  color: #666;
}
::-ms-input-placeholder {
  color: #666;
}
::placeholder {
  color: #666;
}
::-moz-selection {
  background-color: rgb(255, 165, 0, 0.5);
  color: #fff;
}
::selection {
  background-color: rgb(255, 165, 0, 0.5);
  color: #fff;
}
input,
textarea {
  outline: 0;
}
input:focus:required:invalid,
textarea:focus:required:invalid {
  border-color: red;
}
input:required:valid,
textarea:required:valid {
  border-color: green;
}
body {
  font-size: 16px;
  line-height: 1.65;
  color: #ffffd7;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
}
/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh;
  padding: calc(100 / 1920 * 100vw) 0 0;
  background: url(../images/desk.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
  overflow: hidden;
  z-index: 1;
}

.main__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55vw;
  z-index: 2;
}
.main__logo {
  display: block;
  width: calc(210 * 100vw / 1920);
  height: calc(72 * 100vw / 1920);
  background: url(../images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: calc(99 * 100vw / 1920);
}
.main__logo--lg{
  margin-bottom: calc(88 * 100vw / 1920);
}
.main__logo--sm{
  margin-bottom: calc(98 * 100vw / 1920);
}
.main__logo:hover {
  text-decoration: none;
}
.main__head {
  font-family: Cinzel;
  font-weight: 600;
  background: -webkit-gradient(linear, left bottom, left top, from(#EEDAA4), color-stop(35%, #544026), to(#EEDAA4));
  background: -o-linear-gradient(bottom, #EEDAA4 0%, #544026 35%, #EEDAA4 100%);
  background: linear-gradient(0deg, #EEDAA4 0%, #544026 35%, #EEDAA4 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: calc(90 * 100vw / 1920);
  line-height: 1;
  margin-bottom: calc(20 * 100vw / 1920);
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
  text-align: center;
  white-space: nowrap;
}
.main__head.big{
  font-size: calc(120 * 100vw / 1920);
}
.main__description {
  font-family: Cinzel;
  font-size: calc(32 * 100vw / 1920);
  line-height: 1;
  margin-bottom: calc(82 * 100vw / 1920);
  color: #fff;
  text-align: center;
}
.main__bord {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 405px;
  height: 76px;
  padding: 0 12px;
  border-radius: 14px;
  border: 1px solid #b07947;
  border-top: 1px solid #715d44;
  border-bottom: 1px solid #edd299;
  margin-bottom: calc(31 * 100vw / 1920);
  background: rgba(0, 0, 0, 0.5);
}
.main__code {
  min-width: 68%;
}
.main__button {
  font-family: Cinzel;
  font-size: 18px;
  line-height: 50px;
  width: 129px;
  border-radius: 8px;
  border: 1px solid #b07947;
  border-top: 1px solid #edd299;
  border-bottom: 1px solid #715d44;
  background: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.main__button:hover {
  background: rgba(0, 0, 0, 0.5);
}
.copied .main__button {
  pointer-events: none;
}
.main__variable {
  display: block;
  font-family: Cinzel;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
.copied .main__variable {
  display: none;
}
.main__replace {
  display: none;
  font-family: Cinzel;
  color: #fff;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
.copied .main__replace {
  display: block;
}
.main__btn {
  font-size: 24px;
  color: #fff;
  display: block;
  text-align: center;
  padding: 16px 0;
  width: 405px;
  font-family: Cinzel;
  border-radius: 14px;
  border: 2px solid #b07947;
  border-top: 2px solid #edd299;
  border-bottom: 2px solid #715d44;
  text-transform: uppercase;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb780f), to(#80331b));
  background: -o-linear-gradient(top, #eb780f 0%, #80331b 100%);
  background: linear-gradient(180deg, #eb780f 0%, #80331b 100%);
  position: relative;
}
.main__btn:hover {
  background: -webkit-gradient(
    linear,
    left top, left bottom,
    color-stop(0, #f79c35),
    color-stop(14.06%, #fd820e),
    color-stop(86.98%, #974229)
  );
  background: -o-linear-gradient(
    top,
    #f79c35 0,
    #fd820e 14.06%,
    #974229 86.98%
  );
  background: linear-gradient(
    180deg,
    #f79c35 0,
    #fd820e 14.06%,
    #974229 86.98%
  );
  text-decoration: none;
  color: #f9ffff;
}
.main__element--mob{
  display: none;
}
.main__neighboring {
  position: absolute;
  top: -172px;
  left: -195px;
}
.main__footer {
  display: block;
  font-family: Marcellus;
  text-align: center;
  max-width: 1184px;
  margin: calc(90 * 100vw / 1920) auto 0;
  color: #ACA8A4;
  padding: 0 20px 28px;
  z-index: 3;
}
.main__terms {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;

}
.main__terms--lg{
  margin-bottom: 14px;
}
.main__about {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (max-width: 1440px) {
  .main {
    padding: 20px 0;
  }
  .main__wrapper {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main__logo {
    width: calc(180 * 100vw / 1440);
    height: calc(65 * 100vw / 1440);
    margin-bottom: calc(50 * 100vw / 1440);
  }
  .main__head {
    font-size: calc(75 * 100vw / 1440);
  }
  .main__head.big{
    font-size: calc(85 * 100vw / 1440);
  }
  .main__description {
    margin-bottom: calc(50 * 100vw / 1440);
  }
  .main__footer {
    padding: 0 20px;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 1440px) and (min-height: 700px) and (orientation: landscape) {
  .main {
    padding: 10vw 0 20px;
    background-position: 65% 70%;
  }
  .main__footer {
    margin: 14vh auto 0;
  }
}
@media only screen and (max-width: 1024px) {
  .main__footer {
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait){
  .main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
    background-image: url(../images/tab.jpg);
  }
  .main__element--desk{
    display: none;
  }
  .main__element--mob{
    display: block;
  }
  .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .main__container {
    width: 100%;
    min-height: 68.4vh;
  }
  .main__logo {
    width: calc(130.67 * 100vw / 1024);
    min-width: 98.5px;
    height: calc(45.33 * 100vw / 1024);
    min-height: 34px;
    margin-bottom: calc(40 * 100vw / 1024);
  }
  .main__head {
    font-size: calc(48 * 100vw / 1024);
    margin-bottom: 10px;
  }
  .main__head.big{
    font-size: calc(48 * 100vw / 1024);
  }
  .main__description {
    font-size: calc(18.67 * 100vw / 1024);
    line-height: calc(37.33 * 100vw / 1024);
    margin-bottom: auto;
  }
  .main__bord {
    width: 27.6vw;
    min-width: 212px;
    height: 50px;
    padding: 0 12px 0 0;
    margin-bottom: 0;
    background-color: #000;
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
  }
  .main__code {
    min-width: unset;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .main__variable,
  .main__replace {
    font-size: 14px;
  }
  .main__button {
    width: 73px;
    font-size: 14px;
    line-height: 30px;
  }
  .main__btn {
    font-size: 20px;
    line-height: 1;
    width: 27.6vw;
    min-width: 212px;
    padding: 13px 0;
    border-radius: 0 0 6px 6px;
  }
  .main__footer {
    margin-top: 15px;
    max-width: 58.6vw;
    padding: 0;
  }
  .main__terms {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .main__about {
    font-size: 10px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 992px) and (orientation: landscape){
  .main {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
    background-image: url(../images/tab.jpg);
    background-position: 50% 0;
  }
  .main__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main__container {
    min-height: 80vw;
  }
  .main__element--mob{
    display: block;
  }
  .main__element--desk{
    display: none;
  }
  .main__code {
    min-width: 61%;
  }
  .main__logo {
    width: 98px;
    height: 34px;
    margin-bottom: 23px;
  }
  .main__head {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .main__head.big{
    font-size: 40px;
  }
  .main__description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: auto;
  }
  .main__bord {
    width: 212px;
    height: 50px;
    background-color: #000;
    border-radius: 6px 6px 0 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .main__variable,
  .main__replace {
    font-size: 14px;
  }
  .main__button {
    width: 73px;
    font-size: 14px;
    line-height: 30px;
  }
  .main__btn {
    font-size: 20px;
    line-height: 1;
    width: 212px;
    padding: 13px 0;
    border-radius: 0 0 6px 6px;
  }
  .main__footer {
    margin-top: 12px;
    max-width: 450px;
  }
  .main__terms {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .main__about {
    font-size: 10px;
    line-height: 16px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 480px) {
  .main {
    background-image: url(../images/mob.jpg);
    background-size: auto 105%;
    background-position: 50% 0%;
  }
  .main__logo {
    margin-bottom: 30px;
  }
  .main__head {
    font-size: calc(46.08 * 100vw / 480);
  }
  .main__head.big{
    font-size: calc(46.08 * 100vw / 480);
  }
  .main__container {
    min-height: 68vh;
  }
  .main__description {
    font-size: 14px;
    line-height: 28px;
  }
  .main__footer {
    max-width: 100%;
  }
}
  @media only screen and (max-width: 320px) {
  .main__container {
    min-height: 70vh;
  }
}
