body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, p, blockquote, table, th, td, embed, object {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr {
    border: 0;
}

address, caption, cite, code, dfn, em,
h1, h2, h3, h4, h5, h6, strong, th, var {
    font-weight: normal;
    font-style: normal;
}

ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1.0em;
}

q:before, q:after {
    content: '';
}

a, ins {
    text-decoration: none;
}

header {
    display: flex;
    width: 100%;
    height: 5%;
}

header .menu_icon {
    margin: 5% 0 0 53%;
    width: 10%;
    height: 100%;
}

header .menu_icon span {
    display: block;
    margin-top: 30%;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}

header .menu_icon span:nth-child(2) {
    width: 70%;
}

header .menu_icon span:nth-child(3) {
    width: 40%;
}

header .info {
    margin: 9% 0 0 3%;
}

header .info h1 {
    margin-top: 1%;
    font-family: 'yanone_kaffeesatz';
    font-size: 4vw;
    color: #ffffff;
}

.menu {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
    z-index: 100;
    transition: 1s ease-in-out all;
}

.menu .sides {
    display: flex;
    height: 70%;
}

.menu .sides .left_side {
    width: 45%;
    height: fit-content;
    border-right: 2px solid #878787;
}

.menu .sides .left_side .text_block {
    margin-top: 20%;
}

.menu .sides .left_side .text_block h1, .menu .sides .left_side .text_block p {
    margin-left: 5%;
    margin-top: 5%;
    font-family: 'yanone_kaffeesatz';
    font-size: 10vw;
    color: #000000;

}

.menu .sides .left_side .text_block h1 {
    margin-left: 5%;
    margin-top: 5%;
    font-family: 'yanone_kaffeesatz';
    font-size: 7vw;
    color: #000000;

}

.menu .sides .left_side .text_block:nth-child(2) p {
    width: fit-content;
    text-align: center;
}

.menu .sides .right_side {
    width: 55%;
    display: flex;
    align-items: center;
}

.menu .sides .right_side .text_block {
    display: block;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    text-align: center;
    transition: 1s ease-in-out all;
}

.menu .sides .right_side .text_block h1 {
    margin-top: 10%;
    font-family: 'yanone_kaffeesatz';
    font-size: 9vw;
    color: #000000;
    text-decoration: underline #878787;
}

.menu .sides .right_side .hidden {
    display: none;
    opacity: 0;
    transition: 1s ease-in-out all;
}

.menu .right_side .hidden form .lblinput {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 15%;
}

.menu .right_side .hidden form .lblinput label {
    position: absolute;
    bottom: 2%;
    left: 5%;
    font-family: 'yanone_kaffeesatz';
    font-size: 6vw;
    transition: 1s ease-in-out all;
    cursor: text;
    z-index: 2;
    will-change: transform;
}

.menu .right_side .hidden form .lblinput input {
    background: none;
    outline: none;
    border: none;
    border-bottom: 2px solid #000000;
    font-family: 'yanone_kaffeesatz';
    color: #000000;
    font-size: 6vw;
    resize: none;
    z-index: 3;
    will-change: transform;
}

.menu .right_side .hidden form .lblinput input:focus + label {
    display: none;
}

.menu .right_side .hidden form button {
    display: block;
    width: fit-content;
    margin: 8% auto 0;
    background: none;
    outline: none;
    border: none;
    border-bottom: 3px solid #000000;
    font-family: 'yanone_kaffeesatz';
    color: #000000;
    font-size: 6vw;
}

.menu .right_side .hidden form .lblinput a {
    opacity: 1;
    display: block;
    width: 100%;
    font-family: 'yanone_kaffeesatz';
    font-size: 2.8vw;
    color: #000000;
    text-decoration: none;
}


.bottom_side {
    display: flex;
    height: 30%;
    align-items: center;
}

.close_circle {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #878787;
    border-radius: 100%;
}

.close_circle span {
    position: absolute;
    display: block;
    top: 20px;
    left: 10px;
    width: 60px;
    height: 1px;
    background-color: #ffffff;
}

.close_circle span:nth-child(1) {
    transform: rotate(45deg);
}

.close_circle span:nth-child(2) {
    transform: rotate(-45deg);
}


.menu .right_side .hidden {
    width: 100%;
}


.menu .right_side .hidden form {
    width: 90%;
    margin: 0 auto;

}


@font-face{

    font-family: 'yanone_kaffeesatz';

    src: url('/assets/fonts/AnyConv.com__YanoneKaffeesatz (1).eot');

    src: url('/assets/fonts/AnyConv.com__YanoneKaffeesatz (1).eot?iefix') format('eot'),

    url('/assets/fonts/AnyConv.com__YanoneKaffeesatz.woff') format('woff'),

    url('/assets/fonts/YanoneKaffeesatz.ttf') format('truetype'),

    url('/assets/fonts/AnyConv.com__YanoneKaffeesatz (1).svg#webfont') format('svg');

    font-weight: 200;

    font-style: normal;

}


@font-face{

    font-family: 'mr_Vokiar';

    src: url('/assets/fonts/AnyConv.com__Vokiar (2).eot');

    src: url('/assets/fonts/AnyConv.com__Vokiar (2).eot?iefix') format('eot'),

    url('/assets/fonts/AnyConv.com__Vokiar (1).woff') format('woff'),

    url('/assets/fonts/AnyConv.com__Vokiar (3).ttf') format('truetype'),

    url('/assets/fonts/AnyConv.com__Vokiar (2).svg#webfont') format('svg');

    font-weight: 200;

    font-style: normal;

}










