

.pts {
  font-family: 'PT Sans', sans-serif; }


@font-face {
    font-family: 'Bebas Neue';
    src: url('bebasneue_regular.eot');
    src: url('bebasneue_regular.eot_253F') format('embedded-opentype'),
         url('bebasneue_regular.woff') format('woff'),
         url('bebasneue_regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Open Sans';
    src: url('opensans-regular.eot');
    src: url('opensans-regular.eot_253F') format('embedded-opentype'),
         url('opensans-regular.woff') format('woff'),
         url('opensans-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
sub,
sup,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

* {
  -moz-box-sizing: border-box;
  /*Firefox 1+*/
  -webkit-box-sizing: border-box;
  /*Safari 3+, Chrome 1+*/
  box-sizing: border-box;
  /*Opera 7+, IE8+*/ }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
td img {
  vertical-align: top; }

input,
select,
button,
textarea {
  margin: 0;
  font-size: 100%; }

input[type="text"],
input[type="password"],
textarea {
  padding: 0; }

input[type="checkbox"] {
  vertical-align: bottom; }

input[type="radio"] {
  vertical-align: text-bottom; }

sub {
  vertical-align: sub;
  font-size: smaller; }

sup {
  vertical-align: super;
  font-size: smaller; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

ul {
  list-style: none; }

/* - /Reset - */
.placeholder {
  color: #40585b;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif; }

:-moz-placeholder {
  color: #40585b;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif; }

::-webkit-input-placeholder {
  color: #40585b;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px; }

:-ms-input-placeholder {
  color: #40585b;
  font-size: 20px;
  font-family: 'PT Sans', sans-serif; }

/* - Base settings - */
html {
  background: #fff;
  font-size: 10px; }

html,
body {
  max-width: 2000px;
  min-width: 1024px;
  margin: 0 auto;
  height: 100%; }

body {
  line-height: 1;
  color: #292929;
  text-align: left;
  font: 18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Open Sans', sans-serif; }

input,
select,
button,
textarea {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }

label,
input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

a:hover {
  color: #e9d8a6;
  text-decoration: none; }

/* - /Base settings - */
/* - Sys - */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.lte8 .clearfix {
  overflow: hidden;
  zoom: 1; }

.clear {
  clear: both; }

.dib {
  zoom: 1;
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  _display: inline;
  *display: inline;
  vertical-align: top; }

/* - /Sys - */
/* - Baselayout - */
.wrapper {
  min-height: 100%;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  margin: 0 auto;
  position: relative; }

.page-wrapper__inner {
  width: 1020px;
  margin: 0 auto;
  padding: 0 5px;
  height: 100%;
  position: relative; }

.translate5050 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.transitionall * {
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
    font-size: 20px;}

.transitionmy {
  -moz-transition: transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out; }

.dispn {
  display: none; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right !important; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.upper {
  text-transform: uppercase; }

.posrel {
  position: relative; }

.fs0 {
  font-size: 0; }

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

.dtc {
  display: table-cell;
  vertical-align: middle; }

.font-light {
  font-weight: 300; }

.w50 {
  width: 50%; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.mt20 {
  margin-top: 20px; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.tdlh {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto; }

.btn {
  background: url(btn.png) 0 0 no-repeat;
  width: 216px;
  height: 58px;
  line-height: 58px;
  color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: right;
  padding-right: 20px;
  margin: 0 auto;
  position: relative;
  z-index: 999;
  text-transform: uppercase; }
  .btn:hover, .btn:active, .btn:focus {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    cursor: pointer; }

input.inp, select {
  width: 100%;
  padding: 9px 10px;
  border: 0;
  outline: none;
  margin-bottom: 13px;
  background: #fff;
  font-size: 20px;
  color: #40585b;
  font-family: 'PT Sans', sans-serif; }

header {
  background: url(headerbg.png) 50% 0 no-repeat;
  height: 630px; }
  header .top-menu {
    padding-top: 32px; }
    header .top-menu li {
      padding: 0 42px;
      float: left;
      background: url(bglitop.jpg) 0 50% no-repeat; }
      header .top-menu li:first-child {
        background: none; }
    header .top-menu a {
      color: #40585b;
      font-size: 18px;
      font-size: 1.8rem;
      text-decoration: none; }
      header .top-menu a.active, header .top-menu a:hover {
        color: #006698;
        text-decoration: underline; }
  header h1 {
    margin-top: 30px;
    margin-bottom: 39px;
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 41px;
    font-size: 3.1rem;
    font-weight: 700;
    padding: 6px 25px;
    border-left: 10px solid #005278;
    background: #016c9e;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline; }
  header .listslide1 li {
    background: url(list1.png) 0 50% no-repeat;
    display: table;
    padding-left: 55px;
    color: #40585b;
    margin-bottom: 7px;
    line-height: 1; }
    header .listslide1 li p {
      display: table-cell;
      vertical-align: middle; }
      header .listslide1 li p span {
        display: block;
        height: 28px;
        height: auto !important;
        min-height: 28px; }
  header .realworks-block {
    position: absolute;
    bottom: 25px;
    left: 13px;
    text-align: center;
    font-size: 30px;
    font-size: 3rem;
    color: #016c9e;
    font-weight: 700;
    padding-top: 75px;
    background: url(s1ar.png) 100% 0 no-repeat;
    width: 165px; }
  header .formbg {
    top: 94px;
    right: -14px; }

.good-header {
  background: url(good.png) 0 0 no-repeat;
  width: 282px;
  height: 258px;
  position: absolute;
  bottom: -5px;
  left: 138px; }

.form-top {
  font-size: 19px;
  font-size: 1.9rem;
  color: #016c9e;
  margin: 61px 0 0 24px;
  font-weight: 700;
  text-transform: uppercase; }

.form-top-b {
  font-size: 25px;
  font-weight: 700;
  color: #016c9e;
  margin: 5px 0 0 24px;
  text-transform: uppercase; }
  .form-top-b span {
    background: #fff;
    padding: 0px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 36px; }

.formbg {
  background: url("formbg.png") 0 0 no-repeat;
  width: 422px;
  height: 570px;
  position: absolute; }
  .formbg .formskid {
    background: url(skid.png) 0 0 no-repeat;
    width: 138px;
    height: 135px;
    position: absolute;
    top: 9px;
    right: 15px; }
  .formbg form {
    padding: 34px 44px 0 86px;
    width: 100%; }
  .formbg .js-submit {
    position: absolute;
    bottom: 31px;
    left: 50%;
    background: url(btn.png) 0 0 no-repeat;
    width: 340px;
    height: 85px;
    margin-left: -170px;
    border: 0;
    outline: none;
    font-size: 38px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: block;
    padding-top: 7px; }
    .formbg .js-submit:hover, .formbg .js-submit:focus {
      transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      color: #000; }
  .formbg .spec18 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #016c9e;
    text-align: center;
    font-weight: 700;
    position: relative;
    z-index: 2; }
  .formbg .js_new_price_curs {
    color: #016c9e;
    font-size: 36px;
    text-align: center;
    font-weight: 700; }
  .formbg .js_old_price_curs {
    color: #40585b;
    font-size: 22px;
    text-align: center;
    text-decoration: line-through;
    padding-top: 2px; }

.men1slide {
  background: url("muz1.png") 0 0 no-repeat;
  width: 337px;
  height: 564px;
  position: absolute;
  bottom: 0;
      left: 362px;}

h2 {
  margin-top: ;
  margin-bottom: ;
  font-family: 'Bebas Neue';
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  font-weight: 700;
  padding: 6px 25px;
  border-left: 12px solid #005278;
  background: #016c9e;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline; }

h2.green {
  margin-top: 75px;
  margin-bottom: 65px;
  color: #fff;
  font-size: 60px;
  font-size: 6rem;
  padding: 6px 25px;
  border-left: 12px solid #13715f;
  background: #15b093; }
  h2.green span {
    color: #095143;
    display: block; }

.s2dib {
  width: 24%;
  color: #40585b; }
  .s2dib img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .s2dib .s2text {
    width: 225px;
    margin: 0 auto;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2; }

.slide2 {
  padding-bottom: 33px; 
    margin-bottom: -291px;
}

.slide3 {
  background: url(slide3.png) 50% 0 no-repeat;
  height: 787px; }
  .slide3 .right-sides3 {
    width: 600px; }
    .slide3 .right-sides3 p {
      padding-bottom: 35px;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 1.2em;
      color: #08352c; }
      .slide3 .right-sides3 p span {
        background: #fff; }

.s3item {
  background: url(s3item.png) 0 0 no-repeat;
  width: 636px;
  height: 495px;
  position: absolute;
  left: -157px;
  bottom: 43px; }

.slide4 {
      background: url(s4bg.png) repeat-y;
    margin-bottom: -300px;

}
  .slide4 .s2text {
    padding: 20px 0 40px 0;
    color: #005a84; 

}

.slide5 {
  background: url(s5.jpg) 50% 0 no-repeat;
  height: 709px; }

.s5journal {
  background: url(journal.png) 0 0 no-repeat;
  width: 807px;
  height: 724px;
  position: absolute;
  bottom: 0px;
  left: 214px; }
  .s5journal .s5doc {
    background: url(s5fov.png) 0 0 no-repeat;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 85px;
    right: 135px; }
  .s5journal .j-top {
    font-family: "PT Sans";
    color: #5d7d81;
    font-size: 18px;
    position: absolute;
    toP: 72px;
    left: 47px;
    font-style: italic; }
    .s5journal .j-top span {
      font-style: normal;
      font-weight: 700; }
  .s5journal .j-opinion {
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-size: 62px;
    font-size: 6.2rem;
    font-weight: 700;
    position: absolute;
    top: 121px;
    left: 60px;
    color: #fff; }
  .s5journal .j-text {
    position: absolute;
    top: 219px;
    left: 121px;
    font-family: "PT Sans";
    width: 546px; }
    .s5journal .j-text p {
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.2;
      padding-bottom: 35px;
      color: #40585b; }
  .s5journal .j-doc {
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    bottom: 23px;
    left: 122px;
    color: #005a84; }
  .s5journal .j-id {
    background: url(jid.png) 0 0 no-repeat;
    height: 105px;
    width: 86px;
    position: absolute;
    bottom: 9px;
    right: 179px; }

.slide6 {
  padding-bottom: 70px; }

.firsts6 td {
  vertical-align: middle;
  color: #40585b;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 30px; }
.firsts6 td:first-child {
  color: #13715f;
  font-size: 60px;
  font-size: 6rem;
  vertical-align: top;
  font-family: 'Bebas Neue';
  padding: 0 20px;
  white-space: nowrap; }
  .firsts6 td:first-child span {
    text-decoration: underline; }

.secons6 .top-witch-compl {
  padding-left: 100px;
  background: url(completeico.png) 0 0 no-repeat;
  text-align: center;
  font-family: "PT Sans";
  line-height: 1.2;
  font-size: 28px;
  font-size: 2.8rem;
  color: #0273a7;
  padding-bottom: 25px; }
.secons6 .bottoms6bordererd {
  font-size: 24px;
  font-size: 2.4rem;
  color: #40585b;
  margin-left: 180px;
  background: #e4f5f2;
  border: 2px dashed #92a7aa;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  overflow: hidden; }
  .secons6 .bottoms6bordererd div {
    height: 120px;
    display: table; }
    .secons6 .bottoms6bordererd div span {
      display: table-cell;
      vertical-align: middle;
      line-height: 1.2;
      padding: 0 60px;
      width: 100%;
      height: 120px; }

.hardtable td, .hardtable th {
  padding: 15px 10px;
  font-size: 16px;
  color: #08575b;
  text-align: center;
  width: 200px;
  position: relative; }
  .hardtable td b, .hardtable th b {
    text-transform: uppercase;
    font-size: 19px;
    vertical-align: middle;
    position: relative;
    z-index: 5; }
.hardtable td:first-child {
  text-align: left; }
.hardtable tr {
  background: #eff6f7; }
.hardtable tr:nth-child(even) {
  background: #c4e9e2; }

.greenbgtd {
  background: #a7cf35; }

.abspodl {
  width: 181px;
  height: 338px;
  position: absolute;
  left: 12px;
  top: -15px;
  z-index: 1; }
  .abspodl img {
    position: absolute;
    bottom: -29px;
    right: -106px; }

span.allert {
  color: #D01B1B !important;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1); }

@-webkit-keyframes pulse {
  to {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1); } }
.slide7 {
  background: #eff6f7;
  padding-bottom: 15px;
margin-top: 480px;
}
  .slide7 .rewwr {
    width: 100%;
    font-family: "PT Sans";
    margin-bottom: 15px;
    background: #fff;
    border: 1px solid #e7edee;
    display: table;
    color: #40585b;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em; }
    .slide7 .rewwr .cell {
      padding: 20px;
      vertical-align: top;
      display: table-cell; }
      .slide7 .rewwr .cell img {
        height: auto;
        max-width: inherit; }
    .slide7 .rewwr .author {
      padding-top: 20px;
      text-align: right; }

footer {
  height: 630px;
  background: url(headerbg.png) 50% 0 no-repeat; }
  footer h2 {
    font-size: 31px;
    margin-top: 38px;
    margin-bottom: 30px; }
  footer .formbg {
    top: 87px;
    right: 0;
    height: 484px;
    background: url(formbg1.png) 0 0 no-repeat; }
    footer .formbg form {
      padding: 0px 34px 0 34px;
      width: 100%; }
    footer .formbg .formskid {
      background: url(skid1.png) 0 0 no-repeat;
      width: 115px;
      height: 116px;
      top: 248px;
      right: -22px; }
  footer .ftext {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #40585b;
    padding-left: 70px;
    font-family: 'Bebas Neue';
    background: url(list1.png) 2px 15px no-repeat; }
    footer .ftext b {
      font-size: 48px;
      font-size: 4.8rem; }
  footer .fmuzi {
    background: url(fmuzi.png) 0 0 no-repeat;
    width: 672px;
    height: 469px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -336px; }
  footer .sustabot {
    background: url(sustabot.png) 0 0 no-repeat;
    width: 278px;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 80px; }

.footer-skid {
  position: absolute;
  bottom: 7px;
  left: 0;
  font-family: 'PT Sans', sans-serif; }

.formbg-header {
  font-size: 31px;
  font-size: 3.1rem;
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  color: #016c9e;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 0; }

.s5our {
  padding-left: 44px;
  background: url(our.png) 0 100% no-repeat;
  font-size: 30px;
  color: #016c9e;
  font-weight: 700;
  height: 136px;
  text-align: center;
  position: absolute;
  top: -175px;
  right: 0; }

/*# sourceMappingURL=style.css.map */
.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 */
	-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;
	width: 100%;
	margin-bottom: 13px;
}
.jq-selectbox__select {
	height: 44px;
	padding: 0 45px 0 10px;
	border: 0;
	border-radius: 0;
	background: #fdfdfb;


	color: #333;

}
.jq-selectbox__select:hover {
	background: #E6E6E6;

}
.jq-selectbox__select:active {
	background: #F5F5F5;

}
.jq-selectbox.focused .jq-selectbox__select {

}
.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;
	font-size:20px;
	color:#40585b;
	font-family: 'PT Sans', sans-serif;
	line-height: 44px;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 22px;
	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;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }


select {
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 11px;
    background: #DC3434;
    color: #fff;
    margin-top: 9px;
    text-align: center;
    line-height: 12px;
    padding: 4px 12px;
    
}