@charset "utf-8";

.inner {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
  }

a {
	color: #fff;
	text-decoration: none;
}

.form-top {
	/*background-color: rgba(68, 104, 201, 0.918);*/
	font-size: 40px;
	padding: 200px 0;
	text-align: center;
	background: url(/img/support_s.jpg) center center / cover;
}

.outline {
    display     : inline-block;
    font-weight : bold;
    color       : #fdd000;
    text-shadow:  2px  2px 10px #d0001c ,
                 -2px  2px 10px #d0001c ,
                  2px -2px 10px #d0001c ,
                 -2px -2px 10px #d0001c;
}


div#thanks * {
	margin: 0;
	padding: 0;
}

div#thanks {
	width: 960px;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	font-size: 95%;
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
}








/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

div#thanks {
	width: 95%;
	font-size: 100%;
}

}
/* 1000pixel end */

/* footer */
.footer {
	background-color:#164784;
	color: #fff;
	padding: 30px 0;
	text-align: center;
  }
  
  .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		align-items: center;
  }
  
  @media screen and (max-width: 767px) {
	.flex {
	  display: block;
	}
  }
  
  .col-3 {
	width: calc(33.3333% - 20px * 3 / 4);
	margin-right: 20px;
  }
  
  @media screen and (max-width: 767px) {
	.col-3 {
	  width: 100%;
	}
  }
  
  .col-3:nth-of-type(3n) {
	margin-right: 0;
  }
  
  @media screen and (max-width: 767px) {
	.footer-nav__items {
	  padding: 0;
	}
  }
  
  @media screen and (max-width: 767px) {
	.footer-nav__item {
	  font-size: 12px;
	}
  }
  
  .footer__margin {
	margin: 10px 0;
  }
  
  @media screen and (max-width: 767px) {
	.contact {
	  margin: 20px 0;
	}
  }

  .thanks__link {
	  color: #164784;
	  text-decoration: underline;
  }


