* {
    box-sizing: border-box;
    font-weight: 400;
    margin: 0;
}

img {
    display: block;
    max-width: 100%;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-ttau-button,
[type="number"]::-webkit-outer-ttau-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: "Lato", sans-serif;
    text-align: start;
}

p,
a,
li,
span {
    margin: 0;
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ttau-page {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    background: #f7f7f7;
}

.pad {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 40px;
    width: 100%;
}

h1,
h2 {
    font-size: 60px;
    line-height: 75px;
    font-weight: 700;
}

.text-center {
    text-align: center;
}

.invisible {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.ttau-privacy {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 30px auto 0;
    position: relative;
}

.ttau-privacy__home {
    position: absolute;
    top: -111px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 24px;
}

.ttau-privacy__home:hover {
    color: #F09819;
}

.t-20 {
    font-size: 20px;
    line-height: 24px;
}

.ttau-privacy h1,
.ttau-privacy h2 {
    font-size: 50px;
    line-height: 60px;
}

@media (max-width: 1100px) {
    .pad {
        padding: 0 30px;
    }

    .ttau-privacy {
        margin: 40px auto;
    }
}

@media (max-width: 749px) {
    .pad {
        padding: 0 16px;
    }

    .ttau-privacy h1,
    .ttau-privacy h2 {
        font-size: 28px;
        line-height: 30px;
    }

    h1,
    h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .t-20 {
        font-size: 16px;
        line-height: 20px;
    }

    .ttau-privacy__home {
        position: absolute;
        top: -56px;
    }
}

.ttau-siteheader__btn {
    width: 100%;
    max-width: 180px;
    height: 60px;
    border-radius: 30px;
    border: 2px solid #FF512F;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s;
}

.ttau-siteheader__btn:hover {
    transform: scale(1.1);
}

.ttau-siteheader__btn-container {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: end;
}

.ttau-siteheader {
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: end;
}

.ttau-siteheader__log-in {
    background: linear-gradient(to right, #FF512F 0%, #F09819 100%);
    color: #fff;
    border: none;
}

@media (max-width: 749px) {
    .ttau-siteheader__btn-container {
        gap: 15px;
    }
}

.ttau-welcome__body {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 50px;
    background-color: #fff;
    padding: 40px;
    border-radius: 30px;
    align-items: center;
    position: relative;
}

.ttau-welcome__text-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ttau-welcome__header {
    font-size: 72px;
    line-height: 1.2;
    font-weight: 900;
    color: #F09819;
}

.ttau-welcome__text {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
}

.ttau-welcome__btn {
    width: 100%;
    height: 100px;
    border-radius: 20px;
    background: linear-gradient(to right, #FF512F 0%, #F09819 100%);
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    gap: 10px;
    transition: all 0.3s;
}

.ttau-welcome__btn:hover {
    transform: scale(1.1);
}

.ttau-welcome__btn i {
    font-size: 42px;
}

.ttau-welcome__img {
    width: 100%;
    height: auto;
}

.ttau-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 50px;
}

.ttau-info__text {
    font-size: 24px;
    line-height: 32px;
}

.ttau-info__header {
    font-size: 40px;
    line-height: 55px;
    font-weight: 500;
}

.ttau-info__item {
    font-size: 24px;
    line-height: 32px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ttau-info__item i {
    color: #F09819;
}

.ttau-diskl {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ttau-diskl__header {
    text-align: center;
    color: #F09819;
    font-weight: 900;
}

.ttau-diskl__text {
    background: rgba(50, 150, 200, 0.3);
    padding: 30px;
    border-radius: 30px;
}

.t-24 {
    font-size: 24px;
    line-height: 32px;
}

.ttau-diskl__link {
    color: #F09819;
    font-weight: 700;
}

.ttau-diskl__text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1100px) {
    .ttau-welcome__body {
        grid-template-columns: 1fr 250px;
        gap: 30px;
    }

    .ttau-welcome__header {
        font-size: 48px;
    }
}

@media (max-width: 749px) {
    .ttau-welcome__header {
        font-size: 42px;
    }

    .ttau-welcome__img {
        position: absolute;
        max-width: 300px;
        bottom: 160px;
    }

    .ttau-welcome__body {
        display: flex;
        flex-direction: column;
        padding: 20px;
    }

    .ttau-welcome__btn {
        margin-top: 400px;
        font-size: 20px;
    }

    .ttau-welcome__play {
        width: 50px;
        height: 50px;
    }

    .ttau-welcome__text {
        font-size: 20px;
        line-height: 30px;
    }

    .t-24,
    .ttau-info__text {
        font-size: 18px;
        line-height: 22px;
    }

    .ttau-info__header {
        font-size: 30px;
        line-height: 40px;
    }

    .ttau-diskl,
    .ttau-info {
        margin-top: 30px;
    }
}

.ttau-sitefooter {
    padding: 50px 0;
    margin-top: 100px;
}

.ttau-sitefooter__body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ttau-sitefooter__logos,
.ttau-sitefooter__privacy {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    width: fit-content;
    justify-content: center;
}

.ttau-sitefooter__link {
    transition: all 0.3s;
}

.ttau-sitefooter__link:hover {
    opacity: 0.7;
}

@media (max-width: 749px) {
    .ttau-sitefooter__privacy {
        width: 100%;
    }
}

.ttau-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 26, 26, 0.8);
    display: flex;
    align-items: start;
    justify-content: center;
    z-index: 9999;
    padding: 200px 25px 25px;
}

.ttau-form-popup {
    display: none;
}

.ttau-form-popup.active {
    display: flex;
}

.ttau-popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.ttau-popup-cookie {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 500px;
    min-height: 300px;
    z-index: 1;
    padding: 40px;
    background: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 0 auto;
    gap: 20px;
}

.ttau-popup__body {
    width: 100%;
    max-width: 500px;
    min-height: 257px;
    position: relative;
    background: #f7f7f7;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

.ttau-popup__form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    width: 100%;
    align-items: center;
}

.ttau-popup__header {
    font-size: 40px;
    line-height: 50px;
    color: #F09819;
    font-weight: 700;
}

.ttau-popup__form-bottom {
    display: flex;
    gap: 40px;
}

.ttau-popup__btn {
    width: 100%;
    height: 60px;
    border-radius: 20px;
    background: linear-gradient(to right, #FF512F 0%, #F09819 100%);
    color: #fff;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
}

.ttau-popup__btn-container {
    display: flex;
    gap: 10px;
    width: 100%;
}

.ttau-popup__btn-cookie {
    cursor: pointer;
    text-align: center;
    border: 2px solid #FF512F;
    border-radius: 20px;
    height: 48px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.ttau-popup__btn-agree {
    color: #fff;
    background: linear-gradient(to right, #FF512F 0%, #F09819 100%);
    border: none;
}

.disabled {
    display: none;
}

@media (max-width: 1100px) {
    .ttau-popup__btn-container {
        flex-direction: column;
    }

    .ttau-popup-cookie {
        padding: 20px 40px;
    }
}

@media (max-width: 749px) {

    .ttau-popup__body,
    .ttau-form-popup__body {
        padding: 40px 24px;
    }
}

@media (max-width: 749px) {
    .ttau-popup__form-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .ttau-popup__btn-cookie {
        width: 100%;
    }

    .ttau-popup-cookie {
        padding: 20px 16px;
    }
}

.popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.popup-content {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 360px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease-in-out;
}

@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.popup-content h2 {
    margin-bottom: 15px;
    color: #FF512F;
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
}

.popup-content input {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    border: 2px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease;
}

.popup-content input:focus {
    border-color: #FF512F;
}

.popup-content button {
    width: 100%;
    padding: 12px;
    background: #F09819;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    transition: background 0.3s ease;
}

.popup-content button:hover {
    background: #FF512F;
}

.switch-form {
    margin-top: 15px;
    font-size: 14px;
}

.switch-form a {
    color: #F09819;
    text-decoration: none;
    font-weight: bold;
}

.switch-form a:hover {
    text-decoration: underline;
}

.close {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 42px;
    line-height: 1;
    cursor: pointer;
    color: #FF512F;
    transition: color 0.3s ease;
}

.close:hover {
    color: #F09819;
}

#popupThx {
    display: none;
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #FF512F;
    color: #fff;
    padding: 20px 40px;
    border-radius: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 32px;
    animation: fadeIn 0.3s ease-in-out;
    z-index: 10;
}

#popupThx p {
    text-align: center;
    color: #fff;
}