/* ===================================

	1: reset&normalize

====================================== */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent no-scroll;
}

html {
	overflow: auto;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-size: 10px;
	overflow-y: scroll;
	position: relative;
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
button,
figure,
figcaption {
	margin: 0;
	padding: 0;
	-webkit-font-feature-settings: "pkna" 1;
	font-feature-settings: "pkna" 1;
}

ul li {
	list-style-type: none;
}

li li {
	font-size: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6,
form,
textarea,
pre,
blockquote,
table,
th,
td {
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
	content: '';
}

p,
li,
dt,
dd,
pre,
legend {
	line-height: 2.0;
	text-justify: inter-ideograph;
	font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.4;
	text-justify: inter-ideograph;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
}

strong {
	font-weight: 600;
}

b {
	font-weight: 600;
}

dfn {
	font-style: italic;
}

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

img {
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0 0 0;
	padding: 0;
}

hr {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
	height: 1px;
	clear: both;
	margin: 20px 0 40px;
}

@media print,
screen and (max-width: 48em) {
	hr {
		margin: 30px 0;
	}
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

em {
	font-style: italic;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/* password */

input[type="password"] {
	height: 1.2em;
	font-family: arial;
	ime-mode: disabled;
}

/* button */

input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="image"] {
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
}

/* file */

input[type="file"] {
	height: 20px;
}

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
	font-size: 100%;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

label {
	cursor: pointer;
}

.navskip,
.hide {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}


#header {
	padding: 20px;
}

#logo {
width: 226px;
	height: 45px;
	margin-bottom: 0;
}

#logo a {
	display: block;
	height: 45px;
	background-image: url(../img/header_logo.jpg);
	background-size: 226px 45px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

div#container {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding-bottom: 40px;
	z-index: 10;
	background-image: url("../img/bg_body.png");
	background-repeat: repeat;
}

body {
	text-align: center;
}

.form-contaienr {
	max-width: 680px;
	margin: 0 auto;
	background-color: #fff;
	display: block;
	padding: 36px;
	z-index: 10;
	position: relative;
	box-shadow: 0 0 30px -5px rgb(0 0 0 / 12%);
}

div#footer {
	clear: both;
	margin: 0 auto;
	padding: 3rem 2.0rem 3rem;
	position: relative;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
div#footer ul {
	margin: 0;
	line-height: 1;
}
div#footer li {
	display: inline-block;
	margin-right: 20px;
	font-size: 12px;
	font-size: 1.2rem;
}
div#footer li:last-child {
	margin-right: 0;
}
div#footer p {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 0;
	margin-bottom: 0;
}
footer ul li a:link, footer ul li a:visited {
	color: #192839;
	text-decoration: none;
}

@media only screen and (max-width: 576px) {

footer {
	padding-bottom: 69px;
}

	div#footer {
		padding: 30px 1.0rem 30px;
		text-align: center;
			display: block;
	}
div#footer ul  {
	margin: 0 0 10px 0;
}
	div#footer p.footer-copy {
		text-align: center;
	}
}

.thanks_title {
	font-size: 3.6rem;
	font-weight: bold;
	margin-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
}

.thanks_text {
	margin-top: 40px;
	font-size: 1.8rem;
	line-height: 2;
	padding: 0 10px;
}

.thanks_link {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	background-color: #29b5a4;
	border: solid 1px #29b5a4;
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	transition: 0.3s ease-in-out;
}

.thanks_link:hover {
	background-color: #fff;
	color: #29b5a4;
}

@media only screen and (max-width: 576px) {
	.thanks_title {
		font-size: 2.4rem;
	}
	.thanks_text {
		font-size: 1.4rem;
	}
	br.nobr  {
	display: none;
}
}

.form_title {
	margin: 0;
	font-weight: bold;
	padding-top: 0.5em;
	padding-right: 0.75em;
	padding-left: 0.75em;
	padding-bottom: 0.5em;
	background-color: #29b5a4;
	color: #ffffff;
	width: 100%;
	font-size: 2rem;
	text-align: center;
}

.form-contaienr__attention {
	font-size: 1.2rem;
	text-align: left;
}

.form-contaienr__attention.__thanks {
	text-align: center;
	margin-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
}