/* COMMON */
body {
	font-family: 'latoregular';
	color: #000;
}
.container-fluid {
	max-width: 960px;
	margin: 0 auto;
}
.centered_box {
	display: table;
}
.centered_content {
	display: table-cell;
}
.centered_box,
.centered_content {
	vertical-align: middle;
	height: 100%;
	width: 100%;
}
.block {
	display: block;
}
.brown {
	color: #801400;
}
.brown_bg {
	background-color: #801400;
}
.close_window {
	background-color: #fff;
	position: absolute;
	cursor: pointer;
	opacity: 1;
	z-index: 5;
	right: 15px;
	padding: 0;
	border: 0;
	top: 10px;
}
.modal-content {
	padding: 25px 30px 15px;
	border-radius: 30px;
	text-align: center;
	margin: 0 auto;
}
body.iosBugFixCaret.modal-open { 
	position: fixed; 
	width: 100%; 
}
#user-agreement .modal-content,
#privacy-policy .modal-content {
	padding: 5px 15px 25px;
	text-align: left;
	max-width: 800px;
	font-size: 14px;
}
#user-agreement ul,
#privacy-policy ul {
	margin-left: -20px;
}
#user-agreement ul li,
#privacy-policy ul li {
	margin-bottom: 10px;
}
#user-agreement ol li span,
#privacy-policy ol li span {
	font-family: 'latobold';
	margin: 25px auto 10px;
	text-align: center;
	display: block;
	font-size: 20px;
}
#user-agreement h4 i,
#privacy-policy h4 i {
	border-bottom: 1px solid #fff;
	font-size: 18px;
}
/* COMMON END */

/* BUTTONS */
a, .btn, .anim {
	-webkit-transition: all .5s;
		 -moz-transition: all .5s;
			-ms-transition: all .5s;
			 -o-transition: all .5s;
					transition: all .5s;
}
a:focus,
button:focus {
	outline: none!important;
}
.btn {
	font-family: 'latomedium';
	text-transform: uppercase;
	padding: 13px 20px 9px;
	border-width: 4px;
	line-height: 20px;
	border-radius: 0;
	max-width: 300px;
	font-size: 16px;
	margin: 0 auto;
	display: block;
	width: 100%;
}
.btn-brown {
	background-color: #801400;
	border-color: #801400;
	color: #fff;
}
.btn-brown:hover,
.btn-brown:focus {
	background-color: #fff;
	color: #801400;
}
.btn-brown-trans {
	background-color: #fff;
	border-color: #801400;
	color: #801400;
}
.btn-brown-trans:hover,
.btn-brown-trans:focus {
	background-color: #801400;
	color: #fff;
}
/* BUTTONS END */

/* FORMS */
.form-group {
	margin-bottom: 6px;
}
.form-control {
	font-family: 'latomedium';
  border: 2px solid #989898;
  -webkit-box-shadow: none;
  	 -moz-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  color: #656565;
  padding: 5px 10px;
  height: 34px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  	 -moz-box-shadow: none;
          box-shadow: none;
  border-color: #989898;
}
.form-control::-moz-placeholder {
  color: #656565;
}
.form-control:-ms-input-placeholder {
  color: #656565;
}
.form-control::-webkit-input-placeholder {
  color: #656565;
}
.radio {
	text-align: left;
	padding: 5px 0 0;
  margin: 0 auto;
}
.radio input[type="radio"] {
	cursor: pointer;
	height: 10px;
	width: 10px;
	z-index: 5;
	opacity: 0;
	margin: 0;
}
.radio input[type="radio"] + label {
	background: url(../img/bg/radio.png) left center no-repeat;
	padding: 0 0 0 14px;
	position: relative;
	line-height: 14px;
	min-height: 14px;
	font-size: 10px;
	display: block;
}
.radio input[type="radio"] + label a {
	text-decoration: underline;
	color: #656565;
}
.radio input[type="radio"]:checked + label {
	background: url(../img/bg/radio-checked.png) left center no-repeat;
	opacity: 1;
}
.radio-question {
	position: relative;
	float: left;
	height: 50px;
	width: 50px;
}
.radio-question input[type="radio"] {
	position: absolute;
	cursor: pointer;
	height: 20px;
	width: 20px;
	z-index: 5;
	opacity: 0;
	margin: 0;
	bottom: 0;
	left: 0;
}
.radio-question input[type="radio"] + label {
	background: url(../img/bg/radio-question.png) left bottom no-repeat;
	padding: 0 0 28px 0;
	position: relative;
	line-height: 22px;
	min-height: 50px;
	font-size: 18px;
	display: block;
}
.radio-question input[type="radio"]:checked + label {
	background: url(../img/bg/radio-question-checked.png) left bottom no-repeat;
	opacity: 1;
}
.sp-form {
	line-height: 1!important;
  padding: 0!important;
}
.sp-field p span {
	font-family: 'latomedium';
	text-transform: uppercase;
	margin: 0 auto 5px;
	text-align: center;
	line-height: 1.25;
	font-size: 14px;
	display: block;
}
.sp-force-hide { 
	display: none;
}
.sp-form .sp-field {
  padding: 0!important;
}
.sp-form .sp-field input[type=radio] {
	position: absolute!important;
	margin: 0!important;
}
.sp-link-wrapper {
	display: none;
}
.sp-form[sp-id="120293"],
.sp-form[sp-id="120308"],
.sp-form[sp-id="120311"] { 
	font-family: 'latomedium';
	background-color: #fbfbfb;
	max-width: 270px;
  color: #656565;
	width: 100%; 
}
.sp-form[sp-id="120293"] input[type="checkbox"],
.sp-form[sp-id="120308"] input[type="checkbox"],
.sp-form[sp-id="120311"] input[type="checkbox"] { 
	display: inline-block; 
	opacity: 1; 
	visibility: visible;
}
.sp-form[sp-id="120293"] .sp-form-fields-wrapper,
.sp-form[sp-id="120308"] .sp-form-fields-wrapper,
.sp-form[sp-id="120311"] .sp-form-fields-wrapper { 
	margin: 0 auto; 
	width: 100%;
}
.sp-form[sp-id="120293"] .sp-form-control,
.sp-form[sp-id="120308"] .sp-form-control,
.sp-form[sp-id="120311"] .sp-form-control { 
	font-family: 'latomedium';
  border: 2px solid #989898;
  line-height: 1.42857143;
	background-color: #fff;
  padding: 5px 10px;
  border-radius: 0;
	max-width: 100%;
  font-size: 14px;
  color: #656565;
  height: 34px;
	width: 100%;
}
.sp-form[sp-id="120293"] .sp-field label,
.sp-form[sp-id="120308"] .sp-field label,
.sp-form[sp-id="120311"] .sp-field label { 
	color: #656565; 
	font-size: 14px; 
	font-style: normal; 
}
.sp-form[sp-id="120293"] .sp-button,
.sp-form[sp-id="120308"] .sp-button,
.sp-form[sp-id="120311"] .sp-button { 
	-webkit-transition: all .5s!important;
		 -moz-transition: all .5s!important;
			-ms-transition: all .5s!important;
			 -o-transition: all .5s!important;
					transition: all .5s!important;
	font-family: 'latomedium';
	text-transform: uppercase;
	border: 2px solid #801400;
	background-color: #fff;
	padding: 8px 20px 4px;
	font-weight: normal;
	line-height: 20px;
	border-radius: 0;
	max-width: 270px;
	font-size: 14px;
	color: #801400;
	margin: 0 auto;
	display: block;
	height: auto;
	width: 100%;
}
.sp-form .sp-button:hover {
	-webkit-transition: all .5s!important;
		 -moz-transition: all .5s!important;
			-ms-transition: all .5s!important;
			 -o-transition: all .5s!important;
					transition: all .5s!important;
	background-color: #801400;
	color: #fff;
  opacity: 1;
  top: 0!important;
}
.sp-form[sp-id="120293"] .sp-button:hover,
.sp-form[sp-id="120308"] .sp-button:hover,
.sp-form[sp-id="120311"] .sp-button:hover {
	background-color: #801400;
	color: #fff;
}
.sp-form[sp-id="120293"] .sp-button-container,
.sp-form[sp-id="120308"] .sp-button-container,
.sp-form[sp-id="120311"] .sp-button-container { 
	text-align: left; 
	width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
	.sp-form[sp-id="120293"],
	.sp-form[sp-id="120308"],
	.sp-form[sp-id="120311"] { 
		max-width: 230px;
	}
	.sp-field p span {
		font-size: 12px;
	}
}
@media screen and (max-width: 519px) {
	.sp-form[sp-id="120293"],
	.sp-form[sp-id="120308"],
	.sp-form[sp-id="120311"] { 
		max-width: 240px;
	}
	.sp-field p span {
		font-size: 12px;
	}
}
/* FORMS END */

/* CAPTIONS */
h1.gen_title {
	text-transform: uppercase;
	font-family: 'latoblack';
	margin: 0 auto 15px;
	line-height: 1;
	color: #801400;
}
h2.form_title {
	text-transform: uppercase;
	font-family: 'latoblack';
	line-height: 1.2;
	font-size: 30px;
}
h2.form_title span {
	display: block;
}
h2.lined_title {
	text-transform: uppercase;
	font-family: 'latoblack';
	padding: 65px 0 30px;
	text-align: center;
	line-height: 1.34;
	font-size: 30px;
	color: #801400;
	margin: 0 auto;
}
h2.lined_title span {
	position: relative;
}
h2.lined_title span::after,
h2.lined_title span::before {
	background-color: #801400;
	position: absolute;
	margin-top: -2px;
	content: "";
	height: 4px;
	width: 90px;
	top: 50%;
}
h2.lined_title span::after {
	margin-left: 20px;
	left: 100%;
}
h2.lined_title span::before {
	margin-right: 20px;
	right: 100%;
}

@media screen and (min-width: 992px) {
	h1.gen_title {
		font-size: 36px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	h1.gen_title {
		font-size: 32px;
	}
	h2.form_title {
		font-size: 25px;
	}
	h2.lined_title {
		font-size: 25px;
	}
	h2.lined_title span::after,
	h2.lined_title span::before {
		margin-top: -1px;
		height: 2px;
		width: 60px;
	}
	h2.lined_title span::after {
		margin-left: 15px;
	}
	h2.lined_title span::before {
		margin-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	h2.form_title {
		font-size: 25px;
	}
	h2.form_title span {
		display: inline;
	}
	h1.gen_title {
		font-size: 26px;
	}
	h2.lined_title {
		padding: 45px 0 25px;
		font-size: 25px;
	}
	h2.lined_title span::after,
	h2.lined_title span::before {
		display: none;
	}
}
@media screen and (max-width: 519px) {
	h2.form_title {
		font-size: 22px;
	}
	h1.gen_title {
		margin-bottom: 15px;
	}
	h2.lined_title {
		padding: 25px 0 15px;
		font-size: 22px;
	}
}
/* CAPTIONS END */

/* TOP SCREEN */
#top_screen {
	background: #fff url(../img/bg/header-bg.png) center top no-repeat;
}
@media screen and (min-width: 1920px) {
	#top_screen {
		background: #fff url(../img/bg/header-bg.png) center top no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
}
/* TOP SCREEN END */

/* HEADER */
#header {
	text-align: center;
}
.title_arrow {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	height: 45px;
}
.title_arrow::after {
	border-width: 30px 250px 30px 250px;
	border-color: transparent;
	border-top-color: #801400;
	margin-left: -250px;
	border-style: solid;
	position: absolute;
	content: "";
	left: 50%;
	top: 0;
}
#header p,
.page_subtitle {
	line-height: 1.2;
}
#header p span {
	font-family: 'latoblack';
	white-space: nowrap;
}

@media screen and (min-width: 992px) {
	#header {
		padding-top: 20px;
	}
	.page_subtitle {
		margin: 0 auto 10px;
		max-width: 550px;
		font-size: 18px;
	}
	#header p {
		margin: 0 auto 15px;
		max-width: 500px;
		font-size: 14px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#header {
		padding-top: 25px;
	}
	.title_arrow {
		height: 50px;
	}
	.title_arrow::after {
		border-width: 25px 200px 25px 200px;
		margin-left: -200px;
	}
	.page_subtitle {
		margin: 0 auto 40px;
		max-width: 680px;
		font-size: 22px;
	}
	#header p {
		margin: 0 auto 20px;
		max-width: 570px;
		font-size: 16px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	#header {
		padding-top: 25px;
	}
	.title_arrow {
		height: 40px;
	}
	.title_arrow::after {
		border-width: 20px 150px 20px 150px;
		margin-left: -150px;
	}
	.page_subtitle {
		margin: 0 auto 30px;
		max-width: 680px;
		font-size: 20px;
	}
	#header p {
		margin: 0 auto 15px;
		max-width: 570px;
		font-size: 14px;
	}
}
@media screen and (max-width: 519px) {
	#header {
		padding-top: 20px;
	}
	.title_arrow {
		height: 30px;
	}
	.title_arrow::after {
		border-width: 15px 100px 15px 100px;
		margin-left: -100px;
	}
	.page_subtitle {
		margin: 0 auto 25px;
		max-width: 680px;
		font-size: 18px;
	}
	#header p {
		margin: 0 auto 15px;
		max-width: 570px;
		font-size: 14px;
	}
}
/* HEADER END */

/* TIMER MAIN */
#timer_one {
	color: #000;
}
#timer_two {
	color: #fff;
}
#timer_three {
	color: #000;
}
.timer_main {
	padding: 20px 0 30px;
	position: relative;
	max-width: 960px;
	overflow: hidden;
	margin: 0 auto;
}
.timer_main .container,
.timer_main .container-fluid {
	position: relative;
	z-index: 3;
}
.timer_main h2.form_title {
	text-align: right;
}
.timer_form {
	-webkit-box-shadow: 7px 7px 23.75px 1.25px rgba(0, 0, 0, 0.11); 
	-moz-box-shadow: 7px 7px 23.75px 1.25px rgba(0, 0, 0, 0.11); 
	box-shadow: 7px 7px 23.75px 1.25px rgba(0, 0, 0, 0.11); 
	background-color: #fbfbfb;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
	min-height: 400px;
	overflow: hidden;
	max-width: 300px;
	margin: 0 auto;
	color: #000;
}
.timmer_arrow {
	background: url(../img/bg/form-arrow-bg.png) center bottom no-repeat;
	padding: 10px 10px 30px;
	margin: 0 auto 10px;
	position: relative;
	color: #fff;
}
.timmer_arrow p {
	font-family: 'latomedium';
	margin: 0 auto 0px;
	max-width: 310px;
	line-height: 1.2;
	font-size: 14px;
}
.timer_form h3 {
	font-family: 'latoblack';
	text-transform: uppercase;
	margin: 0 auto 5px;
	line-height: 1.25;
	font-size: 14px;
}
.timer {
	margin: 0 auto 10px;
	min-height: 60px;
	max-width: 263px;
}
.timer_label {
	font-family: 'latomedium';
	text-align: center;
	margin-right: 9px;
	padding: 5px 0 0;
	font-size: 12px;
	height: 20px;
	width: 59px;
	float: left;
}
.timer_label:last-child {
	margin-right: 0;
}
.form_box {
	max-width: 330px;
	padding: 0 15px;
	margin: 0 auto;
}
.form_box .radio {
	margin-bottom: 14px;
}
.form_box .btn {
	border: 2px solid #801400;
	padding: 8px 20px 4px;
}

@media screen and (min-width: 768px) {
	#timer_one .couch_foto,
	#timer_two .couch_foto,
	#timer_three .couch_foto {
		position: absolute;
		min-height: 100%;
		width: 100%;
		z-index: 1;
		top: 0;
	}
	.couch_foto_mobile {
		display: none;
	}
	.slogan {
		background-color: #801400;
		text-transform: uppercase;
		font-family: 'latoblack';
		padding: 5px 0 0 15px;
		position: relative;
		margin-right: 20px;
		margin-left: -15px;
		line-height: 1.2;
		max-width: 660px;
		font-size: 30px;
		height: 90px;
		color: #fff;
	}
	.slogan::after {
		border-width: 45px 20px 45px 20px;
		border-color: transparent;
		border-left-color: #801400;
		border-style: solid;
		position: absolute;
		content: "";
		left: 100%;
		top: 0;
	}
}
@media screen and (min-width: 800px) {
	#timer_one .couch_foto,
	#timer_two .couch_foto,
	#timer_three .couch_foto {
		left: 0;
	}
}
@media (min-width: 768px) and (max-width: 799px) {
	#timer_one .couch_foto {
		left: -80px;
	}
	#timer_two .couch_foto {
		left: -80px;
	}
	#timer_three .couch_foto {
		left: -115px;
	}
}
@media screen and (min-width: 992px) {
	.timer_main h2.form_title {
		margin: 20px 0 215px auto;
		max-width: 65%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#timer_one .couch_foto,
	#timer_two .couch_foto,
	#timer_three .couch_foto {
		width: 1000px;
	}
	.timer_main h2.form_title {
		margin: 30px 0 240px auto;
		max-width: 70%;
	}
	.slogan {
		max-width: 470px;
		font-size: 25px;
		height: 80px;
	}
	.slogan::after {
		border-width: 40px 20px 40px 20px;
	}
	.timmer_arrow p {
		font-size: 16px;
	}
	.timer_form h3 {
		font-size: 14px;
	}
	.timer {
		max-width: 249px;
	}
	.timer_label {
		margin-right: 7px;
		font-size: 12px;
		width: 57px;
	}
}
@media screen and (max-width: 767px) {
	#timer_two {
		color: #000;
	}
	.timer_form {
		margin: 25px auto;
	}
	.timer_main h2.form_title {
		text-align: center;
		margin-bottom: 0;
	}
	.slogan {
		text-transform: uppercase;
		font-family: 'latoblack';
		text-align: center;
		line-height: 1.2;
		font-size: 25px;
	}
	.couch_foto {
		display: none;
	}
	.couch_foto_mobile {
		display: block;
	}
	.couch_box {
		position: relative;
		max-width: 500px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 519px) {
	.timmer_arrow p {
		font-size: 14px;
	}
	.timer_form h3 {
		font-size: 14px;
	}
	.slogan {
		font-size: 22px;
	}
	.timer {
		max-width: 241px;
	}
	.timer_label {
		margin-right: 7px;
		font-size: 12px;
		width: 55px;
	}
}
/* TIMER MAIN END */

/* ADVANTAGES */
.advantages_box {
	font-family: 'latomedium';
	padding-left: 130px;
	margin: 0 auto 45px;
	position: relative;
	line-height: 1.5;
	font-size: 20px;
	max-width: 405px;
	height: 100px;
}
.advantages_icon {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 0;
	top: 0;
}
.testing_block p {
	font-family: 'latomedium';
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.8;
	font-size: 20px;
}
.testing_block p strong {
	font-family: 'latoblack';
	font-weight: normal;
}
.testing_block p span {
	font-family: 'latobold';
}
.testing_title {
	padding: 15px 0 60px;
}
.questions_list {
	margin: 0 auto 30px;
	max-width: 1000px;
}
.questions_list li {
	-webkit-box-shadow: 2px 2px 8.5px 1.5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 2px 2px 8.5px 1.5px rgba(0, 0, 0, 0.15);
	box-shadow: 2px 2px 8.5px 1.5px rgba(0, 0, 0, 0.15);
	padding: 25px 130px 25px 30px;
	background-color: #fff;
	position: relative;
}
.questions_list li:nth-child(even) {
	background-color: #f8f8f8;
}
.questions_list li:nth-child(1) {
	z-index: 1;
}
.questions_list li:nth-child(2) {
	z-index: 2;
}
.questions_list li:nth-child(3) {
	z-index: 3;
}
.questions_list li:nth-child(4) {
	z-index: 4;
}
.questions_list li:nth-child(5) {
	z-index: 5;
}
.questions_list li:nth-child(6) {
	z-index: 6;
}
.questions_list li:nth-child(7) {
	z-index: 7;
}
.questions_list li:nth-child(8) {
	z-index: 8;
}
.questions_list li:nth-child(9) {
	z-index: 9;
}
.questions_list li:nth-child(10) {
	z-index: 10;
}
.questions_list li:nth-child(11) {
	z-index: 11;
}
.questions_list li:nth-child(12) {
	z-index: 12;
}
.questions_list li:nth-child(13) {
	z-index: 13;
}
.questions_list li:nth-child(14) {
	z-index: 14;
}
.questions_list li:nth-child(15) {
	z-index: 15;
}
.questions_list li:nth-child(16) {
	z-index: 16;
}
.questions_list li:nth-child(17) {
	z-index: 17;
}
.questions_list li:nth-child(18) {
	z-index: 18;
}
.questions_list li:nth-child(19) {
	z-index: 19;
}
.questions_list li:nth-child(20) {
	z-index: 20;
}
.questions_list li > span.block {
	padding: 3px 15px 3px 0;
	line-height: 1.23;
	max-width: 720px;
	font-size: 18px;
	height: 50px;
}
.answer_box {
	position: absolute;
	height: 50px;
	width: 100px;
	right: 15px;
	top: 25px;
}
.calc_result {
	font-family: 'latoblack';
	margin-bottom: 30px;
	text-align: center;
	min-height: 30px;
	line-height: 1.5;
	font-size: 20px;
}
.result_nav {
	border-bottom: 3px solid #dadada;
	min-height: 70px;
}
.result_nav li {
	border-bottom: 1px solid #f8f8f8;
	width: 33.33%;
	float: left;
}
.result_nav li a {
	padding: 25px 15px 21px;
	text-decoration: none;
	line-height: 20px;
	font-size: 18px;
	display: block;
	color: #000;
}
.result_nav li.active a {
	background-color: #f8f8f8;
	font-family: 'latobold';
}
.tab-pane {
	font-family: 'latomedium';
	padding: 15px 15px 0;
	line-height: 1.45;
	font-size: 18px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.advantages_box {
		font-size: 18px;
	}
	.testing_block p {
		font-size: 18px;
	}
	.questions_list li > span.block {
		font-size: 17px;
	}
	.result_nav li a {
		padding: 15px 15px 11px;
		font-size: 16px;
	}
	.result_nav li a span {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	#advantages {
		padding-bottom: 40px;
	}
	.advantages_box {
		margin: 0 auto 25px;
	}
	.testing_block p strong {
		display: block;
	}
	.questions_list li > span.block {
		min-height: 50px;
		font-size: 16px;
		height: auto;
	}
	.result_nav li {
		border-bottom: 1px solid #f8f8f8;
		width: 100%;
		float: none;
	}
	.result_nav li a {
		font-size: 18px;
	}
}
@media screen and (max-width: 519px) {
	.advantages_box {
		margin: 0 auto 25px;
		text-align: center;
		line-height: 1.3;
		padding-left: 0;
		font-size: 18px;
		height: auto;
	}
	.advantages_icon {
		margin: 0 auto 15px;
		position: relative;
		height: 80px;
		width: 80px;
		left: auto;
	}
	.testing_block p {
		font-family: 'latomedium';
		margin-bottom: 20px;
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
	}
	.questions_list li {
		padding: 20px 15px;	
	}
	.answer_box {
		position: relative;
		margin: 15px 0 0 auto;
		height: 50px;
		width: 100px;
		right: auto;
		top: 0;
	}
	.tab-pane {
		font-size: 16px;
	}
}
/* ADVANTAGES END */

/* ABOUT */
#about {
	padding-bottom: 80px;
}
#program {
	padding-bottom: 40px;
}
.about_box {
	padding: 30px 0 30px 30px;
	position: relative;
	margin-left: 25px;
	max-width: 505px;
}
.about_number {
	font-family: 'latoblack';
	position: absolute;
	font-size: 110px;
	line-height: 1;
	color: #f7f7f7;
	z-index: 1;
	top: -8px;
	left: 0;
}
.about_box p {
	position: relative;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 18px;
	z-index: 5;
}

@media (min-width: 768px) and (max-width: 991px) {
	.about_box {
		margin-left: 0;
	}
	.about_box p {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	#about {
		padding-bottom: 50px;
	}
	.about_box {
		margin: 0 auto;
	}
}
@media screen and (max-width: 519px) {
	#about {
		padding-bottom: 30px;
	}
	.about_box p {
		font-size: 18px;
	}
}
/* ABOUT END */

/* EXPERIENCE */
#experience {
	background-color: #f6f5f5;
	padding-bottom: 70px;
}
.exp_list {
	position: relative;
}
.exp_list::after {
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	background-color: #f8f8f8;
	position: absolute;
	margin-left: -1px;
	bottom: 50px;
	content: "";
	width: 2px;
	left: 50%;
	top: 50px;
}
.exp_left {
	padding-right: 45px;
}
.exp_right {
	padding-left: 45px;
}
.experience_box {
	-webkit-box-shadow: 2px 2px 7.5px 1.3px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 2px 2px 7.5px 1.3px rgba(0, 0, 0, 0.18);
	box-shadow: 2px 2px 7.5px 1.3px rgba(0, 0, 0, 0.18);
	font-family: 'latomedium';
	background-color: #fff;
	margin: 0 auto 40px;
	padding: 28px 15px;
	position: relative;
	line-height: 22px;
	font-size: 16px;
}
.experience_box.grey {
	background-color: #f8f8f8;
}
.experience_box::before {
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
	background-color: #f8f8f8;
	position: absolute;
	content: "";
	height: 2px;
	width: 60px;
	top: 49px;
}
.exp_left .experience_box::before {
	left: 100%;
}
.exp_right .experience_box::before {
	right: 100%;
}
.exp_left .experience_box:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 768px) {
	.exp_right {
		margin-bottom: -10px;
		padding-top: 50px;
	}
	.exp_right .experience_box {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.exp_left {
		padding-right: 25px;
	}
	.exp_right {
		padding-left: 25px;
	}
	.experience_box {
		font-size: 16px;
	}
	.experience_box::before {
		width: 40px;
	}
	.experience_box span.block {
		display: inline;
	}
}
@media screen and (max-width: 767px) {
	.exp_list {
		max-width: 550px;
		margin: 0 auto;
	}
	.exp_list::after {
		margin-left: 0;
		left: 0;
	}
	.exp_left,
	.exp_right {
		padding-left: 60px;
		padding-right: 0;
	}
	.exp_right {
		padding-top: 40px;
	}
	.exp_left .experience_box::before,
	.exp_right .experience_box::before {
		right: 100%;
		left: auto;
	}
}
@media screen and (max-width: 519px) {
	.exp_left,
	.exp_right {
		padding-left: 0;
	}
	.exp_right {
		padding-top: 20px;
	}
	.experience_box {
		margin-bottom: 20px;
		text-align: center;
		padding: 20px 15px;
		max-width: 400px;
		font-size: 16px;
		z-index: 5;
	}
	.exp_list::after {
		margin-left: -1px;
		left: 50%;
	}
	.experience_box::before {
		display: none;
	}
	.experience_box span.block {
		display: inline;
	}
}
/* EXPERIENCE END */

/* REVIEWS */
#reviews {
	padding-bottom: 35px;
}
.review_box {
	padding: 30px 0 30px 165px;
	position: relative;
	min-height: 150px;
}
.rev_ava {
	border-radius: 50%;
	margin-bottom: 15px;
	overflow: hidden;
	height: 150px;
	width: 150px;
}
.review_box h3 {
	font-family: 'latoblack';
	margin: 0 auto 15px;
	line-height: 1.25;
	font-size: 18px;
}
.review_box p {
	font-family: 'latomedium';
	line-height: 1.22;
	margin-bottom: 0;
	font-size: 16px;
}

@media screen and (min-width: 992px) {
	.rev_ava {
		position: absolute;
		top: 30px;
		left: 0;
	}
}
@media (min-width: 520px) and (max-width: 991px) {
	.rev_ava {
		position: absolute;
		top: 30px;
		left: 0;
	}
	.review_box h3 {
		font-size: 18px;
	}
	.review_box p {
		font-size: 16px;
	}
}
@media (min-width: 520px) and (max-width: 767px) {
	.review_box {
		padding: 30px 0 30px 155px;
	}
	.rev_ava {
		height: 140px;
		width: 140px;
	}
}
@media screen and (max-width: 519px) {
	.review_box {
		text-align: center;
		padding: 30px 0;
	}
	.rev_ava {
		margin: 0 auto 15px;
		height: 140px;
		width: 140px;
	}
	.review_box h3 {
		font-size: 16px;
	}
	.review_box p {
		font-size: 14px;
	}
}
/* REVIEWS END */

/* GIFT ABOUT */
#gift_about {
	padding: 50px 0 35px;
	text-align: center;
}
#gift_about h2 {
	font-family: 'latoblack';
	margin: 0 auto 10px;
	font-size: 36px;
	line-height: 1;
	color: #801400;
}
#gift_about h3 {
	font-family: 'latoblack';
	margin: 0 auto 5px;
	font-size: 30px;
	line-height: 1;
}
#gift_about p {
	font-family: 'latomedium';
	margin-bottom: 40px;
	line-height: 1.25;
	font-size: 20px;
}

@media screen and (max-width: 991px) {
	#gift_about h2 {
		font-size: 30px;
	}
	#gift_about h3 {
		font-size: 25px;
	}
	#gift_about p {
		margin-bottom: 30px;
		font-size: 18px;
	}
}
@media screen and (max-width: 519px) {
	#gift_about h2 {
		font-size: 26px;
	}
	#gift_about h3 {
		font-size: 22px;
	}
	#gift_about p {
		font-size: 16px;
	}
}
/* GIFT ABOUT END */

/* FOOTER */
#footer {
	background-color: #edeaea;
	padding: 25px 0 20px;
}
#footer a {
	color: #000;
}
.site_name {
	font-family: 'latoblack';
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 24px;
}
.site_name a {
	text-decoration: none;
	font-size: 30px;
	line-height: 1;
}
#footer p {
	margin-bottom: 10px;
	line-height: 22px;
	font-size: 18px;
}
#footer p a {
	text-decoration: none;
	font-size: 20px;
}
.footer_info {
	padding-top: 30px;
}
.footer_info a {
	text-decoration: underline;
	line-height: 22px;
	font-size: 18px;
}
.footer_info a:hover {
	text-decoration: none;
}
.social li {
	float: left;
}
.social li+li {
	margin-left: 10px;
}
.social li a {
	display: block;
	height: 30px;
	width: 30px;
}
.social li a:hover .svg_hover {
	fill: #801400;
}

@media screen and (min-width: 768px) {
	.social {
		float: right;
	}
	.left_side {
		text-align: left;
	}
	.right_side {
		text-align: right;
	}
}
@media screen and (max-width: 1199px) {
	.site_name {
		font-size: 20px;
	}
	.site_name a {
		font-size: 24px;
	}
	#footer p {
		line-height: 22px;
		font-size: 16px;
	}
	#footer p a {
		font-size: 18px;
	}
	.footer_info {
		padding-top: 30px;
	}
	.footer_info a {
		line-height: 22px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.social {
		display: inline-block;
		margin: 0 auto;
	}
	.left_side,
	.right_side {
		text-align: center;
	}
}
/* FOOTER END */

/* THANKS */
#thanks {
	text-align: center;
	padding: 70px 0 20px;
}
.thanks_page_subtitle {
	background: url(../img/check-icon.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	font-family: 'latoblack';
	padding: 45px 0 15px;
	line-height: 1.25;
	max-width: 500px;
	font-size: 20px;
	margin: 0 auto;
}
#thanks h2.lined_title {
	padding: 35px 0;
	line-height: 1;
}
.gift_info {
	background: url(../img/gift.png) center top no-repeat;
	padding: 50px 95px 20px;
	margin: 10px auto;
	min-height: 150px;
	text-align: left;
	max-width: 850px;
}
.gift_info p {
	font-family: 'latomedium';
	margin-bottom: 20px;
	line-height: 1.2;
	font-size: 20px;
}
.gift_info p strong {
	font-family: 'latoblack';
	font-weight: normal;
}
.gift_info p span {
	font-size: 14px;
}

@media screen and (min-width: 992px) {
	#thanks h1.gen_title {
		font-size: 36px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#thanks h1.gen_title {
		font-size: 32px;
	}
}
@media screen and (max-width: 767px) {
	#thanks {
		padding: 40px 0 20px;
	}
	#thanks h1.gen_title {
		font-size: 26px;
	}
	.thanks_page_subtitle {
		font-size: 18px;
	}
	#thanks h2.lined_title {
		padding: 25px 0 15px;
		line-height: 1.2;
	}
	.gift_info {
		background: url(../img/gift.png) center top no-repeat;
		padding: 130px 0 20px;
		text-align: center;
		max-width: 540px;
	}
}
/* THANKS END */