* {
  transition: 0.2s ease all;
  box-sizing: border-box; }

body {
  position: relative;
  overflow: hidden;
  overflow-y: scroll;
  min-width: 320px;
  max-width: 100%;
  min-height: 100vh;
  font-family: "Lato", "Open Sans", "Arial", "Calibri";
  font-size: 14px;
  color: #222;
  line-height: 24px;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (min-width: 992px) {
    body {
      padding-top: 110px;
      padding-bottom: 80px; } }

a {
  text-decoration: none;
  color: #222;
  cursor: pointer; }
  a:hover {
    text-decoration: none;
    color: #45B7A7; }

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

@media screen and (min-width: 1350px) {
  .container {
    width: 1300px;
    max-width: 1300px; } }

.alert {
  font-weight: 600;
  text-align: center;
  background: #FFF; }
  .alert.alert-success {
    color: #9DBF80;
    border-color: #9DBF80; }
  .alert.alert-danger {
    color: #FF0000;
    border-color: #FF0000; }
  .alert.alert-warning {
    color: #EB870E;
    border-color: #EB870E; }

.block-section-container-fluid {
  padding: 25px 0; }
  @media screen and (min-width: 992px) {
    .block-section-container-fluid {
      padding: 50px 0; } }
  .block-section-container-fluid .block-section-content {
    position: relative;
    align-items: center; }
    .block-section-container-fluid .block-section-content .section-main-heading,
    .block-section-container-fluid .block-section-content .block-section-heading,
    .block-section-container-fluid .block-section-content .block-section-sub-heading {
      margin: 0;
      font-weight: 600; }
    .block-section-container-fluid .block-section-content .block-section-header,
    .block-section-container-fluid .block-section-content .section-main-heading,
    .block-section-container-fluid .block-section-content .block-section-heading {
      text-transform: uppercase; }
    .block-section-container-fluid .block-section-content .block-section-header,
    .block-section-container-fluid .block-section-content .section-main-heading {
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 700;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .block-section-container-fluid .block-section-content .block-section-header,
        .block-section-container-fluid .block-section-content .section-main-heading {
          margin-bottom: 20px;
          font-size: 25px;
          text-align: left; } }
      @media screen and (min-width: 1200px) {
        .block-section-container-fluid .block-section-content .block-section-header,
        .block-section-container-fluid .block-section-content .section-main-heading {
          font-size: 30px;
          margin-bottom: 30px; } }
    .block-section-container-fluid .block-section-content .block-section-heading {
      margin-bottom: 10px;
      font-size: 20px;
      color: #EB870E;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .block-section-container-fluid .block-section-content .block-section-heading {
          margin-bottom: 20px;
          font-size: 24px;
          text-align: left; } }
      @media screen and (min-width: 1200px) {
        .block-section-container-fluid .block-section-content .block-section-heading {
          margin-bottom: 30px; } }
    .block-section-container-fluid .block-section-content .block-section-sub-heading {
      margin-bottom: 10px;
      font-size: 14px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .block-section-container-fluid .block-section-content .block-section-sub-heading {
          margin-bottom: 15px;
          font-size: 16px;
          text-align: left; } }
      @media screen and (min-width: 1200px) {
        .block-section-container-fluid .block-section-content .block-section-sub-heading {
          margin-bottom: 20px;
          font-size: 18px; } }
    .block-section-container-fluid .block-section-content .block-section-text {
      font-size: 12px;
      text-align: center;
      line-height: 20px; }
      @media screen and (min-width: 992px) {
        .block-section-container-fluid .block-section-content .block-section-text {
          font-size: 14px;
          text-align: left;
          line-height: 24px; } }
    .block-section-container-fluid .block-section-content .block-section-footer {
      margin-top: 10px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        .block-section-container-fluid .block-section-content .block-section-footer {
          margin-top: 30px;
          text-align: left; } }
      .block-section-container-fluid .block-section-content .block-section-footer .block-section-label {
        margin-bottom: 10px;
        font-size: 14px;
        font-weight: 600; }
        @media screen and (min-width: 992px) {
          .block-section-container-fluid .block-section-content .block-section-footer .block-section-label {
            margin-bottom: 20px;
            font-size: 16px; } }
  .block-section-container-fluid .block-section-image {
    margin-top: 20px; }
    @media screen and (min-width: 992px) {
      .block-section-container-fluid .block-section-image {
        margin-top: 0; } }

.button {
  display: inline-flex;
  align-self: center;
  height: 30px;
  padding: 0 15px;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  background: #000;
  border-radius: 10px; }
  .button svg {
    margin-top: 1px;
    margin-left: 15px; }
  .button.main-button {
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 10px; }
    @media screen and (min-width: 992px) {
      .button.main-button {
        height: 50px;
        padding: 0 30px;
        font-size: 18px;
        line-height: 50px;
        border-radius: 20px; } }

.btn, .button-primary {
  height: 30px;
  line-height: 1.1;
  background: #000;
  border: none; }
  @media screen and (min-width: 992px) {
    .btn, .button-primary {
      height: 40px; } }
  .btn.btn-large, .button-primary.btn-large {
    height: 30px;
    padding: 5px 30px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.2; }
    @media screen and (min-width: 992px) {
      .btn.btn-large, .button-primary.btn-large {
        height: 40px;
        padding: 10px 30px;
        font-size: 18px; } }
  .btn.btn-special, .button-primary.btn-special {
    background-color: #EB870E !important; }
  .btn.btn-final, .button-primary.btn-final {
    background-color: #45B7A7 !important; }
    .btn.btn-final:hover, .button-primary.btn-final:hover {
      background-color: #EB870E !important; }
  .btn:hover, .btn:active, .btn:focus, .button-primary:hover, .button-primary:active, .button-primary:focus {
    background-color: #45B7A7 !important;
    border-color: #45B7A7 !important;
    outline: none !important;
    box-shadow: none !important; }
  .btn.btn-primary.disabled, .btn.btn-primary:disabled, .button-primary.btn-primary.disabled, .button-primary.btn-primary:disabled {
    background: #000 !important;
    opacity: 0.5; }

.form-control {
  height: 25px;
  padding: 2px 10px;
  font-size: 13px;
  border-color: #CCC;
  box-shadow: none; }
  @media screen and (min-width: 992px) {
    .form-control {
      height: 30px;
      padding: 5px 10px;
      font-size: 14px; } }
  .form-control:hover, .form-control:active, .form-control:focus {
    outline: none !important;
    box-shadow: none; }
  .form-control:focus {
    border-color: #007BFF; }
  .form-control.error {
    color: #FF0000;
    border-color: #FF0000; }
  .form-control.valid {
    color: #9DBF80;
    border-color: #9DBF80; }

textarea.form-control {
  min-height: 100px; }
  @media screen and (min-width: 992px) {
    textarea.form-control {
      min-height: 150px; } }

label.form-label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px; }
  @media screen and (min-width: 992px) {
    label.form-label {
      font-size: 13px; } }
  @media screen and (min-width: 1200px) {
    label.form-label {
      font-size: 14px; } }
  label.form-label.error {
    margin-top: 5px;
    color: #FF0000;
    text-align: center; }
    label.form-label.error:last-child {
      margin-bottom: 0; }

#application-header-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #FFF;
  border-bottom: 1px solid #CCC;
  z-index: 1000; }
  @media screen and (min-width: 992px) {
    #application-header-component {
      padding: 30px 0;
      height: 110px; } }
  #application-header-component .application-header-logo,
  #application-header-component .application-header-navigation,
  #application-header-component .application-header-user-menu,
  #application-header-component .application-header-languages-switcher {
    height: 30px; }
    @media screen and (min-width: 992px) {
      #application-header-component .application-header-logo,
      #application-header-component .application-header-navigation,
      #application-header-component .application-header-user-menu,
      #application-header-component .application-header-languages-switcher {
        height: 50px; } }
  #application-header-component .application-header-logo {
    align-content: center; }
    #application-header-component .application-header-logo a {
      display: block; }
      #application-header-component .application-header-logo a img {
        max-height: 30px; }
        @media screen and (min-width: 992px) {
          #application-header-component .application-header-logo a img {
            max-height: 50px; } }
      #application-header-component .application-header-logo a:hover {
        opacity: 0.8; }
  #application-header-component .application-header-navigation {
    display: none; }
    @media screen and (min-width: 992px) {
      #application-header-component .application-header-navigation {
        display: block;
        align-content: center;
        padding: 0 30px; } }
    @media screen and (min-width: 992px) {
      #application-header-component .application-header-navigation .header-navigation-links {
        list-style: none;
        height: 30px;
        margin: 10px -15px;
        padding: 0;
        justify-content: stretch; } }
    #application-header-component .application-header-navigation .header-navigation-links .header-navigation-item {
      text-align: center;
      justify-content: center; }
      @media screen and (min-width: 992px) {
        #application-header-component .application-header-navigation .header-navigation-links .header-navigation-item {
          height: 30px;
          padding: 0 10px; } }
      #application-header-component .application-header-navigation .header-navigation-links .header-navigation-item .header-navigation-link {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px; }
  #application-header-component .application-header-user-menu {
    display: flex;
    position: relative;
    justify-content: center; }
    #application-header-component .application-header-user-menu .user-menu-display-switcher,
    #application-header-component .application-header-user-menu .user-menu-list {
      position: relative; }
    #application-header-component .application-header-user-menu .user-menu-display-switcher {
      display: flex;
      align-items: center; }
      @media screen and (min-width: 992px) {
        #application-header-component .application-header-user-menu .user-menu-display-switcher {
          height: 30px;
          margin: 10px 0;
          font-size: 16px;
          font-weight: 600;
          align-content: center;
          align-items: center;
          line-height: 30px; } }
      #application-header-component .application-header-user-menu .user-menu-display-switcher svg {
        margin-right: 10px; }
      #application-header-component .application-header-user-menu .user-menu-display-switcher.active {
        color: #EB870E; }
    #application-header-component .application-header-user-menu .user-menu-list {
      position: absolute;
      top: 30px;
      left: 10%;
      width: 80%;
      margin: 0;
      background: #FFF;
      border: 1px solid #CCC;
      z-index: 1000; }
      @media screen and (min-width: 992px) {
        #application-header-component .application-header-user-menu .user-menu-list {
          top: 50px; } }
      #application-header-component .application-header-user-menu .user-menu-list .menu-list-item {
        padding: 5px 10px; }
        @media screen and (min-width: 992px) {
          #application-header-component .application-header-user-menu .user-menu-list .menu-list-item {
            padding: 15px;
            border: 1px solid #CCC; } }
        #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-label,
        #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-link {
          display: block;
          font-weight: 600;
          text-align: center;
          line-height: 30px; }
          @media screen and (min-width: 992px) {
            #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-label,
            #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-link {
              line-height: 20px; } }
        #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-link {
          padding: 0 5px;
          font-size: 12px;
          color: #FFF;
          background: #000;
          border-radius: 5px; }
          @media screen and (min-width: 992px) {
            #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-link {
              font-size: 16px;
              padding: 5px 15px;
              border-radius: 15px; } }
          #application-header-component .application-header-user-menu .user-menu-list .menu-list-item .menu-list-item-link:hover {
            background: #45B7A7; }
  #application-header-component .application-header-languages-switcher {
    position: relative;
    justify-content: center; }
    @media screen and (min-width: 992px) {
      #application-header-component .application-header-languages-switcher {
        height: 30px;
        margin: 10px 0; } }
    #application-header-component .application-header-languages-switcher .languages-switcher-active-language .active-language-code,
    #application-header-component .application-header-languages-switcher .languages-switcher-active-language .active-language-icon {
      padding: 0;
      font-size: 16px;
      font-weight: 600;
      line-height: 30px; }
      @media screen and (min-width: 992px) {
        #application-header-component .application-header-languages-switcher .languages-switcher-active-language .active-language-code,
        #application-header-component .application-header-languages-switcher .languages-switcher-active-language .active-language-icon {
          padding: 0 15px; } }
    #application-header-component .application-header-languages-switcher .languages-switcher-active-language .active-language-code {
      text-align: center;
      cursor: pointer; }
    #application-header-component .application-header-languages-switcher .languages-switcher-active-language .active-language-icon {
      margin-top: -2px;
      padding-left: 0;
      text-align: left; }
    #application-header-component .application-header-languages-switcher .languages-switcher-languages-list {
      position: absolute;
      top: 30px;
      left: 15px;
      width: 50%;
      padding: 0;
      background: #FFF;
      border: 1px solid #CCC; }
      #application-header-component .application-header-languages-switcher .languages-switcher-languages-list .languages-switcher-language {
        cursor: pointer;
        padding: 0;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        line-height: 30px;
        border-bottom: 1px solid #CCC; }
        @media screen and (min-width: 992px) {
          #application-header-component .application-header-languages-switcher .languages-switcher-languages-list .languages-switcher-language {
            padding: 0 10px; } }
        #application-header-component .application-header-languages-switcher .languages-switcher-languages-list .languages-switcher-language:last-child {
          border-bottom: none; }
        #application-header-component .application-header-languages-switcher .languages-switcher-languages-list .languages-switcher-language:hover {
          color: #45B7A7; }

#home-page-cta-section-component {
  background: #F5F5F5; }
  #home-page-cta-section-component .block-section-image img {
    width: 100%;
    max-height: 400px; }

#home-page-hiw-section-component {
  background: #F5F5F5; }
  @media screen and (min-width: 992px) {
    #home-page-hiw-section-component .block-section-image {
      padding-left: 100px; } }
  #home-page-hiw-section-component .block-section-image img {
    width: 100%;
    max-height: 300px; }

#home-page-our-offer-section-component {
  text-align: center; }
  #home-page-our-offer-section-component .block-section-image img {
    width: 100%;
    max-height: 400px; }
  #home-page-our-offer-section-component .block-section-text {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      #home-page-our-offer-section-component .block-section-text {
        margin-top: 50px;
        font-size: 16px; } }

#home-page-tips-section-component {
  text-align: center;
  background: #F5F5F5; }

.pro-tips-articles {
  position: relative; }
  .pro-tips-articles .pro-tips-articles-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
    .pro-tips-articles .pro-tips-articles-list .pro-tips-article {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 20px; }
      @media screen and (min-width: 992px) {
        .pro-tips-articles .pro-tips-articles-list .pro-tips-article {
          width: 47%;
          max-width: 47%;
          flex: 0 0 47%; } }
      .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-header,
      .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-image,
      .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-content {
        position: relative; }
      .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-header {
        height: 30px;
        padding: 5px 10px;
        background: #FFF;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px; }
        @media screen and (min-width: 992px) {
          .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-header {
            height: 50px;
            padding: 10px 15px; } }
        .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-header .pro-tips-article-title {
          font-size: 12px;
          font-weight: 600;
          line-height: 20px; }
          @media screen and (min-width: 992px) {
            .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-header .pro-tips-article-title {
              font-size: 16px;
              line-height: 30px; } }
      .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-image {
        padding: 0 15px;
        background: #FFF; }
        .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-image .pro-tips-article-picture img {
          width: 100%;
          max-height: 100px; }
          @media screen and (min-width: 992px) {
            .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-image .pro-tips-article-picture img {
              max-height: 200px; } }
      .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-content {
        padding: 15px 15px 5px;
        background: #FFF;
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px; }
        @media screen and (min-width: 992px) {
          .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-content {
            padding: 25px 15px 10px; } }
        .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-content .pro-tips-article-text {
          font-size: 12px;
          text-align: left;
          line-height: 18px; }
          @media screen and (min-width: 992px) {
            .pro-tips-articles .pro-tips-articles-list .pro-tips-article .pro-tips-article-content .pro-tips-article-text {
              font-size: 14px;
              line-height: 24px; } }
      @media screen and (min-width: 992px) {
        .pro-tips-articles .pro-tips-articles-list .pro-tips-article:nth-child(odd) {
          margin-right: 3%; } }
      @media screen and (min-width: 992px) {
        .pro-tips-articles .pro-tips-articles-list .pro-tips-article:nth-child(even) {
          margin-left: 3%; } }

#application-follow-us-component {
  text-align: center;
  background: #FAFAFA; }
  #application-follow-us-component .follow-us-socials .follow-us-socials-list {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    align-items: center; }
    #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item {
      display: flex;
      height: 30px;
      padding-right: 50px;
      justify-content: flex-end; }
      @media screen and (min-width: 992px) {
        #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item {
          height: 40px;
          padding-right: 75px; } }
      @media screen and (min-width: 1200px) {
        #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item {
          height: 50px;
          padding-right: 85px; } }
      #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item:last-child {
        justify-content: flex-start;
        padding-right: 0;
        padding-left: 50px; }
        @media screen and (min-width: 992px) {
          #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item:last-child {
            padding-left: 75px; } }
      #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item .socials-list-link {
        display: block;
        width: 30px;
        height: 30px; }
        @media screen and (min-width: 992px) {
          #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item .socials-list-link {
            width: 40px;
            height: 40px; } }
        @media screen and (min-width: 1200px) {
          #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item .socials-list-link {
            width: 50px;
            height: 50px; } }
        #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item .socials-list-link svg {
          width: 30px;
          height: 30px; }
          @media screen and (min-width: 992px) {
            #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item .socials-list-link svg {
              width: 40px;
              height: 40px; } }
          @media screen and (min-width: 1200px) {
            #application-follow-us-component .follow-us-socials .follow-us-socials-list .socials-list-item .socials-list-link svg {
              width: 50px;
              height: 50px; } }

#application-footer-component {
  background: #CCCDCE;
  padding: 25px 15px; }
  @media screen and (min-width: 992px) {
    #application-footer-component {
      padding: 50px 0; } }
  @media screen and (min-width: 1200px) {
    #application-footer-component {
      padding: 75px 0; } }
  #application-footer-component .footer-newsletter-component {
    margin-bottom: 30px;
    padding-right: 15px;
    text-align: center; }
    @media screen and (min-width: 992px) {
      #application-footer-component .footer-newsletter-component {
        margin-bottom: 0;
        padding-right: 50px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      #application-footer-component .footer-newsletter-component {
        padding-right: 100px; } }
    #application-footer-component .footer-newsletter-component .footer-newsletter-form {
      justify-content: center; }
      @media screen and (min-width: 992px) {
        #application-footer-component .footer-newsletter-component .footer-newsletter-form {
          justify-content: left; } }
    #application-footer-component .footer-newsletter-component .section-main-heading {
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #application-footer-component .footer-newsletter-component .section-main-heading {
          margin-bottom: 20px; } }
      @media screen and (min-width: 1200px) {
        #application-footer-component .footer-newsletter-component .section-main-heading {
          margin-bottom: 20px; } }
    #application-footer-component .footer-newsletter-component .form-control {
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #application-footer-component .footer-newsletter-component .form-control {
          margin-bottom: 15px; } }
      @media screen and (min-width: 1200px) {
        #application-footer-component .footer-newsletter-component .form-control {
          margin-bottom: 20px; } }
  #application-footer-component .footer-address-component {
    padding: 0;
    font-size: 12px;
    line-height: 20px; }
    @media screen and (min-width: 992px) {
      #application-footer-component .footer-address-component {
        padding: 0 15px;
        font-size: 14px;
        line-height: 25px; } }
    @media screen and (min-width: 1200px) {
      #application-footer-component .footer-address-component {
        font-size: 16px;
        line-height: 30px; } }
    #application-footer-component .footer-address-component a {
      font-weight: 600; }
  #application-footer-component .footer-links-component {
    padding-left: 30px;
    padding-right: 0; }
    @media screen and (min-width: 992px) {
      #application-footer-component .footer-links-component {
        padding-left: 50px;
        padding-right: 15px; } }
    #application-footer-component .footer-links-component .footer-links-list {
      list-style: none;
      margin-bottom: 0;
      padding: 0; }
      #application-footer-component .footer-links-component .footer-links-list .footer-links-item {
        margin-bottom: 5px; }
        #application-footer-component .footer-links-component .footer-links-list .footer-links-item a {
          display: block;
          font-size: 12px;
          font-weight: 600;
          line-height: 20px; }
          @media screen and (min-width: 992px) {
            #application-footer-component .footer-links-component .footer-links-list .footer-links-item a {
              font-size: 14px;
              line-height: 25px; } }
          @media screen and (min-width: 1200px) {
            #application-footer-component .footer-links-component .footer-links-list .footer-links-item a {
              font-size: 16px;
              line-height: 30px; } }

#application-copyrights-component {
  padding: 25px 0; }
  #application-copyrights-component .copyrights-label,
  #application-copyrights-component .copyrights-developers {
    font-size: 12px;
    text-align: center;
    line-height: 20px; }
  #application-copyrights-component .copyrights-label {
    margin-bottom: 10px;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      #application-copyrights-component .copyrights-label {
        margin-bottom: 0; } }
  #application-copyrights-component .copyrights-developers a {
    margin-left: 5px;
    font-weight: 600; }

#application-opinions-component .block-section-header {
  text-align: center; }
#application-opinions-component .single-opinion {
  height: 100%;
  padding: 0 25px; }
  #application-opinions-component .single-opinion .single-opinion-content {
    height: 100%;
    margin: 0;
    padding: 15px;
    background: #F5F5F5;
    border-radius: 25px 15px; }
    #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user,
    #application-opinions-component .single-opinion .single-opinion-content .single-opinion-content {
      margin: 0; }
    #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user {
      height: 60px;
      margin-bottom: 10px;
      align-items: center;
      align-content: center; }
      @media screen and (min-width: 992px) {
        #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user {
          height: 100px; } }
      #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-avatar {
        text-align: center;
        height: 60px; }
        @media screen and (min-width: 992px) {
          #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-avatar {
            height: 100px; } }
        #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-avatar span {
          display: inline-flex;
          width: 60px;
          height: 60px; }
          @media screen and (min-width: 992px) {
            #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-avatar span {
              width: 100px;
              height: 100px; } }
        #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-avatar img {
          max-width: 60px;
          object-fit: cover;
          border-radius: 100px; }
          @media screen and (min-width: 992px) {
            #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-avatar img {
              max-width: 100px; } }
      #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-name {
        font-size: 12px;
        font-weight: 600;
        line-height: 60px; }
        @media screen and (min-width: 992px) {
          #application-opinions-component .single-opinion .single-opinion-content .single-opinion-user .opinion-user-name {
            font-size: 16px;
            line-height: 100px; } }
    #application-opinions-component .single-opinion .single-opinion-content .single-opinion-content .opinion-content-title {
      margin-bottom: 10px;
      font-size: 14px;
      font-weight: 600;
      text-align: center; }
      @media screen and (min-width: 992px) {
        #application-opinions-component .single-opinion .single-opinion-content .single-opinion-content .opinion-content-title {
          margin-bottom: 20px;
          font-size: 18px; } }
    #application-opinions-component .single-opinion .single-opinion-content .single-opinion-content .opinion-content-text {
      font-size: 12px;
      font-style: italic; }
      @media screen and (min-width: 992px) {
        #application-opinions-component .single-opinion .single-opinion-content .single-opinion-content .opinion-content-text {
          font-size: 14px; } }
#application-opinions-component .BrainhubCarousel__custom-arrowLeft,
#application-opinions-component .BrainhubCarousel__custom-arrowRight {
  width: 30px;
  height: 40px;
  cursor: pointer; }
  #application-opinions-component .BrainhubCarousel__custom-arrowLeft svg,
  #application-opinions-component .BrainhubCarousel__custom-arrowRight svg {
    width: 30px;
    height: 40px; }
  #application-opinions-component .BrainhubCarousel__custom-arrowLeft:hover,
  #application-opinions-component .BrainhubCarousel__custom-arrowRight:hover {
    color: #45B7A7; }

#pricing-page-header-section-component {
  background: #F5F5F5; }
  #pricing-page-header-section-component .block-section-image img {
    width: 100%;
    max-height: 250px; }

#pricing-page-pricing-section-component {
  position: relative; }
  @media screen and (min-width: 992px) {
    #pricing-page-pricing-section-component .pricing-section-header {
      margin-bottom: 50px; } }
  @media screen and (min-width: 992px) {
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-label,
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type {
      display: inline-flex;
      height: 30px;
      align-items: center;
      align-content: center;
      line-height: 30px; } }
  @media screen and (min-width: 992px) {
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-label {
      justify-content: flex-end;
      font-weight: 600;
      font-size: 18px;
      color: #EB870E; } }
  #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type {
    justify-content: center; }
    @media screen and (min-width: 992px) {
      #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .form-label,
      #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .custom-control-label {
        height: 30px; } }
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type label {
      margin-bottom: 0;
      line-height: 30px; }
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .form-label {
      font-weight: 400; }
      @media screen and (min-width: 992px) {
        #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .form-label {
          width: auto; } }
      #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .form-label.active, #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .form-label span {
        font-weight: 700; }
      #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .form-label span {
        margin-right: 10px;
        color: #45B7A7; }
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .custom-control {
      margin-top: 5px; }
    @media screen and (min-width: 992px) {
      #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .custom-control-label {
        margin: 3px 30px; } }
    #pricing-page-pricing-section-component .pricing-section-header .pricing-section-header-payment-type .custom-control-input:checked ~ .custom-control-label::before {
      color: #fff;
      border-color: #45B7A7;
      background-color: #45B7A7;
      box-shadow: none; }
  @media screen and (min-width: 992px) {
    #pricing-page-pricing-section-component .pricing-section-options {
      margin-bottom: 50px; } }
  #pricing-page-pricing-section-component .pricing-section-options .options-list-item {
    position: relative;
    padding: 15px;
    background: #FFF; }
    @media screen and (min-width: 992px) {
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item {
        margin-bottom: 0; } }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item.active {
      background: #B1ECE4; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-content {
      margin: 0; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-header,
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info,
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-legend,
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-choice,
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions {
      position: relative; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-header {
      height: 50px;
      margin-bottom: 10px;
      padding: 10px 15px;
      background: #F5F5F5;
      border: 1px solid #CCC;
      font-size: 20px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 30px;
      cursor: pointer; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info {
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info {
          height: 90px; } }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info .single-info {
        position: relative;
        display: flex;
        height: 30px;
        justify-content: center; }
        @media screen and (min-width: 992px) {
          #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info .single-info.individual-info {
            height: 90px; } }
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info .single-info svg, #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info .single-info span {
          display: inline-flex;
          line-height: 30px;
          align-content: center; }
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info .single-info svg {
          position: absolute;
          top: 5px;
          left: 0;
          width: 20px;
          height: 20px;
          align-self: flex-start; }
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-info .single-info span {
          align-self: center;
          font-size: 13px;
          padding-left: 20px; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-legend {
      height: 24px;
      margin-bottom: 20px;
      font-size: 12px;
      color: #999; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-choice {
      margin-bottom: 20px;
      padding: 15px;
      justify-content: center;
      align-content: center;
      align-items: center;
      background: #F5F5F5; }
      @media screen and (min-width: 992px) {
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-choice {
          display: flex;
          height: 116px; } }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-choice .form-label {
        margin-bottom: 10px; }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-choice .label-info {
        display: inline-flex;
        width: auto;
        margin-right: 15px; }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-choice .form-control {
        display: inline-flex;
        width: 80px; }
    #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions {
      position: relative; }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-price {
        height: 20px;
        margin-bottom: 10px; }
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-price .price-label,
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-price .price-old-value,
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-price .price-new-value {
          font-size: 18px;
          font-weight: 700;
          line-height: 20px; }
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-price .price-label {
          margin-right: 10px;
          color: #EB870E; }
        #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-price .price-old-value {
          margin-right: 10px;
          text-decoration: line-through;
          color: #999; }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-submit .btn {
        width: 100%; }
      #pricing-page-pricing-section-component .pricing-section-options .options-list-item .options-list-item-actions .options-list-item-submit a {
        display: block;
        color: #FFF;
        line-height: 30px; }
  #pricing-page-pricing-section-component .pricing-section-legend-component {
    position: relative; }
    #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-add-radar,
    #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information {
      text-align: center; }
    #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-add-radar {
      margin-bottom: 20px;
      padding: 15px;
      font-size: 18px;
      font-weight: 600;
      color: #45B7A7;
      background: #F5F5F5;
      border: 1px solid #CCC; }
    #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information {
      position: relative; }
      #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information .legend-information-paragraph {
        margin-bottom: 20px;
        font-size: 16px;
        text-align: center;
        justify-content: center; }
        #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information .legend-information-paragraph p {
          margin-bottom: 0; }
        #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information .legend-information-paragraph a {
          margin-left: 10px;
          font-weight: 600; }
        #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information .legend-information-paragraph.legend-label {
          color: #999; }
        #pricing-page-pricing-section-component .pricing-section-legend-component .legend-component-information .legend-information-paragraph:last-child {
          margin-bottom: 0; }

#pricing-page-benefits-section-component {
  background: #F5F5F5; }
  #pricing-page-benefits-section-component .block-section-header {
    color: #EB870E; }
  #pricing-page-benefits-section-component .pricing-page-benefits {
    position: relative;
    margin-bottom: 30px; }
    #pricing-page-benefits-section-component .pricing-page-benefits .pricing-single-benefit {
      position: relative; }
      #pricing-page-benefits-section-component .pricing-page-benefits .pricing-single-benefit .pricing-single-benefit-content {
        margin: 0;
        padding: 30px;
        align-content: center;
        justify-content: center;
        background: #FFF;
        border: 1px solid #CCC; }
        #pricing-page-benefits-section-component .pricing-page-benefits .pricing-single-benefit .pricing-single-benefit-content img {
          width: 200px;
          height: 200px;
          border-radius: 200px; }
        #pricing-page-benefits-section-component .pricing-page-benefits .pricing-single-benefit .pricing-single-benefit-content span {
          display: block;
          margin-top: 30px;
          font-size: 20px;
          font-weight: 600;
          text-transform: uppercase; }

#pricing-page-map-section-component {
  position: relative; }
  #pricing-page-map-section-component .block-section-content .map-section-content {
    padding: 15px;
    border: 1px solid #CCC; }
    #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search {
      margin-bottom: 15px; }
      #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-label {
        font-size: 20px;
        font-weight: 600;
        color: #EB870E;
        text-align: right;
        line-height: 40px; }
      #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-field {
        position: relative; }
        #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-field .form-control {
          border-radius: 0; }
        #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-field .found-localizations-list {
          position: absolute;
          top: 40px;
          left: 15px;
          width: calc(100% - 30px);
          z-index: 100; }
          #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-field .found-localizations-list .single-localization {
            height: 40px;
            padding: 10px;
            line-height: 20px;
            background: #FFF;
            border: 1px solid #CCC;
            border-top: none;
            cursor: pointer; }
            #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-field .found-localizations-list .single-localization.error {
              font-weight: 600;
              color: #EB870E; }
            #pricing-page-map-section-component .block-section-content .map-section-content .map-section-search .map-section-search-field .found-localizations-list .single-localization:hover {
              color: #45B7A7; }
    #pricing-page-map-section-component .block-section-content .map-section-content .map-section-map {
      min-height: 500px; }

.user-form-component {
  position: relative; }
  .user-form-component .user-form-header,
  .user-form-component .user-form-content,
  .user-form-component .user-form-info,
  .user-form-component .user-form-footer {
    position: relative; }
  .user-form-component .user-form-header {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #797979;
    line-height: 20px; }
    @media screen and (min-width: 992px) {
      .user-form-component .user-form-header {
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 22px; } }
    @media screen and (min-width: 1200px) {
      .user-form-component .user-form-header {
        margin-bottom: 20px;
        font-size: 17px;
        line-height: 24px; } }
  .user-form-component .user-form-content {
    padding: 0 15px; }
    .user-form-component .user-form-content .user-form-option {
      position: relative;
      margin-bottom: 5px; }
      @media screen and (min-width: 992px) {
        .user-form-component .user-form-content .user-form-option {
          margin-bottom: 10px; } }
      .user-form-component .user-form-content .user-form-option .user-form-option-content {
        align-content: center; }
      .user-form-component .user-form-content .user-form-option .user-form-option {
        margin-bottom: 5px; }
      .user-form-component .user-form-content .user-form-option:last-child {
        margin-bottom: 0; }
    .user-form-component .user-form-content .user-form-option-sub-options {
      margin-top: 10px;
      padding-left: 30px; }
      @media screen and (min-width: 992px) {
        .user-form-component .user-form-content .user-form-option-sub-options {
          padding-left: 45px; } }
      .user-form-component .user-form-content .user-form-option-sub-options .user-form-sub-option {
        margin-bottom: 5px; }
        .user-form-component .user-form-content .user-form-option-sub-options .user-form-sub-option:last-child {
          margin-bottom: 0; }
  .user-form-component .user-form-info {
    display: none;
    margin-top: 30px; }
    @media screen and (min-width: 992px) {
      .user-form-component .user-form-info {
        display: block;
        margin-top: 0;
        padding-right: 30px; } }
    @media screen and (min-width: 1200px) {
      .user-form-component .user-form-info {
        padding-right: 50px; } }
    .user-form-component .user-form-info .check-form-step-info-picture {
      height: 100%;
      max-height: 150px;
      align-content: center;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 992px) {
        .user-form-component .user-form-info .check-form-step-info-picture {
          height: 100%;
          max-height: none; } }
      @media screen and (min-width: 1200px) {
        .user-form-component .user-form-info .check-form-step-info-picture {
          height: 100%; } }
      .user-form-component .user-form-info .check-form-step-info-picture.form-step-1 {
        max-height: 170px; }
        .user-form-component .user-form-info .check-form-step-info-picture.form-step-1 img {
          width: 100%; }
      .user-form-component .user-form-info .check-form-step-info-picture.form-step-2 {
        max-height: 315px; }
        .user-form-component .user-form-info .check-form-step-info-picture.form-step-2 img {
          width: 100%; }
      .user-form-component .user-form-info .check-form-step-info-picture.form-step-3, .user-form-component .user-form-info .check-form-step-info-picture.form-step-4, .user-form-component .user-form-info .check-form-step-info-picture.form-step-5, .user-form-component .user-form-info .check-form-step-info-picture.form-step-6, .user-form-component .user-form-info .check-form-step-info-picture.form-step-7 {
        max-height: 150px; }
        .user-form-component .user-form-info .check-form-step-info-picture.form-step-3 img, .user-form-component .user-form-info .check-form-step-info-picture.form-step-4 img, .user-form-component .user-form-info .check-form-step-info-picture.form-step-5 img, .user-form-component .user-form-info .check-form-step-info-picture.form-step-6 img, .user-form-component .user-form-info .check-form-step-info-picture.form-step-7 img {
          width: 100%; }
      .user-form-component .user-form-info .check-form-step-info-picture.form-step-8 {
        max-height: 230px; }
        .user-form-component .user-form-info .check-form-step-info-picture.form-step-8 img {
          width: 100%; }
    .user-form-component .user-form-info.final-step-info {
      margin-top: 10px;
      padding: 0 45px; }
      @media screen and (min-width: 992px) {
        .user-form-component .user-form-info.final-step-info {
          padding-left: 0;
          padding-right: 30px; } }
      @media screen and (min-width: 1200px) {
        .user-form-component .user-form-info.final-step-info {
          padding-right: 50px; } }
      .user-form-component .user-form-info.final-step-info .check-form-step-info-picture {
        margin-top: 10px; }
        @media screen and (min-width: 992px) {
          .user-form-component .user-form-info.final-step-info .check-form-step-info-picture {
            max-height: 200px; }
            .user-form-component .user-form-info.final-step-info .check-form-step-info-picture img {
              width: 100%; } }

.user-form-footer {
  margin-top: 15px;
  padding: 0; }
  @media screen and (min-width: 992px) {
    .user-form-footer {
      margin-top: 20px;
      padding-right: 15px; } }
  @media screen and (min-width: 1200px) {
    .user-form-footer {
      margin-top: 30px; } }
  .user-form-footer .user-form-footer-return {
    display: flex;
    align-items: center;
    align-content: center;
    padding-right: 0; }
  .user-form-footer .user-form-footer-submit {
    justify-content: right;
    text-align: right; }
  .user-form-footer .user-form-footer-skip {
    justify-content: right;
    text-align: right; }

.user-form-option-input,
.user-form-option-label {
  vertical-align: top; }

.user-form-option-input {
  border: 1px solid #CCCDCE; }

span.user-form-option-input {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer; }
  span.user-form-option-input.radio-input {
    border-radius: 20px; }
  span.user-form-option-input.selected {
    background: #CCCDCE; }

.user-form-option-label {
  width: 100%;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer; }
  @media screen and (min-width: 992px) {
    .user-form-option-label {
      font-size: 13px; } }
  @media screen and (min-width: 1200px) {
    .user-form-option-label {
      font-size: 14px; } }
  .user-form-option-label.radio-input-label, .user-form-option-label.checkbox-input-label {
    width: auto;
    margin-bottom: 0;
    line-height: 20px; }

.form-info-label,
.form-info-value,
.form-info-edit {
  display: inline-block;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  vertical-align: middle; }
  @media screen and (min-width: 992px) {
    .form-info-label,
    .form-info-value,
    .form-info-edit {
      font-size: 14px;
      height: 25px;
      line-height: 25px; } }
  @media screen and (min-width: 1200px) {
    .form-info-label,
    .form-info-value,
    .form-info-edit {
      font-size: 16px;
      height: 30px;
      line-height: 30px; } }

.form-info-label {
  margin-right: 10px;
  font-weight: 600; }

.form-info-edit {
  margin-left: 10px;
  cursor: pointer; }
  .form-info-edit:hover {
    color: #45B7A7; }

.arrow-return-button {
  display: inline-block;
  height: 30px;
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 18px;
  color: #FFF;
  background: #000;
  border-radius: .25rem; }
  @media screen and (min-width: 992px) {
    .arrow-return-button {
      height: 40px;
      padding: 10px 30px 10px 15px;
      font-size: 18px; } }
  .arrow-return-button:hover {
    color: #FFF;
    background: #EB870E; }
  .arrow-return-button svg {
    width: 30px;
    height: 18px;
    margin-right: 5px; }
    @media screen and (min-width: 992px) {
      .arrow-return-button svg {
        width: 40px;
        height: 24px;
        margin-top: -2px; } }
  .arrow-return-button span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px; }

.skip-button {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #45B7A7;
  line-height: 30px;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    .skip-button {
      font-size: 18px;
      line-height: 38px; } }
  .skip-button:hover {
    color: #EB870E; }

input.form-control,
select.form-control {
  border-radius: 0; }

.user-form-option-drop-down {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: #FFF;
  z-index: 100; }
  @media screen and (min-width: 992px) {
    .user-form-option-drop-down {
      top: auto; } }
  .user-form-option-drop-down .drop-down-item {
    height: 30px;
    border: 1px solid #CCC;
    background: #FFF;
    border-bottom: none; }
    @media screen and (min-width: 992px) {
      .user-form-option-drop-down .drop-down-item {
        height: 40px; } }
    .user-form-option-drop-down .drop-down-item .drop-down-item-content {
      line-height: 28px;
      cursor: pointer; }
      @media screen and (min-width: 992px) {
        .user-form-option-drop-down .drop-down-item .drop-down-item-content {
          height: 38px; } }
      .user-form-option-drop-down .drop-down-item .drop-down-item-content:hover {
        color: #45B7A7; }
    .user-form-option-drop-down .drop-down-item:last-child {
      border-bottom: 1px solid #CCC; }

#check-flat-page-header-section-component {
  background: #F5F5F5; }
  #check-flat-page-header-section-component .block-section-image {
    text-align: center; }
    @media screen and (min-width: 992px) {
      #check-flat-page-header-section-component .block-section-image {
        text-align: left; } }
    #check-flat-page-header-section-component .block-section-image img {
      max-height: 150px; }
      @media screen and (min-width: 992px) {
        #check-flat-page-header-section-component .block-section-image img {
          width: 100%;
          max-height: 200px; } }
      @media screen and (min-width: 1200px) {
        #check-flat-page-header-section-component .block-section-image img {
          max-height: 250px; } }

.chekckflat-steps-header {
  margin: 50px 0 0;
  text-align: center;
  font-weight: 600; }
  .chekckflat-steps-header span.header-label {
    color: #EB870E; }

#check-flat-page-check-form-section-component {
  position: relative;
  padding: 0; }
  @media screen and (min-width: 992px) {
    #check-flat-page-check-form-section-component {
      padding: 25px 0; } }
  @media screen and (min-width: 1200px) {
    #check-flat-page-check-form-section-component {
      padding: 25px 0 50px; } }
  #check-flat-page-check-form-section-component .check-form-steps-component {
    padding: 15px;
    border: 1px solid #CCC; }
    #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header {
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header {
          margin-bottom: 20px; } }
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-heading,
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend,
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar {
        position: relative; }
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-heading {
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        line-height: 30px;
        text-align: center; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-heading {
            margin-bottom: 15px;
            font-size: 20px; } }
        @media screen and (min-width: 1200px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-heading {
            margin-bottom: 20px;
            font-size: 24px; } }
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend {
        margin-bottom: 10px;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
        line-height: 18px; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend {
            font-size: 14px;
            text-align: left;
            line-height: 22px; } }
        @media screen and (min-width: 1200px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend {
            font-size: 15px;
            line-height: 24px; } }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend .checks-number-information .checks-number-value {
          color: #45B7A7; }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend .legend-information-label {
          display: block;
          margin-top: 5px;
          font-size: 13px;
          color: #EB870E; }
          @media screen and (min-width: 992px) {
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend .legend-information-label {
              display: inline;
              margin-top: 0;
              margin-left: 10px;
              font-size: 14px; } }
          @media screen and (min-width: 992px) {
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-legend .legend-information-label {
              font-size: 15px; } }
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar {
        height: 15px; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar {
            height: 20px; } }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-track,
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-level {
          height: 15px;
          margin: 0; }
          @media screen and (min-width: 992px) {
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-track,
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-level {
              height: 20px; } }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-track {
          background: #CCCDCE; }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-level {
          position: absolute;
          top: 0;
          left: 15px;
          max-width: calc(100% - 30px);
          background: #45B7A7; }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-icon {
          position: absolute;
          z-index: 100; }
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-icon.start-icon {
            top: 0;
            left: 15px;
            width: 15px;
            height: 15px;
            color: #FFF; }
            @media screen and (min-width: 992px) {
              #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-icon.start-icon {
                width: 20px;
                height: 20px; } }
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-icon.finish-icon {
            top: -10px;
            right: 10px;
            width: 35px;
            height: 35px;
            max-height: none; }
            @media screen and (min-width: 992px) {
              #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-icon.finish-icon {
                top: -15px;
                width: 50px;
                height: 50px; } }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-steps-header .check-form-steps-progress-bar .progress-bar-time {
          position: absolute;
          right: 5px;
          bottom: -40px;
          width: 65px;
          font-size: 13px;
          font-weight: 600;
          text-align: center;
          color: #45B7A7; }
    #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .user-form-option-drop-down {
      top: 49px;
      left: 15px;
      width: calc(100% - 30px); }
      @media screen and (min-width: 992px) {
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .user-form-option-drop-down {
          top: 64px; } }
    #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item {
      margin-top: 15px;
      padding: 0 15px; }
      @media screen and (min-width: 992px) {
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item {
          padding: 0 25px; } }
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-header {
        margin-bottom: 10px; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-header {
            margin-bottom: 15px;
            padding: 0 15px; } }
        @media screen and (min-width: 1200px) {
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-header {
            margin-bottom: 20px; } }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-header label {
          font-size: 9px; }
          @media screen and (min-width: 992px) {
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-header label {
              font-size: 15px; } }
          @media screen and (min-width: 1200px) {
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-header label {
              font-size: 16px; } }
      #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-image {
        text-align: center; }
        #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-image img {
          cursor: pointer;
          max-width: 250px; }
          @media screen and (min-width: 992px) {
            #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-image img {
              max-width: 100%; } }
          #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component .check-form-standards-list .check-form-standards-item .standards-item-image img:hover {
            opacity: 0.7; }
    #check-flat-page-check-form-section-component .check-form-steps-component .check-form-step-component label.error {
      margin-top: 10px; }
  #check-flat-page-check-form-section-component .check-form-information-component {
    margin-top: 25px;
    padding: 15px;
    border: 1px solid #CCC; }
    @media screen and (min-width: 992px) {
      #check-flat-page-check-form-section-component .check-form-information-component {
        margin-top: 50px; } }
    #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image,
    #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-content {
      height: 100%; }
    #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image {
      margin-bottom: 10px;
      text-align: center;
      align-items: center;
      align-content: center; }
      @media screen and (min-width: 992px) {
        #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image {
          margin-bottom: 15px; } }
      #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-label,
      #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-picture {
        height: 100%; }
      #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-label {
        margin-bottom: 15px;
        font-size: 14px;
        font-weight: 600; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-label {
            margin-bottom: 0;
            font-size: 16px; } }
        @media screen and (min-width: 1200px) {
          #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-label {
            font-size: 18px; } }
      #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-picture img {
        max-height: 100px; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-image .information-image-picture img {
            width: 100%;
            max-height: 150px; } }
    #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-content {
      text-align: center; }
      #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-content p:last-child {
        font-size: 12px;
        font-width: 500;
        margin-bottom: 0;
        line-height: 20px; }
        @media screen and (min-width: 992px) {
          #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-content p:last-child {
            font-size: 14px;
            line-height: 22px; } }
        @media screen and (min-width: 1200px) {
          #check-flat-page-check-form-section-component .check-form-information-component .check-form-information-content p:last-child {
            font-size: 16px;
            line-height: 24px; } }

.main-section-header {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #EB870E;
  text-transform: uppercase;
  line-height: 30px; }
  @media screen and (min-width: 992px) {
    .main-section-header {
      font-size: 30px;
      line-height: 40px; } }

#cart-page-header-section-component {
  position: relative;
  padding: 25px 0;
  background: #F5F5F5; }

#cart-page-content-section-component {
  position: relative; }
  #cart-page-content-section-component .cart-content-column {
    position: relative; }
  #cart-page-content-section-component .cart-content-left-column {
    position: relative; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product,
    #cart-page-content-section-component .cart-content-left-column .cart-extra-products {
      margin: 0 0 30px;
      padding: 15px 0;
      background: #FFF;
      border: 1px solid #CCC; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .package-product-name,
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .package-product-checks,
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .package-product-price {
      padding: 0; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .package-product-name,
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .package-product-checks {
      margin-bottom: 15px; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content span, #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .form-control {
      display: inline-block;
      vertical-align: middle; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content span {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px; }
      #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content span.information-label {
        margin-right: 10px; }
      #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content span.information-value {
        color: #45B7A7; }
      #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content span.package-price {
        margin-left: 30px;
        color: #EB870E; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-content .form-control {
      width: auto; }
    #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions {
      margin-top: 10px;
      text-align: center; }
      @media screen and (min-width: 992px) {
        #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions {
          margin-top: 0;
          text-align: left; } }
      #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions a {
        display: inline-block;
        margin: 0 15px;
        font-size: 16px;
        font-weight: 600;
        color: #777;
        line-height: 24px; }
        @media screen and (min-width: 992px) {
          #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions a {
            display: block;
            margin: 0 auto 15px; } }
        #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions a svg {
          width: 20px;
          height: 20px;
          margin-right: 10px;
          vertical-align: middle; }
        #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions a span {
          display: inline-block;
          vertical-align: middle; }
        #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions a:hover, #cart-page-content-section-component .cart-content-left-column .cart-package-product .package-product-actions a.active {
          color: #EB870E; }
    #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product {
      margin-bottom: 15px; }
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox,
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-description,
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-price {
        display: flex;
        height: 100%;
        justify-content: center;
        align-content: center; }
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox {
        justify-content: left; }
        #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox span {
          display: flex;
          cursor: pointer; }
        #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox span.checkbox {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 20px;
          min-width: 20px;
          height: 20px;
          border: 1px solid #000; }
          #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox span.checkbox svg {
            width: 15px;
            height: 15px; }
        #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox span.checkbox-label {
          margin-left: 10px;
          font-size: 12px;
          font-weight: 600;
          line-height: 15px; }
          @media screen and (min-width: 992px) {
            #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-checkbox span.checkbox-label {
              font-size: 13px;
              line-height: 20px; } }
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-price {
        padding: 0 10px;
        font-size: 12px;
        font-weight: 600;
        justify-content: flex-end;
        color: #45B7A7; }
        @media screen and (min-width: 992px) {
          #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-price {
            padding: 0 15px;
            font-size: 14px; } }
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product .extra-product-label {
        margin-top: 5px;
        padding-left: 85px;
        font-size: 12px;
        font-weight: 600;
        font-style: italic;
        color: #45B7A7; }
      #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product.premium-product {
        margin-bottom: 0; }
        #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product.premium-product span.checkbox {
          margin-top: 5px; }
        #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product.premium-product span.checkbox-label {
          flex: 1;
          padding: 3px 15px;
          font-size: 12px;
          color: #FFF;
          text-align: center;
          background: #45B7A7;
          line-height: 20px; }
          @media screen and (min-width: 992px) {
            #cart-page-content-section-component .cart-content-left-column .cart-extra-products .cart-extra-product.premium-product span.checkbox-label {
              flex: auto;
              padding: 5px 15px;
              font-size: 16px;
              text-align: left; } }
  #cart-page-content-section-component .cart-content-right-column {
    align-self: flex-start; }
    #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart {
      margin: 0; }
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component,
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component {
        padding: 15px;
        border: 1px solid #CCC; }
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-header {
        margin-bottom: 10px;
        padding: 0;
        font-size: 14px;
        font-weight: 600; }
        @media screen and (min-width: 992px) {
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-header {
            padding: 0 15px;
            font-size: 16px; } }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-header span.cart-old-price-label {
          margin-left: 10px;
          color: #666;
          text-decoration: line-through; }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-header span.cart-price-value {
          margin-left: 10px;
          color: #EB870E; }
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-discount-code {
        margin-bottom: 20px;
        padding: 0;
        font-size: 14px;
        font-weight: 600;
        color: #666; }
        @media screen and (min-width: 992px) {
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-discount-code {
            padding: 0 15px;
            font-size: 16px; } }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-discount-code span.discount-code-label {
          margin-right: 5px; }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-discount-code span.discount-code-value {
          margin-right: 5px;
          color: #45B7A7; }
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-price {
        margin-bottom: 20px;
        padding: 0;
        font-size: 14px;
        font-weight: 600; }
        @media screen and (min-width: 992px) {
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-price {
            padding: 0 15px;
            font-size: 16px; } }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-price span.cart-price-label {
          margin-right: 5px; }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-price span.cart-price-value {
          margin-left: 5px;
          color: #EB870E; }
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-button {
        text-align: center; }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-button .btn {
          background-color: #EB870E; }
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .shopping-cart-component .shopping-cart-button .btn:hover {
            background-color: #45B7A7; }
      #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component {
        margin-top: 30px; }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header {
          font-size: 14px;
          font-weight: 600; }
          @media screen and (min-width: 992px) {
            #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header {
              font-size: 16px; } }
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header .discount-code-label,
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header .discount-code-switcher {
            line-height: 25px; }
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header .discount-code-label span.discount-code-label-legend {
            margin-left: 5px; }
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header .discount-code-switcher svg {
            width: 40px;
            height: 30px;
            margin-top: -2px;
            cursor: pointer; }
            #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-header .discount-code-switcher svg:hover {
              color: #45B7A7; }
        #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-field {
          margin-top: 10px;
          text-align: center; }
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-field .form-control {
            margin-bottom: 10px; }
          #cart-page-content-section-component .cart-content-right-column .cart-shopping-cart .discount-code-component .discount-code-field label.error {
            margin-bottom: 10px; }

.global-popup-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10000; }
  .global-popup-component .global-popup-content {
    position: relative;
    margin: auto;
    padding: 15px;
    background: #FFF;
    border: 1px solid #CCC; }
    @media screen and (min-width: 992px) {
      .global-popup-component .global-popup-content {
        width: 600px;
        margin-top: 95px;
        padding: 30px 15px; } }
    .global-popup-component .global-popup-content .close-global-popup {
      position: absolute;
      top: 5px;
      right: 20px; }
    .global-popup-component .global-popup-content .global-popup-header {
      margin-bottom: 15px;
      text-align: center;
      font-size: 14px;
      font-weight: 600;
      text-transform: uppercase;
      color: #EB870E; }
      @media screen and (min-width: 992px) {
        .global-popup-component .global-popup-content .global-popup-header {
          margin-bottom: 30px;
          font-size: 18px; } }

.cancel-package-message {
  padding: 0 30px; }

.cancel-package-reason {
  margin: 15px 0; }
  .cancel-package-reason .cancel-reason-header {
    margin-bottom: 15px;
    font-weight: 600;
    color: #EB870E;
    text-transform: uppercase; }
  .cancel-package-reason .cancel-reason-answers .radio-option, .cancel-package-reason .cancel-reason-answers .radio-label {
    display: inline-block;
    vertical-align: top;
    height: 20px; }
  .cancel-package-reason .cancel-reason-answers .radio-option {
    width: 20px;
    margin-right: 10px;
    border: 1px solid #CCC;
    border-radius: 20px; }
    .cancel-package-reason .cancel-reason-answers .radio-option.checked {
      background: #CCC; }
  .cancel-package-reason .cancel-reason-answers .radio-label {
    font-weight: 600;
    line-height: 20px; }
  .cancel-package-reason .cancel-reason-answers .cancel-reason-answer {
    margin-bottom: 10px; }
  .cancel-package-reason .cancel-reason-answers .cancel-reason-sub-answer {
    margin: 10px 0; }
  .cancel-package-reason .cancel-reason-answers .reason-text-message {
    margin-top: 10px; }
    .cancel-package-reason .cancel-reason-answers .reason-text-message label {
      font-weight: 400;
      text-align: center; }

.cancel-package-submit {
  margin-top: 15px;
  text-align: center; }
  .cancel-package-submit a, .cancel-package-submit button {
    margin: 0 15px; }
  .cancel-package-submit a {
    font-weight: 600;
    color: #45B7A7; }
    .cancel-package-submit a:hover {
      color: #000; }

#cart-page-back-section-component {
  padding-top: 0; }
  #cart-page-back-section-component .cart-page-back {
    position: relative; }
    #cart-page-back-section-component .cart-page-back .cart-page-back-button {
      display: inline-flex;
      align-items: center;
      align-content: center;
      font-size: 14px;
      font-weight: 600; }
      @media screen and (min-width: 992px) {
        #cart-page-back-section-component .cart-page-back .cart-page-back-button {
          font-size: 18px; } }
      #cart-page-back-section-component .cart-page-back .cart-page-back-button svg {
        width: 30px;
        height: 20px;
        margin-top: 3px;
        margin-right: 5px; }
        @media screen and (min-width: 992px) {
          #cart-page-back-section-component .cart-page-back .cart-page-back-button svg {
            width: 40px;
            height: 30px;
            margin-top: 1px; } }

#cart-page-steps-section-component {
  padding: 25px 0;
  background: #FAFAFA; }
  #cart-page-steps-section-component .cart-page-steps-decorator {
    position: absolute;
    top: 25px;
    left: 15%;
    width: 70%;
    height: 1px;
    background: #CCC; }
  #cart-page-steps-section-component .cart-page-step {
    justify-content: center;
    text-align: center; }
    #cart-page-steps-section-component .cart-page-step span {
      display: block;
      font-weight: 700; }
      #cart-page-steps-section-component .cart-page-step span.step-number {
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
        font-size: 20px;
        line-height: 50px;
        background: #F5F5F5;
        border-radius: 50px; }
      #cart-page-steps-section-component .cart-page-step span.step-text {
        font-size: 16px; }
    #cart-page-steps-section-component .cart-page-step.active span.step-number {
      color: #FFF;
      background: #45B7A7; }

#cart-page-authenticate-section-component {
  padding: 25px 0; }
  #cart-page-authenticate-section-component .cart-authenticate-column {
    align-self: flex-start; }

@media screen and (min-width: 992px) {
  #cart-page-payment-section-component .cart-payment-data .cart-payment-type {
    margin-bottom: 10px; } }
#cart-page-payment-section-component .cart-payment-data .cart-payment-options {
  margin-bottom: 20px; }
  #cart-page-payment-section-component .cart-payment-data .cart-payment-options .form-field .radio-field-option {
    margin-bottom: 0; }
    @media screen and (min-width: 992px) {
      #cart-page-payment-section-component .cart-payment-data .cart-payment-options .form-field .radio-field-option {
        margin-bottom: 10px; } }
#cart-page-payment-section-component .cart-payment-data .cart-payment-regulation {
  margin-bottom: 20px; }
#cart-page-payment-section-component .cart-payment-summary {
  flex: 0 0 calc(100% - 30px);
  margin: 30px 15px 0;
  border: 1px solid #CCC; }
  @media screen and (min-width: 992px) {
    #cart-page-payment-section-component .cart-payment-summary {
      flex: 0 0 100%;
      margin: 0 0 0 16.66666%;
      border: none; } }
  #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field {
    padding: 0 30px; }
    @media screen and (min-width: 992px) {
      #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field {
        padding: 0 15px; } }
    #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field .information-value.old-price {
      margin-right: 10px;
      color: #999;
      text-decoration: line-through; }
    #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.package-checks-field .old-price {
      margin-left: 20px;
      margin-right: 0; }
    #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.package-checks-field .package-price {
      margin-left: 20px; }
    #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.discount-code-field .discount-code-name {
      margin-left: 10px;
      color: #333; }
    #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.total-amount-field .information-label,
    #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.total-amount-field .information-value {
      font-size: 16px; }
      @media screen and (min-width: 992px) {
        #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.total-amount-field .information-label,
        #cart-page-payment-section-component .cart-payment-summary .payment-summary-information .information-field.total-amount-field .information-value {
          font-size: 20px; } }

#cart-page-summary-section-component .main-section-header,
#cart-page-summary-section-component .cart-summary-benefits,
#cart-page-summary-section-component .cart-summary-buttons {
  justify-content: center; }
#cart-page-summary-section-component .main-section-header {
  text-align: center; }
#cart-page-summary-section-component .cart-summary-benefits {
  margin: 25px 0;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #cart-page-summary-section-component .cart-summary-benefits {
      margin: 75px 0; } }
  #cart-page-summary-section-component .cart-summary-benefits .cart-summary-benefits-list {
    align-items: center;
    align-content: center; }
    #cart-page-summary-section-component .cart-summary-benefits .cart-summary-benefits-list .cart-summary-benefit {
      margin-bottom: 10px;
      padding: 0 25px;
      font-size: 16px;
      font-weight: 600;
      text-transform: uppercase;
      line-height: 30px; }
      @media screen and (min-width: 992px) {
        #cart-page-summary-section-component .cart-summary-benefits .cart-summary-benefits-list .cart-summary-benefit {
          margin-bottom: 0;
          padding: 0 100px;
          font-size: 30px;
          line-height: 40px; } }
#cart-page-summary-section-component .cart-summary-buttons {
  display: flex;
  justify-content: space-around;
  flex-direction: column; }
  @media screen and (min-width: 992px) {
    #cart-page-summary-section-component .cart-summary-buttons {
      justify-content: space-around;
      flex-direction: row; } }
  #cart-page-summary-section-component .cart-summary-buttons a {
    margin-bottom: 10px;
    line-height: 20px; }
    @media screen and (min-width: 992px) {
      #cart-page-summary-section-component .cart-summary-buttons a {
        margin-bottom: 0; } }
  #cart-page-summary-section-component .cart-summary-buttons .add-team-mate {
    color: #222;
    background: #FFF;
    border: 1px solid #000; }
    #cart-page-summary-section-component .cart-summary-buttons .add-team-mate:hover {
      color: #FFF;
      background: #000; }
  #cart-page-summary-section-component .cart-summary-buttons .go-to-checkflat {
    background: #EB870E; }
    #cart-page-summary-section-component .cart-summary-buttons .go-to-checkflat:hover {
      background: #45B7A7; }

.main-header {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600; }
  @media screen and (min-width: 992px) {
    .main-header {
      margin-bottom: 50px;
      font-size: 40px; } }
  @media screen and (min-width: 1200px) {
    .main-header {
      font-size: 50px; } }

.system-communicate-component {
  margin: 150px 0;
  text-transform: uppercase; }

.message-communicate {
  position: relative; }
  .message-communicate .close {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 20; }

.form-component {
  position: relative;
  align-self: flex-start;
  align-items: flex-start;
  align-content: flex-start; }
  .form-component .form-header, .form-component .form-sub-header, .form-component .form-decoration-label,
  .form-component .form-legend,
  .form-component .form-field,
  .form-component .form-button {
    position: relative; }
  .form-component .form-header, .form-component .form-sub-header, .form-component .form-decoration-label {
    font-weight: 600; }
  .form-component .form-header {
    margin-bottom: 15px;
    font-size: 20px;
    color: #EB870E;
    text-align: center;
    line-height: 40px; }
    @media screen and (min-width: 992px) {
      .form-component .form-header {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 30px; } }
    .form-component .form-header span {
      display: inline-block;
      vertical-align: middle;
      line-height: 40px; }
    .form-component .form-header .edit-element {
      margin-top: -4px;
      margin-left: 10px;
      vertical-align: top; }
  .form-component .form-sub-header {
    margin-bottom: 10px;
    font-size: 16px; }
    @media screen and (min-width: 992px) {
      .form-component .form-sub-header {
        margin-bottom: 20px;
        font-size: 20px; } }
  .form-component .form-decoration-label {
    margin-bottom: 10px;
    font-size: 12px;
    color: #45B7A7; }
    @media screen and (min-width: 992px) {
      .form-component .form-decoration-label {
        margin-bottom: 20px;
        font-size: 14px; } }
  .form-component .form-legend {
    margin-bottom: 20px;
    font-size: 14px; }
    .form-component .form-legend .asterisk {
      margin-right: 5px;
      color: #EB870E; }
  .form-component .form-field {
    margin-bottom: 10px; }
    .form-component .form-field label {
      width: 100%;
      margin-bottom: 5px;
      font-weight: 600;
      cursor: pointer; }
      .form-component .form-field label .asterisk {
        margin-left: 5px;
        color: #EB870E; }
    .form-component .form-field.switch-field .switch-text-label,
    .form-component .form-field.switch-field .form-switch-container {
      display: inline-flex;
      line-height: 25px; }
    .form-component .form-field.switch-field .switch-text-label, .form-component .form-field.switch-field .switch-label {
      width: auto;
      font-size: 14px;
      font-weight: 600; }
    .form-component .form-field.switch-field .form-switch-container {
      float: right; }
      .form-component .form-field.switch-field .form-switch-container.left {
        float: left; }
      .form-component .form-field.switch-field .form-switch-container .custom-switch {
        margin: 0 0 0 10px; }
      .form-component .form-field.switch-field .form-switch-container .custom-control-input:checked ~ .custom-control-label::before {
        border-color: #45B7A7;
        background-color: #45B7A7; }
      .form-component .form-field.switch-field .form-switch-container .form-label.selected {
        color: #45B7A7; }
    .form-component .form-field.checkbox-field {
      display: flex; }
      .form-component .form-field.checkbox-field.align-items-top {
        align-content: flex-start;
        align-items: flex-start; }
      .form-component .form-field.checkbox-field .checkbox-field,
      .form-component .form-field.checkbox-field .checkbox-label {
        display: inline-flex;
        margin-bottom: 0; }
      .form-component .form-field.checkbox-field .checkbox-field {
        width: 20px;
        height: 20px;
        border: 1px solid #CCC;
        cursor: pointer; }
        .form-component .form-field.checkbox-field .checkbox-field.error {
          border-color: #FF0000; }
        .form-component .form-field.checkbox-field .checkbox-field.checked {
          background: #CCC; }
      .form-component .form-field.checkbox-field .checkbox-label {
        margin-left: 10px;
        line-height: 20px; }
        .form-component .form-field.checkbox-field .checkbox-label a {
          margin: 0 5px; }
    .form-component .form-field .form-field-radio {
      margin-top: 10px; }
      .form-component .form-field .form-field-radio .radio-field-option {
        display: flex;
        align-items: center;
        align-content: center;
        margin-bottom: 10px; }
        .form-component .form-field .form-field-radio .radio-field-option.radio-field-sub-option {
          padding-left: 50px; }
          .form-component .form-field .form-field-radio .radio-field-option.radio-field-sub-option .radio-input, .form-component .form-field .form-field-radio .radio-field-option.radio-field-sub-option .radio-input-label {
            line-height: 20px; }
          .form-component .form-field .form-field-radio .radio-field-option.radio-field-sub-option .radio-input {
            width: 20px;
            height: 20px; }
          .form-component .form-field .form-field-radio .radio-field-option.radio-field-sub-option .radio-input-label {
            font-size: 14px; }
    .form-component .form-field .radio-input, .form-component .form-field .radio-input-label {
      display: inline-flex;
      margin-bottom: 0;
      line-height: 20px;
      cursor: pointer; }
    .form-component .form-field .radio-input {
      width: 20px;
      height: 20px;
      margin-right: 10px;
      border: 1px solid #CCC;
      border-radius: 20px; }
      .form-component .form-field .radio-input.checked {
        background: #CCC; }
    .form-component .form-field.submit-field .btn {
      background: #EB870E; }
      .form-component .form-field.submit-field .btn:hover {
        background: #45B7A7; }
    .form-component .form-field.error-field {
      margin-top: -10px; }
    .form-component .form-field.information-field {
      align-content: center; }
      .form-component .form-field.information-field .information-label,
      .form-component .form-field.information-field .information-value {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px; }
        @media screen and (min-width: 992px) {
          .form-component .form-field.information-field .information-label,
          .form-component .form-field.information-field .information-value {
            font-size: 16px;
            line-height: 30px; } }
      .form-component .form-field.information-field .information-label {
        margin-right: 10px; }
      .form-component .form-field.information-field .information-value {
        color: #EB870E; }

#profile-page-component .profile-section {
  align-self: flex-start;
  margin-bottom: 20px; }
  @media screen and (min-width: 992px) {
    #profile-page-component .profile-section {
      margin-bottom: 50px; } }
  #profile-page-component .profile-section .profile-section-header {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #EB870E;
    line-height: 30px; }
  #profile-page-component .profile-section .profile-section-field {
    margin-bottom: 10px;
    line-height: 30px; }
    #profile-page-component .profile-section .profile-section-field .data-field-label,
    #profile-page-component .profile-section .profile-section-field .data-field-value,
    #profile-page-component .profile-section .profile-section-field .data-field-edit,
    #profile-page-component .profile-section .profile-section-field .data-field-accept,
    #profile-page-component .profile-section .profile-section-field .data-field-abort {
      display: inline-block;
      font-size: 14px;
      font-weight: 600; }
    #profile-page-component .profile-section .profile-section-field .data-field-label {
      margin-right: 10px; }
      #profile-page-component .profile-section .profile-section-field .data-field-label.active {
        display: block; }
    #profile-page-component .profile-section .profile-section-field .data-field-value {
      color: #666; }
    #profile-page-component .profile-section .profile-section-field .data-field-edit,
    #profile-page-component .profile-section .profile-section-field .data-field-accept,
    #profile-page-component .profile-section .profile-section-field .data-field-abort {
      font-size: 16px;
      cursor: pointer; }
      #profile-page-component .profile-section .profile-section-field .data-field-edit:hover,
      #profile-page-component .profile-section .profile-section-field .data-field-accept:hover,
      #profile-page-component .profile-section .profile-section-field .data-field-abort:hover {
        color: #45B7A7 !important; }
    #profile-page-component .profile-section .profile-section-field .field-icon {
      margin-top: -4px; }
    #profile-page-component .profile-section .profile-section-field .data-field-edit {
      margin-left: 10px; }
    #profile-page-component .profile-section .profile-section-field .data-field-accept {
      margin-left: 10px;
      color: #9DBF80; }
    #profile-page-component .profile-section .profile-section-field .data-field-abort {
      margin-left: 10px;
      color: #FF0000; }
    #profile-page-component .profile-section .profile-section-field .form-control {
      display: inline-block;
      max-width: 200px;
      height: 30px; }
      #profile-page-component .profile-section .profile-section-field .form-control[type="date"] {
        max-width: 170px; }
    #profile-page-component .profile-section .profile-section-field.checkbox-field .checkbox,
    #profile-page-component .profile-section .profile-section-field.checkbox-field .data-field-label {
      display: inline-block;
      cursor: pointer;
      vertical-align: top; }
    #profile-page-component .profile-section .profile-section-field.checkbox-field .checkbox {
      width: 20px;
      height: 20px;
      margin: 5px 10px 5px 0;
      border: 1px solid #CCC; }
      #profile-page-component .profile-section .profile-section-field.checkbox-field .checkbox.checked {
        background: #CCC; }
    #profile-page-component .profile-section .profile-section-field.checkbox-field .data-field-label:hover {
      color: #45B7A7; }
    #profile-page-component .profile-section .profile-section-field.communicate-field {
      padding: 10px;
      font-size: 12px;
      line-height: 15px; }
#profile-page-component .user-avatar-data {
  padding: 0 30px; }
  #profile-page-component .user-avatar-data .user-avatar-picture,
  #profile-page-component .user-avatar-data .user-avatar-change {
    text-align: center; }
  #profile-page-component .user-avatar-data .user-avatar-picture {
    overflow: hidden; }
    #profile-page-component .user-avatar-data .user-avatar-picture img {
      border-radius: 200px; }
  #profile-page-component .user-avatar-data .user-avatar-change {
    margin-top: 15px; }
    #profile-page-component .user-avatar-data .user-avatar-change a {
      font-weight: 600; }
#profile-page-component .user-personal-data {
  padding-left: 30px; }
#profile-page-component .user-package-data .package-name .data-field-value {
  text-transform: uppercase;
  color: #EB870E; }
#profile-page-component .user-package-data .package-name .data-field-link {
  margin-left: 10px;
  font-style: italic;
  color: #45B7A7; }
  #profile-page-component .user-package-data .package-name .data-field-link:hover {
    color: #EB870E; }
#profile-page-component .user-package-data .package-checks .left-checks {
  margin-right: 5px;
  color: #45B7A7; }
#profile-page-component .user-package-data .package-checks .total-checks {
  margin-left: 5px;
  color: #000; }
#profile-page-component .user-package-data .cancel-package a {
  font-style: italic;
  color: #999; }
  #profile-page-component .user-package-data .cancel-package a:hover {
    color: #EB870E; }
#profile-page-component .user-package-data .no-package .no-package-label,
#profile-page-component .user-package-data .no-package .no-package-link {
  display: block;
  font-weight: 600; }
#profile-page-component .user-package-data .no-package .no-package-label {
  color: #EB870E; }
#profile-page-component .user-package-data .no-package .no-package-link {
  color: #45B7A7; }
  #profile-page-component .user-package-data .no-package .no-package-link:hover {
    color: #EB870E; }
#profile-page-component .user-team-data .create-team-component .create-team-switcher {
  margin-top: 10px;
  font-weight: 600;
  text-transform: uppercase; }
  #profile-page-component .user-team-data .create-team-component .create-team-switcher.active {
    color: #EB870E; }
#profile-page-component .user-team-data .create-team-component .create-team-form {
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-team-data .create-team-component .create-team-form {
      margin-top: 20px; } }
  #profile-page-component .user-team-data .create-team-component .create-team-form .team-form-field {
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      #profile-page-component .user-team-data .create-team-component .create-team-form .team-form-field {
        margin-bottom: 15px; } }
#profile-page-component .user-team-data .user-owned-team-component .team-name {
  margin-bottom: 10px;
  font-weight: 700; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-team-data .user-owned-team-component .team-name {
      margin-bottom: 20px; } }
  #profile-page-component .user-team-data .user-owned-team-component .team-name .data-label {
    margin-right: 10px; }
  #profile-page-component .user-team-data .user-owned-team-component .team-name .data-value {
    color: #45B7A7; }
#profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-header {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-header {
      margin-bottom: 20px;
      font-size: 16px;
      color: #45B7A7; } }
#profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member {
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member {
      margin-top: 20px; } }
  #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }
    @media screen and (min-width: 992px) {
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member a {
        font-size: 16px; } }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member a.active {
      color: #EB870E; }
  #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member .add-team-member-form {
    margin-top: 20px; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member .add-team-member-form .add-team-member-field {
      margin-bottom: 10px; }
      @media screen and (min-width: 992px) {
        #profile-page-component .user-team-data .user-owned-team-component .user-team-members .add-team-member .add-team-member-form .add-team-member-field {
          margin-bottom: 15px; } }
#profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC; }
  #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header {
    margin-bottom: 5px; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-order-nr {
      font-weight: 600;
      color: #666;
      text-align: center; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-avatar {
      padding: 0;
      text-align: center; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50px; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-name {
      font-weight: 600; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-name span, #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-name a {
        display: block;
        line-height: 25px; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-name span {
        color: #666; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-status {
      text-align: center;
      font-weight: 500; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-status.status-1 {
        color: #EB870E; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-status.status-2 {
        color: #45B7A7; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-header .team-member-status.status-3 {
        color: #FF0000; }
  #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-footer {
    margin-top: 5px;
    font-weight: 600; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-footer .team-member-checks-change a {
      margin: 0 5px; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-footer .team-member-checks-change a.active {
        color: #EB870E; }
      #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-footer .team-member-checks-change a.save {
        color: #45B7A7; }
    #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item .team-member-footer .team-member-remove a {
      color: #FF0000; }
  #profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-list .team-member-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
#profile-page-component .user-team-data .user-owned-team-component .user-team-members .team-members-message {
  margin-top: 20px; }
@media screen and (min-width: 992px) {
  #profile-page-component .user-checks-history {
    padding: 0 30px; } }
#profile-page-component .user-checks-history .go-to-checkflat {
  margin-top: 10px; }
  #profile-page-component .user-checks-history .go-to-checkflat .go-to-label {
    text-transform: capitalize; }
    #profile-page-component .user-checks-history .go-to-checkflat .go-to-label strong {
      color: #45B7A7; }
  #profile-page-component .user-checks-history .go-to-checkflat .go-to-link {
    margin-left: 5px;
    font-weight: 600; }
@media screen and (min-width: 992px) {
  #profile-page-component .user-payment-history {
    padding: 0 30px; } }
#profile-page-component .user-payment-history .payment-history-list .payment-list-header,
#profile-page-component .user-payment-history .payment-history-list .single-payment-item {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-payment-history .payment-history-list .payment-list-header,
    #profile-page-component .user-payment-history .payment-history-list .single-payment-item {
      padding-top: 10px;
      padding-bottom: 10px; } }
  #profile-page-component .user-payment-history .payment-history-list .payment-list-header:last-child,
  #profile-page-component .user-payment-history .payment-history-list .single-payment-item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
#profile-page-component .user-payment-history .payment-history-list .payment-list-header {
  height: 30px;
  background: #CCC; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-payment-history .payment-history-list .payment-list-header {
      height: 40px; } }
  #profile-page-component .user-payment-history .payment-history-list .payment-list-header .payment-date,
  #profile-page-component .user-payment-history .payment-history-list .payment-list-header .payment-value,
  #profile-page-component .user-payment-history .payment-history-list .payment-list-header .payment-type,
  #profile-page-component .user-payment-history .payment-history-list .payment-list-header .payment-status {
    color: #FFF;
    text-transform: uppercase; }
#profile-page-component .user-payment-history .payment-history-list .payment-date,
#profile-page-component .user-payment-history .payment-history-list .payment-value,
#profile-page-component .user-payment-history .payment-history-list .payment-type,
#profile-page-component .user-payment-history .payment-history-list .payment-status {
  font-weight: 600;
  text-align: center;
  line-height: 20px; }
#profile-page-component .user-payment-history .payment-history-list .payment-date {
  color: #999; }
#profile-page-component .user-payment-history .payment-history-list .payment-value {
  padding: 0;
  color: #EB870E; }
#profile-page-component .user-payment-history .payment-history-list .payment-type {
  color: #999; }
#profile-page-component .user-payment-history .payment-history-list .payment-status.status-1 {
  color: #666; }
#profile-page-component .user-payment-history .payment-history-list .payment-status.status-2 {
  color: #EB870E; }
#profile-page-component .user-payment-history .payment-history-list .payment-status.status-3 {
  color: #45B7A7; }
#profile-page-component .user-payment-history .payment-history-list .payment-status.status-4 {
  color: #FF0000; }
#profile-page-component .user-payment-history .load-all-payments {
  margin-top: 10px; }
  @media screen and (min-width: 992px) {
    #profile-page-component .user-payment-history .load-all-payments {
      margin-top: 20px; } }
  #profile-page-component .user-payment-history .load-all-payments a {
    font-weight: 600;
    text-transform: uppercase; }

.authenticate-column {
  align-self: flex-start; }

#contact-page-component {
  padding: 0;
  margin: 0; }
  #contact-page-component .message-communicate {
    margin-top: 20px; }

#contact-page-header-section-component {
  background: #F5F5F5; }
  #contact-page-header-section-component .block-section-image {
    display: none; }
    @media screen and (min-width: 992px) {
      #contact-page-header-section-component .block-section-image {
        display: block; } }
    #contact-page-header-section-component .block-section-image img {
      width: 100%;
      max-height: 250px; }

@media screen and (min-width: 992px) {
  #articles-list-component .main-header {
    margin-bottom: 100px; } }
#articles-list-component .articles-list-article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC; }
  @media screen and (min-width: 992px) {
    #articles-list-component .articles-list-article {
      margin-bottom: 50px;
      padding-bottom: 50px; } }
  #articles-list-component .articles-list-article .article-image {
    margin-bottom: 20px; }
    @media screen and (min-width: 992px) {
      #articles-list-component .articles-list-article .article-image {
        margin-bottom: 0;
        padding: 0; } }
    #articles-list-component .articles-list-article .article-image a {
      display: block; }
      #articles-list-component .articles-list-article .article-image a:hover {
        opacity: 0.7; }
  #articles-list-component .articles-list-article .article-data .article-title {
    margin-bottom: 10px; }
    @media screen and (min-width: 992px) {
      #articles-list-component .articles-list-article .article-data .article-title {
        margin-bottom: 20px; } }
  @media screen and (min-width: 992px) {
    #articles-list-component .articles-list-article .article-data .article-information .article-author,
    #articles-list-component .articles-list-article .article-data .article-information .article-date {
      padding: 0; } }
  #articles-list-component .articles-list-article .article-data .article-information .article-date {
    text-align: right; }
  #articles-list-component .articles-list-article:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

#article-page-component .article-title {
  text-align: center; }
#article-page-component .article-image {
  margin-bottom: 30px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    #article-page-component .article-image {
      margin-bottom: 50px; } }
  #article-page-component .article-image img {
    max-height: 200px; }
    @media screen and (min-width: 992px) {
      #article-page-component .article-image img {
        width: 100%;
        max-height: 300px; } }
#article-page-component .article-content {
  margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    #article-page-component .article-content {
      margin-bottom: 50px; } }
#article-page-component .article-information .article-author,
#article-page-component .article-information .article-date {
  font-weight: 600; }
#article-page-component .article-information .article-date {
  text-align: right; }

#application-bottom-bar-component {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 15px;
  background: #FFF;
  border-top: 1px solid #CCC;
  z-index: 1000; }
  @media screen and (min-width: 992px) {
    #application-bottom-bar-component {
      display: none; } }
  #application-bottom-bar-component .bottom-bar-navigation-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: space-between; }
    #application-bottom-bar-component .bottom-bar-navigation-links .bottom-bar-navigation-link {
      display: flex;
      flex: 0.2;
      justify-content: center;
      align-items: center; }
      #application-bottom-bar-component .bottom-bar-navigation-links .bottom-bar-navigation-link a {
        display: block;
        text-align: center; }
        #application-bottom-bar-component .bottom-bar-navigation-links .bottom-bar-navigation-link a svg {
          width: 25px;
          height: 25px;
          margin-bottom: 5px; }
        #application-bottom-bar-component .bottom-bar-navigation-links .bottom-bar-navigation-link a span {
          display: block;
          font-size: 10px;
          font-weight: 600;
          line-height: 20px; }
        #application-bottom-bar-component .bottom-bar-navigation-links .bottom-bar-navigation-link a img {
          width: 50px;
          height: 50px; }

.pagination-component {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CCC;
  text-align: center;
  justify-content: center; }
  @media screen and (min-width: 992px) {
    .pagination-component {
      margin-top: 50px;
      padding-top: 50px; } }
  .pagination-component .pagination-item {
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 1px solid #CCC;
    border-right: none; }
    .pagination-component .pagination-item:last-child {
      border-right: 1px solid #CCC; }
    .pagination-component .pagination-item.active-item, .pagination-component .pagination-item:hover {
      color: #FFF;
      border-color: #45B7A7;
      background: #45B7A7; }

.register-form-component .form-label.error {
  margin-top: 5px; }
.register-form-component .invoice-switch-field {
  margin-top: 20px; }
.register-form-component .transaction-type-switch {
  margin-top: 20px; }
.register-form-component .birthday-status-switch {
  margin-top: 10px; }
.register-form-component .newsletter-field {
  margin-top: 20px; }
.register-form-component .submit-field {
  margin-top: 20px; }

/*# sourceMappingURL=application.css.map */
