@font-face {
    font-family: TrajanProBold;
    src: url('/v3/view/fonts/Trajan Pro Bold.ttf');
}

@font-face {
    font-family: MTCORSVA;
    src: url('/v3/view/fonts/MTCORSVA.TTF');
}

header {
    padding: 40px 0 30px 0;
}

header .main_logo {
    display: inline-block;
    vertical-align: middle;
}

header h1 {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 266px);
    margin: 0;
    text-align: center;
    color: white;
    font-size: 25pt;
    font-family: GothamBold;
}

.img-wrapper {
    padding: 40px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(/v3/view/img/demo/wrapper.png);
}

h2 {
    color: #fff600;
    font-size: 39px;
    text-align: center;
    margin: 0;
    font-family: GothamBold;
}

h3 {
    font-family: GothamBookRegular;
    font-size: 20px;
    text-align: center;
    color: white;
    margin: 5px 0 15px 0;
    font-weight: normal;
    text-shadow: 3px 3px 2px rgb(0 0 0 / 80%);
}

.img-list {
    padding: 0;
    list-style: none;
    margin: 20px auto;
    width: 375px;
}

.img-list li {
    font-family: GothamBookRegular;
    font-size: 14px;
    position: relative;
    padding: 7px 0 7px 30px;
    color: white;
    text-shadow: 3px 3px 2px rgb(0 0 0 / 80%);
}

.img-list li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-top: 1px;
    width: 22px;
}


.form {
    border: 2px solid #adbdd2;
    margin: auto;
    background-color: #01014666;
    border-radius: 8px;
}

.form.choose {
    padding: 10px 0;
    max-width: 980px;
    width: 100%;
    text-align: center;
}
.form.basic {
    width: 500px;
    padding: 30px 50px;
}
.form.basic .choose-sign_in_method, .form.choose .email_sign_in {
    display: none;
}

.form .field {
    margin-bottom: 15px;
}

.form .field label {
    font-family: arial;
    font-size: 14pt;
    color: #ffde00;
    display: inline-block;
    width: 90px;
}

.form .field input {
    outline: 0;
    font-size: 13pt;
    font-family: arial;
    padding: 5px 10px;
    width: 270px;
}

.form .field.error input {
    border-color: red;
}

.form .field.error label {
    color: red;
}

.form .submit {
    font-family: arial;
    border: 0;
    background-color: #ffea00;
    font-size: 22px;
    display: block;
    margin: 15px auto;
    padding: 15px 0;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
    width: 175px;
    text-align: center;
}

.form .submit:hover {
    background-color: #dccb06;
    transition: 0.3s;
}

.form .signUps {
    font-family: arial;
    font-size: 14pt;
    color: white;
    text-align: center;
    margin-top: 15px;
}

.white-wrapper {
    padding: 40px 0;
    color: black;
    background-color: white;
}

.image-wrapper {
    text-align: center;
}

.one_product {
    display: inline-block;
    vertical-align: middle;
}

.big_logo {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.privacy {
    background-color: #7e00b4;
    padding: 10px 15px;
    font-family: Arial, sans-serif;
    font-size: 12pt;
    color: white;
}

.privacy .left_part {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 300px);
}

.privacy .left_part img {
    display: inline-block;
    vertical-align: middle;
}

.privacy a {
    color: #ffde00;
    font-weight: bold;
}

.avards {
    background-color: #cbcbcb;
    padding: 20px;
    border-radius: 10px;
    margin: 30px auto 0 auto;
    max-width: 925px;
    text-align: center;
}

.avards img {
    margin-right: 20px;
}

.avards img:last-of-type {
    margin-right: 0;
}

footer {
    padding: 30px 0 50px 0;
}

.anniversary {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.anniversary .years {
    font-family: TrajanProBold, sans-serif;
    color: white;
    font-size: 52pt;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -5px;
    margin-left: -3px;
}

.anniversary .years span {
    font-family: "Times New Roman", sans-serif;
    font-size: 22pt;
    color: white;
    position: absolute;
    top: 10px;
    left: 100%;
}

.comment {
    display: inline-block;
    vertical-align: middle;
    margin-left: 54px;
    width: calc(100% - 325px);
    padding-right: 54px;
}

.comment .text {
    position: relative;
    font-family: MTCORSVA, sans-serif;
    font-size: 20pt;
    color: white;
    text-align: center;
    margin-bottom: 30px;
}

.comment .text:before {
    font-family: "Times New Roman", sans-serif;
    content: '"';
    position: absolute;
    top: -30px;
    left: -53px;
    font-size: 90pt;
}

.comment .text:after {
    font-family: "Times New Roman", sans-serif;
    content: '"';
    position: absolute;
    top: -85px;
    right: -53px;
    font-size: 90pt;
    transform: rotate(180deg);
}

.comment img {
    display: block;
    margin: auto;
    max-width: 100%;
}

.demo-info {
    font-family: 'GothamBookRegular';
    font-size: 16pt;
    text-align: center;
    color: white;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: bold;
}
.g_id_signin, .ms-login, .yh-login, .basic_login {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}
.g_id_signin {
    margin-right: 0;
}
.ms-login img, .yh-login img {
    display: block;
    height: 42px;
}
.basic_login {
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    width: 210px;
}
.basic_login img {
    width: 42px;
    display: inline-block;
    vertical-align: middle;
}
.basic_login span {
    width: calc(100% - 42px);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-family: 'GothamBold';
    color: #7e00b4;
}

.other_login {
    font-size: 14px;
    font-family: 'GothamBold';
    color: white;
    text-align: center;
    margin-bottom: 25px;
    cursor: pointer;
}

.other_login:hover {
    text-decoration: underline;
}

.operation_description {
    font-size: 14px;
    color: #ffde00;
    text-align: center;
    font-family: Arial, sans-serif;
    font-style: italic;
    margin-bottom: 10px;
    font-weight: bold;
}

.verification_details {
    font-size: 15px;
    color: #ffde00;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
}

.verification_details a {
    font-weight: bold;
    color: #ffde00;
    font-style: italic;
}

.email_sign_in .verification_details, .email_sign_in.waiting>* {
    display: none !important;
}

.email_sign_in.waiting .verification_details {
    display: block !important;
}
.loading-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
}
.loading-wrapper img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
@media (min-width: 993px) and (max-width: 1200px) {
    .privacy {
        font-size: 11pt;
    }

    .privacy .left_part {
        width: calc(100% - 275px);
    }
}

@media (max-width: 992px) {
    .one_product {
        width: 35%;
    }

    .big_logo {
        width: 60%;
        margin-left: 5%;
    }

    .privacy .left_part {
        width: auto;
        display: inline;
    }

    .avards img {
        margin-right: 16px;
        height: 80px;
    }
    .g_id_signin, .ms-login, .yh-login, .basic_login {
        display: block;
        margin: 10px auto;
        width: 210px;
    }
    .g_id_signin {
        margin-right: auto;
    }
    .ms-login img, .yh-login img {
        display: block;
        height: auto;
        width: 100%;
    }
    .form.choose {
        padding: 10px;
        max-width: 310px;
    }
    .demo-info {
        margin-bottom: 20px;
        margin-top: 5px;
        font-size: 13pt;
        line-height: 22px;
    }
    .demo-info br {
        display: none;
    }
}

@media (max-width: 768px) {
    header {
        padding: 20px 0;
    }

    header .main_logo {
        width: 230px;
    }

    header h1 {
        width: calc(100% - 230px);
        font-size: 18pt;
        text-align: right;
    }

    .img-wrapper, .white-wrapper {
        padding: 20px 0;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 17px;
    }

    .img-list li {
        padding: 5px 0 5px 25px;
        font-size: 11pt;
    }

    .img-list li img {
        width: 20px;
    }

    .img-list {
        margin: 15px auto;
        width: 285px;
    }

    .form .field label {
        font-size: 12pt;
        width: 70px;
    }

    .form .field input {
        font-size: 11pt;
        padding: 4px 7px;
        width: 210px;
    }

    .form .field {
        margin-bottom: 10px;
    }

    .form .submit {
        font-size: 18px;
        margin: 10px auto;
        padding: 10px 18px;
    }

    .form .signUps {
        font-size: 10pt;
        margin-top: 10px;
    }

    .form.basic {
        width: 344px;
        padding: 20px 30px;
    }

    .privacy {
        font-size: 10pt;
        padding: 7px 10px;
    }

    .avards {
        padding: 10px;
        margin-top: 15px;
        max-width: 450px;
    }

    .avards img {
        margin-right: 20px;
    }

    .avards img:nth-of-type(1) {
        margin-bottom: 10px;
    }

    .avards img:nth-of-type(2) {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .anniversary {
        width: 271px;
        display: block;
        margin: auto;
    }

    .comment {
        display: block;
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        padding: 0 41px;
    }

    .comment .text:before {
        top: -25px;
        left: -41px;
        font-size: 70pt;
    }

    .comment .text:after {
        top: -60px;
        right: -41px;
        font-size: 70pt;
    }

    .comment .text {
        font-size: 17pt;
        margin-bottom: 20px;
    }

    footer {
        padding: 10px 0 30px 0;
    }
}

@media (max-width: 580px) {
    header .main_logo {
        display: block;
        width: 266px;
        margin: auto;
    }

    header h1 {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}

@media (max-width: 424px) {
    .one_product {
        width: 200px;
        margin-bottom: -35px;
    }

    .big_logo {
        margin-left: 0;
        width: 100%;
    }

    .avards img {
        margin-right: 15px;
        height: 70px;
    }
}

@media (max-width: 374px) {
    .comment {
        padding: 0;
    }

    .comment .text:before, .comment .text:after {
        display: none;
    }

    .form.basic {
        width: 300px;
        padding: 10px;
    }

    .form .field label {
        width: 65px;
    }

    .avards img {
        display: block;
        height: auto;
        max-width: 100%;
        margin-bottom: 5px !important;
        margin-right: auto !important;
        margin-left: auto;
    }

    .avards img:last-of-type {
        margin-bottom: 0 !important;
    }
}