*,
::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: orange;
    color: #fff;
}
::selection {
    background-color: orange;
    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-family: Roboto, sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.65;
    overflow-x: hidden;
    color: #333;
}
@font-face {
    font-family: SegoeUIRegular;
    src: url(../fonts/SegoeUIRegular.ttf) format("truetype"), url(../fonts/SegoeUIRegular.eot?) format("embedded-opentype"), url(../fonts/SegoeUIRegular.woff) format("woff");
    font-display: swap;
}
@font-face {
    font-family: SegoeUIBold;
    src: url(../fonts/SegoeUIBold.ttf) format("truetype"), url(../fonts/SegoeUIBold.eot?) format("embedded-opentype"), url(../fonts/SegoeUIBold.woff) format("woff");
    font-display: swap;
}
body {
    background-color: #422b25;
}
.centurion {
    background-image: url(../images/src/bg-max.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
}
.centurion__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 91px;
}
.centurion__container.mb168{
    margin-bottom: 168px;
}
.centurion__description {
    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;
}
.centurion__logo {
    width: 215px;
    margin-top: 150px;
    margin-bottom: 20px;
}
.centurion__heading {
    font-family: SegoeUIBold;
    font-size: 160px;
    line-height: 100%;
    text-transform: uppercase;
    color: #dcb07e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #f8e4b6 0, #dcb07e 60%, #a46c3d 80%, #6b411d 100%);
    background-size: 100% 100%;
    -webkit-text-stroke: 2px #a46c3d;
}
.centurion__other {
    font-family: SegoeUIBold;
    font-size: 60px;
    line-height: 100%;
    text-transform: uppercase;
    color: #dcb07e;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(top, #f8e4b6 0, #dcb07e 60%, #a46c3d 80%, #6b411d 100%);
    background-size: 100% 100%;
    -webkit-text-stroke: 2px #a46c3d;
    margin-bottom: 20px;
}
.centurion .margin40,
.centurion__other {
    margin-bottom: 30px;
}
.centurion__additional {
    font-family: SegoeUIRegular;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 40px;
}

.centurion__code {
    font-family: SegoeUIBold;
    font-size: 20px;
    line-height: 27px;
    color: #fb9d31;
    position: relative;
    padding: 15px 50px;
    margin-bottom: 30px;
    cursor: pointer;
}
.centurion__code.change {
    display: none;
}
.centurion__code::before {
    content: " ";
    width: 100%;
    height: 1px;
    background: url(../images/src/line-max.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.centurion__code::after {
    content: " ";
    width: 100%;
    height: 1px;
    background: url(../images/src/line-max.png) center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.centurion__variable {
    font-family: SegoeUIBold;
    font-size: 20px;
    line-height: 27px;
    color: #fb9d31;
    text-transform: uppercase;
}
.centurion__button {
    font-family: SegoeUIBold;
    font-size: 20px;
    line-height: 27px;
    color: #fb9d31;
    position: relative;
    padding: 15px 50px;
    margin-bottom: 30px;
    cursor: pointer;  
}
.centurion__button::before {
    content: " ";
    width: 100%;
    height: 1px;
    background: url(../images/src/line-max.png) center center no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
}
.centurion__button::after {
    content: " ";
    width: 100%;
    height: 1px;
    background: url(../images/src/line-max.png) center center no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}
.centurion__button:hover {
    color: #f8e4b6;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.centurion__button.disable {
    display: none;
}
.centurion__footer {
    font-family: SegoeUIRegular;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 60px;
}
.terms {
    display: none;
}
.centurion__btn {
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0px;
    width: 240px;
    font-family: SegoeUIRegular, sans-serif;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #b07947;
    border-top: 1px solid #edd299;
    border-bottom: 1px solid #715d44;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: -o-linear-gradient(top, #ec790f, #7b301c);
    background: linear-gradient(to bottom, #ec790f, #7b301c);
    background: -webkit-gradient(linear, left top, left bottom, from#ec790f), to(#7b301c));   
}
.centurion__btn:hover {
    text-decoration: none;
    color: #eedaa4;
}
@media screen and (max-width: 1650px) {
    .centurion {
        background-position: right center;
    }
}
@media screen and (max-width: 1300px) {
    
    .centurion__container {
        margin-bottom: 20px !important;
    }
    .centurion__logo {
        margin-bottom: 20px;
    }
    .centurion__heading {
        font-size: 110px;
    }
    .centurion__other {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .centurion__additional {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .centurion__footer {
        font-size: 14px;
    }
}
@media screen and (max-width: 1211px) {
    .centurion {
        background-image: url(../images/src/bg-min.png);
        background-repeat: no-repeat;
        background-position: top center;
        min-height: 100vh;
        background-attachment: fixed;
    }
    .centurion__container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .centurion__logo {
        width: 123px;
        height: 43px;
        background: url(../images/src/logo-min.png);
        background-position: -25px -19px;
        background-repeat: no-repeat;
        margin-top: 56px;
        margin-bottom: 365px;
    }
    .centurion__logo img {
        display: none;
    }
    .centurion__logo a {
        width: 123px;
        height: 40px;
        display: block;
    }
    .centurion__footer{
        max-width: 525px;
    }
}

@media screen and (max-width: 768px) {
    
    .centurion__additional {
        margin-bottom: 30px;
    }
    .centurion__code {
        margin-bottom: 20px;
        padding: 15px 45px;
    }
    .centurion__code::before {
        background: url(../images/src/line-min.png);
        background-size: contain;
    }
    .centurion__code::after {
        background: url(../images/src/line-min.png);
        background-size: contain;
    }
    .centurion__button {
        width: 320px;
        padding: 20px 0;
        text-align: center;
    }
    .centurion__footer {
        display: none;
    }
    .terms {
        display: block;
        color: #fff;
        font-size: 12px;
        line-height: 23px;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 11px;
        max-width: 320px;
        position: relative;
    }
    .terms::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        background: url(../images/src/Vector-down.svg) center center no-repeat;
        background-size: 100%;
        position: absolute;
        top: 7px;
        right: 117px;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .terms.open::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .terms__description {
        display: none;
    }
    .open .terms__description {
        display: block;
    }
}
@media screen and (max-width: 375px){
    .centurion__logo{
        margin-top: 33px;
        margin-bottom: 336px;
    }
}
@media screen and (max-width: 320px){
    .centurion__logo{
        margin-top: 12px;
        margin-bottom: 225px;
    }
    .centurion__heading {
        font-size: 50px;
    }
    .centurion__other {
        font-size: 22px;
        margin-bottom: 5px;
    }
    .centurion__additional {
        font-size: 13px;
        margin-bottom: 0px;
    }
    .centurion__code{
        font-size: 12px;
        padding: 4px 55px;
    }
    .centurion__code::after{
        background-size: contain;
    }
    .centurion__code::before{
        background-size: contain;
    }
    .centurion__variable{
        font-size: 12px;
    }
    .centurion__button {
        width: 210px;
        padding: 10px 0;
        font-size: 12px;
    }
    .terms{
        font-size: 11px;
        line-height: 17px;
    }
    .terms::after{
        top: 4px;
    }
    .centurion__btn{
        font-size: 12px;
        padding: 10px 0px;
        width: 170px;
    }
}