@font-face {
    font-family: "ACopperGothCpsExp";
    font-style: normal;
    font-weight: 400;
    src: local("ACopperGothCpsExp Regular"), local("ACopperGothCpsExp-Regular"),
        url(../fonts/ACopperGothCpsExp.woff) format("woff");
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus {
    outline: 0;
}

img {
    border: none;
    display: block;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer !important;
}

body,
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

body {
    font-family: "ACopperGothCpsExp", sans-serif;
    color: #fff;
    overflow-x: hidden;
    background: #000;
    line-height: 1;
    /* background: url(../images/main-bg.jpg) no-repeat top center; */
}

video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 100%;
}

.logo-holder {
    padding: 25px 0;
}

.logo-holder img {
    margin: 0 auto;
}

.steps-wrap {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    padding: 0 10px;
}

.step-item {
    max-width: 1010px;
    width: 100%;
    height: auto;
    margin: 0px auto;
    -webkit-transition: transform 1.2s ease;
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.step-item[data-effect="turn"] {
    -webkit-transform: rotate3d(0, 1, 0, -90deg);
    transform: rotate3d(0, 1, 0, 90deg);
}

.step-item[step="1"] {
    -webkit-transform: none;
    transform: none;
}
.safari .step-item[data-effect="turn"] {
    -webkit-transform: none !important;
    transform: none !important;
}

.btn_wrp {
    display: block;
    margin-top: 40px;
}

.btn {
    width: 100%;
    max-width: 520px;
    margin: 1%;
    display: inline-block;
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    padding: 17px;
    cursor: pointer;
    position: relative;
    z-index: 0;
    overflow: visible;
    background-color: #0000;
    text-shadow: 1px 1px 3px #000;
}

.btn-long {
    width: 85%;
}

.btn::before {
    content: "";
    width: 100%;
    background-color: #bc0b0b;
    background-size: 20px auto;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    transform: skewX(-26deg);
    transition: background 0.2s ease;
}

.btn:hover::before {
    background-color: #9a0b0b;
}

.btn-no::before {
    background-color: #616161;
}

.btn-no:hover::before {
    background-color: #575656;
}

.step-item .block {
    width: 100%;
}

.wrap-title {
    position: relative;
    background: url(../images/shape.png) no-repeat top center;
    background-size: contain;
    z-index: -2;
}

h1 {
    position: relative;
    background: linear-gradient(180deg, #dcdcdc 30%, #4a4a4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 85px;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h1:after {
    content: attr(data-text);
    left: 0;
    right: 0;
    position: absolute;
    text-shadow: 3px 3px 2px black;
    top: 0;
    z-index: -1;
}

h2 {
    color: #fff;
    font-size: 65px;
    text-shadow: 3px 4px 3px #000;
}

h3 {
    color: #fff;
    font-size: 48px;
    display: block;
    margin-bottom: 10px;
    text-shadow: 3px 4px 3px #000;
}

h2 + h3 {
    padding-top: 15px;
}

.step-item[step="7"],
.step-item[step="8"],
.step-item[step="13"] {
    max-width: 1140px;
}

[step="3"] .btn,
[step="4"] .btn,
[step="5"] .btn,
[step="6"] .btn,
[step="7"] .btn,
[step="9"] .btn {
    max-width: 400px;
}

/* [step="9"] .btn {
    font-size: 40px;
} */

[step="10"] .btn {
    max-width: 600px;
}

[step="11"] .btn,
[step="12"] .btn {
    max-width: 530px;
}

.wrap-person {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

.person {
    position: relative;
    /* width: 100%; */
    margin: 0 10px;
}

.person-image {
    position: relative;
}

.person:hover .person-image {
    /* background-color: #616161; */
    box-shadow: 0 0 7px 7px #fff;
}

/* .person.disabled .btn {
    cursor: default;
}

.person.disabled:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.person.disabled .btn:before {
    background-color: #616161;
} */

.person-image img {
    max-width: 100%;
    margin: 0 auto;
}

.person .btn {
    font-size: 28px;
    max-width: 260px;
    padding: 11px;
}

.item {
    position: relative;
    text-align: left;
    padding-left: 50px;
    margin-bottom: 20px;
}

.checkmark {
    position: absolute;
    left: 0;
    opacity: 0;
    width: 27px;
    height: 27px;
    border-radius: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border: 4px solid #bc0b0b;
    top: 10px;
}

.checkmark.visible {
    opacity: 1;
}

.checkmark.green {
    border-color: #0ef53a;
}

.trnsIn {
    -webkit-transform: none !important;
    display: block !important;
}

.trns {
    -webkit-transform: none !important;
    display: none !important;
}

[step="13"] h2 {
    margin-bottom: 25px;
}

[step="13"] .btn_wrp {
    display: none;
}

footer {
    text-align: center;
    font-size: 10px;
    padding: 10px;
}

footer a {
    color: #fff;
    text-decoration: underline;
}

.video-web {
    display: block;
}

.step-item[step="14"] .block {
    max-width: 700px;
    width: 100%;
    animation: none;
}

@media (max-width: 992px) {
    .logo-holder {
        padding: 20px 0;
    }
    .logo-holder img {
        max-width: 200px;
    }
    h1 {
        font-size: 65px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
    }
    .btn {
        font-size: 32px;
    }
    .checkmark {
        top: 3px;
    }
}

@media (max-width: 768px) {
    br {
        display: none;
    }
    .logo-holder {
        padding: 10px 0;
    }
    .logo-holder img {
        max-width: 150px;
    }
    .step-item {
        transition: none;
    }
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 20px;
    }
    .btn {
        font-size: 24px;
        max-width: 360px;
    }

    .wrap-person {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .person {
        max-width: 100%;
        width: calc(100% / 2 - 20px);
        margin-bottom: 40px;
    }

    .person .btn_wrp {
        margin-top: 20px;
    }

    [step="7"] .btn {
        font-size: 20px;
        width: 90%;
    }

    [step="14"] .btn {
        width: 90%;
    }

    [step="13"] h4 {
        font-size: 20px;
    }

    .item {
        padding-left: 30px;
    }

    .checkmark {
        width: 20px;
        height: 20px;
        top: 2px;
    }
}

@media (orientation: landscape) and (max-width: 768px) {
    .steps-wrap {
        height: auto;
    }
}

@media (max-width: 480px) {
    .wrapper {
        height: auto;
    }
    .wrap-person {
        margin-top: 20px;
    }
    .person {
        margin-bottom: 20px;
    }
    .person .btn_wrp {
        margin-top: 5px;
    }
    .btn_wrp {
        margin-top: 25px;
    }
    .step-item {
        margin-top: calc(80% - 150px);
    }
    .step-item[step="7"],
    .step-item[step="8"],
    .step-item[step="13"],
    .step-item[step="14"] {
        margin-top: 30px;
    }
    [step="3"] .btn,
    [step="4"] .btn,
    [step="5"] .btn,
    [step="6"] .btn,
    [step="7"] .btn,
    [step="9"] .btn,
    .btn {
        font-size: 20px;
        max-width: 280px;
    }
    [step="7"] .btn,
    [step="8"] .btn {
        font-size: 16px;
        width: 100%;
    }
    [step="10"] .btn,
    [step="11"] .btn,
    [step="12"] .btn {
        max-width: 280px;
    }
}

@media (max-height: 720px) and (max-width: 767px) and (orientation: landscape) {
    .wrapper {
        padding: 15px 0;
    }
}

.preloader {
    margin: 20px auto;
}

.trnsIn {
    -webkit-transform: none !important;
    display: block !important;
}

.trns {
    -webkit-transform: none !important;
    display: none !important;
}

/* TEXT PAGE */
.text-page {
    background-color: #fff;
    color: #000;
    padding: 50px 0;
}
.text-page .wrapper {
    display: block;
    min-height: auto;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}

.text-page h2 {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.text-page p {
    margin-bottom: 15px;
}

.text-page ul {
    list-style: disc;
    padding-left: 30px;
    margin-bottom: 10px;
}

.text-page ul li {
    padding-bottom: 10px;
}

.text-page .footer {
    padding: 25px 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .text-page {
        font-size: 14px;
    }

    .text-page h2 {
        font-size: 20px;
    }
}

/* styles for location */
[lang="fr"] [step="13"] .btn,
[lang="es"] [step="13"] .btn,
[lang="it"] [step="13"] .btn {
    font-size: 30px;
}
[lang="no"] [step="9"] .btn {
    font-size: 34px;
}
[lang="fr"] [step="14"] h1,
[lang="es"] [step="14"] h1,
[lang="it"] [step="14"] h1 {
    font-size: 46px;
}
@media (max-width: 480px) {
    [lang="fr"] [step="1"] h1 {
        font-size: 28px;
    }
    [lang="fr"] [step="11"] h2 {
        font-size: 26px;
    }
    
    [lang="es"] [step="4"],
    [lang="fr"] [step="4"],
    [lang="de"] [step="4"],
    [lang="it"] [step="4"],
    [lang="no"] [step="4"],
    [lang="ja"] [step="4"],
    [lang="sv"] [step="4"] {
        margin-top: 30px;
    }
    [step="13"] .btn {
        font-size: 16px;
    }
    [lang="no"] [step="9"] .btn {
        font-size: 24px;
    }
}

