@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: 100vh;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .desc-block {
    padding: 50px 0 100px 0;
    min-height: 100%;
    background-position: center center;
  }
}
.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 */

.advantages {
  background-color: #3e97cf;
  color: #f8f8f8;
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  font-family: proxi-light;
}
.advantages::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 100%;
  display: block;
  z-index: 2;
}
.advantages ul {
  margin-top: 20px;
  list-style-type: square;
  padding-left: 30px;
}
.swiper-advantages .swiper-slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  column-gap: 70px;
  width: 100%;
}
.swiper-advantages .swiper-slide img {
  width: 100%;
}

.swiper-advantages .swiper-slide .description {
  max-width: 500px;
}

.swiper-advantages .swiper-slide h3 {
  text-transform: uppercase;
  padding-bottom: 15px;
  font-size: 25px;
  font-family: proxi-bold;
  color: #f8f8f8;
}

@media only screen and (max-width: 980px) {
  .advantages {
    font-size: 23px;
  }
  .swiper-advantages .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  .swiper-advantages .swiper-slide .description {
    max-width: 100%;
    padding: 50px;
    height: 350px;
  }
  .swiper-advantages .swiper-slide h3 {
    font-size: 35px;
  }
}

/* how-it-works */
.how-it-works {
  position: relative;
  background-color: #e6e6e6;
  z-index: 21;
  text-align: center;
  padding: 50px 0;
}

.how-it-works h1 {
  padding: 5% 0 3%;
  height: 15%;
  box-sizing: border-box;
}
.how-it-works .container {
  height: 100%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 17px !important;
}

@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 .input-group_wrap .input-group {
  width: 50%;
  margin-bottom: 20px;
}

footer .input-group_wrap_bottom .recaptcha {
  width: 50%;
  text-align: right;
  text-align: -webkit-right;
  text-align: -moz-right;
}

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: 305px;
  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;
  margin-right: 3px;
}
.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; */
  height: 76px;
}

.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;
}
