body,
html {
    width: 100%;
    min-height: 100vh;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
    background-color: #F7F7F7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: stretch;
    color: #000;
    font: 13px/1.8461538462 Verdana,sans-serif;
}

.anketa {
    max-width: 760px;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 90px;
}

.anketa__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 52px;
    line-height: 1;
    letter-spacing: 0.0em;
    color: #000000;
    text-align: left;
    box-sizing: border-box;
    min-width: 0;
    min-height: 0;
}

.anketa__grp {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.anketa__label {
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 600;
    font-style: italic;
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0.0em;
    color: #222222;
}

.anketa__input {
    appearance: none;
    font-size: inherit;
     display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 0;
    padding: .6923076923em 1.1538461538em;
    border-style: solid;
    border-width: 1px;
    color: #999999;
    border-color: #cccccc;
    background-color: #ffffff;
}

.anketa__button {
    width: 160px;
    height: 52px;
    border-radius: 0px;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-width: 0px;
    background-color: #ffdb14;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.0em;
    text-transform: none;
    font-weight: 500;
    font-style: normal;
    color: #222222;
}

.anketa__button:hover {
    background-color: #5C5C5C;
    cursor: pointer; 
}

.footer {
    padding-top: 20px;
}

.footer__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #999999;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 15px;
}

.footer__link--license {
    border-bottom-width: 1px;
    text-decoration: none;
    color: inherit;
    border-bottom-color: inherit;
    border-bottom-style: solid;
    outline: none;
    background-color: rgba(0,0,0,0);
    font-family: "Open Sans", sans-serif;
}
