<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'OpenSans';
  src: 	url('/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
  		url('/fonts/OpenSans.woff') format('woff'),
  		url('/fonts/OpenSans.ttf')  format('truetype'),
  		url('/fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: 	url('/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
  		url('/fonts/OpenSans-Bold.woff') format('woff'),
  		url('/fonts/OpenSans-Bold.ttf')  format('truetype'),
  		url('/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ----------------------------------------------------------------------------------- */
/*                  RESET                */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	box-sizing: border-box;
}
a,
a:hover,
a:focus {
	text-decoration: none;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* ----------------------------------------------------------------------------------- */
/*                  GENERAL                */

body {
	font-family: Tahoma, sans-serif;
	position: relative;
}

a {
	text-decoration: none;
}

.text-uppercase {
	text-transform: uppercase;
}
.display-none {
	display: none !important;
}
.clear {
	clear: both;
}


.container,
.container2 {
	max-width: 1233px;
	margin: 0 auto;
	padding: 0;
}
.container2 {
	position: relative;
}


/* ----------------------------------------------------------------------------------- */
/*-- Ñ…ÐµÐ´ÐµÑ€ --*/
.top-header {
	height: 38px;
	font-size: 13px;
	line-height: 38px;
	background: #00599e;
	background: url(/images/newdisain/bg-battern-1.png) repeat-x #00599e;
}
.lang-menu {
	float: left;
	color: #fff;
	margin-right: 30px;
}
/* Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ ÑÑ‚Ð¸Ð»ÐµÐ¹ ÑÐµÐ»ÐµÐºÑ‚Ð° */
.lang-menu .jq-selectbox__select {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 38px;
	height: 38px;
	color: #fff;
	text-shadow: none;
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0 28px 0 7px;
}
.lang-menu .jq-selectbox__select:hover {
	background: transparent;
}
.lang-menu .jq-selectbox__select:active {
	background: transparent;
	box-shadow: none;
}
.lang-menu .jq-selectbox.focused .jq-selectbox__select {
	border: none;
}
.lang-menu .jq-selectbox__trigger {
	border: none;
	width: 5px;
}
.lang-menu .jq-selectbox__trigger-arrow {
	top: 17px;
	border-top: 5px solid #fff;
}
.lang-menu .jq-selectbox {
	float: left;
}
.lang-menu .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #fff;
}
.lang-menu .jq-selectbox__dropdown {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	margin: -1px 0 0 -5px;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: #00599e;
}
.lang-menu .jq-selectbox li {
	color: #fff;
	border-top: 1px solid #1164a4;
	border-bottom: 1px solid #005190;
}
.lang-menu .jq-selectbox li:hover,
.jq-selectbox li.selected {
	background: #005190;
	color: #fe0;
}
/* &lt;/Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ ÑÑ‚Ð¸Ð»ÐµÐ¹ ÑÐµÐ»ÐµÐºÑ‚Ð° */
.top-header .container {
	position: relative;
}
.top-header a {
	color: #fff;
}
.top-header a.feedback:before,
.top-header .right-panel .sign-in:before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/images/newdisain/sprite.png) no-repeat;
	margin: 0 15px -2px 0;
}
.top-header a.feedback:hover:before {
	background-position: -15px 0;
}
.top-header .right-panel {
	float: right;
	color: #fff;
}
.top-header .right-panel span {
	margin-left: 35px;
}
.top-header .right-panel a {
	display: inline-block;
	padding-left: 13px;
	margin-left: 13px;
	line-height: 1.4;
}
.top-header .right-panel a:last-child {
	border-left: 1px solid #fff;
}
.top-header .right-panel .sign-in:before {
	height: 17px;
	background-position: 0 -15px;
	margin: 0 10px -5px 0;
}
.top-header .right-panel .user-menu, .top-header .right-panel .admin-panel {
	display: block;
	float: left;
	position: relative;
	font-weight: bold;
	cursor: pointer;
}
.admin-panel a {
	padding-right: 15px;
}
.top-header .right-panel .user-menu:after {
	content: '';
	display: inline-block;
	border: 4px solid transparent;
	border-top: 4px solid #fff;
	margin: 0 0 -3px 8px;
}
.top-header .right-panel .user-menu.clicked:after {
	border: 4px solid transparent;
	border-left: 4px solid #fff;
	margin-bottom: 0;
}
.top-header .right-panel .user-menu:hover {
	text-decoration: underline;
}
 ul.user-menu-list {
	display: none;
	position: absolute;
	top: 38px;
	right: 328px;
	font-size: 13px;
	color: #fff;
	background: #00599e;
	z-index: 1000;
}
ul.user-menu-list p,
ul.user-menu-list .exit2 {
	display: block;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}
ul.user-menu-list .exit2 {
	line-height: 3;
}
ul.user-menu-list li {
	line-height: 2;
	font-weight: normal;
	border-top: 1px solid #1164a4;
	border-bottom: 1px solid #005190;
}
ul.user-menu-list li:last-child {
	padding-bottom: 5px;
}
ul.user-menu-list li:hover,
ul.user-menu-list li:hover a {
	background: #005190;
	color: #fe0;
}
ul.user-menu-list li a {
	display: inline-block;
	width: 100%;
	color: #fff;
	border: none;
	margin: 0;
	padding: 0 20px;
}
.balance2,
.exit2 {
	display: none !important;
}
.logo-banner .container {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.logo-banner img {
	display: block;
	float: left;
	margin: 0 20px;
}
.logo-title {
	display: inline-block;
	position: absolute;
	top: 50%;
	max-width: 260px;
	font-family: 'OpenSans', sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #003966;;
	border-left: 1px solid #003966;;
	margin-top: -23px;
	padding: 3px 0 3px 20px;
}
.logo-title span {
	text-transform: uppercase;
}
.phones-wrapper {
	margin-top: 55px;
}
.phones {
	font-family: 'OpenSans-Bold', sans-serif;
	text-align: right;
	font-size: 28px;
	color: rgba(2,90,159,1);
	/*background: #000;
	text-shadow: rgba(255,255,255,0.5) 0 2px 2px;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;*/
	padding: 0;
	margin-bottom: 15px;
}
.logo-banner .phones {
	position: relative;
	z-index: 99;
}
.tube {
	padding-right: 20px;
}
.tube:before {
	content: '';
	display: inline-block;
	width: 37px;
	height: 36px;
	background: url(/images/newdisain/sprite.png) no-repeat;
	background-position: 0 -32px;
	margin: 0 15px -10px 0;
}
/*-- &lt;/Ñ…ÐµÐ´ÐµÑ€ --*/


/*-- Ð¼ÐµÐ½ÑŽ --*/
.nav-menu-my {
	font-family: Tahoma, sans-serif;
	font-size: 15px;
	border-top: 3px double #0d61a3;
	border-bottom: 3px double #0d61a3;
	margin-bottom: 1px;
	background: none;
	box-shadow: none;
}

#all_pages .nav-menu-my {
	border: 0;
	margin-bottom: 7px;
}
#all_pages .navbar-default {
	border: 0;
}
.nav-menu-my .navbar-nav {
	width: 100%;
}
.nav-menu-my .navbar-nav &gt; li &gt; a {
	color: #00599e;
}
.nav-menu-my ul li a {
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	line-height: 44px;
	padding: 0 15px;
	width: 100%;
}
.nav-menu-my li:hover a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
	color: #00599e;
	background-color: #ffffff;
}
.dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover,
.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
	background-image: none;
	background-color: #00599e;
	color: #ffffff !important;
	text-decoration: none;
}
.nav-menu-my ul.navbar-nav &gt; li &gt; a.dropdown-toggle:after {
	content: '';
	display: inline-block;
	border: 4px solid transparent;
	border-top: 4px solid #00599e;
	margin: 0 0 -2px 8px;
}
.nav-menu-my ul {
	box-shadow: 0 0 16px 6px rgba(0,0,0,0.08);
}
.nav-menu-my a.current {
	color: red !important;
}
.nav-menu-my .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.nav-menu-my .navbar-header{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
/*
.nav-menu2 {
    font-size: 15px;
    border-top: 3px double #0d61a3;
    border-bottom: 3px double #0d61a3;
    margin-bottom: 1px;
}
.nav-menu2 .open a {
    color: #00599e;
}

.nav-menu2 .menu-button {
    display: none;
}
.nav-menu2 ul {
    box-shadow: 0 0 16px 6px rgba(0,0,0,0.08);
}
.nav-menu2 ul li {
    display: inline-block;
    position: relative;
    !*margin: -3px 0 -3px 0;*!
}
.nav-menu2 ul li a {
    display: inline-block;
    width: 100%;
    color: #00599e;
    line-height: 44px;
    padding: 0 20px;
    cursor: pointer;
}
.nav-menu2 ul li a:after {
    content: '';
    display: inline-block;
    border: 4px solid transparent;
    border-top: 4px solid #00599e;
    margin: 0 0 -2px 8px;
}
.nav-menu2 ul li .sales:after {
    display: none;
}
.nav-menu2 ul li a:hover,
.nav-menu2 ul li a.clicked {
    background: #00599e;
    color: #fff;
}
.nav-menu2 ul li a:hover:after {
    border-top-color: #fff;
}
.nav-menu2 ul li a.clicked:after {
    border-color: transparent;
    border-left-color: #fff;
    margin-bottom: 0;
}
.nav-menu2 ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 320px;
    background: #fff;
    z-index: 1000;
}
.nav-menu2 ul li ul li {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    margin: 0;
}
.nav-menu2 ul li ul li:last-child {
    border-bottom: none;
}
.nav-menu2 ul li ul li a {
    line-height: 40px;
    color: #00599e;
}
.nav-menu2 ul li ul li a:after {
    display: none;
}
.close-menu-button {
    display: none;
}
.nav-menu2 li.open {
    color: #00599e;
    background-color: #00AA88;
}*/

/*-- &lt;/Ð¼ÐµÐ½ÑŽ --*/


/*-- ÑÐ»Ð°Ð¹Ð´ÐµÑ€ --*/
.main-slider {
	box-shadow: 0 0 16px 6px rgba(0,0,0,0.08);
	margin-bottom: 15px;
}
/* Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ ÑÑ‚Ð¸Ð»ÐµÐ¹ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */
.slick-prev, .slick-next {
	position: absolute;
	border: none;
	outline: none;
	text-indent: -99999px;
	width: 40px;
    height: 96px;
	top: 50%;
	margin-top: -48px;
	cursor: pointer;
}
.slick-prev {
    left: 0;
	background: url(/images/newdisain/arrow-left.png) no-repeat;
	z-index: 10;
}
.slick-next {
	right: 0;
	background: url(/images/newdisain/arrow-right.png) no-repeat;
}
.slick-dots {
	text-align: center;
	margin-top: 25px;
	padding-bottom: 13px;
}
.slick-dots li {
	display: inline-block;
	width: 23px;
    height: 7px;
	margin: 0 9px;
}
.slick-dots li.slick-active button {
	background: #025a9f;
}
.slick-dots li button {
	cursor: pointer;
    color: transparent;
	width: 23px;
    height: 7px;
    border: 1px solid #025a9f;
    outline: none;
    background: transparent;
}
/* &lt;/Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ðµ ÑÑ‚Ð¸Ð»ÐµÐ¹ ÑÐ»Ð°Ð¹Ð´ÐµÑ€Ð° */
/*-- &lt;/ÑÐ»Ð°Ð¹Ð´ÐµÑ€ --*/


/*-- Ñ‚Ð°Ð±Ñ‹ --*/
.tabs {
	overflow: hidden;
	color: #025a9f;
	padding: 40px 0 70px;
}
.tab {
	text-align: center;
	padding: 0 2.8%;
}
.tab img {
	margin-bottom: 22px;
}
.tab p {
	font-size: 15px;
	line-height: 1.5;
}
.tab p span {
	font-size: 24px;
}
.tab .short-p {
	max-width: 230px;
	margin: 0 auto;
}
/*-- &lt;/Ñ‚Ð°Ð±Ñ‹ --*/


/*-- Ð±Ð»Ð¾ÐºÐ¸ --*/
.last-items {
	overflow: hidden;
	color: #025a9f;
	font-size: 14px;
}
.block-of-items h3,
.modal-form-wrapper h3 {
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #00599e;
	background: url(/images/newdisain/bg-battern-1.png) repeat-x #00599e;
	padding: 14px 0;
}
.block-of-items .text-block {
	text-align: center;
	padding: 25px 20px 40px;
	box-shadow: 0 0 16px 6px rgba(0,0,0,0.08);
	margin-bottom: 30px;
	height: 100%;
}
.text-block p {
	text-align: left;
	line-height: 1.57;
	padding: 3px 0;
}
.text-block p span {
	color: #9e9e9e;
}
.text-block p strong {
	color: #424343;
}
.text-block a {
	color: #025a9f;
}
.text-block a.bottom-anchor {
	display: inline-block;
	line-height: 1.4;
	text-transform: uppercase;
	text-decoration: underline;
	margin: 25px auto 0;
}
.text-block a:hover {
	text-decoration: none;
}
/*-- &lt;/Ð±Ð»Ð¾ÐºÐ¸ --*/


/*-- Ñ„ÑƒÑ‚ÐµÑ€ --*/
footer {
	min-height: 155px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #00599e;
	background: url(/images/newdisain/bg-battern-2.png) repeat-x #00599e;
	padding-top: 30px;
}
footer h3 {
	margin-bottom: 15px;
}
footer a {
	display: block;
	color: #fff;
	margin-bottom: 15px;
}
footer a:visited {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
/*-- &lt;/Ñ„ÑƒÑ‚ÐµÑ€ --*/


/*-- Ñ„Ð¾Ñ€Ð¼Ñ‹ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ñ… Ð¾ÐºÐ¾Ð½ --*/
.modal-form-wrapper {
	position: fixed;
	display: none;
	background: rgba(0,0,0,0.7);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 102;
}
.feedback-form,
.registration-form,
.sign-in-form {
	position: absolute;
	width: 494px;
	top: 50%;
	left: 50%;
	margin-left: -247px;
	border: 1px solid #fff;
	background: #fff;
}
.feedback-form {
	height: 580px;
	margin-top: -290px;
}
.registration-form {
	height: 500px;
	margin-top: -250px;
}
.sign-in-form {
	height: 370px;
	margin-top: -185px;
}
.modal-form-wrapper h3 {
	position: relative;
}
.modal-form-wrapper h3 span {
	display: block;
	position: absolute;
	top: 17px;
	right: 14px;
	width: 12px;
	height: 11px;
	background: url(/images/newdisain/sprite.png) no-repeat;
	background-position: -25px -16px;
	cursor: pointer;
}
.modal-form-wrapper form {
	padding: 25px 45px 55px;
}
.modal-form-wrapper form p {
	font-size: 15px;
	text-align: justify;
	line-height: 1.2;
	margin-bottom: 25px;
}
.modal-form-wrapper form p.last-p {
	margin-bottom: 45px;
}
.modal-form-wrapper form .input-wrapper {
	overflow: hidden;
	padding: 0 25px;
}
.feedback-form form .input-wrapper,
.sign-in-form form .input-wrapper {
	padding-top: 20px;
}
.modal-form-wrapper form label {
	display: inline-block;
	font-size: 16px;
	color: #025a9f;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.modal-form-wrapper form input,
.modal-form-wrapper form textarea {
	width: 100%;
	height: 35px;
	border: 1px solid #025a9f;
	box-sizing: border-box;
	margin-bottom: 15px;
	padding: 0 5px;
}
.modal-form-wrapper form textarea {
	resize: none;
	height: 196px;
	margin-bottom: 36px;
}
.modal-form-wrapper form input[type="checkbox"] {
	float: left;
	width: inherit;
	height: inherit;
	margin: 3px 10px 0 0;
}
.modal-form-wrapper form label[for="chkbox"] {
	font-size: 14px;
	color: #424343;
	text-transform: none;
}
.modal-form-wrapper form input[type="submit"] {
	display: block;
	font-size: 16px;
	color: #fff;
	background: #00599e;
	background: url(/images/newdisain/bg-battern-1.png) repeat-x #00599e;
	margin: 0 auto;
	cursor: pointer;
}
.feedback-form form input[type="submit"] {
	width: 160px;
}
.registration-form form input[type="submit"] {
	width: 220px;
}
.sign-in-form form input[type="submit"] {
	float: left;
	width: 48.5%;
	margin: 35px 3% 0 0;
}
.sign-in-form form input[type="button"] {
	width: 48.5%;
	color: #025a9f;
	font-size: 16px;
	background: #fff;
	margin-top: 35px;
	cursor: pointer;
}
.sign-in-form form a {
	display: block;
	float: right;
	font-size: 14px;
	color: #424343;
}
/*-- &lt;/Ñ„Ð¾Ñ€Ð¼Ñ‹ Ð¼Ð¾Ð´Ð°Ð»ÑŒÐ½Ñ‹Ñ… Ð¾ÐºÐ¾Ð½ --*/

/* ----------------------------------------------------------------------------------- */
/*                FORM STYLER              */
.jq-checkbox {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 12px;
	height: 12px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: .55;
}


.jq-radio {
	top: -1px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: .55;
}


.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	font: 14px/32px Arial, sans-serif;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* Ð´Ð»Ñ Opera PrestoÂ&nbsp;*/
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* Ð² ÐºÐ°ÐºÐ¸Ñ…-Ñ‚Ð¾ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð°Ñ… Ð¿Ñ€Ð¸ÑÑƒÑ‚ÑÑ‚Ð²ÑƒÐµÑ‚ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/32px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


/* ----------------------------------------------------------------------------------- */
/*                SLICK SIDER              */
/* Slider */
.slick-slider
{
	position: relative;

	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}



/* NEW YEAR 2016 */

.dzvinochok {
	background-color: transparent;
	background-image: url("/images/cris/cris_dzvonyk.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 74px;
	position: absolute;
	right: 316px;
	top: -62px;
	width: 70px;
}

.page_title_2015 {
	background: rgba(255, 255, 255, 0.78) none repeat scroll 0 0;
	color: #005F99;
	padding: 20px 10px;
	text-align: center;
	width: 100%;
	border-radius: 36px;
}

.cris_did {
	background-color: transparent;
	background-image: url("/images/cris/cris_did.png");
	background-position: 38px center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 194px;
	position: absolute;
	right: 0;
	top: 66px;
	width: 195px;
}
.cris_yalinka {
	background-color: transparent;
	background-image: url("/images/cris/cris_yalynka.png");
	background-position: 64px center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 194px;
	position: absolute;
	right: 0;
	top: 73px;
	width: 212px;
}


/* -- Ð¼ÐµÐ´Ð¸Ð°-Ð·Ð°Ð¿Ñ€Ð¾ÑÑ‹ -- */
@media screen and (max-width: 1199px) {

	.phones-wrapper {
		margin-top: 35px;
	}
	.tube {
		padding-right: 0;
	}

	.nav-menu2 ul li a {
		font-size: 14px;
		padding: 0 6px;
	}

}


@media screen and (max-width: 991px) {

	.lang-menu {
		margin-right: 8px;
	}
	.top-header a.feedback:before {
		display: none;
	}
	.top-header .right-panel span {
		margin-left: 8px;
	}
	.top-header .right-panel .user-menu {
		margin-left: 0;
	}
	.top-header .right-panel a {
		padding-left: 8px;
		margin-left: 8px;
	}
	ul.user-menu-list {
		right: 268px;
	}

	.logo-title {
		margin-top: -43px;
	}

	.nav-menu2 ul {
		text-align: center;
	}
	.nav-menu2 ul li {
		text-align: left;
	}

}



@media screen and (max-width:767px) {
	footer {
		min-height: 155px;
	}
	.balance,
	.exit{
		display: none !important;
	}
	.balance2,
	.exit2 {
		display: block !important;
	}

	.top-header {
		height: auto;
	}
	ul.user-menu-list {
		position: static;
		padding-top: 38px;
	}


	.container {
		padding: 0 6px;
	}


	.logo-banner .container {
		padding: 25px 6px 40px;
	}
	.logo-banner img {
		float: none;
		margin: 0 auto 25px;
	}
	.logo-title {
		position: static;
		display: block;
		text-align: center;
		margin: 0 auto 30px;
		padding: 0;
		border: none;
	}
	.phones-wrapper {
		width: 290px;
		margin: 30px auto 0;
	}
	.phones {
		text-align: center;
	}
	.tube:before {
		display: none;
	}

	.nav-menu2 .container,
	.slider-wrapper .container,
	.last-items .container {
		padding: 0;
	}
	.nav-menu2 .menu-button,
	.nav-menu2 .close-menu-button {
		display: block;
		text-align: center;
		color: #00599e;
		font-size: 16px;
		line-height: 40px;
		cursor: pointer;
	}
	.nav-menu2 .menu-button:after,
	.nav-menu2 .close-menu-button:after {
		content: '';
		display: inline-block;
		width: 18px;
		height: 14px;
		background: url(/images/newdisain/sprite.png) no-repeat;
		background-position: 0 -68px;
		margin: 0 0 -1px 10px;
	}
	.nav-menu2 .close-menu-button:after {
		background-position: -21px -69px;
	}
	.nav-menu2 ul {
		display: none;
		box-shadow: none;
	}
	.nav-menu2 ul li {
		width: 100%;
		border-bottom: 1px solid #f3f3f3;
	}
	.nav-menu2 ul li:first-child {
		border-top: 1px solid #f3f3f3;
	}
	.nav-menu2 ul li.li-sales {
		padding: 10px 0;
		margin-bottom: 0;
	}
	.nav-menu2 ul li a {
		padding: 0 15px;
	}
	.nav-menu2 ul li a:after {
		float: right;
		margin: 22px 0 0px 8px;
	}
	.nav-menu2 ul li .sales {
		line-height: 1.2 !important;
		padding: 8px 15px;
	}
	.nav-menu2 ul li ul {
		position: static;
	}


	.main-slider img {
		width: 100%;
	}
	.slick-next,
	.slick-prev {
		height: 70px;
		width: 29px;
		margin-top: -58px;
	}
	.slick-next {
		background: url(/images/newdisain/arrow-right-small.png) no-repeat;
	}
	.slick-prev {
		background: url(/images/newdisain/arrow-left-small.png) no-repeat;
	}
	.slick-dots {
		margin-top: 15px;
	}
	.slick-dots li {
		width: 13px;
		height: 4px;
		margin: 0 5px;
		}
	.slick-dots li button {
		width: 13px;
		height: 4px;
	}


	.tab {
		max-width: 300px;
		margin: 0 auto 50px;
	}


	.block-of-items {
		width: 100%;
	}
	.block-of-items.right-block h3 {
		line-height: 1.25;
		padding: 10px 0;
	}


	footer h3 {
		max-width: 185px;
		margin: 0 auto 10px;
	}
}



@media screen and (max-width:480px) {

	/*.modal-form-wrapper,*/
	/*.registration-form,*/
	/*.sign-in-form {*/
		/*position: fixed;*/
		/*top: 0;*/
		/*left: 0;*/
		/*overflow: hidden;*/
		/*margin: 0;*/
		/*width: 100%;*/
		/*height: inherit;*/
	/*}*/
	/*.modal-form-wrapper form {*/
    	/*padding: 25px 20px 55px;*/
	/*}*/
	/*.modal-form-wrapper form .input-wrapper {*/
		/*padding: 0;*/
	/*}*/

}



@media screen and (min-width: 1200px) {
	.wrapper {
		/*min-width: 1130px !important;*/
	}
	#main-page .wrapper-index {
		min-width: 1130px;
	}
}

@media screen and (max-width: 1199px) {

	.navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
		padding-left: 50px;
	}

	.wrapper {
		/* min-width: 1130px !important;*/
	}

	#main-page .wrapper-index {
		min-width: 1130px; /* del */
	}

	.face {
		background-size: cover;
	}
}

















</pre></body></html>