@charset "utf-8";
/* reset */
/** {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
:focus {
  outline: none;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
body {
  font: 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
a {
  cursor: pointer;
}
.clear:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
.hidden {
  display: none;
}
.show {
  display: block;
  display: inline-block;
}
.visible {
  visibility: visible;
}
.deactive {
  cursor: default !important;
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity=40);
}
.right {
  float: right !important;
}
img {
  max-width: 100%;
  height: auto;
}
.left {
  float: left !important;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.col-1 {
  padding-left: 10px;
  padding-right: 10px;
  width: 8.333333333333332%;
}
.offset-1 {
  margin-left: 8.333333333333332%;
}
.push-1 {
  left: 8.333333333333332%;
}
.pull-1 {
  right: 8.333333333333332%;
}
.col-2 {
  padding-left: 10px;
  padding-right: 10px;
  width: 16.666666666666664%;
}
.offset-2 {
  margin-left: 16.666666666666664%;
}
.push-2 {
  left: 16.666666666666664%;
}
.pull-2 {
  right: 16.666666666666664%;
}
.col-3 {
  padding-left: 10px;
  padding-right: 10px;
  width: 25%;
}
.offset-3 {
  margin-left: 25%;
}
.push-3 {
  left: 25%;
}
.pull-3 {
  right: 25%;
}
.col-4 {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333333333333%;
}
.offset-4 {
  margin-left: 33.33333333333333%;
}
.push-4 {
  left: 33.33333333333333%;
}
.pull-4 {
  right: 33.33333333333333%;
}
.col-5 {
  padding-left: 10px;
  padding-right: 10px;
  width: 41.66666666666667%;
}
.offset-5 {
  margin-left: 41.66666666666667%;
}
.push-5 {
  left: 41.66666666666667%;
}
.pull-5 {
  right: 41.66666666666667%;
}
.col-6 {
  padding-left: 10px;
  padding-right: 10px;
  width: 50%;
}
.offset-6 {
  margin-left: 50%;
}
.push-6 {
  left: 50%;
}
.pull-6 {
  right: 50%;
}
.col-7 {
  padding-left: 10px;
  padding-right: 10px;
  width: 58.333333333333336%;
}
.offset-7 {
  margin-left: 58.333333333333336%;
}
.push-7 {
  left: 58.333333333333336%;
}
.pull-7 {
  right: 58.333333333333336%;
}
.col-8 {
  padding-left: 10px;
  padding-right: 10px;
  width: 66.66666666666666%;
}
.offset-8 {
  margin-left: 66.66666666666666%;
}
.push-8 {
  left: 66.66666666666666%;
}
.pull-8 {
  right: 66.66666666666666%;
}
.col-9 {
  padding-left: 10px;
  padding-right: 10px;
  width: 75%;
}
.offset-9 {
  margin-left: 75%;
}
.push-9 {
  left: 75%;
}
.pull-9 {
  right: 75%;
}
.col-10 {
  padding-left: 10px;
  padding-right: 10px;
  width: 83.33333333333334%;
}
.offset-10 {
  margin-left: 83.33333333333334%;
}
.push-10 {
  left: 83.33333333333334%;
}
.pull-10 {
  right: 83.33333333333334%;
}
.col-11 {
  padding-left: 10px;
  padding-right: 10px;
  width: 91.66666666666666%;
}
.offset-11 {
  margin-left: 91.66666666666666%;
}
.push-11 {
  left: 91.66666666666666%;
}
.pull-11 {
  right: 91.66666666666666%;
}
.col-12 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.offset-12 {
  margin-left: 100%;
}
.push-12 {
  left: 100%;
}
.pull-12 {
  right: 100%;
}
.container {
  width: 100%;
  max-width: 980px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="col-"] {
  float: left;
  min-height: 1px;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="col-"].end {
  float: right;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
.centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
@font-face {
  font-family: "proxi-bold";
  src: url('/assets/ProximaNova-Bold.eot');
  src: url('/assets/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/assets/ProximaNova-Bold.woff') format('woff'), url('/assets/ProximaNova-Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxi-light";
  src: url('/assets/ProximaNova-Light.eot');
  src: url('/assets/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), url('/assets/ProximaNova-Light.woff') format('woff'), url('/assets/ProximaNova-Light.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proxi-reg";
  src: url('/assets/ProximaNova-Regular.eot');
  src: url('/assets/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('/assets/ProximaNova-Regular.woff') format('woff'), url('/assets/ProximaNova-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  min-width: 640px;
  background: #f8f8f8 url("/assets/body_bg.png") repeat 0 0;
}
a {
  color: #3e97cf;
}
h1 {
  font: normal 54px "proxi-light";
  text-transform: uppercase;
  color: #303761;
  padding: 40px 0 30px;
}
.btn {
  color: #ffffff;
  cursor: pointer;
  background-color: #3e97cf;
  display: block;
  width: 100%;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 24px;
  font-family: proxi-bold;
  line-height: 64px;
  padding: 0 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.btn:hover {
  background-color: #2f88bf;
}
footer input[type="text"],
footer input[type="password"],
footer input[type="email"] {
  padding: 0 10px;
  height: 64px;
  line-height: 64px;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-size: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
/* header */
header > .container {
  height: 80px;
}
header .logo {
  float: left;
  padding-top: 22px;
  width: 175px;
  cursor: pointer;
}
header .logo a {
  display: block;
  width: 172px;
  height: 38px;
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
}
header .cabinet-nav {
  float: right;
  padding-top: 43px;
}
header .cabinet-nav li {
  float: left;
  list-style: none;
  padding-left: 18px;
  padding-right: 12px;
  line-height: 17px;
  position: relative;
}
header .cabinet-nav a {
  text-decoration: none;
}
header .cabinet-nav a:hover {
  text-decoration: underline;
}
header .cabinet-nav .icon-1 {
  background: url("/assets/fat-sprite.png") no-repeat -220px -17px;
}
header .cabinet-nav .icon-2 {
  background: url("/assets/fat-sprite.png") no-repeat -221px -66px;
}
header .cabinet-nav .icon-3 {
  padding-left: 14px;
}
header .cabinet-nav .icon-3:before {
  content: "|";
  color: #7C8195;
  position: absolute;
  display: block;
  left: 0;
}
header .cabinet-nav .icon-3 a {
  text-decoration: underline;
}
header .cabinet-nav .icon-3 a:hover {
  text-decoration: none;
}
header .main-nav {
  height: 40px;
  background: #29345c;
  padding: 10px 0;
}
header .main-nav:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
header .main-nav li {
  float: left;
  line-height: 40px;
  border-left: 1px solid #48557f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
header .main-nav li:first-child {
  border: none;
}
header .main-nav li.active a {
  color: #2a82ba;
}
header .main-nav a {
  font-family: proxi-reg;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  text-align: center;
}
header .main-nav a:hover {
  color: #2a82ba;
}
main {
  background-color: #F8F8F8;
}
/* desc-block */
.desc-block {
  font-family: proxi-reg;
  background: url("/assets/main_bg.jpg") no-repeat 36% 6%;
  min-height: 569px;
  background-size: cover;
}
.desc-block:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
}
.desc-block .container {
  padding-right: 460px;
}
@media only screen and (max-width: 980px) {
  .desc-block .container {
    padding-right: 50%;
  }
}
.desc-block.bg_hide {
  background: none;
}
.desc-block h2 {
  font-size: 34px;
  color: #303761;
  font-family: proxi-light;
  padding: 60px 0 30px;
}
.desc-block h2 strong {
  font-family: proxi-bold;
}
.desc-block .description {
  color: #2a82ba;
  font-size: 20px;
  padding-bottom: 30px;
  line-height: 1.4;
}
.desc-block .btn {
  float: left;
  width: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 980px) {
  .desc-block {
    background-position-x: 50%;
  }
}
/* advantages_block */
#fixBG {
  display: none;
}
#fixBG.fix .bg {
  background-color: #3e97cf;
  height: 100%;
  width: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  margin-top: 0;
  display: block;
}
#fixBG em.mask {
  content: "";
  position: fixed;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 20;
  margin-top: 0;
  right: 0;
  -webkit-box-shadow: inset 0 93px 36px 5px #3e97cf, inset 0 -93px 36px 5px #3e97cf;
  -moz-box-shadow: inset 0 93px 36px 5px #3e97cf, inset 0 -93px 36px 5px #3e97cf;
  box-shadow: inset 0 93px 36px 5px #3e97cf, inset 0 -93px 36px 5px #3e97cf;
}
#fixBG .slider-photo {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
}
#fixBG .slider-photo img {
  max-width: 2000px;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
}
.advantages_block {
  color: #F8F8F8;
  font-size: 18px;
  line-height: 1.5;
  overflow: visible;
  position: relative;
  background: #3e97cf;
  font-family: proxi-light;
}
.advantages_block .description {
  padding: 50px 0 50px 54%;
  width: 490px;
  height: 499px;
  z-index: 2;
  position: absolute;
  top: 50%;
  margin-top: -250px;
}
@media only screen and (max-width: 980px) {
  .advantages_block .description {
    width: 45%;
  }
}
.advantages_block .description.js-text4 {
  padding-bottom: 0;
}
.advantages_block .description h3 {
  text-transform: uppercase;
  font-size: 25px;
  font-family: proxi-bold;
  padding: 80px 0 10px;
  color: white;
}
.advantages_block .description ul {
  padding-left: 30px;
}
.advantages_block .description li {
  padding-bottom: 6px;
  list-style-position: outside;
  list-style-type: disc;
}
.advantages_block .description p {
  margin: 0 0 20px;
}
.fp-auto-height {
  height: auto !important;
}
.fp-auto-height .fp-tableCell {
  height: auto !important;
}
/* how-it-works */
.how-it-works {
  position: relative;
  background-color: #e6e6e6;
  z-index: 21;
  text-align: center;
}
.how-it-works h1 {
  padding: 5% 0 3%;
  height: 15%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.how-it-works .container {
  height: 100%;
}
.how-it-works .photo {
  clear: both;
  padding-top: 30px;
  text-align: center;
  height: 70%;
  cursor: pointer;
}
.how-it-works .photo img {
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 26px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 100%;
}
.how-it-works .description {
  font-size: 18px;
  color: #3c3c3c;
  font-family: proxi-light;
  padding: 40px 0 60px;
  bottom: 0;
}
.how-it-works .JS-slider-items-wrap {
  height: 85%;
}
.how-it-works .slider-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.how-it-works .pager_block {
  bottom: 0;
  z-index: 110;
  width: 100%;
  position: absolute;
  height: 60px;
  overflow: hidden;
}
.how-it-works .pager {
  counter-reset: item;
  overflow: hidden;
  padding-top: 6px;
  white-space: nowrap;
  height: 27px;
}
.how-it-works .pager > div {
  display: inline-block;
  width: 18%;
  position: relative;
  line-height: 27px;
  border-bottom: 3px solid #3e97cf;
}
.how-it-works .pager > div:first-child {
  margin-left: 12.5%;
}
.how-it-works .pager > div:last-child {
  border-bottom-color: transparent;
  width: 12.5%;
}
.how-it-works .pager > div:before {
  background: white;
  color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  border: 3px solid #43A6E3;
  display: block;
  content: counter(item);
  counter-increment: item;
  position: absolute;
  top: -3px;
  overflow: hidden;
  cursor: pointer;
}
.how-it-works .pager .prev-page {
  border-bottom: 3px solid #303761;
}
.how-it-works .pager .prev-page:before {
  border: 3px solid #303761;
}
.how-it-works .pager .active:before {
  background: #303761;
  width: 27px;
  height: 27px;
  top: -15px;
  left: -15px;
}
.how-it-works .pager_shadow {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: block;
  width: 0;
  height: 43px;
  position: absolute;
  top: 17px;
  left: 12.7%;
  z-index: -1;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2Q0ZGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d3d4da 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #d3d4da));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d3d4da 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d3d4da 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #d3d4da 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #d3d4da 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#d3d4da', GradientType=1);
}
@media only screen and (max-height: 815px) {
  .how-it-works .photo {
    height: 64%;
  }
  .how-it-works h1 {
    padding: 3% 0 3%;
  }
}
/* bonus */
.bonus {
  color: white;
  background: #396d8f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzk2ZDhmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEyMmI1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #396d8f 0%, #122b59 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #396d8f), color-stop(100%, #122b59));
  background: -webkit-linear-gradient(-45deg, #396d8f 0%, #122b59 100%);
  background: -o-linear-gradient(-45deg, #396d8f 0%, #122b59 100%);
  background: -ms-linear-gradient(-45deg, #396d8f 0%, #122b59 100%);
  background: linear-gradient(135deg, #396d8f 0%, #122b59 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#396d8f', endColorstr='#122b59', GradientType=1);
  text-align: center;
  padding-bottom: 30px;
}
.bonus h1 {
  color: white;
  padding-top: 70px;
}
.bonus .description {
  padding-bottom: 40px;
  font-size: 22px;
  font-family: proxi-light;
}
.bonus h5 {
  font-size: 22px;
  font-family: proxi-light;
  padding-bottom: 40px;
}
.bonus .bonus__list {
  text-align: center;
}
.bonus .bonus__list li {
  width: 33%;
  display: inline-block;
  margin-bottom: 40px;
  padding: 20px;
  vertical-align: top;
  font-size: 16px;
  font-family: proxi-light;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bonus .bonus__list li .photo {
  display: inline-block;
  clear: both;
  margin-bottom: 10px;
  width: 100%;
  height: 130px;
}
.bonus .bonus__list li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.bonus .bonus__list li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* working-with */
.working-with {
  background: #d2d4e3;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZDJkNGUzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzliYjRkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, #d2d4e3 0%, #9bb4d7 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d2d4e3), color-stop(100%, #9bb4d7));
  background: -webkit-linear-gradient(-45deg, #d2d4e3 0%, #9bb4d7 100%);
  background: -o-linear-gradient(-45deg, #d2d4e3 0%, #9bb4d7 100%);
  background: -ms-linear-gradient(-45deg, #d2d4e3 0%, #9bb4d7 100%);
  background: linear-gradient(135deg, #d2d4e3 0%, #9bb4d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2d4e3', endColorstr='#9bb4d7', GradientType=1);
  color: #303761;
  text-align: center;
}
.working-with:after {
  content: "";
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
}
.working-with h1 {
  padding: 70px 0 30px;
}
.working-with .photo_list {
  overflow: hidden;
  padding-bottom: 30px;
}
.working-with .photo_list .photo-block {
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.working-with .photo_list .photo-block:hover:before {
  content: '';
  background: rgba(68, 166, 228, 0.8);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.working-with .photo_list .photo-block:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.working-with .photo_list .photo-block:hover span {
  display: block;
}
.working-with .photo_list img {
  min-width: 100%;
  max-width: none;
  max-height: 288px;
  height: auto;
  float: left;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.working-with .photo_list li {
  height: 288px;
  margin-bottom: 20px;
  position: relative;
}
.working-with .photo_list li span {
  position: absolute;
  color: white;
  font-size: 22px;
  z-index: 4;
  bottom: 0;
  left: 0;
  padding: 5%;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.4;
  text-shadow: 0 0 3px #444;
  display: none;
  font-family: proxi-bold;
}
.working-with .description {
  font-size: 22px;
  font-family: proxi-light;
  padding-bottom: 40px;
}
/* footer */
footer {
  background: #283253;
  min-height: 232px;
}
footer.registration-free{
  min-height: 90px;
}
footer .footer-form {
  width: 100%;
  max-width: 980px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
}
footer .footer-form h3 {
  color: white;
  clear: both;
  text-align: center;
  text-transform: uppercase;
  font: normal 36px "proxi-reg";
  padding-bottom: 30px;
}
footer .footer-form .icon-personal {
  background: url("/assets/fat-sprite.png") no-repeat -198px -240px;
  background-color: white;
  padding-left: 55px;
  -webkit-transition: all 0.04s ease-out;
  -moz-transition: all 0.04s ease-out;
  -o-transition: all 0.04s ease-out;
  transition: all 0.04s ease-out;
}
footer .footer-form .icon-personal:focus {
  padding-left: 14px;
  background-image: none;
}
footer .footer-form .icon-email {
  background: url("/assets/fat-sprite.png") no-repeat -192px -140px;
  background-color: white;
  padding-left: 66px;
  -webkit-transition: all 0.04s ease-out;
  -moz-transition: all 0.04s ease-out;
  -o-transition: all 0.04s ease-out;
  transition: all 0.04s ease-out;
}
footer .footer-form .icon-email:focus {
  padding-left: 14px;
  background-image: none;
}
footer .footer-form .btn {
  background: #6fc926;
}
footer .footer-form .btn:hover {
  background-color: #61af21;
}
footer .input-group {
  padding-left: 10px;
  padding-right: 10px;
  width: 33.33333333333333%;
  float: left;
  min-height: 1px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer .copyright {
  font-size: 11px;
  color: #94b3d6;
  text-align: center;
  padding: 40px 0 20px;
  clear: both;
}
/** login  ***************************************************************************/
/*popup*/
.top_baloon {
  color: white;
  padding: 20px 15px 15px;
  position: absolute;
  right: 0;
  top: 3px;
  width: 302px;
  z-index: 55;
  background: #3e97cf;
}
.top_baloon h2 {
  color: #fff;
  font-size: 17px;
  font-weight: normal;
  text-indent: 0;
  text-shadow: 0 -1px 0 #2b6ca1;
  padding-bottom: 12px;
}
.top_baloon p {
  color: #fff;
  font-size: 13px;
  padding-bottom: 12px;
}
.top_baloon label {
  float: left;
  clear: left;
  display: block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 12px;
  text-shadow: 0 -1px 0 #2b6ca1;
}
.top_baloon .form-text {
  float: right;
  font-size: 12px;
  height: 24px;
  line-height: 14px;
  margin: 0 0 12px;
  padding: 0 5px 2px;
  width: 176px;
}
.top_baloon .form-submit {
  float: right;
  margin-top: 7px;
  border: medium none;
  color: #FFFFFF;
  height: 25px;
  padding: 0 12px;
  background: #6fc926;
}
.top_baloon .link {
  color: #e7ebed;
  display: block;
  float: left;
  font-size: 12px;
  height: 24px;
  line-height: 18px;
  margin-right: 20px;
  margin-top: 7px;
  text-decoration: underline;
  text-transform: none;
}
.top_baloon .link:hover {
  text-decoration: none;
}
.top_baloon p.error {
  padding-bottom: 12px;
}
.top_baloon #small_login_form p.error {
  margin-top: 0;
}
.top_baloon .form-text.error {
  background: #F0DCE1;
}
.top_baloon .close {
  position: absolute;
  right: 8px;
  top: 4px;
  display: block;
  width: 12px;
  height: 16px;
  cursor: pointer;
  font-family: monospace;
  color: white;
  font-size: 16px;
}
.top_baloon .close:hover {
  text-decoration: none;
}
.top_baloon .cc {
  clear: both;
}
.form-registr .line_msg {
  min-width: 200px;
  position: absolute;
}
.form-registr .line_msg_holder {
  position: relative;
}
/** PAGES  ***************************************************************************/
/* aside */
aside .left-nav {
  background-color: #E1E1E1;
  padding: 0 0 12px;
}
aside .left-nav h6 {
  text-transform: uppercase;
  font-family: "proxi-light";
  font-weight: 600;
  color: #303761;
  font-size: 1.1em;
  background-color: #E1E1E1;
  padding: 12px 12px;
}
aside .left-nav li {
  clear: both;
  border-bottom: 2px solid white;
}
aside .left-nav li a {
  padding: 12px 12px;
  font-size: 11px;
  line-height: 1.6em;
  color: #313964;
  display: block;
  background-color: #F5F3F4;
  text-decoration: none;
}
aside .left-nav li a:hover {
  background: #D4E7F6;
}
/* article */
article {
  font-family: "proxi-reg";
  font-size: 15px;
  padding-bottom: 20px;
}
article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  color: #303761;
  text-transform: uppercase;
  font-family: "proxi-light";
  font-weight: 600;
}
article h1 {
  font-size: 2em;
  padding: 0px 0 0.05em;
}
article p {
  margin-bottom: 20px;
  clear: both;
}
article blockquote {
  font-style: italic;
  padding: 10px;
  border: 1px solid #0063b8;
  color: #0063b8;
  margin-bottom: 20px;
}
article ul {
  list-style: disc inside;
  margin-bottom: 20px;
}
article ul li {
  padding: 0 0 4px;
}
/* article end */
.btn_small {
  line-height: 30px;
  font-size: 16px;
  height: 30px;
  float: left;
  width: auto;
}
/* popup */
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 80%;
  max-width: 900px;
  background: white;
}
.my-error-class {
    color:#ff0000;
}
input[aria-invalid="true"] {
  box-shadow: 0 0 5px #ff0000 inset;
  border: 1px solid #ff0000;
}
.mfp-close-btn-in .mfp-close {
  color: white;
  height: 42px;
  line-height: 42px;
}
#popup {
  display: none;
  margin: 0 auto;
  background: white;
}
.mfp-container #popup {
  display: block;
}
.popup_alert {
  margin: 0 auto;
}
.popup__heading {
  font-family: proxi-reg;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background: #29345c;
  padding: 12px 10px;
}
.popup__body {
  padding: 10px;
}
.popup__body:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
.popup__footer {
  padding: 0 10px 10px;
}
.popup__footer:after {
  display: block;
  clear: both;
  overflow: hidden;
  content: '';
}
/* popup end */


.content{
  clear: both;
  padding: 0;
}

.all_pages h1{
  font-size: 32px;
  padding: 40px 0 20px;
}
.all_pages .btn{
  width: auto;
}
.profile_menu{
  margin-top: 30px;
}
footer .btn{
  border: none;
  height: 64px;
}

.all_pages .content{
 padding: 0 0 40px
}

.footer-form .input-group label{
  display: block;
  padding-top: 10px;
 color: #ffffff;
}

.dropdown{
    position: relative;
    display: inline-block;
}
.dropdown::before{
    position: absolute;
    content: " \25bc";
    top: 3px;
    right: -5px;
    height: 20px;
    width: 20px;
}

.ui-autocomplete .ui-menu-item {
    background: #FFF;
    overflow: auto;
    width: 181px;
    overflow: hidden;
}

.ui-autocomplete .ui-menu-item:hover {
    background: #F0F0F0;
}
