/* ========================================
Just look, digital studio
www.justlook.ru

written in 2015 for Miralinks
======================================== */

/* ========================================
            #all pages style
======================================== */
/*      menu        */
.menu-wrapper {
	position: fixed;
	top: 0;
	left: -260px;
	height: 1024px;
	width: 260px;
	background: #fff;
	z-index: 300;
	-webkit-transition: left .3s ease;
	transition: left .3s ease;
}
.menu-wrapper.open {
	left: 0;
}
.menu-wrapper .menu {
	font: 16px NeoSansCyr;
	text-transform: uppercase;
	margin: 40px 30px;
	list-style: none;
}
.menu-wrapper .logo-wrap {
	display: none;
}
.menu-wrapper .menu .item {
	margin: 30px 0;
}
.menu-wrapper .up-arrow {
	display: none;
	width: 32px;
	height: 31px;
	background: url(/images/public/icons50.png) 0 -300px;
	position: absolute;
}
.menu-wrapper .enter.link {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin-left: 66px;
}
.menu-wrapper .enter.link:before {
	content: '';
	background: url(/images/public/icons24.png) 0 -170px;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -36px;
	top: -3px;
}
.fadeout {
	position: fixed;
	z-index: 15;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: .3s ease opacity;
	transition: .3s ease opacity;
}
.fadeout.show {
	visibility: visible;
	opacity: 1;
}
.menu-pointer {
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
	padding: 14px 14px 15px;
	background-color: #0a4063;
}
.menu-pointer span:first-child {
	margin-top: 0;
}
.menu-pointer span {
	display: block;
	width: 32px;
	height: 5px;
	background-color: #fff;
	margin-top: 8px;
}
/*      end menu        */



/*      h1, h3, h4, etc     */
h1 {
	font: 500 20px/24px NeoSansCyr;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
}
h2 {
	font: 700 20px/24px 'Roboto';
	margin: 30px 0 10px;
}
h3 {
	font: 700 16px/20px 'Roboto';
	margin: 10px 0 5px;
}

.h-wrap {
	position: relative;
	text-align: center;
	margin: 30px 0 45px;
	width: 100%;
	float: left;
}
.h-wrap + *{
	clear: left;
}
.h-wrap .h-inner-wrap {
	display: inline-block;
	position: relative;
}
/*      end h1, h3, h4, etc     */

/*      main width container        */
.container {
	margin: 0 4%;
	position: relative;
	z-index: 1;
}
/*      internal pages content styles       */
.page-wrapper {
	min-width: 300px;
	overflow: hidden;
	min-height: 100%;
	background: -webkit-linear-gradient(top, #397aa3 0, #236b99 390px, #236b99 100%);
	background: linear-gradient(to bottom, #397aa3 0, #236b99 390px, #236b99 100%);
	position: relative;
}
.page-wrapper .pad {
	background: #fff;
	width: 120%;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: -10%;
}
.page-wrapper:after {
	content: '';
	display: block;
	clear: both;
}
.page-content {
	margin-top: 200px!important;
	padding-top: 1px;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 60px;
}
.page-content .h-wrap {
	position: absolute;
	top: -120px;
	margin: 0;
	width: 100%;
}
.page-content .h-wrap .tip {
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
}
.page-content blockquote {
	font: italic 18px/25px 'Roboto';
	text-align: right;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.page-content blockquote cite {
	display: block;
}
.page-content ul {
	padding-left: 25px;
}
.page-content ol {
	margin: 0;
	padding-left: 18px;
}
.page-content .cs-table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	position: relative;
	margin: 20px 0;
	color: #000;
	font-size: 12px;
}
.page-content .cs-table:after {
	content: '';
	position: absolute;
	bottom: -11px;
	height: 11px;
	width: 100%;
	background: #cde2eb;
}
.page-content .cs-table th {
	height: 50px;
	text-align: left;
	font-weight: 400;
	background: #cde2eb;
}
.page-content .cs-table tr {
	height: 34px;
	background: #fff;
}
.page-content .cs-table td,
.page-content .cs-table th {
	padding: 0 10px;
}
.page-content .cs-table tr:nth-child(2n) {
	background: #fafafa;
}
.page-content .color-block {
	padding: 20px;
	background: #cde2eb;
}
.page-content figure {
	margin: 20px 0;
	box-shadow: 0 5px 10px -5px #dae1e5;
	width: 100%;
}
.page-content figure img {
	width: 100%;
	border: 2px solid #dff1fb;
	box-sizing: border-box;
}
.page-content .left-col,
.page-content .right-col {
	margin-top: 20px;
}
.page-content .left-col aside figure {
	width: 30%;
	margin-right: 3.33%;
	float: left;
	box-shadow: none;
	margin-top: 0;
	margin-bottom: 0;
}
.page-content .left-col aside figure figcaption {
	line-height: 16px;
	margin-top: 5px;
}

.form .field-wrap {
	margin-bottom: 15px;
	position: relative;
}
.form .field-wrap .smart-captcha {
    transform-origin: 0 0;
    transform: scale(0.9);
}
.form.login-block .field-wrap .smart-captcha {
    transform: none;
}
.form .field-wrap.error-message {
	margin-top: -7px;
}
.form .field-wrap .input-text,
.form .field-wrap .input-textarea {
	width: 100%;
}
.form .tip {
	font-size: 10px;
	line-height: 14px;
	margin: 10px;
	display: block;
	margin-top: -5px;
}

.form .send.button {
	width: 200px;
	margin-top: 30px;
}
.contacts-page .right-col .button .link-text,
.form .send.button .link-text {
	font-size: 14px;
}
.form .send.button .inner-content,
.contacts-page .order .inner-content,
.contacts-page .close .inner-content {
	padding: 10px 0;
}
.form .input-checkbox + label {
	font-size: 12px;
	white-space: normal;
}
.reg-page .pad,
.reg-page .left-col {
	display: none;
}
.reg-page .right-col {
	margin: 0 auto;
}

.contacts-page .callback-control .send.button .inner-content .link-text,
.contacts-page .callback-control .close .inner-content .link-text {
	font-size: 10px;
}

.contacts-page .page-content .right-col {
	max-width: 300px;
}

.contacts-page .ligature {
	margin: 35px auto;
}

.contacts-page .callback-form h2 {
	margin-top: 0px;
}

.contacts-page .red {
	color: #ff0000;
}

.contacts-page .right-col .order.button,
.contacts-page .feedback-form .button {
	width: 100%;
	margin-top: 0;
}

.callback-modal .callback-form .button {
	width: 40%;
	margin-top: 0;
}

.callback-modal .callback-form .callback-control {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.contacts-page .feedback-form .email-icon {
	background: url(/img/contact-icons/email-mini.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.contacts-page .phone-icon {
	background: url(/img/contact-icons/phone-mini.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.callback-modal {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	z-index: -1;
	align-items: center;
	justify-content: center;
}

.callback-modal--show {
	z-index: 2;
}

.callback-modal .callback-form {
	font-size: 12px;
	min-width: 320px;
	max-width: 50%;
	display: none;
	z-index: 1000;
	padding: 25px;
	box-sizing: border-box;
	background: #f0f6fa;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}

.callback-modal .callback-form h2 {
	font-size: 16px;
}

.callback-modal .callback-form .field-wrap {
	margin-bottom: 20px;
}

.callback-modal .callback-form .field-wrap .input-text,
.callback-modal .callback-form .field-wrap .chosen-container-single .chosen-single,
.callback-modal .callback-form .field-wrap .chosen-container .chosen-results li {
	font-size: 12px;
}

.callback-modal .callback-form .field-wrap .chosen-container-single .chosen-single {
	padding-top: 15px;
}

#callTime.ui-slider-horizontal.ui-slider-pips {
	margin-bottom: 2.5em;
}

#callTime.ui-slider-pips [class*=ui-slider-pip-selected],
#callTime.ui-slider-pips [class*=ui-slider-pip-initial] {
	font-weight: normal;
	color: #999;
}

#callTime .ui-widget-header {
	background: #086f9f;
}

#callTime .ui-state-default,
#callTime .ui-widget-content .ui-state-default,
#callTime .ui-widget-header .ui-state-default {
	background: #FFFFFF;
}

#callTime .ui-state-hover,
#callTime .ui-widget-content .ui-state-hover,
#callTime .ui-widget-header .ui-state-hover,
#callTime .ui-state-focus,
#callTime .ui-widget-content .ui-state-focus,
#callTime .ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #FFFFFF;
}

#callTime.ui-slider-pips .ui-slider-pip-inrange {
	color: #999;
}

.reg-page .page-content .right-col {
	width: 270px;
}
.reg-page .registration-form,
.reg-page .registration-form .link {
	color: #8bbcda;
}
.reg-page .registration-form .link {
	text-decoration: underline;
}
.reg-page .registration-form label {
	font-size: 13px;
}
.reg-page .registration-form .input-text.blue-border {
	border: none;
	background: #d3e1eb;
}
.reg-page .registration-form .error-message {
	color: #f58a72;
	line-height: normal;
}
.auth-page .page-content {
	width: 270px;
	margin: 0 auto;
}
.auth-page .auth-form .input-text {
	width: 100%;
}
.reg-page .registration-form .button,
.auth-page .auth-form .button {
	width: 100%;
}
.auth-page .auth-form label {
	font-size: 13px;
	color: #8bbcda;
}

.auth-page .auth-form .button .inner-content {
	padding: 12px 0;
}
.auth-page .auth-form .ligature {
	margin: 35px auto;
}
.registration-form #recaptchaContainer,
.auth-form #recaptchaContainer {
	transform: scale(0.89);
	transform-origin: 0 0;
}
.auth-form #recaptchaContainer {
	margin-top: -30px;
	margin-bottom: -30px;
}
.auth-page .form .field-wrap .password-recover {
	margin-top: -12px;
}
/*      end internal pages      */



/* ========================================
			   #footer
======================================== */

.page-wrapper:after {
	height: 380px;
}
.footer {
	margin-top: -380px;
	height: auto;
	min-width: 300px;
	padding-bottom: 30px;
	background: #fbfcfd;
	border-top: 2px solid #e9f0f5;
	box-sizing: border-box;
	position: relative;
}
.footer .caption {
	display: block;
	font: 300 20px/24px NeoSansCyr;
	text-transform: uppercase;
	margin: 20px 0;
}
.footer .ps-wrapper {
	height: 64px;
	box-sizing: border-box;
	border: 1px solid #dae8ef;
	width: 48%;
	margin-left: 4%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
}
.footer .ps-wrapper:nth-child(2n + 1) {
	margin-left: 0;
	clear: left;
}
.footer .address-block {
	font-size: 13px;
	margin: 20px 0;
}
.footer .copyright-wrap {
	margin-top: 20px;
	font-size: 13px;
	height: 35px;
}
.footer .social-links-wrap {
	margin: 15px 0;
}
.footer .s-link {
	width: 24px;
	height: 24px;
	background-image: url(/images/public/icons24.png);
	display: block;
	float: left;
	margin-left: 15px;
}
.footer .s-link:first-child {
	margin-left: 0;
}
.footer .s-link.vk {
	background-position: 0 -34px;
}
.footer .s-link.facebook {
	background-position: 0 -68px;
}
.footer .s-link.twitter {
	background-position: 0 -102px;
}
.footer .s-link.googleplus {
	background-position: 0 -136px;
}
.footer hr {
	clear: both;
	margin: 10px 0;
	border-color: #e5e5e5;
}
.footer .maker-wrap {
	font-size: 12px;
	margin: 20px 0;
}
.footer .maker-wrap .slash {
	display: none;
}
.footer .maker-wrap .item {
	display: inline-block;
}
.footer  .footer-menu {
	display: none;
}
.footer .info-block .copyright-and-social .payment-cards {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
}

.footer .info-block .copyright-and-social .payment-cards img {
	width: 30px;
	margin-right: 10px;
}

.footer .company-details {
	margin: 15px 0;
	font-size: 12px;
}

/*      auth popup      */
.auth-popup {
	display: none;
	position: absolute;
	top: 64px;
	right: 50px;
	z-index: 1000;
	padding: 50px;
	width: 360px;
	box-sizing: border-box;
	background: #f0f6fa;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
}
.auth-popup .field-wrap {
	margin-bottom: 20px;
}
.auth-popup .field-wrap .input-text {
	width: 100%;
}
.auth-popup .field-wrap .input-checkbox + label {
	color: #8bbcda;
	font-size: 14px;
}
.auth-popup .ligature {
	margin: 35px auto;
}
.auth-popup .button.login {
	margin-top: 15px;
}
.auth-popup .button {
	width: 100%;
}
/*      end auth popup      */

/* ========================================
			   #main page
======================================== */
.main-page .menu-pointer.active {
	opacity: 1;
	z-index: 200;
}
.main-page h1 {
	font: 500 27px/32px NeoSansCyr;
	text-transform: uppercase;
	margin: 0;
	text-align: left;
}
.main-page h2 {
	font: 500 28px/32px NeoSansCyr;
	text-transform: uppercase;
	margin: 0;
}
.main-page h2.light {
	font: 300 40px/40px NeoSansCyr;
	text-transform: uppercase;
	margin: 0;
}
.main-page h3 {
	font: 500 28px/32px 'Roboto';
	margin: 0;
}
.content-block {
	position: relative;
	z-index: 10;
	background: #fff;
}

.main-page .footer {
	display: none;
}
.main-page .page-wrapper {
	background: #fff;
}
.main-page .page-wrapper:after {
	display: none;
}
.main-page .auth-popup {
	position: fixed;
}
/* ========================================
			   #first block
======================================== */
.first-block {
	background:
		-webkit-linear-gradient(top, #397aa3 0, #236b99 390px, #236b99 100%);
	background:
		linear-gradient(to bottom, #397aa3 0, #236b99 390px, #236b99 100%);
	padding-bottom: 420px !important;
	position: relative;
}
.first-block.with-captcha {
	padding-bottom: 520px !important;
}
.first-block .logo-wrap {
	float: left;
	margin-top: 30px;
	width: 34%;
	margin-left: 33%;
	text-align: center;
}
.first-block .logo {
	width: 86px;
	height: 66px;
	display: inline-block;
	position: relative;
}
.first-block.new-year .logo {
	background: url(/images/public/logo-320_ny.png);
	width: 86px;
	height: 66px;
	display: inline-block;
}
.first-block .logo span {
	font: 400 14px 'Roboto';
	color: rgba(255, 255, 255, 0.9);
	position: absolute;
	bottom: -20px;
	left: 26px;
}

.first-block h1 {
	float: left;
	clear: left;
	color: #fff;
	font-size: 22px;
	line-height: 26px;
	margin-top: 35px;
	margin-bottom: 10px;
}
.first-block .text {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.first-block .last-placing {
	display: none;
}
.first-block .cabinet-wrap {
	float: right;
	width: 33%;
	margin-top: 49px;
	text-align: right;
	padding-right: 10px;
	box-sizing: border-box;
}
.first-block .cabinet.link {
	font: 300 18px NeoSansCyr;
}
.first-block .ligature {
	clear: both;
}

.first-block .statistic-block {
	background-color: #0e496e;
}
.first-block .statistic-block .registration {
	width: 100%;
	margin-top: 40px;
}
.first-block .statistic-block .statistic {
	padding: 40px 0 60px;
	clear: both;
}
.first-block .statistic-block .record:first-child {
	margin-top: 0;
}
.first-block .statistic-block .record {
	position: relative;
	margin-top: 30px;
	border-bottom: 1px dotted rgba(255, 255, 255, .1);
	height: 25px;
	margin-right: 10px;
}
.first-block .statistic-block .record .caption {
	position: absolute;
	left: 0;
	bottom: -5px;
	background: #0e496e;
	padding-right: 3px;
	font-size: 15px;
	color: #fff;
}
.first-block .statistic-block .record .value {
	font-size: 25px;
	line-height: 28px;
	font-weight: 500;
	position: absolute;
	right: 0;
	bottom: -5px;
	color: #8bbcda;
	background: #0e496e;
}
.first-block .container {
	position: static;
}
.first-block .login-block {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	margin: 0 4%;
	height: 420px;
}
.first-block.with-captcha .login-block {
	height: 520px;
}

.first-block .login-block h2 {
	text-align: center;
	margin: 35px 0;
	color: #fff;
	font: 500 22px/26px 'Roboto';
	text-transform: none;
}
.first-block .login-block .field-wrap {
	position: relative;
	margin-bottom: 20px;
}
.first-block .login-block .field-wrap .input-text {
	width: 100%;
}
.form .field-wrap .input-text.password {
	padding-right: 130px;
}
.form .field-wrap .password-recover {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -9px;
	color: #2279ae;
	font-size: 14px;
	font-weight: 500;
	background-image: none;
}
.first-block .login-block .input-checkbox + label {
	color: #8bbcda;
	white-space: nowrap;
}
.first-block .login-block .login,
.first-block .login-block .g-auth {
	width: 100%;
}
.form .login.button .icon {
	background: url(/images/public/icons.png);
	width: 24px;
	height: 14px;
	display: inline-block;
	position: relative;
	top: 1px;
	margin-right: 10px;
}
.form .button.g-auth .inner-content {
	padding: 12px 0;
}
.form .button.g-auth .link-text {
	height: 24px;
	line-height: 24px;
	display: inline-block;
	padding-left: 30px;
	background: url(/images/public/google-auth-24.svg) left center / 24px no-repeat;
}

.first-block .login-block hr {
	margin: 20px 0;
}
.first-block .login-block .full-site-link-wrap {
	text-align: center;
	margin: 20px 0;
}
.first-block .login-block .full-site-link-wrap .link {
	color: #fff;
	font-size: 14px;
}
/* ========================================
              #other blocks
======================================== */
.article-block,
.benefits-block,
.reviews-block,
.clients-block,
.media-review-block,
.add-services-block,
.projects-block {
	display: none;
}

.centerCrab {
	padding: 100px 0;
	background-image: url(/images/404_xs.png);
	background-repeat: no-repeat;
	background-position: center;
}


/* ========================================
              #newbie landing
======================================== */
.full-width-block {
	width: 108.8%;
	margin-left: -4.4%;
	padding: 0 4.4%;
	box-sizing: border-box;
}
.select {
	border: 2px solid #2279ae;
	background: #f8fcfd;
	border-radius: 4px;
}
body .ui-tooltip {
	border: 0;
	background-color: #2279ae;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
	box-shadow: none;
	padding: 25px 40px;
	margin-top: 15px;

}

body .ui-tooltip:before {
	content: '';
	position: absolute;
	border-top: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #2279ae;
	top: -12px;
	left: 90px;
}

.newbie-landing {
	color: #3c6074;

}

.newbie-landing .promo-block {
	background-image: url(/images/public/superman.jpg?1);
	background-size: cover;
	color: rgba(255, 255, 255, 1);
	padding-top: 20px;
	padding-bottom: 40px;
}
.newbie-landing .promo-block .image {
	width: 110px;
	height: 95px;
	background-image: url(/images/public/item-images.png?1);
	background-size: cover;
	margin: 10px auto 15px;
}
.newbie-landing .promo-block .image.heart {
	background-position: 0 0;
}
.newbie-landing .promo-block .image.card {
	background-position: 0 -100%;
}
.newbie-landing .promo-block .image.star {
	background-position: 0 -200%;
}
.newbie-landing .promo-block .image.progress {
	background-position: 0 -300%;
}

.newbie-landing .promo-block .items {
	margin-bottom: 40px;
}
.newbie-landing .promo-block .text {
	line-height: 1.25;
}
.newbie-landing .promo-block .item {
	float: left;
	width: 48%;
	margin-left: 4%;
	font-size: 11px;
	line-height: 14px;
}
.newbie-landing .promo-block .item:nth-child(2n + 1) {
	margin-left: 0;
	clear: left;
}
.newbie-landing .promo-block .btn-wrap {
	text-align: center;
	position: relative;

}
.newbie-landing .promo-block .btn-wrap:before {
	content: '';
	background-image: url(/images/public/arrow-down.png);
	width: 51px;
	height: 70px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -30px;
	z-index: 1;
}
.newbie-landing .promo-block .btn-wrap .link {
	z-index: 2;
	position: relative;
}
.newbie-landing h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 20px 0;
}
.newbie-landing .btn-wrap {
	text-align: center;
}

.newbie-landing .form label {
	font-weight: 700;
	color: #3c6074;
	margin-bottom: 5px;
	display: block;
}
.newbie-landing .form .btn-wrap {
	margin-top: 25px;
}
.newbie-landing .form .input-text, .newbie-landing .form .input-textarea {
	border: 2px solid #2279ae;
	color: #2279ae;
}
.newbie-landing .form .error {
	border: 2px solid #FF0000;
}

.newbie-landing .chosen-container-single .chosen-single {
	border: 2px solid #2279ae;
	color: #2279ae;
}
.newbie-landing .chosen-container .chosen-drop {
	border: 2px solid #2279ae;
	border-top: 0;
	margin-top: -2px;
	color: #2279ae;
}
.newbie-landing .chosen-container .chosen-results li.highlighted {
	color: #fff;
}
.newbie-landing .chosen-container .chosen-results li {
	color: #2279ae;
}
.newbie-landing .button {
	text-transform: none;
	width: 100%;
}
.newbie-landing .table-block {
	margin-top: 50px;
}

.newbie-landing .table-block .caption {
	margin-bottom: 10px;
	line-height: 1.1;
	text-align: center;
}
.newbie-landing .table-block .caption b{
	display: block;
}
.newbie-landing .table-block td:nth-child(2),
.newbie-landing .table-block td:nth-child(3) {
	padding-right: 3%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newbie-landing .table-block td:nth-child(4) {
	font-weight: 700;
}
.newbie-landing .table-block .table-wrap {
	overflow: hidden;
	position: relative;
}
.newbie-landing .table-block .table-wrap:after {
	content: '';
	position: absolute;
	width: 30px;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-linear-gradient(left, transparent 0, #fff 100%);
	background-image: linear-gradient(to right, transparent 0, #fff 100%);
}
.newbie-landing .table-block .cs-table {
	min-width: 570px;
}
.newbie-landing .table-block tr.selected {
	background-color: #86cdc3;
}
.newbie-landing .table-block tr.selected td:nth-child(2) .link {
	color: #fff;
	background: none;
}
.newbie-landing .table-block tr.selected td:nth-child(1):before {
	content: '';
	background-image: url(/images/public/table-check.png);
	width: 14px;
	height: 15px;
	display: block;
}
.newbie-landing .table-block tr td:nth-child(1):before {
	content: '';
	background-image: url(/images/public/table-empty-check.png);
	width: 14px;
	height: 15px;
	display: block;
}
.newbie-landing .info-text {
	margin: 20px 0;
	line-height: 1.3;
	text-align: center;
}
.newbie-landing .info-text .link {
	/*white-space: nowrap;*/
}
.newbie-landing .autoContinueSteps {
	padding-top: 15px;
}
.newbie-landing .calculator-block .full-width-block{
	background-color: #5da6d4;
	color: #fff;
}
.newbie-landing .calculator-block .captions {
	font-size: 14px;
	line-height: 1.25;
	padding: 20px 0;
	text-align: center;
	position: relative;
}
.newbie-landing .calculator-block .captions:before {
	content: '';
	position: absolute;
	height: 1px;
	background-color: #a4cce5;
	width: 108.8%;
	margin-left: -4.4%;
	bottom: 0;
	left: 0;
}
.newbie-landing .calculator-block .captions .item {
	width: 45%;
	float: left;
}

.newbie-landing .calculator-block .captions .item + .item {
	margin-left: 10%;
}
.newbie-landing .calculator-block .captions a {
	text-decoration: none;
}
.newbie-landing .calculator-block .captions .current .link {
	background: none;
	font-weight: 700;
}
.newbie-landing .calculator-block .tabs {
	padding: 20px;
}
.newbie-landing .calculator-block .tabs .item + .item {
	padding-top: 20px;
}
.newbie-landing .calculator-block .caption {
	color: #fff;
	float: left;
}
.newbie-landing .calculator-block .value {
	float: right;
	font-size: 25px;
	position: relative;
	top: -4px;
	line-height: 1;
}
.newbie-landing .result-wrap {
	text-align: center;
	margin: 30px 0;
}
.newbie-landing .result-wrap .summa {
	font-size: 30px;
}
.newbie-landing .dashed-hr {
	margin: 45px 0 40px;
}
.dashed-hr {
	height: 1px;
	border: none;
	background-size: 25px 1px;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(left, #d3e4ef, #d3e4ef 50%, transparent 50%);
	background-image: linear-gradient(to right, #d3e4ef, #d3e4ef 50%, transparent 50%);
}
.newbie-landing .lighter{
	font-weight: normal;
}
.newbie-landing .calculator-block, .newbie-landing .result-block {
	display: none;
}
.newbie-landing  .throbber-loader{
	margin-left: 48%;
	margin-top: 25px;
}

.newbie-landing .table-block .priceChange{
	width: 80px;
	color: #2279ae;
	margin-left: -8px;
	padding-left: 5px;
	font-weight: bold;
	border: 1px solid #2279ae;
}
.newbie-landing .table-block .priceChange.error{
	border: 1px solid #ff0000;
	background: #FFCCCC;
}
/* ========================================
              #mr-quality landing
======================================== */
.mr-landing h1 {
	letter-spacing: .02em;
	text-align: center;
}

.mr-landing {
	padding-bottom: 0;
}

.mr-pad {
	background: #fff;
	width: 110%;
	margin-left: -5%;
	padding-bottom: 80px;
}

.mr-landing .mr-pad .head-bg {
	background:
		url(/images/mr-quality/head-bg-bottom.jpg) center bottom no-repeat,
		url(/images/mr-quality/head-bg-top.jpg) center top no-repeat;
	margin-bottom: 50px;
}

.mr-landing .mr-pad .head-bottom-bg {
	background:
		url(/images/mr-quality/bottom-chevron.png) center bottom no-repeat;
	background-size: 100% 50px;
	padding-bottom: 80px;
}

.page-wrapper .mr-landing .pad {
	top: 30px;
	position: relative;
	padding: 0;
}

.mr-landing .mr-pad p.mr-intro {
	text-align: center;
	padding: 55px 11% 0;
	font: 400 18px/24px 'PT Sans';
	color: #fff;
	margin-bottom: 40px;
}

.mr-landing h1.mr-quality {
	color: #f39e1b;
	text-transform: none;
	font: 700 40px/40px 'PT Sans';
	margin-bottom: 30px;
}

.mr-landing .what-is-it {
	margin-bottom: 55px;
	padding-top: 100px;
	padding-bottom: 50px;
	min-height: 310px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: url(/images/mr-quality/chevron.png) center center no-repeat;
	background-size: 100% 100%;
}

.mr-landing .what-is-it p.heading {
	font: 700 22px/30px 'PT Sans';
	text-align: center;
	margin-top: 0;
}

.mr-landing .what-is-it p.info {
	padding: 0 8%;
	font: 400 16px/22px 'PT Sans';
	text-align: center;
}

.mr-landing .what-is-it p.info a {
	color: #f39e1b;
	text-decoration: none;
	border-bottom: 1px solid rgba(243,158,27,.2);
}
.mr-landing .what-is-it p.info a:hover {
	color: #f39e1b;
	text-decoration: none;
	border-bottom: 1px solid rgba(243,158,27,.5);
}

.mr-cta {
	display: block;
	text-align: center;
}

.mr-landing  a.xlarge-button {
	text-align: center;
	font: 700 18px/22px 'PT Sans';
	border: 3px solid #f39e1b;
	border-radius: 6px;
	padding: 20px;
	text-decoration: none;
	color: #3c6074;
	display: inline-block;
	max-width: 60%;
}

.mr-landing  .head-bg a.xlarge-button {
	color: #fff;
}

.mr-column-1-2 {
	float: left;
	text-align: center;
	padding: 0 8%;
}

.mr-column-1-2 p {
	font: 400 16px/22px 'PT Sans';
	margin-top: 15px;
	margin-bottom: 50px;
}

.mr-column-1-2 p.mr-heading {
	font: 700 22px/22px 'PT Sans';
	margin-bottom: 40px;
}

.mr-columns {
	padding: 0 8%;
	margin: 0 auto;
	background: #a00;
	text-align: center;
}

.mr-column-left {
	width: 100%;
}

.mr-column-right {
	width: 100%;
}

.mr-not-small {
	display: none;
}

.mr-small {
	display: block;
}

.mr-clearfix {
	clear: both;
}

.newYearLogo {
		background: transparent url("/img/christmas-tree.png") no-repeat scroll 0px 0px / contain;
		position: relative;
		display: block;
		height: 50px;
		width: 50px;
		top: 12px;
		left: -25px;
}

table.legal_doc {
	margin-top: 60px;
	width: 100%; border-collapse: collapse;
}
table.legal_doc td {
	padding: 1ex 1em 1ex 0.2em;
	border: 1px dotted #ccc;
	vertical-align: top;
	text-align: left;
}
table.legal_doc td span {
	width: 11%;
	display: block;
	float: left;
}
table.legal_doc td div {
	width: 88%;
	margin: 0;
	float: left;
}
table.legal_doc td p {
	text-align: justify;
	margin: 0;
}
table.legal_doc td div p.offset_1 {
	margin-left: 0;
}
table.legal_doc td div p.offset_2 {
	margin-left: 1ex;
}
table.legal_doc td div p.offset_3 {
	margin-left: 2ex;
}
table.legal_doc td p.centered {
	text-align: center;
	float: none;
}

.first-block .statistic-block .statistic .desktop{
	display: none;
}
.first-block .statistic-block .statistic .mobile{
	display: block;
}

/* flash message */
#publicFlashMessageWrapper .message {
	min-width: 220px;
}

/* new year */
.happyNewYear{
	display: block;
	z-index: 2;
	width: 100%;
	position: relative;
}
.happyNewYear .top{
	position: relative;
	width: 100%;
	height: 60px;
}
.happyNewYear .top .centerBg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: url('/img/new_year_2018/2repeat.png') 0 0/contain repeat-x;
}
.happyNewYear .middle{
	text-align: center;
	height: 40px;
	margin-top: -25px;
	padding-top: 10px;
	position: relative;
	width: 100%;
}
.happyNewYear .middle .leftBg {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 75px;
	background: url('/img/new_year_2018/2red_left.png') 0 0/contain no-repeat;
	z-index: 1;
}
.happyNewYear .middle .rightBg {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	width: 75px;
	background: url('/img/new_year_2018/2red_right.png') 0 0/contain no-repeat;
	z-index: 1;
}
.happyNewYear .middle .centerBg {
	position: absolute;
	top: 0;
	left: 50px;
	right: 50px;
	height: 24px;
	background: url('/img/new_year_2018/2red.png') 0 0/cover repeat-x;

	font: 400 14px/16px NeoSansCyr;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 8px;
}