/*html {*/
	/*-webkit-text-size-adjust: 100%;*/
/*}*/

/*body {*/
	/*margin: 0 auto;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-size: 13px;*/
/*}*/

a {
	cursor: pointer;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	color: #333333;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4;
}

/*header {*/
	/*height: 70px;*/
/*}*/

.wrapper-main{
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.main-content{
	flex: 1 0 auto;
}
.footer{
	flex: 0 0 auto;
}

/*.underheader .wraper {*/
	/*position: relative;*/
/*}*/

/*.wraper {*/
	/*width: 1015px;*/
	/*margin: 0 auto;*/
	/*padding: 0 15px;*/
	/*height: 100%;*/
/*}*/

/*.logo_header {*/
	/*float: left;*/
	/*position: absolute;*/
	/*top: 20px;*/
/*}*/

.toggleMenu,
toggleLogin {
	display: none;
}

/*.top_menu {*/
	/*margin: 0 0 0 165px;*/
	/*line-height: 70px;*/
	/*width: 615px;*/
	/*position: absolute;*/
	/*padding-left: 40px;*/
/*}*/

/*.top_menu li {*/
	/*display: inline-block;*/
	/*padding: 0;*/
/*}*/

/*.top_menu li a {*/
	/*padding: 26px 13px;*/
	/*color: #000000;*/
	/*-webkit-transition-duration: 0.3s;*/
	/*-o-transition-duration: 0.3s;*/
	/*-moz-transition-duration: 0.3s;*/
	/*transition-duration: 0.3s;*/
/*}*/

/*.top_menu .current a {*/
	/*color: #9797e4;*/
/*}*/

/*.top_menu li a span {*/
	/*font-size: 13px;*/
/*}*/

/*.top_menu li a:hover {*/
	/*color: #9797e4;*/
/*}*/

/*.header_tel {*/
	/*position: relative;*/
	/*left: 790px;*/
	/*line-height: 70px;*/
	/*color: #000;*/
/*}*/

/*.header_tel:before {*/
	/*content: url('/images/split/tel.png');*/
	/*position: relative;*/
	/*right: 10px;*/
	/*top: 2px;*/
/*}*/

/*.login {*/
	/*width: 70px;*/
	/*line-height: 27px;*/
	/*border: 1px solid #4f4f97;*/
	/*border-radius: 2px;*/
	/*float: right;*/
	/*text-align: center;*/
	/*position: relative;*/
	/*top: 20px;*/
	/*-webkit-transition-duration: 0.3s;*/
	/*-o-transition-duration: 0.3s;*/
	/*-moz-transition-duration: 0.3s;*/
	/*transition-duration: 0.3s;*/
/*}*/

/*.login a {*/
	/*text-transform: uppercase;*/
	/*color: #4f4f97;*/
	/*padding: 5px 15px;*/
	/*-webkit-transition-duration: 0.3s;*/
	/*-o-transition-duration: 0.3s;*/
	/*-moz-transition-duration: 0.3s;*/
	/*transition-duration: 0.3s;*/
/*}*/

.toggleLoginList,
.toggleMenuList {
	display: none;
}

.toggleFormListDesktop {
	display: none;
}

.toggleFormListDesktop {
	position: relative;
	background: url(/images/split/testim_background.png) no-repeat #fff8d2 center;
	top: -50px;
	width: 240px;
	height: 215px;
	border: 1px solid #cdc8a2;
	border-radius: 2px;
	right: -774px;
	z-index: 2;
	text-align: center;
}

/*.close_login_block {*/
	/*position: absolute;*/
	/*right: 0;*/
	/*cursor: pointer;*/
/*}*/

/*.close_login_block:before {*/
	/*content: url(/images/split/close_login_block.png);*/
	/*position: absolute;*/
	/*right: 0px;*/
	/*width: 33px;*/
	/*height: 30px;*/
	/*padding-top: 9px;*/
/*}*/

.toggleFormListDesktop.no_user {
	height: 250px;
}

/*.enter {*/
	/*-webkit-appearance: none;*/
	/*width: 148px;*/
	/*height: 33px;*/
	/*background-color: #4f4f97;*/
	/*border: 0;*/
	/*-webkit-border-radius: 3px;*/
	/*border-radius: 3px;*/
	/*color: #fff;*/
	/*font-size: 17px;*/
	/*font-weight: 600;*/
	/*font-family: 'Lato';*/
	/*cursor: pointer;*/
	/*margin: 25px auto 15px;*/
	/*text-transform: uppercase;*/
	/*-webkit-transition-duration: 0.3s;*/
	/*-o-transition-duration: 0.3s;*/
	/*-moz-transition-duration: 0.3s;*/
	/*transition-duration: 0.3s;*/
/*}*/

.enter:hover {
	color: #4f4f97;
	background: transparent;
	border: 1px solid #4f4f97;
}

/*.wrapper_login {*/
	/*position: absolute;*/
	/*left: 50%;*/
	/*margin-left: -508px;*/
/*}*/

/*.login_input,*/
/*.password_input {*/
	/*width: 205px;*/
	/*height: 25px;*/
	/*border: 1px solid #c7c7c7;*/
	/*margin-top: 10px;*/
	/*padding-left: 10px;*/
	/*font-family: 'Open Sans';*/
/*}*/

.login_input:focus,
.password_input:focus {
	border: 1px solid #29b0d9;
}

/*.logout {*/
	/*width: 149px;*/
	/*line-height: 36px;*/
	/*color: #fff;*/
	/*margin: 15px auto 0;*/
	/*background: #4f4f97;*/
	/*border-radius: 3px;*/
	/*padding-top: 0 !important;*/
	/*font-size: 15px !important;*/
	/*font-weight: 600 !important;*/
	/*text-transform: uppercase;*/
	/*-webkit-transition-duration: 0.3s;*/
	/*-o-transition-duration: 0.3s;*/
	/*-moz-transition-duration: 0.3s;*/
	/*transition-duration: 0.3s;*/
/*}*/

/*.logout:hover {*/
	/*color: #4f4f97;*/
	/*background: transparent;*/
	/*border: 1px solid #4f4f97;*/
/*}*/

/*.forgot {*/
	/*color: #5895d8 !important;*/
	/*text-decoration: underline;*/
	/*font-size: 13px !important;*/
/*}*/

/*.forgot:hover {*/
	/*text-decoration: none;*/
/*}*/

/*.toggleFormListDesktop span {*/
	/*font-size: 18px;*/
	/*display: block;*/
	/*padding-top: 25px;*/
/*}*/

/*.user_name {*/
	/*font-size: 16px !important;*/
	/*font-weight: 500 !important;*/
	/*padding: 45px 0 20px;*/
	/*color: #000;*/
/*}*/

.toggleFormListDesktop a:nth-child(3) {
	padding-top: 0;
	width: 147px;
	line-height: 32px;
	border: 1px solid #4f4f97;
	margin: auto;
	border-radius: 2px;
	color: #4f4f97;
	font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.toggleFormListDesktop a:nth-child(3):hover {
	color: #fff;
	background: #4f4f97;
}

/*.toggleFormListDesktop a {*/
	/*display: block;*/
	/*font-size: 25px;*/
	/*font-weight: 300;*/
/*}*/

.login a:hover {
	color: #fff;
}

.login:hover {
	background: #4f4f97;
}

.toggleFormList {
	display: none;
}

/*.underheader {*/
	/*background: url(/images/split/background.png) no-repeat #4f4f97 center;*/
	/*height: 383px;*/
/*}*/

/*.underheader_text {*/
	/*float: left;*/
	/*color: #ffffff;*/
	/*margin-top: 33px;*/
/*}*/

/*.underheader_text h2 {*/
	/*font-family: 'Lato';*/
	/*font-size: 41px;*/
	/*margin-bottom: 30px;*/
	/*color: #fff;*/
/*}*/

/*.underheader_text p,*/
/*.underheader_text h1 {*/
	/*font-size: 18px;*/
	/*color: #fff;*/
	/*font-weight: 400;*/
/*}*/

.background {
	display: block;
	margin: 0 auto;
}

/*.girl {*/
	/*position: relative;*/
	/*top: 91px;*/
	/*left: 10px;*/
/*}*/

/*.underheader_text ul {*/
	/*padding-left: 0;*/
	/*margin-right: 65px;*/
/*}*/

/*.underheader_list_left {*/
	/*margin-top: 0;*/
/*}*/

/*.underheader_text ul li {*/
	/*list-style: none;*/
	/*line-height: 28px;*/
	/*padding-left: 10px;*/
/*}*/

/*.underheader_list_left {*/
	/*float: left;*/
/*}*/

/*.underheader_text ul li:before {*/
	/*content: url('/images/split/checked.png');*/
	/*position: relative;*/
	/*top: 3px;*/
	/*right: 10px;*/
/*}*/

/*.best_prices {*/
	/*width: 310px;*/
	/*height: auto;*/
	/*background-color: #fff;*/
	/*float: right;*/
	/*position: absolute;*/
	/*right: 15px;*/
	/*top: 35px;*/
/*}*/

/*.best_prices:before {*/
	/*content: url(/images/split/best_prices.png);*/
	/*position: relative;*/
	/*right: 7px;*/
	/*bottom: 6px;*/
/*}*/

#total_price span {
	position: relative;
	top: 50px;
	right: 90px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}

/*.selectWrap {*/
	/*position: relative;*/
	/*box-sizing: border-box;*/
	/*overflow: hidden;*/
	/*background: none;*/
/*}*/

#popup_password {
	margin-left: 75px;
}

/*select {*/
	/*padding: 3px 26px 5px 10px;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*-webkit-appearance: none;*/
	/*-moz-appearance: none;*/
	/*-o-appearance: none;*/
	/*appearance: none;*/
	/*background: none;*/
	/*background-color: #fff;*/
	/*background-image: none;*/
	/*box-sizing: border-box;*/
	/*outline: none;*/
	/*background: #fff url(/images/split/arrow_down.png) no-repeat scroll 96% center;*/
/*}*/

select::-ms-expand {
	display: none;
}

/*.selectWrap:after {*/
	/*content: "";*/
	/*display: block;*/
	/*position: absolute;*/
	/*height: 28px;*/
	/*width: 20px;*/
	/*top: 14px;*/
	/*right: 26px;*/
	/*pointer-events: none;*/
	/*background: url(/images/split/arrow_down.png) no-repeat scroll left center;*/
/*}*/

.proceed {
	background-color: #55b24d;
	padding: 11px 20px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Lato';
	position: relative;
	top: 20px;
	left: -24px;
	display: block;
	width: 130px;
	float: right;
	text-align: center;
	margin-bottom: 15px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.proceed:hover {
	background-color: #2c9d1f;
}

.proceed:after {
	content: url(/images/split/proceed_arrow.png);
	position: relative;
	left: 7px;
	bottom: 1px;
	-webkit-transition-duration: 0.15s;
	-o-transition-duration: 0.15s;
	-moz-transition-duration: 0.15s;
	transition-duration: 0.15s;
}

.proceed:hover:after {
	left: 15px;
}

.how_it_work {
	height: 460px;
}

/*form {*/
	/*position: relative;*/
	/*bottom: 25px;*/
	/*text-align: center;*/
/*}*/

/*.best_prices h2 {*/
	/*font-size: 22px;*/
	/*position: absolute;*/
	/*top: 25px;*/
	/*left: 59px;*/
	/*font-weight: 500;*/
/*}*/

.discount {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

.how_it_work h2 {
	font-size: 30px;
	text-align: center;
	font-family: 'Lato';
	font-weight: 500;
	color: #333333;
	padding-top: 40px;
	padding-bottom: 30px;
}

.how_it_works_item {
	float: left;
	width: 203px;
	height: 256px;
	border: 1px solid #c7c7c7;
	margin-right: 38px;
	text-align: center;
	padding: 10px;
}

.how_it_works_item:before {
	content: url(/images/split/arrow.png);
	position: relative;
	top: 105px;
	right: 145px;
}

.image {
	height: 115px;
}

.how_it_works_item h3 {
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
}

.how_it_works_item p {
	font-family: 'Lato', sans-serif;
}

.banner {
	width: 100%;
	height: 104px;
	background: url(/images/split/discount_banner.png) no-repeat #4f4f97 center bottom;
}

.how_it_work_wraper {
	display: table;
	width: 100%;
}

.how_it_work_wraper_item {
	display: table-cell;
}

.banner p {
	color: #fff;
	font-size: 26px;
	float: left;
	line-height: 104px;
}

.banner span {
	color: #4f4f97;
	background-color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 3px;
	padding: 0 3px;
}

.button_split,
.button2 {
	width: 233px;
	line-height: 60px;
	text-transform: uppercase;
	float: right;
	text-align: center;
	position: relative;
	top: 22px;
	right: 20px;
	background: none;
}

.egc_left-colomn .button_split {
	top: 0;
	right: 4px;
}

.button_split a {
	border-radius: 3px;
	background-color: #f18200;
	color: #fff;
	padding: 19px 59px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.egc_left-colomn .button_split a {
	padding: 19px 27px;
}

.button_split a:hover,
.button2 a:hover {
	background-color: #ffb22c;
}

.testimonials {
	background: url(/images/split/testim_background.png) no-repeat #fff8d2 center;
	height: 390px;
	text-align: center;
}

.testimonials h2 {
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	padding-top: 43px;
	padding-bottom: 30px;
}

.testimonials p {
	width: 620px;
	margin: 0 auto;
}

.testimonials h2:before {
	content: url(/images/split/testim_item2.png);
	position: relative;
	top: 50px;
	right: 170px;
}

.testimonials  h2:after {
	content: url(/images/split/testim_item1.png);
	position: relative;
	top: 130px;
	left: 150px;
}

.testim_photos {
	margin: 40px auto 0;
	width: 250px;
	height: 65px;
}

.testim_photos img {
	margin: 0 10px;
	position: relative;
}

.testim_photos:before {
	content: url(/images/split/arrow_left.png);
	position: relative;
	bottom: 8px;
	right: 15px;
}

.testim_photos:after {
	content: url(/images/split/arrow_right.png);
	position: relative;
	bottom: 8px;
	left: 15px;
}

.first_photo,
.last_photo {
	bottom: 5px;
}

.name {
	font-size: 18px;
}

.arrow_bottom {
	position: relative;
	top: 10px;
	left: 40px;
}

.testimonials a {
	color: #000;
	opacity: 0.3;
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 700;
	position: relative;
	top: 25px;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.testimonials a:hover {
	opacity: 0.6;
}

.article_item1,
.article_item2,
.article_item3 {
	width: 315px;
	margin-right: 23px;
}

.last_item {
	margin-right: 0;
}

.article_item1 img {
	display: block;
	margin: 65px auto 27px;
}

.article_item2 img {
	display: block;
	margin: 65px auto 30px;
}

.article_item3 img {
	display: block;
	margin: 65px auto 20px;
}

.articles h2 {
	font-family: 'Lato';
	text-align: center;
	font-size: 18px;
	margin-bottom: 8px;
}

.order_now {
	width: 233px;
	line-height: 59px;
	clear: both;
	margin: 0 auto 120px;
	position: relative;
	top: 35px;
}

.order_now a {
	border-radius: 3px;
	background-color: #f18200;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: bold;
	padding: 21px 59px;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.order_now a:hover {
	background-color: #ffb22c;
}

footer {
	background-color: #2e2c2f;
	height: 370px;
	overflow: hidden;
}

.footer_nav {
	border-bottom: 1px solid #585659;
	height: 165px;
}

.footer_links {
	float: left;
}

.footer_links ul {
	float: left;
	margin: 40px 0;
	padding-left: 15px;
}

.footer_links ul li {
	list-style-type: none;
	margin-right: 50px;
	margin-bottom: 12px;
}

.egcCustomer .footer_links ul li {
	margin-bottom: 5px;
}

.footer_links ul li:before {
	content: url(/images/split/list_style.png);
	position: relative;
	top: 1px;
	right: 15px;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}

.footer_links ul li a {
	color: #fff;
}

.footer_links ul li:hover:before {
	right: 6px;
}

.we_accept,
.we_accept img,
.payments {
	float: right;
}

.we_accept {
	border-bottom: 1px solid #585659;
	width: 440px;
}

.we_accept img {
	margin-top: 45px;
	margin-bottom: 10px;
}

.payments img {
	margin-top: 15px;
}

.we_accept:before {
	content: 'We accept:';
	color: #fff;
	position: relative;
	top: 60px;
}

.payments:before {
	content: 'Secure payments:';
	color: #fff;
	position: relative;
	bottom: 28px;
	right: 30px;
}

.layoutFooter + footer .payments:before {
	right: 38px;
}

footer p {
	text-align: center;
	color: #fff;
	margin: 10px 0;
}

.social_links {
	position: relative;
	left: 47%;
	top: 5px;
}

.social_links a {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	float: left;
	margin: 0 2px;
}

.disclaimer {
	height: 60px;
	margin-top: 20px;
	color: #fff;
	line-height: 1.4;
}
.disclaimer::before {
	content: 'DISCLAIMER: The completed product is for research purposes only. The company bears no responsibility for the use of research work, not intended for education use, the work is sold as-is with the highest quality and service available and written by freelancers';
}

.facebook {
	background: url(/images/split/facebook.png) no-repeat #4d4c4e center;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.facebook:hover {
	background: url(/images/split/facebook.png) no-repeat #3b5998 center;
}

.twitter {
	background: url(/images/split/twitter.png) no-repeat #4d4c4e center;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.twitter:hover {
	background: url(/images/split/twitter.png) no-repeat #55acee center;
}

.google {
	background: url(/images/split/google+.png) no-repeat #4d4c4e center;
	-webkit-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	transition-duration: 0.4s;
}

.google:hover {
	background: url(/images/split/google+.png) no-repeat #d73d32 center;
}

.selectWrap select {
	border: 1px solid #c7c7c7;
	width: 260px;
	height: 30px;
	margin: 0 auto;
	margin-top: 13px;
	border-radius: 2px;
}

.input:before {
	content: url(/images/split/form_arrow.png);
	width: 30px;
	height: 30px;
	position: relative;
	top: 4px;
	left: 240px;
}

.how_it_work.carousel {
	display: none;
}

.inner_pages .toggleFormListDesktop {
	top: 20px;
}

.main_div.forgot-page .title_text {
	margin: 20px 0;
}

.egc_container form {
	bottom: 0 !important;
}

.table.orders.customer_my_orders {
	margin-bottom: 25px;
}

.per-page select {
	height: 25px;
}

.img_SSL {
	padding-left: 97px;
}

#login_main_div {
	margin: 0 auto;
	float: none !important;
	margin: 0 auto !important;
	padding-left: 70px;
}

#login_main_div span#message {
	margin: 20px 0 20px 3px;
	font-size: 15px;
}

#login_main_div #submit {
	margin: 10px 0 0 94px !important;
}

.main_div.login-page-content {
	text-align: center;
	margin: 15px 0;
	font-size: 15px;
}

.egc_container {
	min-height: 550px;
}

.message-form table tr:first-child {
	height: 40px;
}

.message-form table tr:first-child td:first-child {
	float: left;
	padding-top: 7px;
}

.message-form table tr:last-child td input {
	margin-top: 5px;
}

.table.top-writers [type="checkbox"]:not(:checked),
.table.top-writers [type="checkbox"]:checked {
	display: none;
}

.table.top-writers [type="checkbox"]:not(:checked) + label,
.table.top-writers [type="checkbox"]:checked + label {
	top: -2px;
	left: 2px;
}

.title_step span {
	font-size: 18px !important;
}

.steps_list li > span:first-child {
	font-size: 18px !important;
}

.message-form table tbody tr:first-child td:first-child {
	width: 87px;
	margin-right: 20px;
}

.message-form select {
	height: 30px;
	width: 200px;
}

.message-form tr:first-child select {
	float: left;
}

.box_cat_id {
	text-align: left;
}

#extend_days,
#extend_hours {
	margin-left: 10px;
	margin-right: 10px;
}

.preferred tr td input {
	position: inherit !important;
}

.preferred tr td:first-child {
	text-align: center;
}

.egc_container .button.orange {
	width: 136px;
}

.egc_container .resubmit form[action^='/order/resubmit/'] input {
	width: 200px;
}

.egc_container span.per-page select {
	background: #f2f2f2 url(/images/split/arrow_down.png) no-repeat scroll 85% center;
}

.preferred .writer td:first-child input {
	position: relative;
	left: 11px;
	top: 2px;
	height: 13px;
}

.revisions #td_margin_bold {
	position: relative;
}

.revisions #td_margin_bold img {
	position: absolute;
	bottom: 0;
}

.egcCustomer .discount-info {
	position: relative;
	padding-top: 43px;
	padding-bottom: 25px;
}

dl.discount-info .tip {
	left: 194px !important;
}

.egcCustomer .discount-info .page-left {
	margin-left: 15px;
	margin-top: 4px;
}

@media only screen and (max-width: 1061px) {
	/*.wrapper_login {*/
		/*width: 100%;*/
		/*left: 0;*/
		/*margin-left: 0;*/
	/*}*/

	/*.wraper {*/
		/*width: auto;*/
		/*padding: 0 11px;*/
	/*}*/

	/*.selectWrap:after {*/
		/*height: 24px;*/
		/*width: 17px;*/
		/*top: 11px;*/
		/*right: 16px;*/
	/*}*/

	/*header {*/
		/*height: 83px;*/
	/*}*/

	/*select {*/
		/*padding: 0px 22px 0px 8px;*/
	/*}*/

	.how_it_works_item {
		margin-right: 9px;
		display: inline-block;
		width: auto;
	}

	.how_it_work_wraper_item {
		width: 25%;
	}

	.how_it_works_item:before {
		content: '';
	}

	.image {
		margin-top: 18px;
	}

	#total_price a {
		top: 32px;
		right: 80px;
	}

	.proceed {
		padding: 11px 10px;
		top: 0;
		left: -14px;
		margin-bottom: 0;
	}

	/*.underheader_text h2 {*/
		/*font-size: 32px;*/
	/*}*/

	/*.underheader_text p {*/
		/*font-size: 13px;*/
	/*}*/

	/*.underheader_text ul {*/
		/*margin-right: 35px;*/
	/*}*/

	.banner {
		background: url(/images/split/banner_background_tablet.png) no-repeat #4f4f97 center bottom;
		height: 143px;
		background-size: cover;
	}

	.banner p {
		line-height: 80px;
		margin: 0 auto;
		text-align: center;
		float: none;
	}

	.button_split {
		margin: 0 auto;
		float: none;
		right: 0;
		top: -15px;
	}

	.article_item1,
	.article_item2,
	.article_item3 {
		width: auto;
		margin-right: 25px;
	}

	.header_tel {
		line-height: 53px;
		left: 410px;
		float: right;
	}

	/*.login {*/
		/*top: 12px;*/
		/*right: 11px;*/
		/*position: absolute;*/
	/*}*/

	/*.logo_header {*/
		/*top: 42px;*/
	/*}*/

	/*.top_menu {*/
		/*margin: 43px 0 0 0;*/
		/*width: auto;*/
		/*line-height: 40px;*/
		/*float: right;*/
		/*position: relative;*/
		/*padding-left: 0;*/
	/*}*/

	/*.top_menu li a {*/
		/*padding: 11px 13px;*/
	/*}*/

	/*.last_menu_item {*/
		/*padding-right: 0 !important;*/
	/*}*/

	/*.best_prices {*/
		/*right: 11px;*/
		/*width: 250px;*/
		/*top: 29px;*/
	/*}*/

	/*.selectWrap select {*/
		/*height: 26px;*/
		/*width: 220px;*/
		/*margin-top: 10px;*/
	/*}*/

	/*.best_prices h2 {*/
		/*left: 40px;*/
	/*}*/

	.button_split a,
	.order_now a {
		padding: 16px 59px;
	}

	.last_item {
		margin-right: 0;
	}

	.testimonials p:before {
		left: 27px;
	}

	.testimonials p:after {
		right: 60px;
	}

	.underheader {
		background: url(/images/split/underheader_background_tablet.png) no-repeat #4f4f97 center;
		height: 333px;
		background-size: cover;
	}

	/*.girl {*/
		/*display: none;*/
	/*}*/

	.how_it_work_wraper_item.girls {
		width: 35%;
	}

	/*.best_prices h2 {*/
		/*font-size: 20px;*/
		/*left: 45px;*/
	/*}*/

	.input:before {
		content: '';
	}

	.article_item1 img,
	.article_item2 img,
	.article_item3 img {
		margin: 45px auto 20px;
		width: 90%;
	}

	.footer_links ul li {
		margin-right: 20px;
	}

	.disclaimer {
		background-size: contain;
		height: 73px;
	}

	.img_SSL {
		position: relative;
		bottom: 21px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1030px) {
	footer .wraper {
		padding: 0 16px;
	}
}

@media only screen and (min-width: 732px) and (max-width: 1061px) {
	.inner_pages .toggleFormListDesktop,
	.egcOrder .toggleFormListDesktop,
	.egcCustomer .toggleFormListDesktop {
		top: -71px !important;
	}

	/*.toggleFormListDesktop {*/
		/*right: 11px;*/
		/*top: -71px;*/
		/*position: absolute;*/
	/*}*/

	#total_price span {
		top: 33px;
		right: 80px;
	}

	.footer_nav {
		height: 155px;
	}

	.footer_links ul:last-child {
		position: relative;
		bottom: 152px;
		left: 127px;
	}

	.layoutFooter + footer .footer_links ul:last-child {
		bottom: 114px;
	}

	.we_accept:before {
		top: 33px;
	}

	.footer_links ul:first-child {
		margin-top: 35px;
	}

	.mobile_move {
		position: relative;
		bottom: 30px;
		left: 127px;
	}

	.we_accept img {
		margin-top: 18px;
	}

	.footer_links ul {
		float: none;
		margin: 0;
	}
}

@media only screen and (max-width: 732px) {
	/*.wraper {*/
		/*padding: 0 16px;*/
	/*}*/

	/*.selectWrap:after {*/
		/*height: 43px;*/
		/*width: 25px;*/
		/*top: 20px;*/
		/*right: 37px;*/
		/*background: url(/images/split/arrow_calc.png) no-repeat scroll left center;*/
	/*}*/

	/*.selectWrap select {*/
		/*background: none;*/
	/*}*/

	/*.logo_header {*/
		/*position: absolute;*/
		/*left: 50%;*/
		/*margin-left: -85px;*/
		/*top: 28px;*/
	/*}*/

	/*.header_tel,*/
	/*.login {*/
		/*display: none;*/
	/*}*/

	/*.top_menu {*/
		/*display: none;*/
	/*}*/

	/*.top_menu li {*/
		/*display: block;*/
	/*}*/

	/*.toggleLoginList {*/
		/*position: relative;*/
	/*}*/

	/*.underheader {*/
		/*background: url(/images/split/underheader_background_mobile.png) no-repeat #4f4f97 center;*/
		/*height: 800px;*/
		/*background-size: cover;*/
	/*}*/

	/*.underheader_text {*/
		/*width: 100%;*/
		/*position: relative;*/
		/*top: 537px;*/
		/*float: none;*/
		/*margin-top: 0;*/
	/*}*/

	.img_SSL {
		width: 100%;
		text-align: center;
		padding-left: 0;
		bottom: 6px;
		clear: both;
	}

	/*.underheader_text h2,*/
	/*.underheader_text p {*/
		/*text-align: center;*/
	/*}*/

	/*.underheader_text h1 {*/
		/*text-align: center;*/
	/*}*/

	.list_wrap {
		margin: 0 auto;
	}

	/*.underheader_text h2 {*/
		/*margin-bottom: 15px;*/
	/*}*/

	/*.underheader_text p {*/
		/*font-size: 16px;*/
	/*}*/

	/*.underheader_text ul:last-child {*/
		/*float: right;*/
	/*}*/

	/*.underheader_text ul {*/
		/*margin-right: 15px;*/
		/*margin-top: 15px;*/
	/*}*/

	/*.underheader_text ul li {*/
		/*font-size: 16px;*/
	/*}*/

	#total_price span {
		right: 120px;
	}

	/*.best_prices {*/
		/*width: 93%;*/
		/*float: none;*/
		/*right: 16px;*/
		/*top: 62px;*/
	/*}*/

	/*.best_prices:before {*/
		/*content: url(/images/split/Best_prices_mobile.png);*/
		/*position: relative;*/
		/*right: 9px;*/
		/*bottom: 7px;*/
	/*}*/

	/*.best_prices h2 {*/
		/*font-size: 34px;*/
		/*top: 45px;*/
		/*left: 50%;*/
		/*margin-left: -146px;*/
	/*}*/

	/*.selectWrap {*/
		/*padding: 0 35px;*/
	/*}*/

	/*.selectWrap select {*/
		/*height: 45px;*/
		/*width: 100%;*/
		/*margin-top: 19px;*/
	/*}*/

	/*.selectWrap select:last-child {*/
		/*position: relative;*/
	/*}*/

	/*select {*/
		/*font-size: 16px;*/
		/*padding: 0px 33px 0px 10px;*/
	/*}*/

	#total_price a {
		top: 55px;
		right: 134px;
		font-size: 23px;
	}

	.proceed {
		padding: 15px 55px;
		top: 13px;
		font-size: 22px;
		margin-right: 21px;
	}

	.proceed:after {
		bottom: 3px;
	}

	.discount,
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		font-size: 18px;
	}

	.article_item1 img,
	.article_item2 img,
	.article_item3 img {
		width: 50%;
	}

	.how_it_work_wraper_item.girls {
		width: 100%;
		display: block;
	}

	.how_it_works_item {
		width: 322px;
		height: 279px;
		position: relative;
		left: 50%;
		margin-left: -172px;
	}

	.how_it_work.static {
		display: none;
	}

	.how_it_work.carousel {
		display: block;
	}

	.how_it_works_item:before {
		content: url(/images/split/arrow.png);
		position: relative;
		top: 125px;
		right: -120px;
	}

	.how_it_works_item h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}

	.how_it_work h2 {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.how_it_works_item p {
		font-size: 16px;
	}

	.banner {
		background: url(/images/split/banner_background_mobile.png) no-repeat #4f4f97 center bottom;
		height: 165px;
		background-size: cover;
	}

	.banner p {
		font-size: 20px;
		line-height: 35px;
		padding-top: 18px;
		padding-bottom: 16px;
	}

	.name {
		font-size: 18px !important;
	}

	.testimonials p {
		width: auto;
		font-size: 16px;
	}

	.testimonials {
		height: 505px;
	}

	.testimonials h2:before {
		top: 33px;
		right: 5%;
	}

	.testimonials  h2:after {
		top: 200px;
		left: 5%;
	}

	.testimonials h2 {
		font-size: 32px;
	}

	.testimonials a {
		font-size: 13px;
		border: 1px solid #cdc7a3;
		padding: 10px 30px;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.testimonials a {
		border: 1px solid #666354;
	}

	.arrow_bottom {
		display: none;
	}

	.articles h2 {
		font-size: 24px;
	}

	.articles p {
		font-size: 16px;
	}

	.disclaimer {
		height: 209px;
		margin-top: 160px;
	}

	footer {
		height: 657px;
	}

	.social_links {
		left: 50%;
		width: 126px;
		height: 38px;
		margin-left: -63px;
		top: -555px;
	}

	.social_links a {
		width: 38px;
		height: 38px;
	}

	.footer_links ul li {
		font-size: 16px;
		margin-right: 0;
	}

	.footer_links ul li:before {
		right: 7px;
	}

	.footer_links ul {
		margin-top: 90px;
		margin-bottom: 0;
		padding-left: 6px;
		margin-right: 15px;
	}

	.facebook {
		background: url(/images/split/fb_mobile.png) no-repeat #4d4c4e center;
	}

	.facebook:hover {
		background: url(/images/split/fb_mobile.png) no-repeat #3b5998 center;
	}

	.twitter {
		background: url(/images/split/twitter_mobile.png) no-repeat #4d4c4e center;
	}

	.twitter:hover {
		background: url(/images/split/twitter_mobile.png) no-repeat #55acee center;
	}

	.google {
		background: url(/images/split/google_mobile.png) no-repeat #4d4c4e center;
	}

	.google:hover {
		background: url(/images/split/google_mobile.png) no-repeat #d73d32 center;
	}

	.we_accept,
	.payments {
		width: 100%;
	}

	.we_accept:before,
	.payments:before {
		font-size: 16px;
	}

	.payments:before {
		bottom: -57px;
		bottom: -32px;
		right: inherit;
	}

	.we_accept:before {
		top: 57px;
	}

	.we_accept img {
		width: 70%;
	}

	.payments img {
		float: right;
		width: 60%;
	}

	footer p {
		font-size: 16px;
	}

	/*.toggleMenu {*/
		/*display: block;*/
		/*width: 48px;*/
		/*height: 48px;*/
		/*background: url(/images/split/mobile_menu.png) no-repeat #4f4f97 center;*/
		/*float: left;*/
		/*border-radius: 3px;*/
		/*position: relative;*/
		/*top: 16px;*/
		/*cursor: pointer;*/
	/*}*/

	/*.toggleLogin {*/
		/*display: block;*/
		/*width: 48px;*/
		/*height: 48px;*/
		/*background: url(/images/split/mobile_login.png) no-repeat #4f4f97 center;*/
		/*float: right;*/
		/*border-radius: 3px;*/
		/*position: relative;*/
		/*top: 16px;*/
		/*cursor: pointer;*/
	/*}*/

	/*.toggleMenuList,*/
	/*.toggleLoginList {*/
		/*position: relative;*/
		/*margin: 0;*/
		/*top: 0;*/
		/*z-index: 10;*/
		/*width: 100%;*/
		/*padding-left: 0;*/
	/*}*/

	/*.toggleMenuList li,*/
	/*.toggleLoginList li {*/
		/*background: #fff;*/
		/*padding-left: 14px;*/
		/*border-bottom: 1px solid #d4d4d4;*/
		/*-webkit-transition-duration: 0.3s;*/
		/*-o-transition-duration: 0.3s;*/
		/*-moz-transition-duration: 0.3s;*/
		/*transition-duration: 0.3s;*/
	/*}*/

	/*.toggleMenuList li a:after,*/
	/*.toggleLoginList li a:after {*/
		/*content: url(/images/split/list_icon.png);*/
		/*position: absolute;*/
		/*right: 20px;*/
	/*}*/

	.toggleForm.no_user_item.active a:after {
		top: 15px;
	}

	.toggleMenuList li:hover,
	.toggleLoginList li:hover {
		background: #eaeaea;
	}

	/*.toggleMenuList li:first-child,*/
	/*.toggleLoginList li:first-child {*/
		/*box-shadow: 0px 5px 10px -7px #000 inset;*/
	/*}*/

	/*.toggleMenuList li a,*/
	/*.toggleLoginList li a {*/
		/*color: #000;*/
		/*display: block;*/
		/*padding: 14px 0;*/
		/*font-size: 12px !important;*/
	/*}*/

	.toggleForm.active a:after {
		content: url(/images/split/arrow_down2.png);
	}

	.toggleForm.active {
		background: url(/images/split/testim_background.png) no-repeat #fff8d2 center;
		border-bottom: none;
	}

	.toggleForm.active:hover {
		background: url(/images/split/testim_background.png) no-repeat #fff8d2 center;
	}

	.forgot {
		color: #5895d8 !important;
		text-decoration: underline;
		font-size: 16px !important;
	}

	.forgot:hover {
		text-decoration: none;
	}

	.toggleFormListDesktop {
		display: none;
	}

	.toggleFormList {
		height: 190px;
		position: relative;
		top: 0px;
		background: url(/images/split/testim_background.png) no-repeat #fff8d2 center;
		text-align: center;
		padding-top: 45px;
	}

	.toggleFormList a:first-child {
		padding-top: 0;
		width: 245px;
		line-height: 55px;
		border: 1px solid #4f4f97;
		margin: auto;
		border-radius: 2px;
		color: #4f4f97;
		font-weight: 600;
		font-size: 18px;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	.toggleFormList a:first-child:hover {
		color: #fff;
		background: #4f4f97;
	}

	.toggleFormList a {
		display: block;
		font-size: 25px;
		padding-top: 20px;
		font-weight: 300;
	}

	/*.logout {*/
		/*width: 245px;*/
		/*line-height: 55px;*/
		/*color: #fff;*/
		/*margin: 15px auto 0;*/
		/*background: #4f4f97;*/
		/*border-radius: 3px;*/
		/*padding-top: 0 !important;*/
		/*font-size: 18px !important;*/
		/*font-weight: 600 !important;*/
		/*text-transform: none;*/
		/*-webkit-transition-duration: 0.3s;*/
		/*-o-transition-duration: 0.3s;*/
		/*-moz-transition-duration: 0.3s;*/
		/*transition-duration: 0.3s;*/
	/*}*/

	/*.logout:hover {*/
		/*color: #4f4f97;*/
		/*background: transparent;*/
		/*border: 1px solid #4f4f97;*/
	/*}*/

	.toggleFormList span {
		font-size: 26px;
		display: block;
	}

	.toggleFormList.no_user {
		height: 360px;
		padding-top: 0;
	}

	.toggleFormList.no_user a {
		padding-top: 0;
	}

	.enter {
		width: 245px;
		height: 55px;
		background-color: #4f4f97;
		border: 0;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		font-family: 'Lato';
		cursor: pointer;
		margin: 25px auto;
		text-transform: capitalize;
		-webkit-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-moz-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}

	input {
		display: block;
	}

	.login_input,
	.password_input {
		width: 303px !important;
		height: 42px;
		border: 1px solid #c7c7c7;
		margin: 19px auto 0;
		padding-left: 10px;
	}

	.layoutFooter + footer .payments:before {
		right: 0;
	}
}



/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
	position: absolute;
	left: -9999px;
}

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	top: 18px;
}

.violations__list [type="checkbox"]:not(:checked) + label,
.violations__list [type="checkbox"]:checked + label {
	top: 1px;
	left: -318px;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -1px;
	width: 18px;
	height: 18px;
	border: 1px solid #bbb;
	background: #fff;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, .1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: url(/images/split/checked2.png);
	position: absolute;
	top: -1px;
	left: 2px;
	font-size: 19px;
	line-height: 0.8;
	color: #09ad7e;
	-webkit-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}

[type="checkbox"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
	color: #999;
}

[type="checkbox"]:disabled + label {
	color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
	border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
	border: 1px solid #4778d9 !important;
}

@media only screen and (max-width: 1061px) {
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		top: 10px;
	}
}

@media only screen and (max-width: 732px) {
	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		top: 25px;
		left: 15%;
		margin-left: -120px;
	}

	[type="checkbox"]:not(:checked) + label:before,
	[type="checkbox"]:checked + label:before {
		left: -15px;
		top: 2px;
	}

	[type="checkbox"]:not(:checked) + label:after,
	[type="checkbox"]:checked + label:after {
		left: -12px;
		top: 1px;
	}
}

@media (max-width: 480px){
	.footer_links{
		display: flex;
		justify-content: space-between;
	}


	.footer_links ul {
		margin-right:0!important;
	}
	.footer_nav{
		height: 192px;
	}
	.social_links {
		top: -566px !important;
	}
	.footer_links{
		float:none;
	}
}

@media only screen and (max-width: 453px) {
	.proceed {
		padding: 15px 25px;
	}

	[type="checkbox"]:not(:checked) + label,
	[type="checkbox"]:checked + label {
		left: 20%;
	}

	#total_price span {
		right: 97px;
	}

	/*.best_prices {*/
		/*width: 91%;*/
	/*}*/

	/*.underheader_list_left,*/
	/*.underheader_text ul:last-child {*/
		/*float: none;*/
	/*}*/

	/*.underheader {*/
		/*height: 945px;*/
	/*}*/

	.testimonials h2 {
		font-size: 24px;
		padding-top: 20px;
	}

	.testimonials  h2:after {
		top: 255px;
	}

	.footer_links ul {
		margin-right: 8px;
	}

	.egcCustomer .footer_links ul {
		margin-right: -1px;
	}

	.footer_links ul li {
		font-size: 13px;
	}

	.we_accept:before,
	.payments:before {
		font-size: 13px;
	}

	.payments:before {
		bottom: -25px;
	}

	.we_accept:before {
		top: 50px;
	}

	.disclaimer {
		background-size: contain;
		margin-top: 135px;
	}

	.social_links {
		top: -525px;
	}

	footer p {
		font-size: 13px;
		position: relative;
		bottom: 3%;
	}

	.how_it_works_item {
		left: 65%;
		width: 235px;
	}

	.how_it_works_item:before {
		right: -88px;
	}

	#login_main_div {
		margin-left: 11% !important;
		padding-left: 0;
	}
}

@media only screen and (max-width: 400px) {
	/*.best_prices h2 {*/
		/*font-size: 30px;*/
		/*margin-left: -129px;*/
	/*}*/

	.img_SSL {
		bottom: 12px;
	}

	footer p {
		bottom: 2%;
	}
}

.legend {
	margin-top: 25px;
}

.discounts-bar.silver + .button.orange,
#share-discount-show {
	padding: 0;
}

.main_div.customer-profile-edit select {
	height: 28px;
}

#feedback [type="checkbox"]:not(:checked) + label:after,
#feedback [type="checkbox"]:checked + label:after,
#feedback [type="checkbox"]:not(:checked) + label:before,
#feedback [type="checkbox"]:checked + label:before {
	content: none;
}

#feedback [type="checkbox"]:not(:checked) + label,
#feedback  [type="checkbox"]:checked + label {
	padding-left: 0;
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
	overflow: visible !important;
}

.identity__option-descr .doc_thumbnail img {
	max-width: 75% !important;
}

.identity__option-descr a .thumbnail_close {
	right: 101px !important;
}

@media only screen and (max-width: 374px) {
	.footer_links ul {
		padding-left: 2px;
	}

	.disclaimer {
		height: 190px;
		margin-top: 150px;
	}
}

@media (max-width: 320px) {
	.testimonials h2 {
		font-size: 20px;
	}

	.footer_links ul li {
		font-size: 11px;
	}
}

.prices-compare {
	clear: both;
}

.prices-compare th {
	font-size: 18px;
	text-align: center;
	height: 50px;
	background: #2b5ec7;
	color: #fff;
}

.prices-compare th.prem {
	background-color: #75ad01;
}

.prices-compare th:first-child {
	background: #919191;
}

.prices-compare td {
	padding-left: 20px;
	padding-right: 20px;
	color: #717070;
	position: relative;
	font-size: 14px;
	text-align: left;
	border: 1px solid #dadada;
}

.prices-compare td:not(:first-child) {
	text-align: center;
	font-weight: 600;
}

.prices-compare tr {
	height: 42px;
	background: #fff;
}

.prices-compare tr:nth-child(even) {
	background: #f8f8f8;
}

.prices-compare table {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.tooltiptext {
	visibility: hidden;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 0;
	margin-left: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	line-height: 18px;
	right: 0;
	margin-bottom: 5px;
}

.tooltiptext:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent;
}

.wrlevels__td {
	position: relative;
	cursor: pointer;
	padding-right: 30px;
	text-align: left;
}

.wrlevels__td:after {
	content: url(/images/hint-wrlevels.png);
	display: inline-block;
	z-index: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
}

.wrlevels__td.hover_effect .tooltiptext {
	opacity: 1;
	visibility: visible;
}

/*@media (min-width:733px) {*/

	/*!*.top_menu {*!*/
		/*!*position: static;*!*/
		/*!*margin: 0;*!*/
		/*!*justify-content: flex-end;*!*/
		/*!*display: flex;*!*/
		/*!*clear:both;*!*/
		/*!*width:auto!important;*!*/
	/*!*}*!*/

	/*!*header {*!*/
		/*!*height: 100px!important;*!*/
	/*!*}*!*/

	/*!*.top_menu li a {*!*/
		/*!*display: block;*!*/
		/*!*padding: 13px;*!*/
	/*!*}*!*/

	/*!*.header_tel, .login {*!*/
		/*!*position: static;*!*/
		/*!*margin-top:23px;*!*/
	/*!*}*!*/

	/*!*.header_tel{*!*/
		/*!*margin-top: 30px;*!*/
	/*!*}*!*/

	/*!*.header_tel{*!*/
		/*!*float:right;*!*/
		/*!*line-height: 13px;*!*/
		/*!*margin-right: 20px;*!*/
	/*!*}*!*/

	/*!*.logo_header{*!*/
		/*!*top: 33px;*!*/
	/*!*}*!*/

	/*!*.fb-mess{*!*/
		/*!*float:right;*!*/
		/*!*margin-top: 22px;*!*/
		/*!*margin-right: 10px;*!*/
		/*!*width: 130px;*!*/
		/*!*height: 28px;*!*/
		/*!*border:1px solid #d4e3f1;*!*/
		/*!*display: flex;*!*/
		/*!*align-items: center;*!*/
		/*!*justify-content: center;*!*/
	/*!*}*!*/

	/*!*.fb-mess__link{*!*/
		/*!*display: flex;*!*/
		/*!*align-items: center;*!*/
		/*!*justify-content: center;*!*/
	/*!*}*!*/
	/*!*.fb-mess__img{*!*/
		/*!*margin-right: 7px;*!*/
		/*!*height: 17px;*!*/
		/*!*width: 17px;*!*/
	/*!*}*!*/

	/*!*.fb-mess__text{*!*/
		/*!*padding:0!important;*!*/
	/*!*}*!*/
/*}*/


/*@media (max-width:732px){*/
	/*!*.fb-mess{*!*/
		/*!*float:right;*!*/
		/*!*font-size: 0;*!*/
		/*!*position: absolute;*!*/
		/*!*right: 72px;*!*/
		/*!*top: 16px;*!*/
		/*!*background: #e3ecf4;*!*/
		/*!*width: 48px;*!*/
		/*!*height: 48px;*!*/
		/*!*display: flex;*!*/
		/*!*align-items: center;*!*/
		/*!*justify-content: center;*!*/
	/*!*}*!*/
	/*!*.logo_header{*!*/
		/*!*margin-left: -106px;*!*/
	/*!*}*!*/
	/*.fb-mess__link {*/
		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: center;*/
	/*}*/
	/*.fb-mess__text{*/
		/*padding:0!important;*/
		/*font-size: 0!important;*/
	/*}*/
	/*.fb-mess__link{*/
		/*font-size: 0!important;*/
	/*}*/
	/*.logo_header{*/
		/*margin-left: -92px!important;*/
		/*width: 118px!important;*/
	/*}*/
/*}*/

@media (min-width:733px) {

	/*.top_menu {*/
		/*position: static;*/
		/*margin: 0;*/
		/*justify-content: flex-end;*/
		/*display: flex;*/
		/*clear:both*/
	/*}*/

	/*header {*/
		/*height: 100px!important;*/
	/*}*/

	/*.top_menu li a {*/
		/*display: block;*/
		/*padding: 13px;*/
	/*}*/

	/*.header_tel, .login {*/
		/*position: static;*/
		/*margin-top:23px;*/
	/*}*/

	/*.header_tel{*/
		/*margin-top: 30px;*/
	/*}*/

	.header_tel{
		float:right;
		line-height: 13px;
		margin-right: 20px;
	}

	.logo_header{
		top: 33px;
	}

	.fb-mess{
		float:right;
		margin-top: 22px;
		margin-right: 10px;
		width: 130px;
		height: 28px;
		border:1px solid #d4e3f1;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.fb-mess__link{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.fb-mess__img{
		margin-right: 7px;
		height: 17px;
		width: 17px;
	}
}


@media (max-width:732px){
	/*.fb-mess{*/
		/*float:right;*/
		/*font-size: 0;*/
		/*position: absolute;*/
		/*right: 72px;*/
		/*top: 16px;*/
		/*background: #e3ecf4;*/
		/*width: 48px;*/
		/*height: 48px;*/
		/*display: flex;*/
		/*align-items: center;*/
		/*justify-content: center;*/
	/*}*/
	/*.logo_header{*/
		/*margin-left: -106px;*/
	/*}*/
	/*.logo_header{*/
		/*margin-left: -92px!important;*/
		/*width: 118px!important;*/
	/*}*/
}

.underheader_text h1{
	font-size:26px;
}
