body {
    width: 100%;
    min-width: 400px;
    max-width: 600px;
    margin: 0 auto;
    background: #ffffff;
	font-family: Montserrat,arial,sans-serif;
}
body * {
    box-sizing: border-box;
}
main{
	padding: 40px;
}
h1 {
    font-family: Montserrat,arial,sans-serif;
    font-size: 2rem !important;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0 auto;
    width: fit-content;
    text-transform: uppercase;
    color: #0f5a5e;
}
.question-block-necessarily{
	font-family: Montserrat,arial,sans-serif;
	float: left;
    font-weight: 600;
    text-transform: uppercase;
    color: #0f5a5e;
    padding-right: 15px;
}

.question-block-main input,
.question-block-main textarea,
.captcha input, select.inputselect{
    margin: 10px 0 15px 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 14px 0 14px 20px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal;
    border: 1px solid #0f5a5ea1;
    border-radius: 4px;
}
/* ---прикрепить файл--- */

input[type=file]{
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
input[type=file] ~ label{
	display: block !important;
    color: white;
    background-color:#6c757d;
    border: none;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    padding: 10px 30px;
    position: relative;
    top: 10px;
    text-align: center;
}
input[type=file] ~ label:hover {
    background-color: #ea8116;
}
.inputfile ~ label {
	cursor: pointer; /* "hand" cursor */
}
/* --- капча ---*/
.captcha{
	width: 100%;
}
.captcha h3{
    color: #0f5a5e;
    text-align: center;
    text-transform: uppercase;
}
a.polit{
    color: #0f5a5e !important;
}
.button {
    height: 50px;
    background: #0f5a5e !important;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    padding: 10px 30px;
}
.button:hover {
    opacity: 0.8;
}