/* reset */

html, body, div, span, h1, h2, h3, h4, h5, h6, p,
strong, var, b, u, i, center, footer, header, section, time {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 header, section {
	display: block;
}
body {
	 line-height: 1;
}

/* styles */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-width: 480px;
	background-color: #ccf8ff;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgb(51, 51, 51);
	cursor: default;
}

.main {
	margin: 0 auto;
	padding: 70px 0 0;
	width: 480px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

b {
	font-weight: 700;
}
strong {
	font-weight: 800;
}

/* fixed block */

.logo {
	border: solid #17A2B8;
	border-radius: 20px 40px;
}

.fixed_section {
	width: 100%;
	min-width: 480px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 150;
}

.fixed_block {
	margin: 0 auto;
	padding: 15px 20px;
	width: 480px;
	background-color: #70dada;
	display: flex;
	flex-direction: column;
}

.fixed_block_title {
	display: flex;
	flex-direction: row;
}

.title_in_fixed_section {
	padding-left: 30px;
	padding-top: 20px;
}

.fixed_block h3 {
	float: left;
	font-weight: 700;
	font-size: 20px;
	line-height: 40px;
}

.fixed_block p{
	float: left;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}

.fixed_block .button {
	display: block;
	float: none;
	width: 440px;
	height: 2.5;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: .3rem;
	background-color: #17A2B8;
	line-height: 2.5;
	letter-spacing: 0.5px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	outline: none;
	font-size: 20px;
	margin-top: 20px;

}

/* section */

section {
	margin: 0 0 25px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
}

/* titles */

section .title_block {
	margin: 0 0 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
} 

.description_section .title_block {
	text-transform: uppercase;
	margin: 0;
}

.description_section {
	margin-top: 180px;
	margin-bottom: 0;
}

section h2 {
	text-align: center;
	border-bottom: 3px solid #17A2B8;
	font-size: 24px;
	line-height: 30px;
}

section i {
	color: #17A2B8;
}

/* text */

.text_block {
	margin: 20px;
}

.text_block p {
	margin: 0 0 15px;
	text-align: justify;
}

.text_block h3 {
padding-top: 20px;
}


/* form */

/* .order_form .field::-webkit-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field::-moz-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:-ms-input-placeholder {
	opacity: 1;
	color: #999ca1;
}

.order_form .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.order_form .field:focus:-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus::-moz-placeholder {
	opacity: 0;
}

.order_form .field:focus:-ms-input-placeholder {
	opacity: 0; 
}
 
.order_form .button {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 380px;
	height: 80px;
	border: none;
	border-bottom: 2px solid #376c9e;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Helvetica', 'Arial', sans-serif;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}  */

/* deadline text*/
/* 
.order_section .deadline_text {
	margin: 30px 20px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.order_section .deadline_text:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -1px 8px 0 0;
	width: 19px;
	height: 19px;
	background: url("../icons/icons.png") -99px -26px no-repeat;
}

.order_section.dark_theme .deadline_text:before {
	background-position: -120px -26px;
}

.order_section.dark_theme .timer_block {
	border-color: rgba(255,255,255,.4);
}

.order_section.dark_theme .timer_block .count {
	border-color: #fff;
}  */

/* footer */

footer {
	display: flex;
	justify-content: space-around;
	padding: 25px 20px 20px;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

footer p {
    width: 280px;    
}

/* New Style */

.thank{
	padding: 70px 20px;
	text-align: center;
}

.thank__title{
	font-size: 30px;
	margin-bottom: 10px;
}

.thank__descr{
	font-size: 20px;
}

