/* reset */
/* main variables */
body {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  background-color: #ffffff;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 1.2rem !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

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

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Lato", sans-serif;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

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

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #222222;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* BEGIN SELECTATOR PLUGIN */
.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  color: #222222;
  font-size: 1.2rem;
  line-height: 40px;
  font-family: 'lato', sans-serif; }

.selectator_element.single {
  padding: 0 40px 0 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  background: transparent;
  cursor: pointer; }

.selectator_element:after {
  content: ' ';
  position: absolute;
  top: 15px !important;
  right: 5px !important;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 9px solid #222222;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  background: none;
  -webkit-transform: none;
          transform: none; }

.selectator_element:hover {
  -webkit-box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24);
          box-shadow: 3px 3px 7.4px 0.6px rgba(17, 17, 17, 0.24); }

.selectator_options {
  background: #f4f1f1; }

.selectator_options .selectator_option {
  padding: 3px 5px;
  min-height: 18px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.selectator_options .selectator_option .selectator_option_left img {
  height: 20px; }

.selectator_options .selectator_option .selectator_option_title {
  margin-left: 5px; }

.form__group-country .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  margin-left: 45px; }

.selectator_options .selectator_option_title {
  font-size: 1.2rem; }

.selectator_options .selectator_option.active {
  background: #3c8097 -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 190, 255, 0.24)));
  background: #3c8097 linear-gradient(to top, transparent 0%, rgba(0, 190, 255, 0.24) 100%); }

.single .selectator_selected_items .selectator_selected_item .selectator_selected_item_left {
  margin-top: 10px; }

.form-header .single .selectator_selected_items .selectator_selected_item .selectator_selected_item_title {
  color: #1c608b;
  text-align: center;
  line-height: 50px; }

.form-header .selectator_element.single {
  width: 100%;
  height: 50px;
  background: #ffffff;
  position: relative;
  z-index: 1; }

.form-header .selectator_element:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 15px);
  right: 5px;
  border: 1px solid #666666; }

.form-header .selectator_element:after {
  top: calc(50% - 6px) !important;
  right: 15px !important;
  width: 10px;
  height: 10px;
  border-top: 2px solid #666666;
  border-left: 2px solid #666666;
  border-right: none;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg); }

.form-header .selectator_options {
  z-index: 2; }

/* END SELECTATOR PLUGIN */
/*
================================================================================
|                                     ALL                                |
================================================================================
*/
/* ---- MAIN STYLES ---- */
html {
  font-size: 16px; }
  html.pushed {
    overflow-x: hidden; }
    html.pushed .main-wrapper {
      -webkit-transform: translateX(300px);
              transform: translateX(300px);
      position: relative; }
    html.pushed header, html.pushed main, html.pushed footer {
      position: relative; }
      html.pushed header:after, html.pushed main:after, html.pushed footer:after {
        content: '';
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.7);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2; }
    html.pushed header {
      height: 100%;
      z-index: 2; }
      html.pushed header:after {
        z-index: 1; }
    html.pushed .form-header.add-bg {
      position: fixed;
      top: 0;
      left: 0;
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
      border-radius: 0;
      -webkit-filter: none;
              filter: none; }
      html.pushed .form-header.add-bg .add-cancel {
        display: block; }

.main-wrapper {
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

/* ---- TITLES ---- */
*a:link, *a:hover, *a:active, *a:visited {
  text-decoration: none; }

p {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #222222;
  padding: 1rem 0 1rem 0;
  text-align: justify;
  font-weight: 400; }

h1 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #1c608b;
  font-family: "Lato", sans-serif;
  font-weight: 700; }

h2 {
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #1c608b;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

h3 {
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #1c608b;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

.title {
  width: 100%;
  padding: 1rem 0;
  font: normal 700 1.6rem "Noto Serif", serif; }
  .title-sub {
    width: 100%;
    color: #03a5d3;
    font: normal 400 1.4rem 'Lato', sans-serif; }

/* ---- LOGO ---- */
.logo {
  width: 160px;
  margin: 1rem auto; }

/* ---- NAVIGATION ---- */
.btn {
  width: 100%;
  padding: 10px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, right top, left top, from(#3292b3), to(#1077b0));
  background-image: linear-gradient(270deg, #3292b3 0%, #1077b0 100%);
  background-size: 500% 100%;
  background-position: 0%;
  color: #ffffff;
  font: normal 700 1.4rem 'Lato', sans-serif;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-position 1s ease-in-out;
  transition: background-position 1s ease-in-out;
  position: relative; }
  .btn:link, .btn:hover, .btn:active, .btn:visited {
    color: #ffffff;
    text-decoration: none; }
  .btn:hover {
    background-position: 100%; }
  .btn:active {
    position: relative;
    top: 1px;
    left: 1px; }

/* ---- RESPONSIVE ELEMENTS ---- */
[class*='pict_responsive'] {
  display: block;
  overflow: hidden; }
  [class*='pict_responsive'] img {
    display: block;
    width: 100%; }

/* ---- FORM ELEMENTS ---- */
.form {
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form__btn {
    max-width: 160px;
    margin: 1rem auto;
    padding: 10px 5px; }
  .form__group {
    width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .form__group:not(.form__group-check) {
      margin: 10px auto; }
      .form__group:not(.form__group-check):after {
        width: 30px;
        height: 30px;
        background: #ffffff;
        position: absolute;
        top: 5px;
        right: 0; }
      .form__group:not(.form__group-check):hover .text-input, .form__group:not(.form__group-check):hover .textarea, .form__group:not(.form__group-check).focus .text-input, .form__group:not(.form__group-check).focus .textarea, .form__group:not(.form__group-check).activate .text-input, .form__group:not(.form__group-check).activate .textarea {
        border-bottom: 2px solid #03a5d3; }
      .form__group:not(.form__group-check):hover .label, .form__group:not(.form__group-check).focus .label, .form__group:not(.form__group-check).activate .label {
        color: #03a5d3;
        font-size: 12px !important;
        line-height: 1 !important;
        margin-top: -30px; }
      .form__group:not(.form__group-check):hover .password__buton {
        display: block; }
    .form__group-full {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .form__group-full .label {
        min-width: auto; }
    .form__group_box {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .form .text-input, .form .textarea, .form .select, .form .label, .form .check-label {
    background: transparent;
    color: #222222;
    font: normal 400 1.2rem 'Lato', sans-serif; }
  .form .text-input, .form .textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0 0 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    outline: none;
    border: none;
    border-bottom: 2px solid #666666;
    background: transparent;
    color: #000000; }
  .form .text-input {
    height: 40px; }
    .form .text-input[type="password"] {
      padding: 0 40px 0 0; }
    .form .text-input::-webkit-input-placeholder {
      color: transparent;
      font-size: 1rem; }
    .form .text-input:-ms-input-placeholder {
      color: transparent;
      font-size: 1rem; }
    .form .text-input::-ms-input-placeholder {
      color: transparent;
      font-size: 1rem; }
    .form .text-input::placeholder {
      color: transparent;
      font-size: 1rem; }
    .form .text-input:hover::-webkit-input-placeholder {
      color: #666666; }
    .form .text-input:hover:-ms-input-placeholder {
      color: #666666; }
    .form .text-input:hover::-ms-input-placeholder {
      color: #666666; }
    .form .text-input:hover::placeholder {
      color: #666666; }
  .form .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 0;
    background: transparent; }
  .form .label {
    margin-top: -0.5rem;
    color: #666666;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: margin-top 0.4s ease-in-out, font-size 0.3s linear;
    transition: margin-top 0.4s ease-in-out, font-size 0.3s linear; }
  .form__recaptcha {
    margin: auto; }
  .form__note {
    color: #03a5d3;
    font: normal 400 1rem 'Lato', sans-serif; }
  .form__tooltip {
    width: 100%;
    display: none;
    padding: 0px 1rem 0 0;
    color: #ff0000;
    font-size: 10px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 100%; }
  .form__invalid .text-input, .form__invalid .textarea, .form__invalid .selectator_element {
    border-bottom: solid 2px #ff0000 !important; }
  .form__invalid-label {
    color: #ff0000 !important; }
    .form__invalid-label span {
      color: #ff0000 !important; }
  .form__invalid:not(.form__group_captcha):after {
    content: url("../images/attention.svg"); }
  .form__valid .text-input, .form__valid .textarea, .form__valid .selectator_element {
    border-bottom: solid 2px #008000 !important; }
  .form__valid-label {
    color: #008000 !important; }
    .form__valid-label span {
      color: #008000 !important; }
  .form__valid:not(.form__group_captcha):after {
    content: url("../images/check.svg"); }
  .form__popUp {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    cursor: pointer; }
    .form__popUp-wrapper {
      width: 100%;
      height: 100%;
      position: relative; }
    .form__popUp-bg {
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.4;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
    .form__popUp-content {
      width: 300px;
      height: 300px;
      border-radius: 5px;
      background: #ffffff;
      position: absolute;
      top: 45%;
      left: 50%;
      margin-top: -150px;
      margin-left: -150px;
      z-index: 100;
      padding: 50px 10px 20px 10px;
      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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .form__popUp-foto {
      max-width: 300px; }
      .form__popUp-foto img {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        width: 100%; }
    .form__popUp-text {
      padding: 1rem 0;
      color: #555;
      font: normal 400 16px / 18px 'Lato', sans-serif;
      text-align: center; }
    .form__popUp-close {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 9000;
      cursor: pointer; }
      .form__popUp-close__section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .form__popUp-close__cross {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        position: relative;
        border: solid 3px #32b76c; }
        .form__popUp-close__cross span {
          width: 20px;
          height: 3px;
          position: absolute;
          top: 50%;
          margin-top: -1px;
          left: 50%;
          margin-left: -10px; }
          .form__popUp-close__cross span::before, .form__popUp-close__cross span::after {
            content: " ";
            display: block;
            width: 20px;
            height: 3px;
            background: #32b76c;
            position: absolute;
            top: 50%;
            margin-top: -1px;
            left: 50%;
            margin-left: -10px; }
          .form__popUp-close__cross span::before {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .form__popUp-close__cross span::after {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
  .form-header {
    max-width: 360px;
    min-width: 300px;
    margin: 0;
    padding: 5%;
    border-radius: 10px;
    background: url("../images/form-bg.png") 0 0/100% 100% no-repeat;
    -webkit-filter: drop-shadow(0px 3px 4px #686868);
            filter: drop-shadow(0px 3px 4px #686868);
    position: relative;
    z-index: 1; }
    .form-header .add-buton {
      display: none; }
    .form-header .add-cancel {
      display: none;
      top: 5px;
      right: 5px; }
      .form-header .add-cancel .form__popUp-close__cross {
        width: 30px;
        height: 30px;
        border: none;
        border-radius: 0; }
        .form-header .add-cancel .form__popUp-close__cross span:before, .form-header .add-cancel .form__popUp-close__cross span:after {
          height: 4px;
          margin-top: -4px;
          background: #ffffff; }
    .form-header form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .form-header .btn {
      max-width: 290px;
      min-width: 150px;
      margin: 1rem auto; }
      .form-header .btn.add-buton {
        background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
        background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
        color: #1077b0;
        -webkit-filter: drop-shadow(0px 5px 10px #c5c5c5);
                filter: drop-shadow(0px 5px 10px #c5c5c5); }
    .form-header .logo {
      margin: auto; }
    .form-header .title {
      padding: 1rem 0 0 0;
      color: #1c608b;
      font-size: 1.75rem;
      text-align: center; }
      .form-header .title span {
        color: #db4402; }

[class*='check-input_label'] {
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  position: relative;
  cursor: pointer; }
  [class*='check-input_label']:after, [class*='check-input_label']:before {
    position: absolute; }
  [class*='check-input_label']:after {
    opacity: 0; }

.check-input {
  display: none; }
  .check-input:checked + [class*='check-input_label']:not(.check-input_label-rating) {
    color: #ffffff;
    background: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
    background: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%); }
    .check-input:checked + [class*='check-input_label']:not(.check-input_label-rating):after {
      opacity: 1; }
  .check-input_label {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin: 5px 5px 5px 0;
    border: 1px solid #888;
    border-radius: 2px; }
    .check-input_label:after {
      content: ' ';
      display: block;
      left: 3px;
      top: 4px;
      width: 14px;
      height: 7px;
      border-left: solid 3px #ffffff;
      border-bottom: solid 3px #ffffff;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .check-input_label-circle {
      min-width: 30px;
      width: 30px;
      height: 30px;
      margin: 5px;
      background: #ffffff;
      border: 1px solid #b3b3b3;
      border-radius: 50%;
      -webkit-box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66);
              box-shadow: inset -2px 2.2px 3px rgba(0, 0, 0, 0.66); }
      .check-input_label-circle:after {
        left: 5px;
        top: 8px;
        width: 16px;
        height: 9px; }
    .check-input_label-buton {
      min-width: 40px;
      width: auto;
      height: 40px;
      margin: 0;
      padding: 0 5px;
      border: none;
      color: #222222;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .check-input_label-buton:after {
        border: none; }
      .check-input_label-buton:hover {
        color: #ffffff;
        background: -webkit-gradient(linear, left bottom, left top, from(#03a5d3), to(#09c6f5));
        background: linear-gradient(to top, #03a5d3 0%, #09c6f5 100%); }

.check-label a {
  color: #ff0000 !important;
  font-size: 12px;
  text-decoration: underline;
  white-space: nowrap; }

.password-input {
  display: inline-block;
  width: 100%;
  position: relative; }

.password__buton {
  display: none;
  width: 30px;
  height: 30px;
  background: #ffffff url("../images/password-show.png") 50% 50%/100% auto no-repeat;
  position: absolute;
  top: calc(50% - 15px);
  right: 0px;
  z-index: 2;
  cursor: pointer; }

.password-show {
  background: #ffffff url("../images/password-hide.png") 50% 50%/100% auto no-repeat; }

.captcha{
  display: block !important;
  margin: 5px auto;}

/* ---- SERVICE CLASS---- */
.nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

[class*="stretch"] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }

.hidden, .desctop-hide, .leptop-hide {
  display: none !important; }

/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 3; }

.bg-image {
  background: url("../images/bg-decor.png") 60% 100%/auto 100% no-repeat, url("../images/bg-substrate.jpg") 0% 0%/cover no-repeat;
  height: 100vh; }

@media screen and (min-aspect-ratio: 2 / 1) {
  .bg-image {
    background: url("../images/bg-decor.png") 100% 100%/auto 100% no-repeat, url("../images/bg-substrate.jpg") 0% 0%/cover no-repeat; } }

.header {
  height: 100%;
  padding: 5% 50% 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .header_text {
    max-width: 440px;
    width: 100%;
    margin: 0 5% 0 0; }
    .header_text p {
      padding: 5% 0;
      color: #ffffff;
      font-size: 1.4rem;
      line-height: 120%;
      text-align: left; }
  .header_slogan {
    -webkit-filter: drop-shadow(0px 5px 10px #c5c5c5);
            filter: drop-shadow(0px 5px 10px #c5c5c5); }

.copyright{
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0; }

/*
================================================================================
|                                     MEDIA                                   |
================================================================================
*/
@media screen and (max-width: 1600px) {
  html {
    font-size: 14px; }
  .header {
    padding: 5% 50% 5% 20px; }
  .form-header {
    max-width: 300px; } }

@media screen and (max-width: 1200px) {
  html {
    font-size: 13px; }
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .header_text {
      min-width: auto;
      margin: 0; }
      .header_text p {
        padding: 10px 0;
        line-height: 100%; }
  .form-header {
    min-width: auto;
    width: 200px;
    margin: 0;
    padding: 0;
    background: none;
    -webkit-filter: none;
            filter: none; }
    .form-header.add-bg {
      width: 100%;
      margin: 0;
      padding: 0 10px;
      left: 10px;
      background: linear-gradient(to bottom, #1077b0 40px, #ffffff 40px);
      -webkit-filter: drop-shadow(0px 3px 4px #686868);
              filter: drop-shadow(0px 3px 4px #686868); }
      .form-header.add-bg .form_box {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3; }
      .form-header.add-bg .title {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        height: 40px;
        padding: 0;
        margin: 0 0 5px 0;
        color: #ffffff;
        font: normal 900 1.25rem/40px "Lato", sans-serif;
        text-transform: uppercase; }
        .form-header.add-bg .title span {
          color: #ffffff; }
      .form-header.add-bg .logo {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .form-header.add-bg .form__group_captcha{
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4; }
      .form-header.add-bg .btn {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
        max-width: 200px; }
    .form-header .add-buton {
      display: block;
      margin: 0 !important; }
    .form-header .add-form {
      width: 200px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .form-header .add-form .form-join {
        max-width: 100%;
        max-height: 100%;
        height: 0;
        outline: none;
        -webkit-transition: none;
        transition: none;
        opacity: 0;
        -webkit-transform: scale(0);
                transform: scale(0); }
    .form-header .add-open {
      width: 100%;
      height: auto; }
      .form-header .add-open .form-join:not(.hidden) {
        opacity: 1;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: scale 0.1s ease;
        transition: scale 0.1s ease;
        -webkit-transition-delay: 0.3s;
                transition-delay: 0.3s;
        height: auto; }
      .form-header .add-open .add-cancel {
        display: block; }
    .form-header .add-close {
      display: none; } }

@media screen and (max-width: 1200px) and (orientation: landscape) {
  .bg-image {
    background: url("../images/bg-decor.png") 100% 0%/auto 100% no-repeat, url("../images/bg-substrate.jpg") 0% 0%/cover no-repeat; }
  .header {
    padding: 5% 60% 5% 10px; } }

@media screen and (max-width: 1200px) and (orientation: portrait) {
  .bg-image {
    background: url("../images/bg-foto.jpg") 50% 0%/100% auto no-repeat, url("../images/bg-substrate.jpg") 0% 0%/cover no-repeat; }
  .header {
    padding: 50% 10px 20px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header_text {
      max-width: 600px; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  html.pushed .main-wrapper {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    overflow: hidden; }
  html.pushed .form-header.add-bg {
    position: fixed;
    top: 50%;
    left: calc(50% - 150px);
    z-index: 10;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%); } }

@media screen and (max-width: 480px) and (orientation: landscape) {
  .bg-image {
    background: url("../images/bg-decor.png") 70% 0%/auto 100% no-repeat, url("../images/bg-substrate.jpg") 0% 0%/cover no-repeat; }
  .form-header.add-bg{
    background: linear-gradient(to bottom, #1077b0 30px, #ffffff 30px);  }
  .form-header.add-bg .title{
    height: 30px;
    line-height: 30px;}
  .form-header .add-cancel{
    top: 0; }
  .form-header .logo{
    width: 130px; }
  .form__group:not(.form__group-check){
    margin-top: 0; }
  .form-header .btn{
    margin: 0 auto; }}
