/* ========================================
Just look, digital studio
www.justlook.ru

written in 2015 for Miralinks
======================================== */
/* ========================================
			Generic classes
======================================== */
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font: 300 14px 'Roboto';
    color: #163447;
}
body.main-page {

}
img {
    border: none;
    vertical-align: middle;
}
a {
    outline: none;
}
p {
    margin: 14px 0;
}
.clr-fix:after {
    content: '';
    display: table;
    clear: both;
}
.va-fix:before{
    height: 100%;
    content: '';
    display: inline-block;
    width: 0;
    vertical-align: middle;
}
ul {
    margin: 0;
    padding: 0;
}
ul.dash {
    list-style: none;
}
ul.dash li {
    position: relative;
}
ul.dash li:before {
    content: '—';
    position: absolute;
    left: -22px;
}

.va-wrap {
    display: table;
    table-layout: fixed;
}
.va-wrap .va-content {
    display: table-cell;
    vertical-align: middle;
}
/* ========================================
		Themes (links, h & etc)
======================================== */
.link {
    text-decoration: none;
    color: #2279ae;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: 0 95%;
}
.link:hover,
.link.active {
    color: #1b91da;
}
.link.dotted {
    background-size: 2px 1px;
    background-image: -webkit-linear-gradient(left, #196290, #196290 50%, transparent 50%);
    background-image: linear-gradient(to right, #196290, #196290 50%, transparent 50%);
}
.link.dotted:hover {
    background-image: -webkit-linear-gradient(left, #163447, #163447 50%, transparent 50%);
    background-image: linear-gradient(to right, #163447, #163447 50%, transparent 50%);
}
.link.dotted2 {
    background-size: 4px 2px;
    background-image: -webkit-linear-gradient(left, #196290, #196290 50%, transparent 50%);
    background-image: linear-gradient(to right, #196290, #196290 50%, transparent 50%);
}
.link.dotted2:hover {
    background-image: -webkit-linear-gradient(left, #163447, #163447 50%, transparent 50%);
    background-image: linear-gradient(to right, #163447, #163447 50%, transparent 50%);
}
.link.active,
.link.dotted2.active {
    background-image: none;
}
.link.white {
    color: #fff;
}
.link.white.dotted {
    background-image: -webkit-linear-gradient(left, #fff, #fff 50%, transparent 50%);
    background-image: linear-gradient(to right, #fff, #fff 50%, transparent 50%);
}
.link.ellipsis {
    position: relative;
}
.link.ellipsis:before {
    content: '...';
    position: absolute;
    left: -20px;
    top: 5px;
    line-height: 1px;
}


hr {
    margin: 10px 0;
}
.main-page hr {
    border: none;
    border-top: 1px solid #cbd8e1;
}
hr.circled-edge {
    position: relative;
}
hr.circled-edge:after,
hr.circled-edge:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #cbd8e1;
    border-radius: 50%;
    top: -2px;
}
hr.circled-edge:before {
    left: -1px;
}
hr.circled-edge:after {
    right: -1px;
}
hr.dotted {
    border-top: 1px dotted rgba(255, 255, 255, .1);
}

.ligature {
    background-image: url(/images/public/ligature.png);
    width: 87px;
    height: 15px;
}
.ligature.blue {
    background-position: 0 -25px;
}

.button {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    box-sizing: border-box;
}

.button:active {
    top: 1px;
}
.button .inner-content {
    display: block;
    padding: 14px 0;
}
.button .link-text {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    color: #2279ae;
}
.button .link-tip {
    font-weight: 400;
    font-size: 12px;
    color: #858585;
}
.button.white {
    background-color: #fff;
	border-bottom: 3px solid #a0bfd2;
	margin-top: 2px;
}
.button.white:active {
	background-color: #e6f1f8;
}
.button.blue {
    background-color: #2279ae;
    box-shadow: 0px 2px 0px #0e5987;
}
.button.blue:active {
	box-shadow: none;
	background-color: #186da1;
	border: none;
}
.button.grey {
    background-color: #999999;
}
.button.green {
    background: #54bba8;
    border: 2px solid #fff;
}
.button.green:hover {
	background: #ffffff;
	border: 2px solid #fff;
}
.button.green:active {
	background: #e6f1f8;
}
.button.green .link-text {
	height: 100%;
    color: #fff;
}
.button.green .link-text:hover, .button.green .link-text:active {
	color: #54bba8;
}
.button.blue .link-text, .button.grey .link-text {
    color: #fff;
}

.input-text {
    background: #d3e1eb;
    border-radius: 4px;
    height: 46px;
    border: none;
    padding: 0 16px;
    font: 16px 'Roboto';
    outline: none;
    box-sizing: border-box;
}
.input-text.green {
    border: 2px solid #fff;
    background: #439686;
    color: #fff;
}
.input-text.green:focus {
	background: #437c71;
}
.input-text.white {
    background: #fff;
}
.input-text.blue-border {
    border: 1px solid #c7dce5;
    background: #f8fcfd;
    color: #163447;
}
.input-textarea {
    height: 124px;
    color: #163447;
    padding: 10px 18px;
    box-sizing: border-box;
    font: 16px 'Roboto';
    border-radius: 4px;
}
.input-textarea.blue-border {
    border: 1px solid #c7dce5;
    background: #f8fcfd;
    color: #163447;
}
.input-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.input-checkbox + label {
    padding-left: 30px;
    display: inline-block;
    line-height: 16px;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;

    position: relative;
}
.select {
    width: 100%;
    height: 46px;
}
.input-checkbox.blue-border + label:before {
    background: url(/images/public/checkbox.png) 0 -52px no-repeat;
}
.input-checkbox + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/images/public/checkbox.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
}
.input-checkbox:checked + label:before {
    background-position: 0 -26px;
}
.input-checkbox.blue-border:checked + label:before {
    background-position: 0 -78px;
}
.page-wrapper :focus::-webkit-input-placeholder {
    color: transparent;
}
.page-wrapper :focus::-moz-placeholder {
    color:transparent;
}
.page-wrapper :focus::placeholder {
    color:transparent;
}

.radial-bottom-shadow:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
    height: 6px;
    background: #f2f3f4;
    border-radius: 50%;
    opacity: .8;
}
.line-bottom-shadow:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: -60px;
    left: 0;
    height: 3px;
    background-image: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0, rgba(245, 245, 245, .7) 15%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, .71) 85%, rgba(245, 245, 245, 0) 100%);
    background-image: linear-gradient(to right, rgba(245, 245, 245, 0) 0, rgba(245, 245, 245, .7) 15%, rgba(245, 245, 245, 1) 50%, rgba(245, 245, 245, .71) 85%, rgba(245, 245, 245, 0) 100%);
}

/* ========================================
			Slick Slider
======================================== */
.slick-slider {
    margin: 0;
}
.slick-slider .slick-slide img {
    display: inline;
    max-width: 95%;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
    background: url(/images/public/arrows.png) no-repeat;
    width: 20px;
    height: 38px;
    margin-top: -19px;
}
.slick-slide {
    height: auto;
}

.slick-slider .slick-prev {
    background-position: 0 0;
    left: 5%;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
    content: '';
}
.slick-slider .slick-next {
    background-position: -30px 0;
    right: 5%;
}
.slick-slider.blue-arrows .slick-prev {
    background-position: 0 -48px;
}
.slick-slider.blue-arrows .slick-next {
    background-position: -30px -48px;
}
/* ========================================
			       Popup
======================================== */
.popup-back {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6);
    text-align: center;
    display: none;
}
.popup-back .popup-content {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    background-color: #fff;
    padding: 5px;
    text-align: left;
}
.popup-back .popup-content .description {
    margin: 0 20px 10px;
	max-width: 590px;
}
.popup-back .popup-content .close-btn {
    position: absolute;
    top: -25px;
    right: -25px;
    background: url(/images/public/close-btn.png) center no-repeat #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-decoration: none;
}
/* ========================================
			     IScroll
======================================== */
.is-scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    width: 100%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}
/* ========================================
			     chosem
======================================== */
.chosen-container {
    width: 100%;
}
.chosen-container-single .chosen-single {
    border: 1px solid #c7dce5;
    background: #f8fcfd;
    color: #163447;
    border-radius: 4px;
    height: 46px;
    box-shadow: none;
    width: 100%;
    font: 16px 'Roboto';
    padding-top: 10px;
    padding-left: 18px;
    box-sizing: border-box;
}
.chosen-container-single .chosen-default {
    color: #999;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #c7dce5;
    background: #f8fcfd;
    border-bottom: none;
    box-shadow: none;
}
.chosen-container .chosen-drop {
    border: 1px solid #c7dce5;
    background: #f8fcfd;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top: none;
    box-shadow: none;
}
.chosen-container .chosen-results {
    padding: 0;
    margin: 5px 0;
}
.chosen-container .chosen-results li {
    padding: 10px 18px;
    font-size: 16px;
}
.chosen-container .chosen-results li.highlighted {
    background: #2279ae;
}
.chosen-container-single .chosen-single div b {
    background: none!important;
    position: relative;
}
.chosen-container-single .chosen-single div {
    width: 30px;
}
.chosen-container-single .chosen-single div b:after,
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    content: '';
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

}
.chosen-container-single .chosen-single div b:after {
    border-top: 12px solid #086f9f;
    border-bottom: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b:after {
    border-bottom: 12px solid #086f9f;
    border-top: none;
}
/* ========================================
			    Switcher
======================================== */
.js-tabs {
}
.js-tabs.animate {
    position: absolute;
    width: 100%;
}
.js-tabs .js-tab {
    display: none;
}
.js-tabs .js-tab.current {
    display: block;
}

/* ========================================
			Стили для флэшки
======================================== */
#flashMessage {
	display: none;
	color: #555;
	background: url(/img/ok.png) 5px center no-repeat #E0FFD0;
	border: 1px solid #57D757;
	padding: 6px 6px 6px 35px;
	font-size: 1.2em;
	margin: 15px auto;
	width: 50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#flashMessage .flashError {
	background: url(/img/alert.png) 5px center no-repeat #FFD4C0;
	border:1px solid #E68F6B;
}
.error-message {
	font-size: 9pt;
	color: red;
}

#publicFlashMessageWrapper {
	width: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 200;
}
#publicFlashMessageWrapper .publicFlash {
	display: table;
	margin: 0px auto;
}
#publicFlashMessageWrapper .messageWrapper div {
	display: block;
	line-height: 20px;
	float: left;
}
#publicFlashMessageWrapper .left {
	background: url('/img/m4/flash_ok_left.png') top left no-repeat transparent;
}
#publicFlashMessageWrapper .right {
	background: url('/img/m4/flash_ok_right.png') top left no-repeat transparent;
}
#publicFlashMessageWrapper .message {
	position: relative;
	min-width: 250px;
	width: auto !important;
	font-size: 14px;
	color: #fff;
	padding: 12px 50px 8px 50px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: url('/img/m4/flash_ok_left.svg') no-repeat 12px center, linear-gradient(180deg, #6b8e68 2px, #8cc688 6px);
	background-size: 24px;
	box-shadow: 1px 1px 3px 1px rgba(63, 91, 61, 0.5);
}
#publicFlashMessageWrapper .message #flash_close {
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	right: 8px;
	display: block;
	width: 32px;
	height: 32px;
	background: url('/img/m4/flash_close.svg') no-repeat center, transparent;
	background-size: 24px;
	cursor: pointer;
}
#publicFlashMessageWrapper .message a,
#publicFlashMessageWrapper .message a:visited {
	color: #fff;
	text-decoration: underline;
}
#publicFlashMessageWrapper .message a:hover {
	text-decoration: none;
}
#publicFlashMessageWrapper #publicErrorFlash .left {
	background-image: url('/img/m4/flash_error_left.png') !important;
}
#publicFlashMessageWrapper #publicErrorFlash .message {
	background: url('/img/m4/flash_error_left.svg') no-repeat 12px center, linear-gradient(180deg, #c1756a 2px, #f78b6e 6px);
	box-shadow: 1px 1px 3px 1px rgba(130, 71, 64, 0.5);
}
#publicFlashMessageWrapper #publicErrorFlash .right {
	background-image: url('/img/m4/flash_error_right.png') !important;
}
#publicFlashMessageWrapper #close {
	display: block;
	width: 12px;
	height: 12px;
	margin: 10px 0 0 21px;
	cursor: pointer;
}

/* ========================================
			Custom fonts
======================================== */
@font-face {
    font-family: NeoSansCyr;
    src: url('fonts/NeoSansCyr-Light.eot');
    src: url('fonts/NeoSansCyr-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeoSansCyr-Light.woff2') format('woff2'),
    url('fonts/NeoSansCyr-Light.woff') format('woff'),
    url('fonts/NeoSansCyr-Light.ttf') format('truetype'),
    url('fonts/NeoSansCyr-Light.svg#droid_sansregular') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: NeoSansCyr;
    src: url('fonts/NeoSansCyr-LightItalic.eot');
    src: url('fonts/NeoSansCyr-LightItalic.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeoSansCyr-LightItalic.woff2') format('woff2'),
    url('fonts/NeoSansCyr-LightItalic.woff') format('woff'),
    url('fonts/NeoSansCyr-LightItalic.ttf') format('truetype'),
    url('fonts/NeoSansCyr-LightItalic.svg#droid_sansregular') format('svg');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: NeoSansCyr;
    src: url('fonts/NeoSansCyr-Regular.eot');
    src: url('fonts/NeoSansCyr-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeoSansCyr-Regular.woff2') format('woff2'),
    url('fonts/NeoSansCyr-Regular.woff') format('woff'),
    url('fonts/NeoSansCyr-Regular.ttf') format('truetype'),
    url('fonts/NeoSansCyr-Regular.svg#droid_sansregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: NeoSansCyr;
    src: url('fonts/NeoSansCyr-Italic.eot');
    src: url('fonts/NeoSansCyr-Italic.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeoSansCyr-Italic.woff2') format('woff2'),
    url('fonts/NeoSansCyr-Italic.woff') format('woff'),
    url('fonts/NeoSansCyr-Italic.ttf') format('truetype'),
    url('fonts/NeoSansCyr-Italic.svg#droid_sansregular') format('svg');
    font-weight: 400;
    font-style: italic;
}
@font-face {
    font-family: NeoSansCyr;
    src: url('fonts/NeoSansCyr-Medium.eot');
    src: url('fonts/NeoSansCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeoSansCyr-Medium.woff2') format('woff2'),
    url('fonts/NeoSansCyr-Medium.woff') format('woff'),
    url('fonts/NeoSansCyr-Medium.ttf') format('truetype'),
    url('fonts/NeoSansCyr-Medium.svg#droid_sansregular') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
	font-family: "PT Sans";
	src: url("fonts/PTSansRegular/PTSansRegular.eot");
	src: url("fonts/PTSansRegular/PTSansRegular.eot?#iefix")format("embedded-opentype"),
	url("fonts/PTSansRegular/PTSansRegular.woff") format("woff"),
	url("fonts/PTSansRegular/PTSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
/* font-family: "PTSansItalic"; */
@font-face {
	font-family: "PT Sans";
	src: url("fonts/PTSansItalic/PTSansItalic.eot");
	src: url("fonts/PTSansItalic/PTSansItalic.eot?#iefix")format("embedded-opentype"),
	url("fonts/PTSansItalic/PTSansItalic.woff") format("woff"),
	url("fonts/PTSansItalic/PTSansItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal;
}

.hidden {
	display: none;
}

.h-wrap a {
	color: white;
}

#recaptcha_widget_div {
	margin-bottom: 20px;
}

.auth-page .error {
	color: white;
}

.agreement-page .button .inner-content {
	padding: 14px 14px;
}

.rules-page .tabs h1 {
	color: #3f7a95;
	margin-top: 30px;
}

.rules-page .nav {
	margin-top: 30px;
}

.rules-page a {
	color: #2279ae;
}
/*
.rules-page .page-content {
	margin-top: 70px !important;
}
*/
.testimonials-page a {
	color: #2279ae;
}
.testimonials-page .testimonialsFilterWrapper {
	margin: 25px 0;
}
.testimonials-page .opibox {
}
.testimonials-page .opibox .bottom {
	clear: both;
	color: #6b6966;
	text-align: right;
	text-shadow: 1px 1px 0 #fff;
}
.testimonials-page .opibox .bottom span, .opibox .bottom a {
	margin: 0 2px;
}
.testimonials-page .opinion {
	font-family: Arial,Helvetica,sans-serif;
	margin-bottom: 20px;
}
.testimonials-page .opinion .item {
	margin-bottom: 10px;
	position: relative;
}
.testimonials-page .opinion .item .inner {
	border: 1px solid #c6cacd;
	padding: 10px 20px;
}
.testimonials-page .opinion .white .inner {
	background: none repeat scroll 0 0 #fff;
}
.testimonials-page .opinion .item p {
	padding-bottom: 10px;
}
.testimonials-page .opinion .item a {
	font-style: italic;
}
.testimonials-page .opinion .bottom {
	text-align: right;
}
.testimonials-page .opinion .item .arr {
	background: url("/img/m4/opi-arr.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 27px;
	left: -10px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	width: 20px;
}
.testimonials-page .opinion .item .lt {
	background: url("/img/m4/opi-cyr.gif") no-repeat scroll -4px -4px rgba(0, 0, 0, 0);
	height: 4px;
	width: 4px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
}
.testimonials-page .opinion .item .rt {
	background: url("/img/m4/opi-cyr.gif") no-repeat scroll 0 -4px rgba(0, 0, 0, 0);
	height: 4px;
	width: 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}
.testimonials-page .opinion .item .rb {
	background: url("/img/m4/opi-cyr.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 4px;
	width: 4px;
	bottom: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
}
.testimonials-page .opinion .item .lb {
	background: url("/img/m4/opi-cyr.gif") no-repeat scroll -4px 0 rgba(0, 0, 0, 0);
	height: 4px;
	width: 4px;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
}
.testimonials-page .opinion .details {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.overlooks-page .review {
	text-shadow: 0 1px 0 #fff;
}
.overlooks-page .review:first-child {
	margin-top: 25px;
}
.overlooks-page .review .item {
	margin-bottom: 15px;
	overflow: hidden;
}
.overlooks-page .review .item .img {
	background: url("/img/m4/review-img-bg.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	height: 102px;
	overflow: hidden;
	padding: 4px 0 0 6px;
	width: 146px;
}
.overlooks-page .review .item .img a {
	display: block;
	height: 96px;
	overflow: hidden;
	width: 141px;
}
.overlooks-page .review .item .text {
	margin-left: 175px;
	padding: 15px 0 0;
}
.overlooks-page .review .item .text .tit {
	background: url("/img/m4/review-tit-bg.gif") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
	color: #201600;
	font: 14px Georgia,"Times New Roman",Times,serif;
	margin: 0 0 5px -10px;
	padding: 1px 0 3px 10px;
	position: relative;
	text-shadow: 0 1px 0 #fff;
}
.overlooks-page .review .item .text .tit .arr {
	background: url("/img/m4/review-arr.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 16px;
	left: -7px;
	margin-top: -8px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	width: 10px;
}
.overlooks-page .review .item .text a {
	color: #565353;
}
.overlooks-page .review .bottom {
	text-align: right;
}
.playerCont {
	display: none;
}

.question .resultHolder .link-text {
	padding: 0 15px;
}

.isChecked label {
	color: #AEDCF9 !important;
}
.isChecked a {
	color: #AEDCF9 !important;
}


/* Float */
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, box-shadow;
	transition-property: transform, box-shadow;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.input__field--minoru {
	box-shadow: 0 0 0 2px transparent;
	transition: box-shadow 0.3s ease 0s;
}

.input__field--minoru:focus {
	box-shadow: 0 0 10px 5px rgba(46,137,193,1);
}


/*
Спиннер
*/
@-moz-keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }
    10% {
        background: #6b9dc8;
    }
    40% {
        background: #dde2e7;
    }
}
@-webkit-keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }
    10% {
        background: #6b9dc8;
    }
    40% {
        background: #dde2e7;
    }
}
@keyframes throbber-loader {
    0% {
        background: #dde2e7;
    }
    10% {
        background: #6b9dc8;
    }
    40% {
        background: #dde2e7;
    }
}
/* :not(:required) hides these rules from IE9 and below */
.throbber-loader:not(:required) {
    -moz-animation: throbber-loader 2000ms 300ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 300ms infinite ease-out;
    animation: throbber-loader 2000ms 300ms infinite ease-out;
    background: #dde2e7;
    display: inline-block;
    position: relative;
    text-indent: -9999px;
    width: 0.9em;
    height: 1.5em;
    margin: 0 1.6em;
}
.throbber-loader:not(:required):before, .throbber-loader:not(:required):after {
    background: #dde2e7;
    content: '\x200B';
    display: inline-block;
    width: 0.9em;
    height: 1.5em;
    position: absolute;
    top: 0;
}
.throbber-loader:not(:required):before {
    -moz-animation: throbber-loader 2000ms 150ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 150ms infinite ease-out;
    animation: throbber-loader 2000ms 150ms infinite ease-out;
    left: -1.6em;
}
.throbber-loader:not(:required):after {
    -moz-animation: throbber-loader 2000ms 450ms infinite ease-out;
    -webkit-animation: throbber-loader 2000ms 450ms infinite ease-out;
    animation: throbber-loader 2000ms 450ms infinite ease-out;
    right: -1.6em;
}

/* форма сброса пароля */
.centered {
	text-align: center;
}
div.auth-page.reset .page-content {
	color: #fff;
	width: 500px;
}
div.auth-page.reset .page-content a,
div.auth-page.reset .page-content a:visited {
	color: #fff;
}
div.auth-page.reset .page-content a:hover {
	text-decoration: none;
}

div.auth-page.reset .page-content p {
	font-size: 16px;
}
div.auth-page.reset .page-content sub {
	font-size: 12px;
}
table#reset_pass {
	border-collapse: collapse;
	width: 100%;
}
table#reset_pass td {
	border: none;
	padding: 2px;
	color: #fff;
}

div.pass-strength {
	background-color: transparent;
	padding: 2px;
	width: 120px;
	float: left;
	margin-left: 16px;
	border: 1px solid #999;
	border-radius: 3px;
}
div.pass-strength div {
	height: 12px;
	border-radius: 2px;
}
div.strength0 {
	width: 6%;
	background-color: #540000;
}
div.strength1 {
	width: 20%;
	background-color: #ee4035;
}
div.strength2 {
	width: 40%;
	background-color: #f37736;
}
div.strength3 {
	width: 60%;
	background-color: #ffde00;
}
div.strength4 {
	width: 80%;
	background-color: #b3cd41;
}
div.strength5 {
	width: 99%;
	background-color: #7bc043;
}
table#reset_pass a.icon {
	width: 32px;
	height: 32px;
	line-height: 46px;
	display: block;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-left: 10px;
	background-position:  0 0;
}
table#reset_pass a.show-pass {
	background-image: url(/images/public/eye-icon_32.png);
}
table#reset_pass a.show-pass.visible {
	background-position: 0 -32px;
}
table#reset_pass a.pass-match {
	background-image: url(/images/public/check-icon_32.png);
}
table#reset_pass a.pass-match.no-match {
	background-position: 0 -32px;
}
table#reset_pass a.send-code {
	background-image: url(/images/public/refresh-icon_32.png);
	float: left;
}
table#reset_pass a.send-code.disabled {
	background-position: 0 -32px;
}

span#sendCountdown {
	display: block;
	float: right;
	margin-right: 25px;
	line-height: 32px;
	font-size: 18px;
}
sub#smsComment {
	padding-left: 16px;
	text-shadow: 0 0 2px #033;
	background: url(/images/public/success_12.png) transparent left center no-repeat scroll;
}
sub#smsComment.sms-fail {
	color: #ffe922;
	background-image: url(/images/public/warn_12.png);
}

.userLoginForm {
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	padding: 10px;
	width: 26em;
	margin: 20px auto;
	background-color: #EFEFEF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.userLoginForm input {
    line-height: 44px;
    font-weight: 700;
    display: block;
	width: 80%;
	margin: 5px auto;
    padding: 0 16px;
    font-size: 16px;
    box-sizing: border-box;
    border-radius: 4px;
	color: #fff;
    background-color: #2279ae;
}
.userLoginForm input.itxt {
    font-size: 24px;
	color: #6b6966 !important;
	background-color: #d3e1eb !important;
	border: 1px solid #6b6966;
}
.userLoginForm input.itxt::placeholder {
	font-size: 14px;
	font-weight: normal;
	position: relative;
	top: -4px;
}
.userLoginForm div.submit input {
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.userLoginForm div.submit input:hover {
	transform: translateY(-1px);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
div.smslogin-page div.pad {
	opacity: 0;
}