html, body {
margin: 0;
padding: 0;
font-family: 'pf_dindisplay_proregular';
font-size: 13px;
background: #fff;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

ul li {
margin: 0;
padding: 0;
}

a {
text-decoration: none;
}

p {
margin: 0;
padding: 0;
}

div {
margin: 0;
padding: 0;
border:dashed 0px #f00;
box-sizing: border-box;
}

header {
background: #fff;
}

input[type="text"], select {
display: block;
margin: 0;
padding: 15px 20px;
width: 100%;
height: 48px;
background: #fff;
border: solid 1px #cbcbcb;
font-size: 14px;
color: #949695;
box-sizing: border-box;
outline: none;
}

.container {
margin: 0 auto;
padding: 0 100px;
width: 1400px;
}

.block .title {
position: relative;
margin: 0;
padding: 0;
width: 100%;
height: 40px;
box-sizing: content-box;
}

.block .title .text {
position: absolute;
top: 0;
left: 0;
z-index: 10;
display: flex;
justify-content: flex-start;
align-items: flex-end;
flex-wrap: nowrap;
margin: 0;
padding: 0;
background: #fff;
line-height: 40px;
width: 100%;
font-family: 'pf_dindisplay_prolight';
font-size: 31px;
text-transform: uppercase;
color: #101010;
white-space: nowrap;
}

.block .title .text::after {
margin: 0 0 10px 10px;
padding: 0;
width: 100%;
height: 2px;
background-color: #aeaeae;
content: '';
}

.block .title .section {
position: absolute;
bottom: 0;
right: 0;
z-index: 5;
display: flex;
display: none;
margin: 0 0 -1px 0;
padding: 0 0 0 10px;
background: #fff;
text-transform: uppercase;
color: #101010;
}

.block .title .section li {
display: block;
margin: 0;
padding: 0;
width: auto;
height: auto;
line-height: 1;
font-size: 12px;
text-transform: uppercase;
color: #8a8a8a;
}

.block .title .section li::before {
margin: 0 10px;
padding: 0;
border-width: 0 0 0 1px;
border-style: solid;
border-color: #8a8a8a;
content: '';
}

.block .title .section li:nth-child(1)::before {
margin: 0;
border: none;
content: '';
}

.btn-custom {
position: relative;
margin: 0 3px;
padding: 1rem 0;
/*height: 50px;*/
border: none;
border-radius: 10px;
border: 0; 
background: #c5c7c6; 
/*line-height: 50px;*/
font-family: 'pf_dindisplay_prolight';
font-size: 20px;
text-transform: uppercase;
text-align: center;
color: #2c2c2c;
cursor: pointer;
box-sizing: border-box;
transition: all .3s ease-out .1s;
}

.btn-custom:hover {
background: #5b5b5b;
color: #fff;
}

.error input[type="text"], .error select {
background: #ffefef;
border-color: #ff6060;
color: #ff6060;
}
