@charset "UTF-8";
/* variables */
@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-BoldItalic.eot");
  src: url("../../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../../fonts/OpenSans-BoldItalic.woff") format("woff"), url("../../fonts/OpenSans-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSans-ExtraboldItalic.eot");
  src: url("../../fonts/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("../../fonts/OpenSans-ExtraboldItalic.woff") format("woff"), url("../../fonts/OpenSans-ExtraboldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

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

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

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

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

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

@font-face {
  font-family: 'Open Sans';
  src: url("../../fonts/OpenSansLight-Italic.eot");
  src: url("../../fonts/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("../../fonts/OpenSansLight-Italic.woff2") format("woff2"), url("../../fonts/OpenSansLight-Italic.woff") format("woff"), url("../../fonts/OpenSansLight-Italic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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, menu, nav, output, ruby, section, summary, time, mark,
audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font: inherit;
  font-size: 100%;
  vertical-align: top; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

b, u, i, strong, em {
  vertical-align: baseline; }

html,
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

*,
*:before,
*:after {
  outline: none;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

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

img,
video {
  display: inline-block;
  max-width: 100%;
  height: auto; }

iframe {
  display: inline-block;
  max-width: 100%; }
  iframe:not([height]) {
    height: auto; }

/*::-webkit-input-placeholder {}*/
/*::-moz-placeholder {}*/
/* firefox 19+ */
/*:-moz-placeholder {}*/
/* firefox 18- */
/*:-ms-input-placeholder {}*/
/* ie */
html,
body,
.wrapper {
  height: 100%; }

body {
  background: #6da7e7; }

.wrapper {
  padding: 86px 0 221px;
  position: relative;
  min-height: 100%;
  height: auto;
  overflow: hidden; }

.px-main .wrapper {
  height: 100%;
  padding-bottom: 0; }

.content-box {
  margin-top: 75px; }
  .content-box--scrolling {
    margin-top: 200px; }

.sf-wrap {
  min-height: 100%;
  padding-bottom: 213px; }

._screen {
  height: 100%;
  height: 100vh;
  min-height: 600px; }

._content-header-offset {
  margin-top: -70px;
  padding-top: 70px; }

._section {
  margin: 60px 0; }
  ._section:last-child {
    margin-bottom: 0; }
  ._section:first-child {
    margin-top: 0; }

._overflow-hidden {
  overflow: hidden !important;
  /*&.app-desktop {
    .wrapper {
      overflow-y: scroll;
    }
  }*/ }
  ._overflow-hidden .wrapper {
    overflow: hidden !important; }

@media all and (max-width: 767px) {
  ._content-header-offset {
    padding-top: 75px;
    margin-top: -75px; }
  ._screen {
    min-height: 0;
    height: auto; } }

@media all and (min-width: 1600px) {
  .container {
    width: 1460px; } }

@media all and (min-width: 1900px) {
  ._section {
    margin: 80px 0; }
    ._section:last-child {
      margin-bottom: 0; }
    ._section:first-child {
      margin-top: 0; } }

.container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      width: 732px; } }
  @media (min-width: 1248px) {
    .container {
      width: 1218px; } }

._row {
  margin-left: -6px;
  margin-right: -6px; }
  ._row:before, ._row:after {
    content: " ";
    display: table; }
  ._row:after {
    clear: both; }
  @media (min-width: 768px) {
    ._row {
      margin-left: -10px;
      margin-right: -10px; } }
  @media (min-width: 1248px) {
    ._row {
      margin-left: -21px;
      margin-right: -21px; } }

._col-xs-12, ._col-sm-12, ._col-md-12, ._col-lg-12, ._col-xs-11, ._col-sm-11, ._col-md-11, ._col-lg-11, ._col-xs-10, ._col-sm-10, ._col-md-10, ._col-lg-10, ._col-xs-9, ._col-sm-9, ._col-md-9, ._col-lg-9, ._col-xs-8, ._col-sm-8, ._col-md-8, ._col-lg-8, ._col-xs-7, ._col-sm-7, ._col-md-7, ._col-lg-7, ._col-xs-6, ._col-sm-6, ._col-md-6, ._col-lg-6, ._col-xs-5, ._col-sm-5, ._col-md-5, ._col-lg-5, ._col-xs-4, ._col-sm-4, ._col-md-4, ._col-lg-4, ._col-xs-3, ._col-sm-3, ._col-md-3, ._col-lg-3, ._col-xs-2, ._col-sm-2, ._col-md-2, ._col-lg-2, ._col-xs-1, ._col-sm-1, ._col-md-1, ._col-lg-1, ._col-xs-0, ._col-sm-0, ._col-md-0, ._col-lg-0 {
  position: relative;
  min-height: 1px;
  padding-left: 6px;
  padding-right: 6px; }
  @media (min-width: 768px) {
    ._col-xs-12, ._col-sm-12, ._col-md-12, ._col-lg-12, ._col-xs-11, ._col-sm-11, ._col-md-11, ._col-lg-11, ._col-xs-10, ._col-sm-10, ._col-md-10, ._col-lg-10, ._col-xs-9, ._col-sm-9, ._col-md-9, ._col-lg-9, ._col-xs-8, ._col-sm-8, ._col-md-8, ._col-lg-8, ._col-xs-7, ._col-sm-7, ._col-md-7, ._col-lg-7, ._col-xs-6, ._col-sm-6, ._col-md-6, ._col-lg-6, ._col-xs-5, ._col-sm-5, ._col-md-5, ._col-lg-5, ._col-xs-4, ._col-sm-4, ._col-md-4, ._col-lg-4, ._col-xs-3, ._col-sm-3, ._col-md-3, ._col-lg-3, ._col-xs-2, ._col-sm-2, ._col-md-2, ._col-lg-2, ._col-xs-1, ._col-sm-1, ._col-md-1, ._col-lg-1, ._col-xs-0, ._col-sm-0, ._col-md-0, ._col-lg-0 {
      padding-left: 10px;
      padding-right: 10px; } }
  @media (min-width: 1248px) {
    ._col-xs-12, ._col-sm-12, ._col-md-12, ._col-lg-12, ._col-xs-11, ._col-sm-11, ._col-md-11, ._col-lg-11, ._col-xs-10, ._col-sm-10, ._col-md-10, ._col-lg-10, ._col-xs-9, ._col-sm-9, ._col-md-9, ._col-lg-9, ._col-xs-8, ._col-sm-8, ._col-md-8, ._col-lg-8, ._col-xs-7, ._col-sm-7, ._col-md-7, ._col-lg-7, ._col-xs-6, ._col-sm-6, ._col-md-6, ._col-lg-6, ._col-xs-5, ._col-sm-5, ._col-md-5, ._col-lg-5, ._col-xs-4, ._col-sm-4, ._col-md-4, ._col-lg-4, ._col-xs-3, ._col-sm-3, ._col-md-3, ._col-lg-3, ._col-xs-2, ._col-sm-2, ._col-md-2, ._col-lg-2, ._col-xs-1, ._col-sm-1, ._col-md-1, ._col-lg-1, ._col-xs-0, ._col-sm-0, ._col-md-0, ._col-lg-0 {
      padding-left: 21px;
      padding-right: 21px; } }

._col-xs-12 {
  float: left; }

._col-xs-11 {
  float: left; }

._col-xs-10 {
  float: left; }

._col-xs-9 {
  float: left; }

._col-xs-8 {
  float: left; }

._col-xs-7 {
  float: left; }

._col-xs-6 {
  float: left; }

._col-xs-5 {
  float: left; }

._col-xs-4 {
  float: left; }

._col-xs-3 {
  float: left; }

._col-xs-2 {
  float: left; }

._col-xs-1 {
  float: left; }

._col-xs-0 {
  float: left; }

._col-xs-12 {
  width: 150%; }

._col-xs-11 {
  width: 137.5%; }

._col-xs-10 {
  width: 125%; }

._col-xs-9 {
  width: 112.5%; }

._col-xs-8 {
  width: 100%; }

._col-xs-7 {
  width: 87.5%; }

._col-xs-6 {
  width: 75%; }

._col-xs-5 {
  width: 62.5%; }

._col-xs-4 {
  width: 50%; }

._col-xs-3 {
  width: 37.5%; }

._col-xs-2 {
  width: 25%; }

._col-xs-1 {
  width: 12.5%; }

._col-xs-0 {
  width: 0%; }

._col-xs-push-12 {
  width: 100%; }

._col-xs-push-11 {
  width: 91.66667%; }

._col-xs-push-10 {
  width: 83.33333%; }

._col-xs-push-9 {
  width: 75%; }

._col-xs-push-8 {
  width: 66.66667%; }

._col-xs-push-7 {
  width: 58.33333%; }

._col-xs-push-6 {
  width: 50%; }

._col-xs-push-5 {
  width: 41.66667%; }

._col-xs-push-4 {
  width: 33.33333%; }

._col-xs-push-3 {
  width: 25%; }

._col-xs-push-2 {
  width: 16.66667%; }

._col-xs-push-1 {
  width: 8.33333%; }

._col-xs-push-0 {
  width: 0%; }

._col-xs-pull-0 {
  right: auto; }

._col-xs-push-12 {
  width: 100%; }

._col-xs-push-11 {
  width: 91.66667%; }

._col-xs-push-10 {
  width: 83.33333%; }

._col-xs-push-9 {
  width: 75%; }

._col-xs-push-8 {
  width: 66.66667%; }

._col-xs-push-7 {
  width: 58.33333%; }

._col-xs-push-6 {
  width: 50%; }

._col-xs-push-5 {
  width: 41.66667%; }

._col-xs-push-4 {
  width: 33.33333%; }

._col-xs-push-3 {
  width: 25%; }

._col-xs-push-2 {
  width: 16.66667%; }

._col-xs-push-1 {
  width: 8.33333%; }

._col-xs-push-0 {
  width: 0%; }

._col-xs-push-0 {
  left: auto; }

._col-xs-offset-12 {
  margin-left: 100%; }

._col-xs-offset-11 {
  margin-left: 91.66667%; }

._col-xs-offset-10 {
  margin-left: 83.33333%; }

._col-xs-offset-9 {
  margin-left: 75%; }

._col-xs-offset-8 {
  margin-left: 66.66667%; }

._col-xs-offset-7 {
  margin-left: 58.33333%; }

._col-xs-offset-6 {
  margin-left: 50%; }

._col-xs-offset-5 {
  margin-left: 41.66667%; }

._col-xs-offset-4 {
  margin-left: 33.33333%; }

._col-xs-offset-3 {
  margin-left: 25%; }

._col-xs-offset-2 {
  margin-left: 16.66667%; }

._col-xs-offset-1 {
  margin-left: 8.33333%; }

._col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  ._col-sm-12 {
    float: left; }
  ._col-sm-11 {
    float: left; }
  ._col-sm-10 {
    float: left; }
  ._col-sm-9 {
    float: left; }
  ._col-sm-8 {
    float: left; }
  ._col-sm-7 {
    float: left; }
  ._col-sm-6 {
    float: left; }
  ._col-sm-5 {
    float: left; }
  ._col-sm-4 {
    float: left; }
  ._col-sm-3 {
    float: left; }
  ._col-sm-2 {
    float: left; }
  ._col-sm-1 {
    float: left; }
  ._col-sm-0 {
    float: left; }
  ._col-sm-12 {
    width: 150%; }
  ._col-sm-11 {
    width: 137.5%; }
  ._col-sm-10 {
    width: 125%; }
  ._col-sm-9 {
    width: 112.5%; }
  ._col-sm-8 {
    width: 100%; }
  ._col-sm-7 {
    width: 87.5%; }
  ._col-sm-6 {
    width: 75%; }
  ._col-sm-5 {
    width: 62.5%; }
  ._col-sm-4 {
    width: 50%; }
  ._col-sm-3 {
    width: 37.5%; }
  ._col-sm-2 {
    width: 25%; }
  ._col-sm-1 {
    width: 12.5%; }
  ._col-sm-0 {
    width: 0%; }
  ._col-sm-push-12 {
    width: 100%; }
  ._col-sm-push-11 {
    width: 91.66667%; }
  ._col-sm-push-10 {
    width: 83.33333%; }
  ._col-sm-push-9 {
    width: 75%; }
  ._col-sm-push-8 {
    width: 66.66667%; }
  ._col-sm-push-7 {
    width: 58.33333%; }
  ._col-sm-push-6 {
    width: 50%; }
  ._col-sm-push-5 {
    width: 41.66667%; }
  ._col-sm-push-4 {
    width: 33.33333%; }
  ._col-sm-push-3 {
    width: 25%; }
  ._col-sm-push-2 {
    width: 16.66667%; }
  ._col-sm-push-1 {
    width: 8.33333%; }
  ._col-sm-push-0 {
    width: 0%; }
  ._col-sm-pull-0 {
    right: auto; }
  ._col-sm-push-12 {
    width: 100%; }
  ._col-sm-push-11 {
    width: 91.66667%; }
  ._col-sm-push-10 {
    width: 83.33333%; }
  ._col-sm-push-9 {
    width: 75%; }
  ._col-sm-push-8 {
    width: 66.66667%; }
  ._col-sm-push-7 {
    width: 58.33333%; }
  ._col-sm-push-6 {
    width: 50%; }
  ._col-sm-push-5 {
    width: 41.66667%; }
  ._col-sm-push-4 {
    width: 33.33333%; }
  ._col-sm-push-3 {
    width: 25%; }
  ._col-sm-push-2 {
    width: 16.66667%; }
  ._col-sm-push-1 {
    width: 8.33333%; }
  ._col-sm-push-0 {
    width: 0%; }
  ._col-sm-push-0 {
    left: auto; }
  ._col-sm-offset-12 {
    margin-left: 100%; }
  ._col-sm-offset-11 {
    margin-left: 91.66667%; }
  ._col-sm-offset-10 {
    margin-left: 83.33333%; }
  ._col-sm-offset-9 {
    margin-left: 75%; }
  ._col-sm-offset-8 {
    margin-left: 66.66667%; }
  ._col-sm-offset-7 {
    margin-left: 58.33333%; }
  ._col-sm-offset-6 {
    margin-left: 50%; }
  ._col-sm-offset-5 {
    margin-left: 41.66667%; }
  ._col-sm-offset-4 {
    margin-left: 33.33333%; }
  ._col-sm-offset-3 {
    margin-left: 25%; }
  ._col-sm-offset-2 {
    margin-left: 16.66667%; }
  ._col-sm-offset-1 {
    margin-left: 8.33333%; }
  ._col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1248px) {
  ._col-lg-12 {
    float: left; }
  ._col-lg-11 {
    float: left; }
  ._col-lg-10 {
    float: left; }
  ._col-lg-9 {
    float: left; }
  ._col-lg-8 {
    float: left; }
  ._col-lg-7 {
    float: left; }
  ._col-lg-6 {
    float: left; }
  ._col-lg-5 {
    float: left; }
  ._col-lg-4 {
    float: left; }
  ._col-lg-3 {
    float: left; }
  ._col-lg-2 {
    float: left; }
  ._col-lg-1 {
    float: left; }
  ._col-lg-0 {
    float: left; }
  ._col-lg-12 {
    width: 100%; }
  ._col-lg-11 {
    width: 91.66667%; }
  ._col-lg-10 {
    width: 83.33333%; }
  ._col-lg-9 {
    width: 75%; }
  ._col-lg-8 {
    width: 66.66667%; }
  ._col-lg-7 {
    width: 58.33333%; }
  ._col-lg-6 {
    width: 50%; }
  ._col-lg-5 {
    width: 41.66667%; }
  ._col-lg-4 {
    width: 33.33333%; }
  ._col-lg-3 {
    width: 25%; }
  ._col-lg-2 {
    width: 16.66667%; }
  ._col-lg-1 {
    width: 8.33333%; }
  ._col-lg-0 {
    width: 0%; }
  ._col-lg-push-12 {
    width: 100%; }
  ._col-lg-push-11 {
    width: 91.66667%; }
  ._col-lg-push-10 {
    width: 83.33333%; }
  ._col-lg-push-9 {
    width: 75%; }
  ._col-lg-push-8 {
    width: 66.66667%; }
  ._col-lg-push-7 {
    width: 58.33333%; }
  ._col-lg-push-6 {
    width: 50%; }
  ._col-lg-push-5 {
    width: 41.66667%; }
  ._col-lg-push-4 {
    width: 33.33333%; }
  ._col-lg-push-3 {
    width: 25%; }
  ._col-lg-push-2 {
    width: 16.66667%; }
  ._col-lg-push-1 {
    width: 8.33333%; }
  ._col-lg-push-0 {
    width: 0%; }
  ._col-lg-pull-0 {
    right: auto; }
  ._col-lg-push-12 {
    width: 100%; }
  ._col-lg-push-11 {
    width: 91.66667%; }
  ._col-lg-push-10 {
    width: 83.33333%; }
  ._col-lg-push-9 {
    width: 75%; }
  ._col-lg-push-8 {
    width: 66.66667%; }
  ._col-lg-push-7 {
    width: 58.33333%; }
  ._col-lg-push-6 {
    width: 50%; }
  ._col-lg-push-5 {
    width: 41.66667%; }
  ._col-lg-push-4 {
    width: 33.33333%; }
  ._col-lg-push-3 {
    width: 25%; }
  ._col-lg-push-2 {
    width: 16.66667%; }
  ._col-lg-push-1 {
    width: 8.33333%; }
  ._col-lg-push-0 {
    width: 0%; }
  ._col-lg-push-0 {
    left: auto; }
  ._col-lg-offset-12 {
    margin-left: 100%; }
  ._col-lg-offset-11 {
    margin-left: 91.66667%; }
  ._col-lg-offset-10 {
    margin-left: 83.33333%; }
  ._col-lg-offset-9 {
    margin-left: 75%; }
  ._col-lg-offset-8 {
    margin-left: 66.66667%; }
  ._col-lg-offset-7 {
    margin-left: 58.33333%; }
  ._col-lg-offset-6 {
    margin-left: 50%; }
  ._col-lg-offset-5 {
    margin-left: 41.66667%; }
  ._col-lg-offset-4 {
    margin-left: 33.33333%; }
  ._col-lg-offset-3 {
    margin-left: 25%; }
  ._col-lg-offset-2 {
    margin-left: 16.66667%; }
  ._col-lg-offset-1 {
    margin-left: 8.33333%; }
  ._col-lg-offset-0 {
    margin-left: 0%; } }

._col-align-center {
  margin: 0 auto;
  float: none; }

.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important; } }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-image: #999;
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-image: #999;
      width: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-image: #999;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-image: #999;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-image: #999; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-image: #999; }

.ps__scrollbar-y {
  right: 0 !important;
  border-radius: 10px !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#5AE4D4), to(#FFFFFF));
  background: -o-linear-gradient(top, #5AE4D4 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #5AE4D4 0%, #FFFFFF 100%);
  width: 20px !important;
  height: 20px; }
  .ps__scrollbar-y-rail {
    cursor: pointer;
    opacity: 1 !important;
    background: transparent !important;
    width: 20px !important; }
    .ps__scrollbar-y-rail:before {
      position: absolute;
      left: 50%;
      width: 4px;
      margin: 0 0 0 -2px;
      background: #444;
      content: '';
      height: 100%; }

/**
 * Owl Carousel v2.1.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  display: none; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  -webkit-transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.px {
  z-index: -1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }

.px1 {
  height: 100%;
  margin: 0 -20px;
  -o-transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  background: url(/bundle/img/default/content/bg-main_px2.jpg) no-repeat;
  background-size: cover; }

.px2 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: all 1.5s cubic-bezier(0, 1, 0.5, 1);
  background: url(/bundle/img/default/content/bg-main_px1.png) no-repeat;
  background-size: cover; }

.main-page {
  height: 100%;
  min-height: 440px; }
  .main-page ._row,
  .main-page .container {
    height: 100%;
    position: relative; }
  .main-page__in {
    text-align: center;
    padding: 0 55px;
    margin-top: -64px; }

.play-video {
  cursor: pointer;
  margin-top: 42px; }
  .play-video__icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #fcbb5b;
    border-radius: 50%; }
  .play-video__text {
    margin-top: 13px;
    text-transform: uppercase;
    color: #fff;
    font: bold 12px/20px 'Open Sans';
    letter-spacing: .2em; }

.partners-index {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .partners-index__item {
    display: block; }
    .partners-index__item ~ .partners-index__item {
      margin-left: 30px; }
      .partners-index__item ~ .partners-index__item img {
        max-height: 50px; }
    .partners-index__item--align-center {
      display: block;
      -ms-flex-item-align: center;
          align-self: center; }
    .partners-index__item--fond {
      width: 80px; }
      .partners-index__item--fond img {
        width: 80px;
        height: 54px; }
    .partners-index__item--alfa {
      height: 31px; }
      .partners-index__item--alfa div {
        height: 100%; }
      .partners-index__item--alfa img {
        max-width: inherit;
        height: 100%; }

.terms-condition {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: right;
  font-family: "Open Sans"; }
  .terms-condition a {
    margin-right: 8px;
    color: white;
    font-size: 12px;
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out; }
    .terms-condition a:hover {
      color: #254971;
      cursor: pointer; }
    .terms-condition a:last-child {
      margin-right: 0; }

.modal_mriya, .modal_info {
  display: none; }

.filter-dreams {
  font-size: 0;
  text-align: center;
  display: inline-block;
  margin-right: -196px; }
  .filter-dreams__item {
    font: bold 14px/30px 'Open Sans';
    color: #fff;
    padding: 8px 0;
    text-align: center;
    width: 200px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .filter-dreams__item ~ .filter-dreams__item {
      border-left: none; }
    .filter-dreams__item:first-child {
      border-bottom-left-radius: 22px;
      border-top-left-radius: 22px; }
    .filter-dreams__item:last-child {
      border-bottom-right-radius: 22px;
      border-top-right-radius: 22px; }
    .filter-dreams__item:hover, .filter-dreams__item--active {
      background: #fff;
      border-color: #fff;
      color: #6da7e7; }

.add-dream {
  cursor: pointer;
  background: #4270a3;
  text-decoration: none;
  width: 196px;
  font: bold 14px/30px 'Open Sans';
  color: #fff;
  border-radius: 22px;
  padding: 8px 12px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  text-align: center;
  float: right; }
  .add-dream:hover {
    background: #254971; }
  .add-dream__icon {
    margin-top: 3px;
    float: right; }

.fixed-dream {
  text-align: center;
  /*  padding-top: 75px;
  margin-top: -75px;*/
  margin-top: -35px;
  top: 161px; }
  .fixed-dream:after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    background: url("../../img/default/scroll-dreams-2.png") 50% 50%;
    background-size: cover;
    height: 156px;
    left: 0;
    opacity: 0; }
  .fixed-dream--scrolling {
    background: #6da7e7;
    position: fixed;
    z-index: 1;
    width: 1218px;
    left: 50%;
    margin-left: -609px; }
    .fixed-dream--scrolling:after {
      opacity: 1; }
    .fixed-dream--scrolling ~ .dreams-box {
      margin-top: 119px; }

.dreams-box {
  font-size: 0;
  margin: 23px 0 0 -42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .dreams-box__item {
    margin: 42px 0 0 42px;
    width: 273px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none; }
    .dreams-box__item--no-bar .dreams-box__content {
      position: relative;
      padding-bottom: 52px; }
  .dreams-box__img {
    height: 196px;
    background-size: cover;
    position: relative;
    background-position: 50% 50%; }
  .dreams-box__status {
    background: #8ec63f;
    width: 140px;
    text-align: center;
    color: #466f0d;
    font: bold 12px/18px 'Open Sans';
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 11px 0; }
    .dreams-box__status:after {
      content: '';
      position: absolute;
      left: -16px;
      top: 0;
      width: 0;
      height: 0;
      border-top: 20px solid #8ec63f;
      border-left: 16px solid transparent; }
    .dreams-box__status:before {
      content: '';
      position: absolute;
      left: -16px;
      bottom: 0;
      width: 0;
      height: 0;
      border-bottom: 20px solid #8ec63f;
      border-left: 16px solid transparent; }
    .dreams-box__status--red {
      background: #d32f2f;
      color: #fff; }
      .dreams-box__status--red:after {
        border-top-color: #d32f2f; }
      .dreams-box__status--red:before {
        border-bottom-color: #d32f2f; }
    .dreams-box__status--yellow {
      background: #ffc613;
      color: #937003; }
      .dreams-box__status--yellow:after {
        border-top-color: #ffc613; }
      .dreams-box__status--yellow:before {
        border-bottom-color: #ffc613; }
  .dreams-box__content {
    min-height: 273px;
    padding: 24px 18px 156px;
    background: #fff;
    position: relative; }
  .dreams-box__info {
    font: normal 14px/18px 'Open Sans';
    color: #1b1b1b;
    height: 54px;
    overflow: hidden; }
  .dreams-box__diagnosis {
    margin-top: 4px;
    height: 54px;
    overflow: hidden; }
    .dreams-box__diagnosis .dreams-box__icon {
      float: left; }
    .dreams-box__diagnosis .dreams-box__title {
      padding-left: 19px;
      display: block; }
  .dreams-box__icon {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-top: 4px;
    margin-right: 10px; }
  .dreams-box__title {
    font: normal 14px/18px 'Open Sans';
    color: #f8af00;
    display: inline-block; }
  .dreams-box__text {
    font: normal 13px/18px 'Open Sans';
    color: #1b1b1b;
    margin-top: 16px;
    height: 36px;
    overflow: hidden; }
  .dreams-box__bottom {
    position: absolute;
    left: 0;
    padding: 0 18px;
    width: 100%;
    bottom: 19px; }
    .dreams-box__bottom > .dreams-box--status-off:last-child:not(.dreams-box__money) {
      margin-bottom: 84px; }
  .dreams-box__send-box {
    margin-top: 20px;
    left: 0;
    bottom: 103px;
    width: 100%; }
  .dreams-box__more {
    font: normal 13px/18px 'Open Sans';
    color: #1b1b1b;
    text-decoration: none;
    padding: 7px 0;
    float: right;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .dreams-box__more:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #7b7b7b;
      margin-top: -2px;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .dreams-box__more:hover {
      color: #254971; }
      .dreams-box__more:hover:after {
        background: #7f8ea4; }
  .dreams-box__money {
    margin-top: 27px;
    bottom: 19px;
    left: 0;
    width: 100%; }
    .dreams-box__money > div:last-child:not(.dreams-box__money-static) {
      margin-bottom: 24px; }
    .dreams-box__money-have {
      font: normal 13px/18px 'Open Sans';
      display: inline-block;
      color: #1b1b1b; }
    .dreams-box__money-count {
      font: bold 13px/18px 'Open Sans';
      display: inline-block;
      color: #1b1b1b; }
    .dreams-box__money-static {
      margin-top: 6px; }
    .dreams-box__money-percent, .dreams-box__money-summ {
      font: normal 13px/18px 'Open Sans';
      opacity: .63;
      color: #1b1b1b;
      float: left; }
    .dreams-box__money-summ {
      float: right; }
  .dreams-box__bar {
    margin-top: 7px;
    height: 8px;
    width: 100%;
    background: #ebebeb;
    border-radius: 3px;
    position: relative;
    overflow: hidden; }
    .dreams-box__bar-item {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 3px;
      height: 8px;
      background: #609ed6; }

.companies {
  padding: 0 63px;
  text-align: left;
  margin: 7px 0 0 -64px; }
  .companies__item {
    border-radius: 20px;
    background: #fff;
    height: 146px;
    width: 252px;
    padding: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 63px 0 0 63px; }
    .companies__item img {
      max-height: 126px;
      width: 100%; }

.friends {
  padding: 0 63px;
  text-align: left;
  margin: 7px 0 0 -64px; }
  .friends__item {
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    width: 252px;
    margin: 63px 0 0 63px;
    padding: 28px 10px 30px;
    text-align: center; }
  .friends__img {
    width: 134px;
    height: 134px;
    background-size: cover;
    background-position: 50% 50%;
    border-radius: 50%;
    border: 1px solid #6da7e7;
    display: inline-block; }
  .friends__name {
    font: bold 14px/16px 'Open Sans';
    color: #1b1b1b;
    margin-top: 16px; }
  .friends__position {
    font: bold 14px/16px 'Open Sans';
    color: #6d6d6d;
    margin-top: 12px; }

.slider-friends .owl-carousel {
  display: block; }

.add-dream-head {
  margin-bottom: 35px;
  position: relative;
}
.add-dream-head__title {
  font: bold 35px 'Open Sans';
  text-align: center;
  color: #fff;
}
.add-dream-head__back {
  position: absolute;
  font: bold 14px/19px 'Open Sans';
  left: 0;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
}
.add-dream-head__back::before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background: center no-repeat url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5H2' stroke='white' stroke-width='2'/%3E%3Cpath d='M7 1L2 5L7 9' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 8px);
}
.media-box {
  background: #fff;
  padding: 65px 0 80px;
  border-radius: 20px;
  position: relative; }
  .media-box__grid {
    padding: 35px 160px 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 90px;
  }
  .media-box__grid .inp-input {
    width: 100%;
  }
  .media-box__grid .inp-style {
    padding-left: 20px;
  }
  .media-box__grid .money-form__title {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .media-box__grid .jq-file__browse {
    background: no-repeat center url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.75045 12.5234C6.15946 14.1144 3.50781 14.1144 1.91682 12.5234C0.325825 10.9324 0.325825 8.28074 1.91682 6.68975L7.48528 1.12129C8.65201 -0.0454397 10.5612 -0.04544 11.7279 1.12129C12.8946 2.28801 12.8946 4.1972 11.7279 5.36393L7.22012 9.87173C6.47765 10.6142 5.31093 10.6142 4.56847 9.87173C3.826 9.12927 3.826 7.96254 4.56847 7.22008L8.54594 3.24261L9.34144 4.0381L5.36396 8.01558C5.04576 8.33378 5.04576 8.75804 5.36396 9.07624C5.68216 9.39444 6.10642 9.39444 6.42462 9.07624L10.9324 4.56843C11.6749 3.82597 11.6749 2.65924 10.9324 1.91678C10.19 1.17432 9.02324 1.17432 8.28078 1.91678L2.71231 7.48525C1.54558 8.65197 1.54558 10.5612 2.71231 11.7279C3.87904 12.8946 5.78823 12.8946 6.95495 11.7279L11.9931 6.68975L12.7886 7.48525L7.75045 12.5234Z' fill='%230094FF'/%3E%3C/svg%3E");
  }
  .media-box__grid .jq-file__name {
    color: #0094FF;
    font-size: 15px;
    text-decoration: underline;
    text-transform: none;
    font-family: 'Open Sans';
    letter-spacing: normal;
  }

  .media-box h1 {
    color: #272727;
    text-align: left; }
  .media-box__header {
    border-bottom: 3px solid #eff0f2;
    margin: 0 63px 0;
    padding-bottom: 40px; }
  .media-box__img {
    background-size: cover;
    height: 470px;
    border-radius: 30px;
    background-position: 50% 50%; }
  .media-box__content {
    padding: 28px 0 0;
    position: relative; }
    .media-box__content-box {
      padding: 0 63px; }
  .media-box__decor {
    position: absolute;
    width: 122px;
    height: 67px;
    top: 85px;
    right: 110px; }
    .media-box__decor--rotation {
      top: 50%;
      margin-top: -24px;
      right: inherit;
      left: 63px; }
  .media-box__footer {
    text-align: center; }
    .media-box__footer-text {
      font: bold 16px/26px 'Open Sans';
      color: #272727;
      margin: 64px 0 27px;
      text-align: center; }
.wight-field {
  grid-column: 1/-1;
}
.wight-field__flex {
  display: flex;
  justify-content: space-between;
}

.wight-field .inp-group {
  margin-top: 20px;
}
.wight-field .inp-textarea {
  width: 100%;
  height: 105px;
}
.wight-field .inp-input {
  margin-bottom: 30px;
}
.wight-field .inp-upload {
  margin: 0;
}


.slider {
  margin: 24px 0 37px; }

.banner {
  margin: 27px 0 0;
  text-align: center;
  text-decoration: none;
  display: block; }
  .banner ~ .media-box__content {
    margin-top: 27px; }

.oplata_page {
  display: none; }

.tabs-box--border .tabs-box__controls-item ~ .tabs-box__controls-item {
  margin-left: -8px; }

.tabs-box--border .tabs-box__controls {
  padding: 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tabs-box--border .tabs-box__controls-item {
    width: auto;
    padding: 8px 22px;
    border: none;
    background: #4270a3;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-box-shadow: -6px 6px 6.65px 0.35px rgba(0, 0, 0, 0.11);
            box-shadow: -6px 6px 6.65px 0.35px rgba(0, 0, 0, 0.11);
    position: relative; }
    .tabs-box--border .tabs-box__controls-item:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      left: -6px;
      border-bottom: 32px solid #3a6e9a;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      bottom: 0;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .tabs-box--border .tabs-box__controls-item:before {
      right: -6px;
      content: '';
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-bottom: 32px solid #3a6e9a;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      bottom: 0;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .tabs-box--border .tabs-box__controls-item.active {
      z-index: 1; }
    .tabs-box--border .tabs-box__controls-item.active, .tabs-box--border .tabs-box__controls-item:hover {
      background: #fff; }
      .tabs-box--border .tabs-box__controls-item.active:after, .tabs-box--border .tabs-box__controls-item.active:before, .tabs-box--border .tabs-box__controls-item:hover:after, .tabs-box--border .tabs-box__controls-item:hover:before {
        border-bottom-color: #fff; }
    .tabs-box--border .tabs-box__controls-item:first-child {
      border-bottom-left-radius: 0; }
      .tabs-box--border .tabs-box__controls-item:first-child:after {
        display: none; }
    .tabs-box--border .tabs-box__controls-item:last-child {
      border-bottom-right-radius: 0; }
      .tabs-box--border .tabs-box__controls-item:last-child:before {
        display: none; }

.tabs-box--border .tabs-box__content {
  position: relative;
  padding: 0 105px;
  z-index: 1; }
  .tabs-box--border .tabs-box__content-item {
    background: #fff;
    padding: 0 63px;
    min-height: 500px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }

.help-other {
  font-size: 0;
  padding: 92px 105px 150px;
  background: #fff; }
  .help-other__item {
    text-align: center;
    width: 252px;
    display: inline-block;
    float: left;
    padding: 0; }
    .help-other__item ~ .help-other__item {
      float: right; }
  .help-other__img {
    width: 168px;
    height: 168px;
    background-size: cover;
    background-position: 50% 50%;
    display: inline-block; }
  .help-other__text {
    font: normal 14px/22px 'Open Sans';
    color: #1b1b1b;
    margin-top: 15px; }
  .help-other .button {
    margin-top: 31px; }

.money-form {
  background: #fff;
  text-align: center;
  padding: 68px 0 49px;
  position: relative;
  min-height: 500px; }
  .money-form__item {
    display: inline-block; }
    .money-form__item--left {
      float: left; }
    .money-form__item--right {
      float: right; }
  .money-form__input {
    text-align: left; }
  .money-form__title {
    font: bold 16px/20px 'Open Sans';
    color: #4270a3;
    text-align: left;
    margin-bottom: 52px; }
    .money-form__title ~ .inp-group:nth-child(2) {
      margin-top: 0; }
  .money-form .button {
    position: absolute;
    bottom: 49px;
    right: 0; }

.article {
  padding: 0 63px;
  text-align: center; }
  .article .button {
    margin-top: 55px; }
  .article__item {
    border-radius: 20px;
    background: #fff;
    min-height: 250px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    padding: 34px 42px 34px 420px;
    text-align: left; }
    .article__item:hover .article__title {
      color: #254971; }
    .article__item ~ .article__item {
      margin-top: 39px; }
  .article__img {
    background-size: cover;
    background-position: 50% 50%;
    width: 357px;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
    position: absolute; }
  .article__date {
    display: block;
    color: rgba(27, 27, 27, 0.78);
    font: normal 14px/18px 'Open Sans'; }
  .article__title {
    margin-top: 12px;
    display: block;
    color: #1b1b1b;
    font: bold 22px/26px 'Open Sans';
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
  .article__text {
    display: block;
    margin-top: 10px;
    font: normal 14px/21px 'Open Sans';
    color: #1b1b1b; }

.mriya_single {
  display: none; }

.media-box__decor--bird {
  width: 200px; }

.media-box__decor--bottom-center {
  top: inherit;
  bottom: -106px;
  right: 50%;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

.media-box--dream {
  padding-bottom: 138px; }

.media-box__social {
  float: left;
  margin-top: 56px; }
  .media-box__social-box {
    display: inline-block;
    margin-top: 7px;
    font-size: 0; }
  .media-box__social-text {
    font: normal 16px/46px 'Open Sans';
    color: #1b1b1b;
    display: inline-block; }
  .media-box__social-item {
    text-decoration: none;
    display: inline-block;
    margin-left: 12px;
    position: relative; }
    .media-box__social-item ~ .media-box__social-item {
      margin-left: 14px; }
    .media-box__social-item--facebook:after, .media-box__social-item--twitter:after, .media-box__social-item--google:after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .media-box__social-item--facebook:after {
      background: url("../../img/default/facebook--hover.png") 50% 50% no-repeat; }
    .media-box__social-item--twitter:after {
      background: url("../../img/default/twitter--hover.png") 50% 50% no-repeat; }
    .media-box__social-item--google:after {
      background: url("../../img/default/google--hover.png") no-repeat; }
    .media-box__social-item:hover:after {
      opacity: 1; }

.media-box__header .button {
  margin-top: 56px; }

.video {
  margin: 24px 0;
  height: 400px; }

.dream-media {
  margin-top: 40px; }
  .dream-media__info-title {
    font: bold 20px/22px 'Open Sans';
    color: #28578b; }
  .dream-media__info-text {
    margin-top: 8px;
    font: normal 16px/18px 'Open Sans';
    color: #1b1b1b; }
  .dream-media__info ~ .dream-media__info {
    margin-top: 17px; }
  .dream-media__money-count {
    font: bold 24px/26px 'Open Sans';
    color: #272727;
    display: inline-block;
    width: 136px; }
  .dream-media__money-have {
    font: normal 16px/18px 'Open Sans';
    color: #1b1b1b;
    display: inline-block;
    margin-top: 7px; }
  .dream-media__money-info {
    margin-top: 40px; }
    .dream-media__money-info ~ .dream-media__money-info {
      margin-top: 15px; }
  .dream-media .dreams-box__money-static {
    margin-top: 12px; }
  .dream-media .dreams-box__money-percent {
    font: bold  16px/18px 'Open Sans';
    color: #272727;
    opacity: 1; }

.dreams-box__bar--big {
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 23px; }
  .dreams-box__bar--big .dreams-box__bar-item {
    height: 24px; }

.media-box__content-img {
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 400px;
  margin: 31px 0; }

.media-box .article__date {
  font: normal 16px/28px 'Open Sans';
  color: #272727;
  margin: -8px 0 14px; }

.media-box--article .media-box__header .media-box__social {
  float: none;
  margin: 0 0 10px; }

.media-box--article .media-box__header .button {
  margin-top: 0; }

.media-box__back {
  text-decoration: none;
  display: block;
  top: -47px;
  position: absolute;
  padding-left: 20px; }
  .media-box__back span {
    font: bold 13px/26px 'Open Sans';
    color: #fff;
    text-transform: uppercase; }
  .media-box__back:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../../img/default/arrow-back.png");
    width: 10px;
    height: 8px;
    top: 9px;
    left: 0; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 18px 15px;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  z-index: 2;
  background: #6da7e7; }
  .header__left {
    float: left;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
  .header__right {
    float: right; }
  .header--scrolling {
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.24); }
    .header--scrolling .logo:after,
    .header--scrolling .social-box__item:after {
      opacity: 0; }
  .header--shadow-none {
    -webkit-box-shadow: none;
            box-shadow: none; }

.px-main .header {
  background: transparent; }

.main-nav {
  font-size: 0; }
  .main-nav__item {
    display: inline-block;
    font: bold 12px/24px 'Open Sans';
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 16px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .main-nav__item-box {
      display: inline-block; }
    .main-nav__item:after {
      width: 0;
      height: 2px;
      content: '';
      background: #fdbc52;
      display: block;
      margin-top: 2px;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .main-nav__item--active:after, .main-nav__item:hover:after {
      width: 100%; }

.logo {
  width: 223px;
  display: inline-block;
  position: relative; }
  .logo--lg {
    margin-bottom: 7px; }
  .logo:after {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    background: url("../../img/default/logo--blue.png"); }

.social {
  display: inline-block;
  margin: 11px 24px 0;
  font-size: 0; }
  .social-box__item {
    display: inline-block;
    margin-right: 14px;
    width: 31px;
    position: relative;
    cursor: pointer; }
    .social-box__item:after, .social-box__item:before {
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      content: '';
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .social-box__item:before {
      z-index: 1; }
    .social-box__item--google:after {
      background: url("../../img/default/social-google--blue.png"); }
    .social-box__item--twitter:after {
      background: url("../../img/default/social-twitter--blue.png"); }
    .social-box__item--facebook:after {
      background: url("../../img/default/social-facebook--blue.png"); }
    .social-box__item--instagram:after {
      background: url("../../img/default/social-instagram--blue.svg"); }
    .social-box__item--facebook:before {
      background: url("../../img/default/facebook--hover.png") 50% 50% no-repeat; }
    .social-box__item--twitter:before {
      background: url("../../img/default/twitter--hover.png") 50% 50% no-repeat; }
    .social-box__item--google:before {
      background: url("../../img/default/google--hover.png") 50% 50% no-repeat; }
    .social-box__item--instagram:before {
      background: url("../../img/default/instagram--hover.svg") 50% 50% no-repeat; }
    .social-box__item:hover:before {
      opacity: 1; }
.footer {
  margin-top: 70px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .footer-box {
    padding: 45px 0 54px;
    border-top: 1px solid #94bce9; }
  .footer .partners-index {
    position: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    bottom: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer .partners-index__item ~ .partners-index__item {
      margin-left: 10px; }
  .footer-send {
    padding: 0 10px 0 28px;
    font-size: 0;
    display: inline-block; }
    .footer-send .button--download {
      margin-left: 18px; }
  .footer-share {
    float: right; }
    .footer-share__text {
      display: inline-block;
      font: normal 12px/26px 'Open Sans';
      color: #fff;
      padding: 10px 0; }
    .footer-share__box {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
    }
    .footer-share__item {
      text-decoration: none;
      max-width: 21px;
      width: 100%;
    }

      .footer-share__item ~ .footer-share__item {
        margin-left: 20px; }
    .footer-share__item img {
      max-width: 20px;
    }

.footer-box .terms-condition {
  text-align: center; }
  .footer-box .terms-condition a {
    margin-right: 30px; }

/*form style */
label {
  font: normal 10px/21px 'Open Sans';
  color: rgba(27, 27, 27, 0.8);
  cursor: pointer;
  display: block;
  text-transform: uppercase;
  margin-bottom: 4px;
  letter-spacing: 0.05em; }

input[type="text"],
input[type="email"],
input[type="tel"] {
  border-radius: 10px;
  border: 1px solid #cfd8dc;
  font: normal 10px/22px 'Open Sans';
  color: rgba(27, 27, 27, 0.8);
  padding: 6px 5px;
  width: 100%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  input[type="text"]:hover,
  input[type="email"]:hover,
  input[type="tel"]:hover {
    border-color: #254971; }

textarea {
  border-radius: 10px;
  border: 1px solid #cfd8dc;
  font: normal 10px/22px 'Open Sans';
  color: rgba(27, 27, 27, 0.8);
  padding: 6px 10px;
  width: 100%;
  resize: none;
  text-align: left;
  height: 198px;
  overflow: auto;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  textarea:hover {
    border-color: #254971; }

input[type="submit"] {
  border: none;
  width: 158px;
  padding: 8px 10px;
  text-align: center; }

.inp-radio label {
  font: normal 14px/21px 'Open Sans';
  color: #1b1b1b;
  cursor: pointer;
  text-transform: none; }

.inp-radio ~ .inp-radio {
  margin-top: 28px; }

.inp-input {
  width: 250px;
  text-align: left; }
  .inp-input ~ .inp-input {
    margin-top: 20px; }

.inp-group {
  margin-top: 72px; }
.inp-couple {
  display: flex;
  justify-content: space-between;
}
.inp-couple .inp-input {
  width: 80px;
}
.inp-couple .inp-input:first-child {
  margin-top: 20px;
  width: calc(100% - 110px);
}
.inp-textarea {
  text-align: left;
  width: 250px; }
  .inp-textarea--small textarea {
    height: 148px; }

.inp-upload {
  margin-top: 24px; }
  .inp-upload .error-upload {
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    opacity: 0;
    position: absolute;
    font: normal 10px/12px 'Open Sans';
    color: #e93e3a;
    left: 0;
    top: 100%;
    margin-top: 8px;
    width: 280px; }
  .inp-upload.inp-error .error-upload {
    opacity: 1; }

.inp-error {
  position: relative; }
  .inp-error input[type="text"],
  .inp-error input[type="email"],
  .inp-error input[type="tel"],
  .inp-error textarea {
    border-color: #e93e3a; }
  .inp-error label {
    color: #e93e3a; }
  .inp-error .error {
    position: absolute;
    font: normal 10px/12px 'Open Sans';
    color: #e93e3a;
    left: 0;
    top: 100%;
    margin-top: 8px;
    width: 280px; }

.jq-radio {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #4270a3;
  margin-right: 22px; }
  .jq-radio input {
    width: 0; }
  .jq-radio.checked .jq-radio__div {
    opacity: 1; }
  .jq-radio__div {
    border-radius: 50%;
    width: 11px;
    height: 11px;
    background: #4270a3;
    position: absolute;
    left: 4px;
    top: 4px;
    opacity: 0; }

.jq-file input {
  cursor: pointer; }

.jq-file__name {
  color: rgba(27, 27, 27, 0.8);
  letter-spacing: 0.05em;
  font: normal 10px/20px 'Open Sans';
  display: inline-block;
  text-transform: uppercase; }

.jq-file__browse {
  display: inline-block;
  margin-left: 8px;
  width: 13px;
  height: 20px;
  background: url("../../img/default/add-file.png"); }

/*end form style*/
.popup .inp-input {
  width: 242px; }

.popup .inp-textarea {
  width: 242px; }
  .popup .inp-textarea textarea {
    height: 106px; }

.popup .inp-multi {
  font-size: 0; }
  .popup .inp-multi .inp-input:first-child {
    float: left;
    width: 150px;
    margin-top: 20px; }
  .popup .inp-multi .inp-input:last-child {
    float: right;
    width: 74px; }

.popup .money-form__title {
  margin-bottom: 30px; }

.popup .button {
  margin-top: 37px;
  float: right; }

.icon {
  position: relative;
  display: inline-block; }
  .icon, .icon:before, .icon:after, .icon__inner {
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain; }

/* classes */
._layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

._justify {
  text-align: justify;
  margin-bottom: 0;
  line-height: 0; }
  ._justify > * {
    display: inline-block; }
  ._justify:after {
    height: 20px;
    display: inline-block;
    width: 100%;
    content: ''; }

._align-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%; }

._align-middle-box {
  font-size: 0; }
  ._align-middle-box > *, ._align-middle-box:before {
    display: inline-block;
    vertical-align: middle; }
  ._align-middle-box:before {
    height: 100%;
    content: ''; }

._group:after,
.input-line:after,
.row:after {
  content: "";
  display: table;
  clear: both; }

._fadable {
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }

._fade {
  opacity: 0;
  visibility: hidden; }

/* /end classes */
/* popup style */
.overflow {
  overflow: hidden; }

.popup-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding: 140px 42px 0;
  background: rgba(20, 47, 69, 0.8);
  z-index: 20;
  text-align: center; }

.popup-wrap.active {
  display: block; }

.popup.active {
  display: inline-block; }

.popup {
  position: relative;
  display: none;
  text-align: left;
  max-width: 940px;
  margin: 0 0 42px;
  background-color: #fff;
  width: 672px;
  border-radius: 20px;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  .popup__header {
    padding: 0 76px 36px; }
  .popup__body {
    padding: 67px 58px 54px; }
  .popup__img {
    width: 100%;
    height: 556px;
    background-size: cover;
    margin: 20px 0; }

[data-popup-open],
[data-popup-close] {
  cursor: pointer; }

.popup__close {
  position: absolute;
  width: 23px;
  height: 23px;
  right: 19px;
  top: 18px; }
  .popup__close .icon {
    width: 100%;
    height: 100%;
    background: url("../../img/default/popup-close.png"); }

.popup-inner {
  padding: 15px 0; }

.thanks-box {
  text-align: center; }
  .thanks-box h2 {
    color: #4270a3;
    font: bold 25px/26px 'Open Sans';
    margin-bottom: 20px; }
  .thanks-box .button {
    width: 158px;
    float: none;
    margin-top: 19px; }

/* /end popup style */
/* default style */
.page404 {
  text-align: center; }

h1 {
  font: bold 30px/30px 'Open Sans';
  color: #fff;
  text-align: center;
  margin-bottom: 18px; }

h2 {
  font: bold 20px/40px 'Open Sans';
  color: #28578b;
  margin: 23px 0 8px; }

p {
  font: normal 16px/27px 'Open Sans';
  color: #272727; }
  p ~ p {
    margin-top: 27px; }

/* /end default */
/* content style */
.fadable {
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  -o-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease; }

.fade {
  opacity: 0;
  visibility: hidden; }

[data-box-togglable] {
  display: none; }
  [data-box-togglable].active {
    display: block; }

.tabs-box {
  font-size: 0;
  text-align: center;
  margin-top: 50px; }
  .tabs-box__controls-item {
    font: bold 14px/30px 'Open Sans';
    color: #fff;
    padding: 8px 0;
    text-align: center;
    width: 200px;
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, 0.23);
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s; }
    .tabs-box__controls-item:hover {
      background: #fff;
      border-color: #fff;
      color: #6da7e7; }
    .tabs-box__controls-item.active {
      background: #fff;
      border-color: #fff;
      color: #6da7e7; }
    .tabs-box__controls-item:first-child {
      border-bottom-left-radius: 22px;
      border-top-left-radius: 22px; }
    .tabs-box__controls-item:last-child {
      border-bottom-right-radius: 22px;
      border-top-right-radius: 22px; }
    .tabs-box__controls-item ~ .tabs-box__controls-item {
      border-left: none; }

.title {
  text-align: center; }
  .title p {
    font: normal 14px/30px 'Open Sans';
    color: #fff; }

.white-text {
  font: normal 16px/27px 'Open Sans';
  color: #fff; }
  .white-text--sm {
    font-size: 12px; }

.link {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .link--next {
    margin-top: 46px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font: bold 12px/20px 'Open Sans';
    letter-spacing: .2em;
    position: relative; }
    .link--next:after, .link--next:before {
      margin-left: 14px;
      content: '';
      display: inline-block;
      width: 7px;
      height: 19px;
      background: url("../../img/default/link-next.png") no-repeat 50% 50%;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .link--next:before {
      position: absolute;
      right: 0;
      top: 0;
      background: url("../../img/default/link-next--blue.png") no-repeat 50% 50%;
      opacity: 0; }
    .link--next:hover {
      color: #254971; }
      .link--next:hover:before {
        opacity: 1; }
  .link--normal {
    display: inline-block;
    font: normal 12px/20px 'Open Sans';
    color: #272727;
    margin-top: 38px; }
    .link--normal:after {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: #7b7b7b;
      margin-top: -4px; }

.button {
  min-width: 100px;
  background: #406fa1;
  font: bold 14px/30px 'Open Sans';
  color: #fff;
  padding: 8px 49px;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s; }
  .button:hover {
    background: #254971; }
  .button-small {
    padding: 1px 0;
    width: 112px;
    border-radius: 16px; }
  .button--download {
    position: relative; }
    .button--download:after {
      content: '';
      display: block;
      position: absolute;
      right: 12px;
      top: 11px;
      width: 24px;
      height: 24px;
      background: url("../../img/default/download.png"); }
  .button--right {
    float: right; }
  .button--orange {
    width: 170px;
    background: #f7941e;
    text-align: center;
    padding: 8px 0; }
  .button.disabled {
    opacity: .5; }

.paginator {
  margin: 52px 0 0px;
  text-align: center; }
  .paginator__prev, .paginator__next {
    display: inline-block;
    margin-right: 32px; }
    .paginator__prev a, .paginator__next a {
      left: 0;
      top: 0;
      z-index: 1;
      width: 11px;
      height: 19px;
      display: inline-block;
      background: url("../../img/default/paginator-prev.png");
      cursor: pointer;
      position: relative; }
      .paginator__prev a:after, .paginator__next a:after {
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
        content: '';
        background: url("../../img/default/paginator-prev--blue.png");
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
      .paginator__prev a:hover:after, .paginator__next a:hover:after {
        opacity: 1; }
  .paginator__next {
    margin-left: 32px; }
    .paginator__next a {
      background: url("../../img/default/paginator-next.png");
      margin-right: 0; }
      .paginator__next a:after {
        background: url("../../img/default/paginator-next--blue.png"); }
    .paginator__next span {
      display: none; }
  .paginator__item,
  .paginator li {
    font: normal 14px/19px 'Open Sans';
    color: #fff;
    text-decoration: none;
    display: inline-block; }
    .paginator__item--active:after,
    .paginator li--active:after {
      content: '';
      display: block;
      height: 2px;
      width: 100%;
      padding: 0 5px;
      margin-left: 1px;
      background: #fdbc52; }
    .paginator__item.paginator__prev + li,
    .paginator li.paginator__prev + li {
      margin-left: 0; }
    .paginator__item ~ li,
    .paginator li ~ li {
      margin-left: 28px; }
    .paginator__item ~ .paginator__next,
    .paginator li ~ .paginator__next {
      margin: 0 28px 0 32px; }
    .paginator__item ~ .paginator__last,
    .paginator li ~ .paginator__last {
      margin-left: 0; }
  .paginator__first, .paginator__last {
    margin: 0; }
    .paginator__first span, .paginator__last span {
      display: none; }

.slider__item {
  width: 100%;
  height: 400px;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%; }

.owl-nav {
  text-align: center;
  margin-top: 32px; }

.owl-prev, .owl-next {
  font-size: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0 4px;
  position: relative; }
  .owl-prev:after, .owl-next:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    background-position: 50% 50%; }

.owl-next {
  background: url("../../img/default/slider-next.png") 50% 50% no-repeat;
  margin-left: 32px; }
  .owl-next:hover:after {
    background: url("../../img/default/slider-next--hover.png") 50% 50% no-repeat;
    opacity: 1; }

.owl-prev {
  background: url("../../img/default/slider-prev.png") 50% 50% no-repeat; }
  .owl-prev:hover:after {
    background: url("../../img/default/slider-prev--hover.png") 50% 50% no-repeat;
    opacity: 1; }

[data-share] {
  cursor: pointer; }

.hidden {
  visibility: hidden; }

/* /end content style */
/* rotate style */
/* /end rotate style */
/* gallery style */
/* /end gallery style */
/* media box style */
/* /end media box style */
@media (max-width: 1248px) {
  .wrapper {
    position: relative;
    right: 0;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    padding-bottom: 0; }
    .wrapper--active {
      right: -100%; }
      .wrapper--active .fixed-dream--scrolling {
        left: 150%; }
      .wrapper--active .header {
        background: transparent; }
        .wrapper--active .header__left {
          opacity: 0;
          visibility: hidden; }
      .wrapper--active .main-nav__mobile--active.main-nav__mobile-item, .wrapper--active .main-nav__mobile--active.main-nav__mobile:after, .wrapper--active .main-nav__mobile--active.main-nav__mobile:before {
        background: #fff; }
  .main-nav {
    position: fixed;
    height: 100%;
    width: 100%;
    left: -100%;
    top: 0;
    text-align: center;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-nav--active {
      left: 0; }
      .main-nav--active .main-nav__item {
        right: 0; }
      .main-nav--active .main-nav__item-box:nth-child(1) .main-nav__item {
        -webkit-transition-delay: 0.1s;
             -o-transition-delay: 0.1s;
                transition-delay: 0.1s; }
      .main-nav--active .main-nav__item-box:nth-child(2) .main-nav__item {
        -webkit-transition-delay: 0.2s;
             -o-transition-delay: 0.2s;
                transition-delay: 0.2s; }
      .main-nav--active .main-nav__item-box:nth-child(3) .main-nav__item {
        -webkit-transition-delay: 0.3s;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s; }
      .main-nav--active .main-nav__item-box:nth-child(4) .main-nav__item {
        -webkit-transition-delay: 0.4s;
             -o-transition-delay: 0.4s;
                transition-delay: 0.4s; }
      .main-nav--active .main-nav__item-box:nth-child(5) .main-nav__item {
        -webkit-transition-delay: 0.5s;
             -o-transition-delay: 0.5s;
                transition-delay: 0.5s; }
      .main-nav--active .main-nav__item-box:nth-child(6) .main-nav__item {
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s; }
    .main-nav__item-box {
      text-align: center;
      display: block; }
    .main-nav__item {
      right: 100%;
      position: relative; }
      .main-nav__item:after {
        width: 100%;
        background: transparent; }
      .main-nav__item--active:after {
        background: #fdbc52; }
    .main-nav__mobile {
      margin-top: 13px;
      width: 23px;
      height: 19px;
      position: relative;
      cursor: pointer;
      z-index: 1; }
      .main-nav__mobile:after, .main-nav__mobile:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background: #fff;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s; }
      .main-nav__mobile:after {
        bottom: 0; }
      .main-nav__mobile:before {
        top: 0; }
      .main-nav__mobile-item {
        height: 3px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 8px;
        width: 100%;
        -webkit-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s; }
      .main-nav__mobile--active:after {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        bottom: 9px; }
      .main-nav__mobile--active:before {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        top: 7px; }
      .main-nav__mobile--active .main-nav__mobile-item {
        opacity: 0; }
  .header--scrolling .main-nav__mobile:before, .header--scrolling .main-nav__mobile:after, .header--scrolling .main-nav__mobile-item {
    background: #fff; }
  .header--scrolling .main-nav__item {
    color: #fff; }
  .footer {
    position: initial;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    .footer__box {
      padding: 52px 0 66px; }
    .footer .partners-index {
              justify-content: space-between;
      margin-bottom: 47px;  }
      .footer .partners-index__item ~ .partners-index__item {
        margin-left: 15px; }
    .footer-share {
      text-align: center;
      margin-top: 38px; }
      .footer-share__box {
        display: block;
        margin-top: 10px; }
    .footer-send {
      padding: 0 0 0 6px; }
    .footer .button--download {
      float: right;
      margin-right: 0; }
  .main-page .partners-index {
    left: 0; }
  .main-page__in {
    margin: 24px auto 0; }
    .main-page__in .logo {
      display: none; }
  .main-page ._align-middle {
    display: block;
    height: auto; }
  .px {
    top: 268px; }
    .px1 {
      display: none; }
    .px2 {
      background-image: url("/bundle/img/default/content/bg-main_px1--adaptive.png"); }
  .article {
    padding: 0; }
    .article__img {
      width: 310px; }
    .article__item {
      padding: 34px 40px 34px 354px; }
      .article__item ~ .article__item {
        margin-top: 30px; }
    .article .button {
      margin-top: 64px; }
  .fixed-dream {
    max-width: 732px;
    width: 100%;
    text-align: left;
    padding-top: 50px;
    margin-top: -80px;
    top: 161px; }
    .fixed-dream--scrolling {
      margin-left: -366px;
      -webkit-transition: left .25s;
      -o-transition: left .25s;
      transition: left .25s; }
  .filter-dreams {
    margin-right: 0; }
    .filter-dreams__item {
      width: auto;
      padding: 6px 24px; }
  .dreams-box__item {
    display: block;
    width: 100%;
    padding-left: 310px;
    position: relative;
    margin-top: 30px; }
  .dreams-box__img {
    display: inline-block;
    width: 310px;
    position: absolute;
    height: 100%;
    left: 0; }
  .dreams-box__content {
    display: inline-block;
    width: 100%;
    padding-right: 40px;
    padding-left: 44px;
    padding-bottom: 162px; }
  .dreams-box__diagnosis {
    margin-top: 10px; }
  .dreams-box__text {
    margin-top: 19px; }
  .dreams-box__bottom {
    padding: 0 40px 0 44px; }
  .dreams-box__money {
    margin-top: 23px; }
  .dreams-box__money-static {
    margin-top: 10px; }
  .paginator {
    margin-top: 65px; }
  .slider {
    margin: 32px 0 43px; }
  .video {
    margin: 32px 0;
    height: 400px; }
  .media-box {
    padding-top: 0; }
    .media-box__header {
      margin: 0 40px 0; }
    .media-box__img {
      margin: 0 -40px;
      border-radius: 0;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      background-position: 0 0; }
    .media-box__content-box {
      padding: 0 40px; }
    .media-box__right {
      margin-top: 77px; }
    .media-box__money-static {
      margin-top: 18px; }
    .media-box__social,
    .media-box .button {
      margin-top: 26px; }
    .media-box--dream {
      padding-bottom: 187px; }
      .media-box--dream .media-box__content {
        padding-bottom: 9px; }
  .companies {
    margin: 34px 0 0 -40px;
    padding: 0 94px; }
    .companies__item {
      margin: 38px 0 0 40px; }
  .friends {
    margin: 34px 0 0 -40px;
    padding: 0 94px; }
    .friends__item {
      margin: 38px 0 0 40px; }
  .media-box--about .media-box__decor {
    display: none; }
  .media-box--article .media-box__header .media-box__social {
    margin: 4px 0 18px; }
  .tabs-box--border .tabs-box__controls, .tabs-box--border .tabs-box__content {
    padding: 0 31px; }
  .tabs-box--border .tabs-box__controls-item {
    line-height: 18px;
    padding: 7px 18px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; }
    .tabs-box--border .tabs-box__controls-item ~ .tabs-box__controls-item {
      margin: 0 4px; }
    .tabs-box--border .tabs-box__controls-item:first-child {
      margin-right: 4px; }
    .tabs-box--border .tabs-box__controls-item:last-child {
      margin-right: 0; }
    .tabs-box--border .tabs-box__controls-item:after {
      border-bottom: 33px solid #3a6e9a;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      left: -7px; }
    .tabs-box--border .tabs-box__controls-item:before {
      border-bottom: 33px solid #3a6e9a;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      right: -7px; }
  .tabs-box--border .tabs-box__content-item {
    padding: 0 64px; }
  .tabs-box--border .money-form {
    min-height: 745px; }
    .tabs-box--border .money-form__title {
      margin-bottom: 38px; }
    .tabs-box--border .money-form__item {
      float: right; }
      .tabs-box--border .money-form__item--left {
        float: none;
        display: inline-block;
        margin-right: 42px;
        width: 250px; }
      .tabs-box--border .money-form__item--right {
        margin-top: 66px;
        float: none; }
  .inp-group:first-child {
    margin-top: 58px; }
  .help-other {
    padding: 92px 0 92px; }
    .help-other__item {
      width: 262px; }
      .help-other__item ~ .help-other__item {
        margin-left: 18px; }

  .media-box__grid {
    padding: 0 50px;
    grid-template-columns: 1fr;
    grid-gap: 0
  }
  .wight-field .inp-group {
    margin-top: 20px;
  }
  .media-box__grid .money-form__item {
    margin-top: 50px;
  }
  .wight-field__flex {
    display: block;
  }


}

@media (max-width: 767px) {
  .wrapper {
    padding-top: 56px; }
  .container {
    width: 300px; }
  .content-box {
    margin-top: 25px; }
  p {
    font-size: 14px;
    line-height: 25px; }
  h1 {
    font-size: 18px;
    line-height: 26px; }
  h2 {
    font-size: 16px;
    line-height: 18px;
    margin: 12px 0 9px; }
  .popup {
    max-width: 320px;
    width: 100%; }
    .popup-wrap {
      padding: 120px 22px 0; }
    .popup__body {
      padding: 62px 20px 52px; }
    .popup .modal-content .button {
      width: 100%; }
  .logo {
    width: 145px;
    margin: 1px 0; }
    .logo:after {
      background-size: cover; }
  .social {
    margin: 7px 0 0 14px;
    position: relative; }
    .social .social-box {
      position: absolute;
      border-radius: 5px;
      background: #fff;
      padding: 14px 15px;
      width: 197px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      left: 50%;
      top: 38px;
      opacity: 0;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s;
      visibility: hidden; }
      .social .social-box:after {
        display: block;
        content: '';
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-bottom: 8px solid #fff;
        position: absolute;
        top: -8px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); }
      .social .social-box__item {
        margin-right: 0; }
        .social .social-box__item:after {
          opacity: 1; }
        .social .social-box__item ~ .social-box__item {
          margin-left: 14px; }
      .social .social-box__mobile {
        width: 23px;
        height: 23px;
        display: inline-block;
        background: url("../../img/default/social-mobile.png");
        cursor: pointer; }
    .social--open .social-box {
      opacity: 1;
      visibility: visible; }
  .main-nav__mobile {
    margin-top: 6px; }
  .header {
    padding: 8px 10px 12px; }
  .footer {
    margin-top: 61px; }
    .footer-box {
      padding: 38px 0 60px; }
    .footer .partners-index {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;}
  .footer .partners-index__item ~ .partners-index__item {
    margin-left: 0;
  }
    .footer-send {
      padding: 0;
      display: block;}
      .footer-send .button {
        display: block;
        width: 100%; }
        .footer-send .button ~ .button {
          margin-top: 23px; }
    .footer-share {
      margin-top: 32px;
      margin-bottom: 20px; }
      .footer-share__item ~ .footer-share__item {
        margin-left: 38px; }
  .footer-box .terms-condition a {
    margin-right: 0; }
  .main-page {
    min-height: 400px; }
    .main-page__in {
      margin-top: 40px;
      padding: 0 16px; }
  .px {
    top: inherit;
    bottom: 60px;
    height: 214px; }
    .px2 {
      background-image: url("/bundle/img/default/content/bg-main_px1--adaptive-320.png"); }
  .white-text {
    font-size: 14px;
    line-height: 22px; }
  .play-video {
    margin-top: 37px; }
    .play-video__text {
      margin-top: 18px; }
  .partners-index {
    bottom: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .partners-index__item {
      margin: 10px 0 0 20px; }
      .partners-index__item ~ .partners-index__item {
        margin-left: 20px; }
  .terms-condition {
    text-align: center; }
    .terms-condition a {
      display: block;
      line-height: 24px; }
  .filter-dreams__item {
    font-size: 12px;
    padding: 6px 10px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
    .filter-dreams__item:nth-child(3) {
      max-width: 115px;
      white-space: nowrap;
      padding-right: 7px; }
  .fixed-dream {
    padding-top: 30px;
    margin-top: -29px; }
    .fixed-dream--scrolling {
      top: 81px;
      margin-left: -150px; }
      .fixed-dream--scrolling ~ .dreams-box {
        margin-top: 152px; }
  .add-dream {
    display: block;
    float: none;
    margin-top: 20px;
    width: 300px; }
  .dreams-box {
    margin: 12px 0 0; }
    .dreams-box__item {
      padding: 0;
      margin: 20px 0 0; }
    .dreams-box__content {
      display: block;
      padding: 24px 18px 156px; }
    .dreams-box__img {
      position: inherit;
      height: 196px;
      display: block; }
    .dreams-box__diagnosis {
      margin-top: 6px; }
    .dreams-box__text {
      margin-top: 13px; }
    .dreams-box__bottom {
      padding: 0 18px; }
    .dreams-box__money {
      margin-top: 27px; }
      .dreams-box__money-static {
        margin-top: 6px; }
  .paginator {
    margin: 55px 0 62px; }
    .paginator .paginator__first {
      width: 11px;
      height: 19px;
      position: relative;
      margin: 0; }
      .paginator .paginator__first .paginator__item,
      .paginator .paginator__first span {
        font-size: 0; }
        .paginator .paginator__first .paginator__item:after, .paginator .paginator__first .paginator__item:before,
        .paginator .paginator__first span:after,
        .paginator .paginator__first span:before {
          content: '';
          background: url(../../img/default/paginator-prev.png);
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .paginator .paginator__first .paginator__item:before,
        .paginator .paginator__first span:before {
          left: -8px; }
        .paginator .paginator__first .paginator__item:hover:after, .paginator .paginator__first .paginator__item:hover:before,
        .paginator .paginator__first span:hover:after,
        .paginator .paginator__first span:hover:before {
          background: url(../../img/default/paginator-prev--blue.png); }
      .paginator .paginator__first .paginator__item {
        font-size: 0; }
    .paginator .paginator__last {
      width: 11px;
      height: 19px;
      position: relative;
      margin: 0; }
      .paginator .paginator__last .paginator__item,
      .paginator .paginator__last span {
        font-size: 0; }
        .paginator .paginator__last .paginator__item:after, .paginator .paginator__last .paginator__item:before,
        .paginator .paginator__last span:after,
        .paginator .paginator__last span:before {
          content: '';
          background: url(../../img/default/paginator-next.png);
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0; }
        .paginator .paginator__last .paginator__item:before,
        .paginator .paginator__last span:before {
          left: 8px; }
        .paginator .paginator__last .paginator__item:hover:after, .paginator .paginator__last .paginator__item:hover:before,
        .paginator .paginator__last span:hover:after,
        .paginator .paginator__last span:hover:before {
          background: url(../../img/default/paginator-next--blue.png); }
  .media-box {
    padding-bottom: 64px; }
    .media-box__back {
      top: -38px; }
      .media-box__back ~ .media-box__header {
        margin-top: 56px; }
    .media-box__img {
      height: 235px;
      margin: 0 -16px; }
    .media-box__header {
      margin: 0 16px;
      padding-bottom: 28px; }
      .media-box__header .button {
        float: none;
        display: block;
        width: 100%;
        margin-top: 20px; }
    .media-box__right {
      margin-top: 33px; }
    .media-box h1 {
      font-size: 18px;
      line-height: 20px; }
    .media-box .dream-media {
      margin-top: 24px; }
      .media-box .dream-media__info-title {
        font-size: 16px;
        line-height: 18px; }
      .media-box .dream-media__info-text {
        margin-top: 4px;
        line-height: 27px; }
      .media-box .dream-media__info ~ .dream-media__info {
        margin-top: 11px; }
      .media-box .dream-media__money-info {
        margin-top: 23px; }
        .media-box .dream-media__money-info ~ .dream-media__money-info {
          margin-top: 28px; }
      .media-box .dream-media__money-have {
        display: block;
        margin-top: 10px; }
    .media-box .dreams-box__bar--big {
      margin-top: 28px; }
    .media-box .dreams-box__money-static {
      margin-top: 17px; }
    .media-box__social {
      margin-top: 22px;
      float: none; }
    .media-box__content {
      padding-top: 18px; }
      .media-box__content-box {
        padding: 0 16px; }
    .media-box--dream {
      padding-bottom: 128px; }
    .media-box__decor--bottom-center {
      bottom: -81px; }
    .media-box__footer-text {
      margin: 40px 0 21px;
      font-size: 14px;
      line-height: 21px; }
  .link--normal {
    margin-top: 44px; }
  .slider {
    margin: 32px 0 33px; }
    .slider__item {
      height: 180px; }
  .video {
    height: 160px; }
  .banner {
    padding: 0 10px; }
  .article__item {
    padding: 0; }
    .article__item ~ .article__item {
      margin-top: 20px; }
  .article__img {
    position: inherit;
    display: block;
    height: 196px; }
  .article__content {
    padding: 30px 20px 35px;
    display: block; }
  .article__title {
    font-size: 18px;
    line-height: 26px; }
  .article__text {
    margin-top: 6px; }
  .article .buttom {
    margin-top: 66px; }
  .media-box .aritcle__date {
    margin-top: -6px; }
  .media-box__content-img {
    height: 180px;
    margin: 34px 0; }
  .tabs-box--border .tabs-box__controls {
    padding: 0;
    overflow-x: scroll;
    margin-bottom: 15px; }
    .tabs-box--border .tabs-box__controls-item {
      background: none;
      padding: 0;
      white-space: nowrap;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding-bottom: 7px;
      border-bottom: 2px solid transparent; }
      .tabs-box--border .tabs-box__controls-item ~ .tabs-box__controls-item {
        margin-left: 20px; }
      .tabs-box--border .tabs-box__controls-item:hover {
        background: none;
        color: #fff; }
      .tabs-box--border .tabs-box__controls-item:after, .tabs-box--border .tabs-box__controls-item:before {
        display: none; }
      .tabs-box--border .tabs-box__controls-item.active {
        background: none;
        color: #fff;
        border-color: #fdbc52; }
  .tabs-box--border .tabs-box__content {
    padding: 0; }
    .tabs-box--border .tabs-box__content-item {
      border-radius: 15px;
      padding: 0 18px; }
  .tabs-box--border .money-form {
    padding: 28px 0 55px; }
    .tabs-box--border .money-form__title {
      margin-bottom: 22px; }
    .tabs-box--border .money-form__item {
      float: none;
      display: block;
      margin-top: 49px; }
      .tabs-box--border .money-form__item--right {
        margin-top: 49px;
        float: none;
        display: inline-block; }
    .tabs-box--border .money-form .button {
      position: inherit;
      margin-top: 52px;
      display: block;
      width: 100%; }
  .money-form__title {
    margin-bottom: 22px; }
  .money-form__item {
    float: none;
    display: block;
    margin-top: 49px; }
    .money-form__item--right {
      margin-top: 49px;
      float: none;
      display: inline-block; }
  .money-form .button {
    position: inherit;
    margin-top: 52px;
    display: block;
    width: 100%; }
  .inp-input {
    width: 260px; }
  .inp-group:first-child {
    margin-top: 20px; }
  .help-other {
    padding: 50px 0 50px; }
    .help-other__item ~ .help-other__item {
      margin: 38px 0 0; }
  .tabs-box {
    margin-top: 22px; }
    .tabs-box__controls-item {
      width: 145px; }
  .companies {
    padding: 40px 0 0;
    margin: 0; }
    .companies__item {
      margin: 0; }
  .friends {
    padding: 40px 0 0;
    margin: 0; }
    .friends__item {
      margin: 0; }
  .slider-friends {
    position: relative; }
    .slider-friends .owl-item {
      text-align: center; }
    .slider-friends .owl-nav {
      text-align: right;
      padding: 0 24px;
      margin-top: 29px; }
    .slider-friends .owl-prev {
      background: url("../../img/default/sliderFriends-prev.png") 50% 50% no-repeat; }
      .slider-friends .owl-prev:after {
        display: none; }
    .slider-friends .owl-next {
      background: url("../../img/default/sliderFriends-next.png") 50% 50% no-repeat;
      margin-left: 43px; }
      .slider-friends .owl-next:after {
        display: none; }
    .slider-friends .owl-dots {
      display: none; }
    .slider-friends .owl-index {
      padding: 0 24px;
      position: absolute;
      bottom: -3px;
      left: 0; }
      .slider-friends .owl-index--active, .slider-friends .owl-index--count {
        font: bold 18px/26px 'Open Sans';
        color: #fff;
        display: inline-block; }
      .slider-friends .owl-index--count:before {
        content: '/';
        font: bold 18px/26px 'Open Sans';
        color: #fff;
        display: inline-block;
        margin: 0 5px; }
      .add-dream-head__back {
        display: none;
      }
      .media-box__grid {
        padding: 0 20px;
      }
}
