:root {
    --font-weight-inter: 400;
    /*var(--font-weight-inter);*/
}

body {
    position: relative;
    /*    width: 100vw;*/
    font-family: 'Manrope', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

html.stop,
body.stop {
    overflow: hidden;
    position: relative;
    height: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a {
    text-decoration: none;
}


/*
html::-webkit-scrollbar,
body::-webkit-scrollbar{
    margin: 10px;
    background: none;
    width: 0px;
}
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button{
    display: none;
}
html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0.15);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
    margin: 10px;
    background: rgba(0,0,0,0.75);
    border-radius: 3px;;
}
*/

.block-1 {
    position: relative;
    z-index: 10;
/*    background: url(../img/restaurent131.png    ) center center no-repeat;*/
    background-size: cover;
    -webkit-filter: saturate(85%);
            filter: saturate(85%);
}
.block-1 .pad{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100vh;
    padding: 40px 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.block-1 .cont{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 410px;
    width: 100%;
    padding: 35px 35px 40px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
}

.block-1 h1{
    color: #bd9d62;
    font-size: 24px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
    cursor: pointer;
}
.block-1 .head{
    margin-bottom: 30px;
    font-family: 'Igra', Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.block-1 .subhead{
    margin-bottom: 30px;
    font-family: 'Igra', Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    width: 70%;
    text-align: center;
}

.block-1 .input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.block-1 input {
    width: 100%;
    position: relative;
    color: rgb(0, 0, 0);
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px solid #333;
    height: 50px;
    padding: 26px 20px 10px;
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: rgb(189, 157, 98);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 600
    /*    height: 60px;*/
}

input {
    cursor: pointer !important;
}

.block-1 .error {
    border-bottom: 1px solid red;
}

.block-1 input::-moz-placeholder {
    color: transparent;
}

.block-1 input::-webkit-input-placeholder {
    color: transparent;
}

.block-1 input:-ms-input-placeholder {
    color: transparent;
}

.block-1 input::-ms-input-placeholder {
    color: transparent;
}

.block-1 input::placeholder {
    color: transparent;
}

.block-1 .input label {
    position: absolute;
    width: 100%;
    top: 18px;
    left: 15px;
    font-weight: 400;
    font-size: 14px;
    height: 15px;
    color: #000;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    font-weight: 400;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.05rem;
}

.block-1 input:not(:-moz-placeholder-shown) ~ label {
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-1 input:not(:-ms-input-placeholder) ~ label {
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-1 input:not(:placeholder-shown) ~ label,
.block-1 input:focus ~ label {
    -webkit-transform: translate( -15%, -100%) scale(.7);
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}
.block-1 .btn{
    width: 200px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 50px;
    font-weight: 700;
    border-width: 1px;
    border-radius: 30px;
    background-color: #bd9d62;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.block-1 .btn:hover{
    background: transparent;
    color: #bd9d62;
    border-color: #bd9d62;
}
.block-1 a{
    padding: 0 8px;
    text-decoration: none;
    color: #000;
    color: #333333;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 5px;
}