@font-face {
    font-family: VIenna;
    src: url(cabinet/fonts/VIenna.otf);
   }

.form_pole1{
	font-family: 'VIenna', sans-serif;
	text-transform: none;
	width: 100%;
	height: 40px;
	font-size: 25px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 7px solid #7ba6cd;
	outline: 0 !important;
	border-radius: 5px;
	color: #383d40;
	text-align: left !important;
	padding: 20px;
	background-size: 30px;
}

.form_pole2{
	font-family: 'VIenna', sans-serif;
	text-transform: none;
	width: 100%;
	height: 40px;
	font-size: 25px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 7px solid #7ba6cd;
	outline: 0 !important;
	border-radius: 5px;
	color: #383d40;
	text-align: left !important;
	padding: 20px;
	background-size: 30px;
}

.form_pole3{
	font-family: 'VIenna', sans-serif;
	text-transform: none;
	width: 100%;
	height: 40px;
	font-size: 25px;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 7px solid #7ba6cd;
	outline: 0 !important;
	border-radius: 5px;
	color: #383d40;
	text-align: left !important;
	padding: 20px;
	background-size: 30px;
}

.form_pole4{
    font-family: 'VIenna', sans-serif;
	text-transform: none;
	width: 100%;
	height: 40px;
	font-size: 25px;
	background-color: #dedcde !important;
	background-size: 61px !important;
	margin-top: 4px;
	margin-bottom: 10px;
	border: 7px solid #7ba6cd;
	padding: 20px 76px !important;
	border-radius: 5px;
	color: #383d40;
	text-align: left !important;
}

.form_upline {
	text-align: center;
	color: #949798;
	font-family: 'VIenna', sans-serif;
}

.dm-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    display: none;
    overflow: auto;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.dm-overlay:target {
    display: block;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.dm-table {
    display: table;
    width: 100%;
    height: 100%;
}
.dm-cell {
    display: table-cell;
    padding: 0 1em;
    vertical-align: middle;
    text-align: center;
}
.dm-modal {
    display: inline-block;
    padding: 20px;
    width: 370px;
    background: #ffffff;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.22), 0px 19px 60px rgba(0, 0, 0, 0.3);
    color: #cfd8dc;
    text-align: left;
    -webkit-animation: fade .8s;
    -moz-animation: fade .8s;
    animation: fade .8s;
    border-radius: 4px;
}

.dm-modal h3{
	color: #0b1115cf;
	font-family: 'VIenna', sans-serif;
	padding-left: 5px;
	font-size: 21px;
	margin-bottom: 10px;
}

.dm-modal p{
	font-family: 'VIenna', sans-serif;
}

.dm-modal .close {
    float: right;
    cursor: pointer;
    color: #54b948;
    border: none;
    border-radius: 25px;
    height: 23px;
    width: 22px;
    background: transparent;
    font-size: 21px;
}
.dm-modal .close:hover{
	color:#ea0808;
	background: none;
}

.form_submit {
    color: #000;
    width: 100%;
    background: url(../theme/style/img/btn_type_3.png) no-repeat;
    background-position: bottom;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
    padding: 13px 55px;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.form_submit:hover {
	color: #fff;
	width: 100%;
    background: url(../theme/style/img/btn_type_2.png) no-repeat;
    background-position: bottom;
    font-size: 18px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    margin-top: 15px;
    padding: 13px 55px;
    display: inline-block;
    z-index: 2;
    position: relative;
}