
@import url("../fonts/Museo/stylesheet.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: white;
    overflow: hidden;
}
a {
    text-decoration: none;
}
progress {
    width: 85%;
    height: 33px;
    display: block;
    border: 0 none;
    margin : auto;
    background: #6B6B6B;
    border-radius: 25px;
}
progress::-moz-progress-bar {
    border-radius: 25px;
    background: #4EBE6E;

}
progress::-webkit-progress-bar {
    border-radius: 25px;
    background: transparent;
}
progress::-webkit-progress-value {
    border-radius: 25px;
    background: #4EBE6E;
}
label {
    text-align: left;
    float: left;
    width: 100%;
}
input[type="text"] {
    background-color: #525252;
    border : none;
    border-radius: 25px;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 10px;
}
body {
    display: block;
    background-color: #343434;
    background-image :url(../css/img/image1.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;

}
.page {
    background-image :url(../css/img/footer.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    height: 100vh;
}
.header {
    height: 7%;
    width: 80%;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Museo Sans Cyrl 300", sans-serif;
    padding-top: 10px;
}
.header__wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-left: 16px;
    padding-right: 16px;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.nav a {
    padding: 5px 10px;
}
.dialog {
    display : inline-block;


    background: #3E3E3E;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}
.dialog__wrapper {
    display: flex;
    text-align : center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-family: Museo Sans Cyrl, sans-serif;
    font-style: normal;
    font-weight: bold;
    height: 100%;
    width: 100%;

}
.dialog__header {
    font-size: 26px;
    padding: 16px 16px 10px 16px;
}
.dialog__content {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    margin: 15px 24px auto;
    width: 80%;
}
.dialog__button {
    font-family: Gilroy, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 31px;
    appearance: none;
    border: 0;
    border-radius: 50px;
    background: linear-gradient(264.32deg, #474747 0%, #4E4E4E 100%);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
    padding: 19px;
    width: 80%;
    margin-bottom: auto;
}
.transition {
    transition : all 1s;
}
.dialog__button:hover{
    background: linear-gradient(264.32deg, #4f4f4f 0%, #565656 100%);
}
.content{
    height: 88%;
    display: inline-table;
    width: 100%;
}
.dialog__wrapper__out {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.svg {
    display: inline-block;
    width: 404px;
    height:375px;
}
.footer {
    font-family: Gilroy, sans-serif;
    height: 5%;
    margin-right: 15px;
    text-align: right;
}
.footer__wrapper {
    text-align: right;
}
.mobile__exit {
    display: none;
}
.mobile__enter .mobile__exit{
    text-align: right;
}
.mobile__header {
    display: none;
}
@media screen and (max-width: 950px) {
    .svg {
        display : none
    }
    .dialog {
        margin-right: 0;
    }
    .page {
        background-image: none;
    }
    .footer__wrapper {
        text-align: center;
    }
    .footer {
        margin-right: 0;
    }
}
@media screen and (max-width: 685px) {
    .mobile__header {
        padding-top: 15px;
        display: block;
    }
    .mobile__header {
        height: 10%;
        text-align: center;
        font-size: 26px;
        font-family: "Museo Sans Cyrl 300", sans-serif;
    }
    .footer {
        height: 10%;
    }
    .content {
        height: 80%;
    }
    .header {
        display: none;
    }
    .nav {
        display: none;
    }
    .menu__wrapper {
        display : flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        text-align: center;
        width: 100%;
        height: 50%;
    }
    .mobile__exit {
        text-align: right;
        margin-right: 15px;
        margin-left: 15px;
    }
    .menu__main {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        width: 100%;
        height: 100%;
    }
    .mobile__menu {
        display: table;
        width: 100%;
        height: 80%;
        font-size: 26px;
        font-family: "Museo Sans Cyrl 500", sans-serif;
    }
    .m__button {
        font-size: 32px;
        width: 100%;
        text-align: right;
    }
    .mobile__exit {
        width: 100%;
        text-align: right;
    }
    .dialog {
        width: 80%
    }
    .dialog-progress {
        width: 80%;
        height: 44px;
    }
    progress {
        height: 16px;
    }
    .dialog__wrapper__out {
        width: 95%;
    }
}
@media screen and (max-width: 375px) {
    .dialog__content {
        font-size : 17px;
        line-height: 22px;
    }
    .dialog__header {
        font-size: 20px;
    }
    .footer {
        font-size: 15px;
    }
    .dialog__button {
        padding: 13px 48px;
        font-size: 22px;
    }
    .mobile__brand {
        font-size: 23px;
    }
    .m__button {
        font-size: 23px;
    }
    .status_div {
        font-size: 20px;
    }

}

