@charset "UTF-8";
/*$main-color: #DEE9EF;*/
/*$main-color: #F0F1F1;*/
/*$dark-blue: #375972;*/
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-weight: 300; }

.header-dropdown {
  right: 0;
  left: auto;
  min-width: 200px !important;
  max-width: 200px !important; }
  .header-dropdown .dropdown-item {
    padding: .25rem .5rem;
    white-space: pre-wrap; }

.future-title {
  float: left;
  position: relative;
  background: #fff;
  color: #818287;
  min-width: 300px;
  font-weight: bold;
  border-left: 3px solid #818287;
  padding: 10px 15px 10px 20px;
  font-family: sans-serif, Arial; }

.btn-grey {
  background: #8B8C95;
  color: #fff; }
  .btn-grey:hover {
    background: #818287; }

html,
body {
  max-width: 100%;
  width: 100%;
  min-height: 100%;
  position: relative;
  color: #212529;
  font-family: "Calibri Light", Arial, sans-serif;
  background: #F4F8F9; }

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  padding-bottom: 70px; }

@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
    font-family: "Open Sans", Arial, sans-serif; } }
.modal .close {
  outline: none !important; }

.container-big {
  max-width: 1300px; }

.sidebar-opened {
  max-height: 100vh !important;
  overflow: hidden !important; }

body.modal-open {
  /* margin: 0 !important;*/
  overflow: hidden !important; }

@media (min-width: 768px) {
  body.modal-open {
    /* padding-right: 0px !important;*/ } }
.modal-full {
  padding: 0 !important; }
  .modal-full .close {
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .modal-full .modal-dialog {
    min-width: 100%;
    margin: 0 !important; }
    .modal-full .modal-dialog .modal-content {
      border-radius: 0 !important;
      min-height: 100vh; }

@media (max-width: 1000px) {
  .modal-full-mobile {
    padding: 0 !important; }
    .modal-full-mobile .close {
      outline: none !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    .modal-full-mobile .modal-dialog {
      min-width: 100%;
      margin: 0 !important; }
      .modal-full-mobile .modal-dialog .modal-content {
        min-height: 100vh;
        border-radius: 0 !important; } }
.sportSettingsItem {
  background: #20243a !important; }

.card-border, .user-friend-item div, .user-group-item .user-group-item-img, .review-item-image, .org-top-item-image, .list-user-item-image, .wall-post-item-image {
  border: 1px solid #F4F8FB; }

.box-shadow {
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05); }

.shadow-button, .user-social-link {
  -webkit-box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 1px 9px 0px rgba(0, 0, 0, 0.75); }

.white-button {
  color: #3097D1;
  background-color: transparent;
  background-image: none;
  border-color: #3097D1; }
  .white-button:hover, .white-button:focus {
    background-color: #3097D1;
    color: #fff; }

.blue-button {
  color: #fff;
  background-color: #3097D1;
  background-image: none;
  border-color: #3097D1; }
  .blue-button:hover, .blue-button:focus {
    background-color: #2a84b5;
    border-color: #2a84b5;
    color: #fff; }

.content-wrapper {
  max-width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  .content-wrapper .content-sidebar {
    padding-left: 15px;
    padding-right: 15px;
    width: 205px;
    min-width: 205px;
    max-width: 205px; }
    .content-wrapper .content-sidebar .content-sidebar_ {
      display: block;
      position: -webkit-sticky;
      position: sticky;
      top: 15px;
      margin-top: 15px; }
      .content-wrapper .content-sidebar .content-sidebar_ .content-sidebar-list {
        padding: 10px 0 10px 0;
        list-style: none;
        margin: 0;
        /* box-shadow: 0 1px 2px rgba(0,0,0,0.12);*/
        border-radius: 5px;
        background: #fff;
        overflow: hidden; }
        .content-wrapper .content-sidebar .content-sidebar_ .content-sidebar-list a {
          display: block;
          font-size: 13px;
          padding: 5px 20px;
          text-decoration: none !important;
          color: #6C6D70; }
          .content-wrapper .content-sidebar .content-sidebar_ .content-sidebar-list a:hover, .content-wrapper .content-sidebar .content-sidebar_ .content-sidebar-list a:focus {
            color: #007bff; }
      .content-wrapper .content-sidebar .content-sidebar_ .content-sidebar-links {
        margin-top: 15px;
        line-height: 12px;
        padding: 0 5px;
        font-size: 11px; }
        .content-wrapper .content-sidebar .content-sidebar_ .content-sidebar-links a {
          color: #909195; }
  .content-wrapper .page-layout {
    width: calc(100% - 205px); }

@media (max-width: 992px) {
  .content-wrapper {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto; }
    .content-wrapper .content-sidebar {
      display: none; }
    .content-wrapper .page-layout {
      width: 100%; } }
.header-navigation-links .header-navigation-link {
  margin-right: 15px;
  color: #2F3130;
  font-family: 'Open Sans';
  border-radius: 20px;
  padding: 5px 10px;
  text-decoration: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .header-navigation-links .header-navigation-link:last-child {
    margin-right: 0 !important; }
  .header-navigation-links .header-navigation-link.active {
    background: rgba(0, 0, 0, 0.05);
    color: #1B2F40; }
  .header-navigation-links .header-navigation-link:hover:not(.active) {
    background: rgba(0, 0, 0, 0.05);
    color: #000; }

.header-navigation-right-links {
  float: right; }
  .header-navigation-right-links .header-navigation-right-link {
    margin-right: 15px;
    color: #2F3130;
    font-family: 'Open Sans';
    border-radius: 20px;
    padding: 5px 10px;
    text-decoration: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .header-navigation-right-links .header-navigation-right-link img {
      height: 20px;
      position: relative;
      top: -4px; }
    .header-navigation-right-links .header-navigation-right-link:last-child {
      margin-right: 0 !important; }
    .header-navigation-right-links .header-navigation-right-link.active {
      color: #1B2F40; }
    .header-navigation-right-links .header-navigation-right-link:hover:not(.active) {
      background: rgba(0, 0, 0, 0.05);
      color: #000; }

.btn-green {
  background: #4ACC96;
  color: #fff;
  border-color: #4ACC96; }
  .btn-green:hover, .btn-green:focus {
    background: #44b181; }
  .btn-green:active {
    background: #3d9f74 !important; }

.btn-orange {
  background: #FE9568;
  color: #fff;
  border-color: #FE9568; }

.btn-red {
  color: #fff;
  background-color: #F92672;
  border-color: #F92672; }
  .btn-red:hover {
    background-color: #e02267;
    border-color: #e02267; }

.btn-red-bordered {
  color: #fff;
  border-color: #F92672; }
  .btn-red-bordered:hover {
    background-color: #e02267;
    border-color: #e02267; }

.block-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important; }

.my-card {
  /* box-shadow: 0 5px 30px #d5daea !important;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  padding: 20px;
  border: none !important;
  border-radius: 0.5rem !important;
  color: #fff;
  background: #171A2A; }
  .my-card .card-title {
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    position: relative; }
    .my-card .card-title:before {
      position: absolute;
      content: '';
      display: block;
      width: 40px;
      opacity: 0.5;
      background: #092D46;
      height: 1px;
      bottom: 0; }

.my-card-flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  color: #fff;
  background-color: #171A2A; }

.myshadow {
  -webkit-box-shadow: 0 5px 30px #d5daea !important;
          box-shadow: 0 5px 30px #d5daea !important; }

.card-item {
  /*  box-shadow: 0 5px 30px #d5daea !important;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  padding: 10px;
  border-radius: 0.5rem !important; }

.my-card-dark {
  border-radius: 0.5rem !important;
  /* box-shadow: 0 5px 30px #d5daea !important;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  padding: 20px;
  background: #171A2A;
  color: #fff; }

.trans-card {
  border-radius: 0.5rem;
  /* box-shadow: 0 5px 30px #d5daea !important;*/
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  width: 100%;
  background-clip: border-box;
  background: #171A2A;
  height: 100%;
  color: #fff; }
  .trans-card label {
    color: #fff; }
  .trans-card .thin-input {
    background: #171A2A;
    color: #fff; }
  .trans-card .header {
    position: relative;
    background: #151827;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 12px 0 12px 15px;
    line-height: 15px;
    font-size: 15px;
    color: #fff; }
    .trans-card .header .sublink {
      top: 10px;
      cursor: pointer;
      display: block;
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      right: 10px;
      height: 20px;
      font-size: 15px;
      line-height: 19px;
      text-align: center;
      float: right; }
      .trans-card .header .sublink:hover {
        color: #fff; }
    .trans-card .header .actions {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      padding: 0;
      line-height: 19px;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; }
  .trans-card .trans-card-container {
    padding: 20px; }

@media (max-width: 768px) {
  .trans-card {
    display: block !important; }
    .trans-card .header .actions {
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      padding: 0;
      line-height: 20px !important;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; } }
.thin-card {
  border-radius: 0.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  width: 100%;
  background-clip: border-box;
  background: white;
  height: 100%; }
  .thin-card .header {
    position: relative;
    background: #092D46;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 12px 0 12px 15px;
    line-height: 15px;
    font-size: 15px;
    color: #fff; }
    .thin-card .header .sublink {
      top: 10px;
      cursor: pointer;
      display: block;
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      right: 10px;
      height: 20px;
      font-size: 15px;
      line-height: 19px;
      text-align: center;
      float: right; }
      .thin-card .header .sublink:hover {
        color: #fff; }
    .thin-card .header .actions {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      padding: 0;
      line-height: 17px;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; }
  .thin-card .thin-card-container {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border: 1px solid #f2f2f2;
    border-top: none !important;
    padding: 20px; }

.user-column-1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* .card, .trans-card{
     display: -webkit-box !important;
     display: -ms-flexbox !important;
     display: flex !important;
   }*/ }

#navbar {
  background: #274B6D;
  -webkit-box-shadow: 0px 1px 2px #9a9a9a;
  box-shadow: 0px 1px 2px #9a9a9a; }

.header-search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 30px;
  min-width: 150px;
  font-size: 16px;
  line-height: 20px;
  background: #213f5c;
  color: #dadada;
  fill: #dadada;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-search-btn span {
    margin-right: 20px; }
  .header-search-btn:hover {
    color: #213F5C;
    background: #dadada; }

.user-header-wrapper {
  background-color: #8EA5B3;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 300px;
  border-radius: 0;
  overflow: hidden; }

@media (min-width: 991px) {
  .user-header-wrapper {
    margin-top: 30px;
    border-radius: 5px; } }
.user-header-subwrapper {
  height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#253F56));
  background: linear-gradient(rgba(0, 0, 0, 0), #253F56); }

.user-header {
  position: relative;
  height: 300px;
  border-radius: 5px; }

.user-header-change-background {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.3);
  float: left;
  color: #fff;
  font-size: 12px;
  padding: 5px;
  border-radius: 2px; }

.user-social-links-block {
  width: 100%;
  height: 30px;
  right: 20px;
  position: absolute;
  top: 20px; }

.user-social-link {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  background: #3097D1;
  float: right;
  color: #fff !important;
  margin-left: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.user-social-link:hover {
  background: #37a8e9; }

.user-social-link i {
  font-size: 20px; }

.facebook_link {
  float: right;
  display: block;
  width: 100px;
  margin-right: 15px;
  border-radius: 5px;
  height: 30px;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  transition: all .5s; }

.instagram_link {
  float: right;
  display: block;
  width: 120px;
  height: 30px;
  margin-right: 15px;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  -webkit-transition: all .5s;
  transition: all .5s; }

.instagram_link:hover, .facebook_link:hover {
  opacity: 1; }

.user-header-content {
  position: absolute;
  bottom: 0;
  height: 250px;
  width: 100%;
  padding: 0 50px; }

.user-header-image-wrapper {
  float: left;
  position: relative;
  height: 200px;
  width: 210px; }

.user-header-image {
  height: 200px;
  width: 200px;
  background-size: cover; }

.user-header-image-link {
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50% !important;
  border: 3px solid #fff; }

.user-header-image-functions {
  position: absolute;
  top: -15px;
  left: 0;
  opacity: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .user-header-image-functions a {
    text-decoration: none !important;
    color: #fff; }
    .user-header-image-functions a:hover {
      color: #ccc; }

.user-header-image-link:hover .user-header-image-functions {
  opacity: 1;
  top: 0; }

.user-header-organization-image-link {
  position: absolute;
  width: 80px;
  height: 80px;
  right: 0;
  bottom: -15px;
  border-radius: 50%;
  background: #253F56;
  overflow: hidden; }

.user-header-organization-image {
  width: 80px;
  height: 80px;
  background-size: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-transition: all .5s;
  transition: all .5s; }

.user-header-info-wrapper {
  float: left;
  position: relative;
  width: calc(100% - 210px);
  height: 250px;
  padding-left: 50px; }
  .user-header-info-wrapper .user-header-info-name {
    font-size: 40px;
    text-transform: uppercase;
    color: #fff; }
  .user-header-info-wrapper .user-header-info-id {
    width: 100%;
    font-size: 25px;
    text-transform: uppercase;
    color: #fff; }
  .user-header-info-wrapper .user-header-info-orgtitle {
    margin-top: 20px;
    width: calc(100% - 100px);
    font-size: 18px;
    color: #fff; }
  .user-header-info-wrapper .user-header-info-orgsubtitle {
    width: calc(100% - 100px);
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8); }
  .user-header-info-wrapper .user-header-info-tags {
    margin-top: 15px;
    width: calc(100% - 100px); }
  .user-header-info-wrapper .user-header-info-tag {
    display: block;
    float: left;
    border: 1px solid #fff;
    border-radius: 15px;
    font-size: 10px;
    padding: 5px 10px;
    color: #fff;
    text-decoration: none !important;
    background: rgba(0, 0, 0, 0.1);
    margin-left: 5px;
    margin-bottom: 5px; }
  .user-header-info-wrapper .user-header-info-tag:hover,
  .user-header-info-wrapper .user-header-info-tag:focus {
    background: rgba(0, 0, 0, 0.3); }
  .user-header-info-wrapper .user-header-sport-icon {
    position: absolute;
    right: -30px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    background-size: cover; }

.user-photos-block {
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
  -ms-flex-line-pack: center;
      align-content: center;
  overflow-x: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap !important;
  overflow-y: hidden; }

.user-photo-wrapper {
  float: left;
  height: 83px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-right: 10px; }

.user-photo-wrapper img {
  cursor: pointer;
  height: 80px; }

.user-friends-list {
  padding: 0 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.user-friend-item {
  display: inline-block;
  width: 80px;
  height: 95px;
  min-width: 80px;
  min-height: 95px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none !important;
  color: #fff; }
  .user-friend-item div {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background-size: cover;
    background-position: center;
    border-radius: 50%; }
  .user-friend-item span {
    font-size: 14px;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    text-overflow: clip;
    overflow-wrap: normal;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    /* Запрещаем перенос строк */ }

.user-group-list {
  width: 100%;
  padding: 0 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.user-group-item {
  display: block;
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  margin-top: 15px;
  margin-right: 7px; }
  .user-group-item .user-group-item-img {
    width: 35px;
    margin-left: 5px;
    height: 35px;
    border-radius: 50%;
    background-size: cover;
    background-position: center; }
  .user-group-item .user-group-item-name {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    /* Запрещаем перенос строк */
    overflow: hidden;
    color: #212529;
    text-align: center;
    text-overflow: ellipsis; }

.user-statistic-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.user-statistic-item {
  text-align: center;
  width: 30%; }
  .user-statistic-item .user-statistic-item-top {
    font-size: 40px;
    position: relative;
    /* color: $info-color;*/
    color: #fff; }
  .user-statistic-item .user-statistic-item-bottom {
    margin-top: -5px;
    font-size: 15px;
    /* color: $text-grey;*/
    color: #fff; }
  .user-statistic-item .user-statistic-item-top-sub {
    position: absolute;
    bottom: 4px;
    right: -18px;
    font-size: 20px; }

.review-item {
  padding-left: 5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 10px; }

.review-item-top {
  width: 100%; }

.review-item-photo {
  display: block;
  float: left;
  width: 55px; }

.review-item-right {
  position: relative;
  float: right;
  width: calc(100% - 55px); }

.review-item-image {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

.review-item-title a {
  display: block;
  color: #C1B39C;
  position: relative;
  top: -4px;
  font-size: 15px;
  text-transform: uppercase; }

.review-item-subtitle {
  position: relative;
  margin-top: -8px;
  font-size: 12px;
  color: #9D9E9E; }

.review-item-content {
  margin-top: 5px;
  font-size: 13px; }

.org-review-item-remove {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  color: #FE9568;
  position: absolute;
  top: -5px;
  right: 0; }
  .org-review-item-remove:hover {
    color: #8B8C95; }

.org-top-item {
  font-family: "Calibri Light", Calibri, Tahoma, sans-serif;
  padding-left: 5px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px; }

.org-top-item-top {
  width: 100%; }

.org-top-item-photo {
  display: block;
  float: left;
  width: 55px; }

.org-top-item-image {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

.org-top-item-right {
  position: relative;
  float: right;
  width: calc(100% - 55px); }

.org-top-item-title {
  display: block;
  color: #fff !important;
  position: relative;
  top: -4px;
  font-size: 14px; }

.org-top-item-name {
  display: block;
  position: relative;
  margin-top: -8px;
  font-size: 22px;
  color: #fff; }
  .org-top-item-name a {
    color: #fff !important; }

.list-user-item {
  width: 100%;
  padding: 15px;
  border-top: 1px solid #f2f2f2; }
  .list-user-item:hover, .list-user-item:focus {
    background: #f6f6f6; }
  .list-user-item::after {
    display: block;
    clear: both;
    content: ""; }
  .list-user-item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2; }

.list-user-item-top {
  width: 100%; }

.list-user-item-photo {
  display: block;
  float: left;
  width: 65px; }

.list-user-item-image {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

.list-user-item-right {
  position: relative;
  float: right;
  width: calc(100% - 65px); }

.list-user-item-tags {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
  top: -4px;
  font-size: 14px; }
  .list-user-item-tags::after {
    display: block;
    clear: both;
    content: ""; }

.list-user-item-setting {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 0;
  top: 0;
  text-align: right; }
  .list-user-item-setting i {
    color: #818287;
    font-size: 18px; }
    .list-user-item-setting i:hover {
      color: #8B8C95; }

.list-user-item-tag {
  float: left;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
  font-size: 12px;
  margin-right: 5px;
  border-radius: 20px; }

.list-user-item-name {
  display: block;
  position: relative;
  margin-top: -2px;
  font-size: 20px;
  text-decoration: none !important;
  color: #000 !important; }
  .list-user-item-name a {
    color: #000 !important; }

@media (max-width: 768px) {
  .list-user-item-tag {
    float: left;
    padding: 2px 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    color: rgba(0, 0, 0, 0.6) !important;
    text-decoration: none !important;
    font-size: 10px;
    margin-right: 5px;
    border-radius: 20px; }

  .list-user-item-name {
    display: block;
    position: relative;
    margin-top: 0px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none !important;
    color: #000 !important; }
    .list-user-item-name a {
      color: #000 !important; } }
.new-post-container {
  background: #171A2A;
  padding-bottom: 15px !important; }

.whats-new-block {
  margin-top: -5px;
  width: 100%;
  padding-left: 5px; }
  .whats-new-block .whats-new-block-footer {
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
    padding-top: 10px;
    display: none; }
    .whats-new-block .whats-new-block-footer.opened {
      display: block; }
  .whats-new-block .whats-new-image-wrapper {
    position: relative;
    margin-top: 10px;
    float: left;
    margin-right: 10px;
    height: 150px;
    width: auto; }
    .whats-new-block .whats-new-image-wrapper .whats-new-image-remove {
      position: absolute;
      top: 0;
      right: 0;
      width: auto;
      height: auto;
      float: right;
      display: block;
      font-size: 20px;
      line-height: 14px;
      padding: 5px;
      cursor: pointer;
      text-align: center;
      background: rgba(0, 0, 0, 0.8);
      color: #ccc; }
    .whats-new-block .whats-new-image-wrapper canvas {
      height: 150px !important;
      width: auto !important; }
  .whats-new-block .whats-new-block-images {
    display: none;
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 0; }
    .whats-new-block .whats-new-block-images.opened {
      display: block; }
  .whats-new-block .whats-new-image-upload .fa {
    color: #C1B39C;
    font-size: 30px; }
    .whats-new-block .whats-new-image-upload .fa:hover {
      color: #cbbfac; }

.whats-new-user-image {
  float: left;
  margin-top: 2px;
  height: 30px;
  width: 40px; }

.whats-new-user-img {
  width: 35px;
  height: 35px;
  background-size: cover;
  background-position: center;
  border-radius: 50%; }

.whats-new-editable-block {
  position: relative;
  float: right;
  margin-top: 2px;
  width: calc(100% - 50px); }

.whats-new-editable-block textarea {
  margin-top: 4px;
  width: 100%;
  outline: none !important;
  background: #171A2A;
  color: #fff;
  padding-right: 30px;
  border: none;
  resize: none; }

.whats-new-icons {
  position: absolute;
  height: 20px;
  top: 3px;
  right: 0; }

.whats-new-icons i {
  color: #148a9d;
  top: 5px;
  margin-left: 5px;
  font-size: 30px; }

.user-wall-block-navigation {
  width: 100%;
  overflow-x: auto;
  padding: 2px 1px;
  white-space: nowrap;
  /* border-bottom: 1px solid $main-color;*/ }

.user-wall-block-nav {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none !important;
  padding: 2px 7px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  background: #fff;
  color: #222 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) !important; }

.user-wall-block-nav:hover {
  background: #bfb199;
  color: #fff !important; }

.user-wall-block-nav.active {
  background: #bfb199;
  color: #fff !important; }

@media (max-width: 768px) {
  .user-wall-block-navigation {
    width: calc(100% + 10px);
    margin-left: -5px;
    padding-right: 10px;
    padding-left: 5px; }

  .user-wall-block-nav {
    margin-right: 5px; } }
.wall-post-item {
  width: 100%;
  margin-bottom: 0px;
  /*  box-shadow: 0 5px 30px #d5daea !important;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  padding: 15px 15px 15px 15px;
  background: #171A2A;
  border-radius: 0.5rem !important; }

.wall-post-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  padding-top: 10px; }
  .wall-post-footer .wall-post-likers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 10px;
    height: 20px; }
    .wall-post-footer .wall-post-likers .wall-post-liker {
      display: block;
      float: left;
      width: 20px;
      height: 20px;
      background-size: cover;
      background-position: center;
      margin-left: -5px;
      border-radius: 50%;
      border: 1px solid #fff; }
    .wall-post-footer .wall-post-likers .wall-post-liker:first-child {
      margin-left: 0;
      z-index: 7; }
    .wall-post-footer .wall-post-likers .wall-post-liker:nth-child(2) {
      z-index: 6; }
    .wall-post-footer .wall-post-likers .wall-post-liker:last-child {
      margin-right: 10px;
      z-index: 5; }
  .wall-post-footer .wall-likes-btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-height: 24px;
    text-decoration: none !important;
    color: #8B8C95; }
    .wall-post-footer .wall-likes-btn span {
      line-height: 16px;
      margin-left: 5px;
      position: relative;
      font-size: 16px;
      top: -2px; }
    .wall-post-footer .wall-likes-btn .fa {
      font-size: 20px; }
    .wall-post-footer .wall-likes-btn:hover {
      color: #818287; }
    .wall-post-footer .wall-likes-btn.active {
      color: #F92672 !important; }

.wall-post-item:last-child .wall-post-footer {
  padding-bottom: 0 !important;
  border-bottom: none !important; }

.wall-post-item-top {
  width: 100%; }

.wall-post-item-photo {
  display: block !important;
  float: left;
  width: 65px; }

.wall-post-item-right {
  position: relative;
  float: right;
  width: calc(100% - 65px);
  padding-top: 5px; }
  .wall-post-item-right .wall-post-setting {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .wall-post-item-right .wall-post-setting .fa {
      color: #ccc; }

.wall-post-item-image {
  display: block !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: cover;
  background-position: center; }

.wall-post-item-title {
  display: block;
  color: #C1B39C;
  position: relative;
  top: -4px;
  font-size: 15px;
  text-transform: uppercase; }
  .wall-post-item-title a {
    color: #C1B39C; }

.wall-post-item-subtitle {
  position: relative;
  margin-top: -5px;
  font-size: 14px;
  color: #9D9E9E; }

.wall-post-item-content {
  color: #fff;
  width: 100%;
  margin-top: 9px;
  padding-right: 0;
  font-size: 14px; }
  .wall-post-item-content a {
    color: #3097D1; }
    .wall-post-item-content a:hover, .wall-post-item-content a:focus {
      color: #2a84b5; }

.wall-post-item-pictures {
  margin-top: 15px;
  padding-bottom: 10px;
  width: 100%;
  height: auto; }
  .wall-post-item-pictures .square {
    border-radius: 5px; }

.wall-post-item-picture {
  width: 100%;
  float: left;
  border-radius: 5px;
  background-size: cover;
  background-position: center; }

.wall-post-grid-picture {
  background-size: cover;
  background-position: center;
  cursor: pointer; }

.wall-post-plan-picture {
  max-width: 100%;
  max-height: 400px;
  float: left;
  margin-bottom: 10px;
  border-radius: 5px;
  cursor: pointer; }

@media (max-width: 768px) {
  .wall-post-item-picture {
    height: auto;
    width: 100%;
    max-width: 100%;
    max-height: none;
    float: left;
    margin-bottom: 10px;
    border-radius: 5px; }

  .wall-post-plan-picture {
    max-width: 100%;
    width: 100%;
    max-height: none;
    float: left;
    margin-bottom: 10px;
    border-radius: 5px; }

  .wall-post-item-post {
    padding-left: 0;
    margin-top: 0px; }

  .wall-post-item-content {
    padding-right: 0;
    font-size: 14px;
    line-height: 18px; }

  .wall-post-item {
    padding: 10px; }

  .plans-card {
    padding: 20px 10px; }

  .wall-post-item-photo {
    width: 50px; }

  .wall-post-item-right {
    width: calc(100% - 65px); } }
.user-competition-history-block {
  margin-top: 15px; }

.user-competition-history-month-title span {
  color: #fff;
  background: #9D9E9E;
  padding: 5px 10px;
  border-radius: 30px; }

.user-competition-history-tournament {
  display: block;
  margin-top: 20px;
  width: 100%; }

.user-competition-history-tournament-left {
  float: left;
  width: 45px;
  text-align: right;
  padding-right: 5px; }

.user-competition-history-tournament-middle {
  float: left;
  width: 40px;
  padding-left: 5px; }

.user-competition-history-tournament-flag {
  width: 26px;
  height: 26px;
  margin-top: -3px;
  background-size: cover;
  background-position: center;
  border-radius: 50%; }

.user-competition-history-tournament-right {
  width: calc(100% - 85px);
  float: left;
  margin-top: -5px;
  line-height: 18px; }

.user-competition-history-tournament-title {
  cursor: pointer;
  color: #148a9d !important; }

.user-competition-history-tournament-medals {
  width: 100%;
  clear: both; }
  .user-competition-history-tournament-medals .medal {
    float: left;
    background: #BCBCBB;
    padding: 3px 6px 3px 3px;
    color: #fff;
    font-size: 12px;
    margin-right: 3px;
    border-radius: 30px;
    margin-top: 5px; }
  .user-competition-history-tournament-medals .medal-img {
    float: left;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: sandybrown; }
  .user-competition-history-tournament-medals .medal-text {
    padding-left: 5px;
    float: left; }

.edit-profile-block {
  padding: 40px 0 80px;
  background: #fff;
  color: #272F3B; }

.edit-profile-title {
  display: block;
  font-size: 20px; }

.edit-profile-block label {
  text-align: right;
  width: 100%;
  text-transform: uppercase; }

.edit-profile-block textarea {
  resize: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto;
  overflow-x: hidden; }

.edit-profile-block input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

@media (max-width: 768px) {
  .edit-profile-block label {
    text-align: left;
    width: 100%;
    text-transform: uppercase; } }
.blink {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite; }

@-webkit-keyframes blinker {
  50% {
    opacity: 0; } }

@keyframes blinker {
  50% {
    opacity: 0; } }
.btn {
  cursor: pointer; }

.thin-scroll::-webkit-scrollbar {
  border-radius: 3px;
  width: 5px;
  height: 6px; }

.thin-scroll::-webkit-scrollbar-thumb {
  background: #E8E9ED; }

.changePhotoModal .modal-dialog .modal-header {
  background-color: #2B7FAD; }
  .changePhotoModal .modal-dialog .modal-header .close {
    color: #fff; }
.changePhotoModal .modal-dialog .modal-title {
  color: #fff;
  margin-top: 0; }
.changePhotoModal .modal-dialog .modal-footer span {
  padding: 0;
  margin: 0 auto; }

.actions-modal .modal-content {
  width: 80% !important;
  margin: 0 auto; }

.thin-input {
  border-top: none;
  border-left: none;
  border-right: none;
  padding-left: 0;
  padding-bottom: 4px;
  border-radius: 0;
  border-color: #f2f2f2; }

textarea.thin-input {
  resize: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  height: auto;
  overflow-x: hidden; }

input.thin-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

select.thin-input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.instagram-link-block,
.profile-link-block {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; }
  .instagram-link-block.hover,
  .profile-link-block.hover {
    border-bottom: 1px solid #80BDFF; }
  .instagram-link-block span,
  .profile-link-block span {
    position: relative;
    display: block;
    left: 0;
    color: #C1B39C !important; }
  .instagram-link-block .profile-link-block-link,
  .profile-link-block .profile-link-block-link {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    padding-top: 6px; }
  .instagram-link-block .profile-link-block-input,
  .profile-link-block .profile-link-block-input {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 2;
            flex: 2 1 auto; }

.instagram-link-block span {
  left: 0;
  margin-right: 1px;
  color: #148a9d !important; }

.instagram-link-block input {
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.profile-link-block input {
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important; }

.org-header-wrapper {
  background: #fff;
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: calc(100vh - 82px);
  max-height: 820px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1; }
  .org-header-wrapper .org-header-background {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    z-index: -1; }

.org-header-navbar {
  display: none; }

.org-header-subwrapper {
  width: 100%;
  height: calc(100vh - 82px);
  max-height: 820px;
  background: rgba(0, 0, 0, 0.35);
  padding: 20px;
  position: relative;
  z-index: 2; }
  .org-header-subwrapper .org-header-left {
    float: left;
    width: 35%;
    margin-left: 5%;
    margin-right: 5%;
    height: 100%;
    max-height: 820px; }
    .org-header-subwrapper .org-header-left .org-header-about {
      color: #fff;
      margin-top: 25px;
      font-size: 14px; }
    .org-header-subwrapper .org-header-left .org-header-tags {
      margin: 15px 0 10px 0; }
      .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag {
        display: block;
        float: left;
        border: 1px solid #fff;
        border-radius: 20px;
        font-size: 16px;
        padding: 3px 9px;
        color: #fff;
        text-decoration: none !important;
        margin-left: 5px;
        margin-bottom: 5px; }
      .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag:hover,
      .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag:focus {
        background: rgba(255, 255, 255, 0.3); }
    .org-header-subwrapper .org-header-left .org-header-title-block {
      width: 100%; }
      .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-img {
        float: left;
        width: 60px; }
        .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-img img {
          max-width: 60px;
          max-height: 60px;
          border-radius: 5px; }
      .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-text {
        float: left;
        min-height: 60px;
        /* display: flex;
         flex-direction: column;
         justify-content: center;*/
        padding-left: 10px;
        width: calc(100% - 60px); }
        .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-text span {
          font-size: 25px;
          color: #fff;
          line-height: 21px; }
    .org-header-subwrapper .org-header-left .org-header-title {
      margin-top: 40px;
      font-size: 30px;
      line-height: 30px;
      color: #fff;
      font-family: Tahoma;
      font-weight: bold; }
      .org-header-subwrapper .org-header-left .org-header-title span {
        text-overflow: clip;
        overflow-wrap: normal;
        overflow-wrap: break-word;
        white-space: pre-wrap;
        /* Запрещаем перенос строк */ }
  .org-header-subwrapper .org-header-right {
    float: right;
    width: 50%;
    height: 100%;
    max-height: 820px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .org-header-subwrapper .org-header-right .org-header-right-content {
      height: 300px;
      width: 100%; }
      .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-top: 5px; }
        .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn {
          position: relative;
          color: #fff;
          border: 1px solid #fff;
          padding: 8px 25px 8px 25px;
          font-size: 14px;
          margin-right: 20px;
          text-decoration: none;
          border-radius: 20px;
          background: transparent;
          -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
                  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.active {
            background: rgba(255, 255, 255, 0.3); }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn:hover {
            background: rgba(255, 255, 255, 0.3); }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.org-header-btn-arrow {
            padding: 8px 25px 8px 30px; }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.org-header-btn-arrow:before {
            content: '';
            position: absolute;
            display: block;
            width: 30px;
            height: 1px;
            background: #fff;
            top: 50%;
            left: -15px;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.org-header-btn-arrow:hover:before {
            left: -20px; }
      .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 400px;
        margin-top: 40px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        vertical-align: middle; }
        .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-logo img {
          border-radius: 0.5rem;
          max-height: 80%;
          max-width: 80%; }
    .org-header-subwrapper .org-header-right .org-header-right-nav {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item {
        display: block;
        height: 100px;
        width: 100px;
        max-width: 100px;
        text-align: center;
        text-decoration: none !important; }
        .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle {
          margin: 0 auto;
          width: 70px;
          height: 70px;
          border: 1px solid #C1B39C;
          border-radius: 50%;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          text-align: center;
          padding: 0; }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle.org-header-item-circle-flag {
            background-position: center;
            background-size: cover !important;
            border: none !important;
            overflow: hidden !important; }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle span {
            color: #fff;
            font-weight: 200;
            line-height: 65px;
            font-size: 35px; }
        .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item:hover .org-header-nav-item-circle {
          background: rgba(255, 255, 255, 0.3); }
        .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-text {
          width: 100%;
          white-space: nowrap;
          /* Запрещаем перенос строк */
          overflow: hidden;
          color: #fff;
          text-align: center;
          text-overflow: ellipsis; }

@media (max-width: 1400px) {
  .org-header-wrapper {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    height: calc(100vh - 82px);
    max-height: 820px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }

  .org-header-navbar {
    display: none; }

  .org-header-subwrapper {
    width: 100%;
    height: calc(100vh - 82px);
    max-height: 820px;
    background: rgba(0, 0, 0, 0.35);
    padding: 20px;
    position: relative; }
    .org-header-subwrapper .org-header-left {
      float: left;
      width: 35%;
      margin-left: 5%;
      margin-right: 5%;
      height: 100%;
      max-height: 820px; }
      .org-header-subwrapper .org-header-left .org-header-about {
        color: #fff;
        margin-top: 25px;
        font-size: 14px; }
      .org-header-subwrapper .org-header-left .org-header-tags {
        margin: 15px 0 10px 0; }
        .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag {
          display: block;
          float: left;
          border: 1px solid #fff;
          border-radius: 20px;
          font-size: 16px;
          padding: 3px 9px;
          color: #fff;
          text-decoration: none !important;
          margin-left: 5px;
          margin-bottom: 5px; }
        .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag:hover,
        .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag:focus {
          background: rgba(255, 255, 255, 0.3); }
      .org-header-subwrapper .org-header-left .org-header-title-block {
        width: 100%; }
        .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-img {
          float: left;
          width: 60px; }
          .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-img img {
            max-width: 60px;
            max-height: 60px;
            border-radius: 5px; }
        .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-text {
          float: left;
          min-height: 60px;
          /* display: flex;
           flex-direction: column;
           justify-content: center;*/
          padding-left: 10px;
          width: calc(100% - 60px); }
          .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-text span {
            font-size: 25px;
            color: #fff;
            line-height: 21px; }
      .org-header-subwrapper .org-header-left .org-header-title {
        margin-top: 40px;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        font-family: Tahoma;
        font-weight: bold; }
        .org-header-subwrapper .org-header-left .org-header-title span {
          text-overflow: clip;
          overflow-wrap: normal;
          overflow-wrap: break-word;
          white-space: pre-wrap;
          /* Запрещаем перенос строк */ }
    .org-header-subwrapper .org-header-right {
      float: right;
      width: 50%;
      height: 100%;
      max-height: 820px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .org-header-subwrapper .org-header-right .org-header-right-content {
        height: 300px;
        width: 100%; }
        .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding-top: 5px; }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn {
            position: relative;
            color: #fff;
            border: 1px solid #fff;
            padding: 8px 25px 8px 25px;
            font-size: 14px;
            margin-right: 20px;
            text-decoration: none;
            border-radius: 20px;
            background: transparent;
            -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
                    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out; }
            .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.active {
              background: rgba(255, 255, 255, 0.3); }
            .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn:hover {
              background: rgba(255, 255, 255, 0.3); }
            .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.org-header-btn-arrow {
              padding: 8px 25px 8px 30px; }
            .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.org-header-btn-arrow:before {
              content: '';
              position: absolute;
              display: block;
              width: 30px;
              height: 1px;
              background: #fff;
              top: 50%;
              left: -15px;
              -webkit-transition: all 0.2s ease-in-out;
              transition: all 0.2s ease-in-out; }
            .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-buttons .org-header-btn.org-header-btn-arrow:hover:before {
              left: -20px; }
        .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-logo {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 200px;
          margin-top: 40px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          vertical-align: middle; }
          .org-header-subwrapper .org-header-right .org-header-right-content .org-header-right-logo img {
            border-radius: 0.5rem;
            max-height: 80%;
            max-width: 80%; }
      .org-header-subwrapper .org-header-right .org-header-right-nav {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item {
          display: block;
          height: 100px;
          width: 100px;
          max-width: 100px;
          text-align: center;
          text-decoration: none !important; }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle {
            margin: 0 auto;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            text-align: center;
            padding: 0; }
            .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle.org-header-item-circle-flag {
              background-position: center;
              background-size: cover !important;
              border: none !important;
              overflow: hidden !important; }
            .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle span {
              color: #fff;
              font-weight: 200;
              line-height: 65px;
              font-size: 35px; }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item:hover .org-header-nav-item-circle {
            background: rgba(255, 255, 255, 0.3); }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-text {
            width: 100%;
            white-space: nowrap;
            /* Запрещаем перенос строк */
            overflow: hidden;
            color: #fff;
            text-align: center;
            text-overflow: ellipsis; } }
@media (max-width: 768px) {
  .org-header-navbar {
    display: block;
    height: 56px;
    padding: 8px 10px;
    position: relative; }
    .org-header-navbar .fitofan-menu-logo {
      float: left;
      width: calc(100% - 60px);
      font-size: 20px;
      padding-left: 20px;
      line-height: 20px;
      color: #fff; }
      .org-header-navbar .fitofan-menu-logo .fitofan-menu-logo {
        position: relative;
        top: -10px;
        width: 40px;
        height: 40px;
        background-size: cover;
        background-position: center;
        border-radius: 50%;
        margin-right: 15px; }
      .org-header-navbar .fitofan-menu-logo p {
        white-space: nowrap;
        /* Запрещаем перенос строк */
        overflow: hidden;
        color: #fff;
        font-size: 14px;
        text-overflow: ellipsis; }
    .org-header-navbar .fitofan-menu-button {
      display: block;
      cursor: pointer;
      float: right;
      height: 38px;
      width: 15px;
      text-align: right; }
      .org-header-navbar .fitofan-menu-button div {
        background: #fff;
        height: 4px;
        border-radius: 50%; }
      .org-header-navbar .fitofan-menu-button div:nth-child(1) {
        width: 4px; }
      .org-header-navbar .fitofan-menu-button div:nth-child(2) {
        margin-top: 3px;
        width: 4px; }
      .org-header-navbar .fitofan-menu-button div:nth-child(3) {
        margin-top: 3px;
        width: 4px; }
    .org-header-navbar .fitofan-menu-toggle {
      float: left;
      display: block;
      width: 40px;
      height: 38px; }
      .org-header-navbar .fitofan-menu-toggle div {
        background: #fff;
        height: 3px; }
      .org-header-navbar .fitofan-menu-toggle div:nth-child(1) {
        width: 35px; }
      .org-header-navbar .fitofan-menu-toggle div:nth-child(2) {
        margin-top: 5px;
        width: 40px; }
      .org-header-navbar .fitofan-menu-toggle div:nth-child(3) {
        margin-top: 5px;
        width: 30px; }

  .org-header-wrapper {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    background: #fff;
    border: none;
    height: auto;
    min-height: calc(100vh - 55px);
    border-radius: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }

  .org-header-subwrapper {
    width: 100%;
    min-height: calc(100vh - 50px);
    height: auto;
    background: rgba(0, 0, 0, 0.35);
    padding: 15px 0 130px 0;
    position: relative; }
    .org-header-subwrapper .org-header-left {
      float: left;
      width: 100%;
      padding-left: 35px;
      padding-right: 35px;
      margin: 0;
      height: auto; }
      .org-header-subwrapper .org-header-left .org-header-about {
        color: #fff;
        margin-top: 15px;
        font-weight: 300;
        font-size: 14px; }
      .org-header-subwrapper .org-header-left .org-header-tags {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        margin: 15px 0 20px; }
        .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag {
          display: block;
          float: left;
          border: 1px solid #fff;
          border-radius: 15px;
          font-size: 12px;
          padding: 4px 7px;
          color: #fff;
          text-decoration: none !important;
          margin-top: 5px;
          margin-left: 5px;
          margin-bottom: 5px; }
        .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag:hover,
        .org-header-subwrapper .org-header-left .org-header-tags .org-header-tag:focus {
          background: rgba(255, 255, 255, 0.3); }
      .org-header-subwrapper .org-header-left .org-header-title-block {
        display: none !important;
        width: 100%; }
        .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-img {
          float: left;
          width: 50px; }
          .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-img img {
            max-width: 50px;
            max-height: 50px;
            border-radius: 2px; }
        .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-text {
          float: left;
          min-height: 60px;
          /* display: flex;
           flex-direction: column;
           justify-content: center;*/
          padding-left: 10px;
          width: calc(100% - 50px); }
          .org-header-subwrapper .org-header-left .org-header-title-block .org-header-title-text span {
            font-size: 15px;
            color: #fff;
            line-height: 21px; }
      .org-header-subwrapper .org-header-left .org-header-title {
        margin-top: 50px;
        font-size: 45px;
        line-height: 45px;
        color: #fff;
        font-family: Tahoma;
        font-weight: bold; }
    .org-header-subwrapper .org-header-right {
      float: right;
      width: 100%;
      height: 120px;
      position: absolute;
      bottom: 10px; }
      .org-header-subwrapper .org-header-right .org-header-right-content {
        display: none; }
      .org-header-subwrapper .org-header-right .org-header-right-nav {
        width: 100%;
        height: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 20px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item {
          display: block;
          height: 100px;
          width: 100px;
          text-align: center;
          text-decoration: none !important; }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle {
            margin: 0 auto;
            width: 70px;
            height: 70px;
            border: 1px solid #FEFEFE;
            border-radius: 50%;
            -webkit-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            text-align: center;
            padding: 0; }
            .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle.org-header-item-circle-flag {
              background-size: cover !important;
              border: none !important;
              overflow: hidden !important; }
            .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-circle span {
              color: #fff;
              font-weight: 200 !important;
              line-height: 70px;
              font-size: 30px; }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item:hover .org-header-nav-item-circle {
            background: rgba(255, 255, 255, 0.3); }
          .org-header-subwrapper .org-header-right .org-header-right-nav .org-header-nav-item .org-header-nav-item-text {
            padding-top: 5px !important;
            margin: 0;
            color: #fff;
            font-weight: 200;
            text-align: center; } }
.org-header-container {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto; }

.usr-m-header-container {
  display: none; }

@media (max-width: 768px) {
  .usr-m-header-container {
    display: block; }

  .usr-m-header-wrapper {
    margin-top: 0;
    max-width: 100%;
    position: relative;
    background: #fff;
    border: none;
    height: auto;
    min-height: calc(100vh - 55px);
    border-radius: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden; }

  .usr-m-header-subwrapper {
    width: 100%;
    min-height: calc(100vh - 50px);
    height: auto;
    background: rgba(0, 0, 0, 0.35);
    padding: 15px 0 0 0;
    position: relative; }
    .usr-m-header-subwrapper .usr-m-header-navbar {
      display: block;
      height: 56px;
      padding: 8px 10px;
      position: relative; }
      .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-logo {
        float: left;
        width: calc(100% - 60px);
        font-size: 20px;
        padding-left: 20px;
        line-height: 20px;
        color: #fff; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-logo .fitofan-menu-logo {
          position: relative;
          top: -10px;
          width: 40px;
          height: 40px;
          background-size: cover;
          background-position: center;
          border-radius: 50%;
          margin-right: 15px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-logo p {
          white-space: nowrap;
          /* Запрещаем перенос строк */
          overflow: hidden;
          color: #fff;
          font-size: 14px;
          text-overflow: ellipsis; }
      .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-button {
        display: block;
        cursor: pointer;
        float: right;
        height: 38px;
        width: 15px;
        text-align: right; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-button div {
          background: #fff;
          height: 4px;
          border-radius: 50%; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-button div:nth-child(1) {
          width: 4px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-button div:nth-child(2) {
          margin-top: 3px;
          width: 4px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-button div:nth-child(3) {
          margin-top: 3px;
          width: 4px; }
      .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-toggle {
        float: left;
        display: block;
        width: 40px;
        height: 38px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-toggle div {
          background: #fff;
          height: 3px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-toggle div:nth-child(1) {
          width: 35px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-toggle div:nth-child(2) {
          margin-top: 5px;
          width: 40px; }
        .usr-m-header-subwrapper .usr-m-header-navbar .fitofan-menu-toggle div:nth-child(3) {
          margin-top: 5px;
          width: 30px; }
    .usr-m-header-subwrapper .usr-m-header-left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 100%;
      min-height: calc(100vh - 125px);
      padding-left: 15px;
      padding-right: 15px;
      margin: 0;
      height: auto; }
      .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-about {
        color: #fff;
        margin-top: 15px;
        font-weight: 300;
        font-size: 14px; }
      .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-title-block {
        display: none !important;
        width: 100%; }
        .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-title-block .usr-m-header-title-img {
          float: left;
          width: 50px; }
          .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-title-block .usr-m-header-title-img img {
            max-width: 50px;
            max-height: 50px;
            border-radius: 2px; }
        .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-title-block .usr-m-header-title-text {
          float: left;
          min-height: 60px;
          /* display: flex;
           flex-direction: column;
           justify-content: center;*/
          padding-left: 10px;
          width: calc(100% - 50px); }
          .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-title-block .usr-m-header-title-text span {
            font-size: 15px;
            color: #fff;
            line-height: 21px; }
      .usr-m-header-subwrapper .usr-m-header-left .usr-m-header-title {
        margin-bottom: 10px;
        font-size: 45px;
        line-height: 45px;
        color: #fff;
        font-family: Tahoma;
        font-weight: bold; }
    .usr-m-header-subwrapper .usr-m-header-tags {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      margin: 15px 0 20px; }
      .usr-m-header-subwrapper .usr-m-header-tags .usr-m-header-tag {
        display: block;
        background: rgba(0, 0, 0, 0.4);
        float: left;
        border: 1px solid #fff;
        border-radius: 15px;
        font-size: 12px;
        padding: 4px 7px;
        color: #fff;
        text-decoration: none !important;
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px; }
      .usr-m-header-subwrapper .usr-m-header-tags .usr-m-header-tag:hover,
      .usr-m-header-subwrapper .usr-m-header-tags .usr-m-header-tag:focus {
        background: rgba(255, 255, 255, 0.3); } }
.dark-card {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 30px #d5daea !important;
          box-shadow: 0 5px 30px #d5daea !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  width: 100%;
  background-clip: border-box;
  background: #092D46;
  height: 360px; }
  .dark-card .header {
    position: relative;
    background: #092D46;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    padding: 12px 0 12px 15px;
    line-height: 15px;
    font-size: 15px;
    color: #fff;
    border-bottom: 1px solid #fff; }
    .dark-card .header .sublink {
      top: 10px;
      cursor: pointer;
      display: block;
      color: rgba(255, 255, 255, 0.8);
      position: absolute;
      right: 10px;
      height: 20px;
      font-size: 15px;
      line-height: 19px;
      text-align: center;
      float: right; }
      .dark-card .header .sublink:hover {
        color: #fff; }
    .dark-card .header .actions {
      cursor: pointer;
      display: block;
      position: absolute;
      right: 10px;
      top: 10px;
      height: 20px;
      width: 20px;
      padding: 0;
      line-height: 19px;
      text-align: center;
      background: rgba(255, 255, 255, 0.2);
      float: right;
      font-size: 20px;
      font-weight: bold;
      color: #fff;
      border-radius: 50%; }
  .dark-card .dark-card-container {
    padding: 20px; }

.home-event-item {
  display: block;
  height: 130px;
  width: 100%;
  color: #fff !important; }
  .home-event-item:last-child {
    margin-top: 15px; }
  .home-event-item .home-event-item-left {
    float: left;
    width: 110px;
    padding-right: 20px;
    height: 130px; }
    .home-event-item .home-event-item-left .home-event-item-logo {
      width: 90px;
      height: 100%;
      background-size: cover;
      border-radius: 5px; }
  .home-event-item .home-event-item-right {
    float: left;
    width: calc(100% - 110px); }
    .home-event-item .home-event-item-right .home-event-item-online {
      position: relative;
      font-size: 14px; }
      .home-event-item .home-event-item-right .home-event-item-online:after {
        content: '';
        display: block;
        position: absolute;
        background: #009846;
        right: -10px;
        top: 6px;
        width: 5px;
        height: 5px;
        border-radius: 50%; }
    .home-event-item .home-event-item-right .home-event-item-title {
      font-size: 20px;
      line-height: 20px; }
    .home-event-item .home-event-item-right .home-event-item-tags {
      margin-top: 10px; }
      .home-event-item .home-event-item-right .home-event-item-tags .home-event-item-tag {
        font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
        float: left;
        margin-top: 3px;
        margin-right: 3px;
        font-size: 12px;
        padding: 3px 5px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 20px; }

.home-event-slide {
  position: relative;
  height: 360px;
  width: 100%;
  background: #092D46;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 30px #d5daea !important;
          box-shadow: 0 5px 30px #d5daea !important;
  color: #fff !important;
  overflow: hidden; }
  .home-event-slide .home-event-slide-left {
    float: left;
    height: 360px;
    width: 200px; }
    .home-event-slide .home-event-slide-left .home-event-slide-logo {
      background-size: cover;
      width: 100%;
      height: 100%; }
  .home-event-slide .home-event-slide-right {
    float: left;
    position: relative;
    width: calc(100% - 200px);
    height: 360px;
    padding: 20px 10px 10px 25px; }
    .home-event-slide .home-event-slide-right .home-event-live-icon {
      color: #fff;
      background: #E31E24;
      position: absolute;
      right: 20px;
      top: 20px;
      width: 45px;
      height: 45px;
      line-height: 45px;
      border-radius: 50%;
      font-size: 20px;
      text-align: center; }
    .home-event-slide .home-event-slide-right .home-event-slide-tags .home-event-slide-tag {
      font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
      margin-top: 3px;
      margin-right: 10px;
      font-size: 12px;
      padding: 5px 9px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 20px; }
    .home-event-slide .home-event-slide-right .home-event-slide-location {
      margin-top: 20px;
      font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
      width: 100%; }
      .home-event-slide .home-event-slide-right .home-event-slide-location .home-event-slide-flag {
        float: left;
        width: 40px;
        height: 40px;
        background-size: cover;
        border-radius: 50%; }
      .home-event-slide .home-event-slide-right .home-event-slide-location span {
        display: block;
        float: left;
        padding-top: 8px;
        margin-left: 15px; }
    .home-event-slide .home-event-slide-right .home-event-slide-title {
      margin-top: 15px;
      padding-right: 30px;
      font-size: 26px;
      line-height: 30px; }
    .home-event-slide .home-event-slide-right .home-event-slide-competitors {
      margin-top: 5px;
      width: 100%;
      height: 45px;
      position: absolute;
      left: 20px;
      bottom: 20px; }
    .home-event-slide .home-event-slide-right .home-event-slide-competitors-photos {
      display: block;
      float: left;
      height: 45px;
      width: 130px; }
      .home-event-slide .home-event-slide-right .home-event-slide-competitors-photos div {
        float: left;
        border: 1px solid white;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        width: 45px;
        height: 45px;
        position: relative;
        margin-left: -10px; }
      .home-event-slide .home-event-slide-right .home-event-slide-competitors-photos div:first-child {
        margin-left: 0; }
    .home-event-slide .home-event-slide-right .home-event-slide-competitors-content {
      padding-left: 10px;
      display: block;
      position: relative;
      float: left;
      height: 45px;
      line-height: 42px;
      font-size: 50px; }
  .home-event-slide .home-event-slide-left-arrow {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    opacity: 0.3; }
  .home-event-slide .home-event-slide-right-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    opacity: 0.3; }
  .home-event-slide .home-event-slide-right-arrow:hover,
  .home-event-slide .home-event-slide-left-arrow:hover {
    opacity: 1; }

.org-news-items {
  height: 100%; }
  .org-news-items .org-news-module-right {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    opacity: 0.3; }
  .org-news-items .org-news-module-left {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
    opacity: 0.3; }
  .org-news-items .org-news-module-right:hover,
  .org-news-items .org-news-module-left:hover {
    opacity: 1; }

.org-news-module {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  display: block;
  text-decoration: none;
  position: relative;
  background: #092D46;
  color: #fff;
  height: 350px;
  min-height: 100% !important;
  border-radius: 0.5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  margin: 0;
  padding: 0;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .org-news-module .org-news-module-time {
    color: rgba(255, 255, 255, 0.8); }
  .org-news-module .org-news-module-image {
    position: relative;
    width: 100%;
    min-height: 1px;
    height: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .org-news-module .org-new-module-background {
    display: none; }
  .org-news-module .org-news-module-content {
    position: relative;
    width: 100%;
    min-height: 1px;
    color: #fff;
    padding: 1rem;
    max-width: 40%;
    height: 100%; }
    .org-news-module .org-news-module-content span {
      line-height: 32px;
      font-size: 30px;
      font-weight: bold; }
    .org-news-module .org-news-module-content p {
      margin-top: 10px; }

@media (max-width: 992px) {
  .org-news-module {
    height: 300px; } }
@media (max-width: 768px) {
  .org-news-module {
    position: relative;
    background: #092D46;
    color: #fff;
    height: 300px;
    border-radius: 0;
    overflow: hidden;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .org-news-module .org-new-module-background {
      position: absolute;
      display: block;
      right: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0.5;
      -webkit-filter: blur(2px);
              filter: blur(2px); }
    .org-news-module .org-news-module-image {
      display: none !important; }
    .org-news-module .org-news-module-content {
      position: relative;
      width: 100%;
      padding: 1rem;
      max-width: 100%;
      min-height: 300px;
      height: auto; }
      .org-news-module .org-news-module-content span {
        line-height: 32px;
        font-size: 30px;
        font-weight: bold; }
      .org-news-module .org-news-module-content p {
        margin-top: 10px;
        font-weight: 300; } }
.line-event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 170px;
  height: 100%;
  max-width: 330px !important;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 0.5rem;
  text-decoration: none !important;
  min-height: 170px;
  color: #fff !important; }
  .line-event-block:last-child {
    margin-right: 10px; }
  .line-event-block .line-event-block-background {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 1;
    border-radius: 0.5rem; }
    .line-event-block .line-event-block-background div {
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 0.5rem; }
  .line-event-block .line-event-block-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 170px;
    height: 100%;
    z-index: 3;
    padding: 15px; }
  .line-event-block .event-title {
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif, Arial; }
  .line-event-block .event-location {
    font-size: 11px; }
  .line-event-block .event-tag {
    font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
    font-size: 10px;
    padding: 2px 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px; }
  .line-event-block .event-competitors {
    margin-top: 5px;
    width: 100%;
    height: 30px; }
  .line-event-block .event-competitors-photos {
    display: block;
    float: left;
    height: 30px;
    width: 80px; }
    .line-event-block .event-competitors-photos div {
      float: left;
      border: 1px solid white;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      width: 30px;
      height: 30px;
      position: relative;
      margin-left: -10px; }
    .line-event-block .event-competitors-photos div:first-child {
      margin-left: 0; }
  .line-event-block .event-competitors-content {
    padding-left: 10px;
    display: block;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 11px; }
  .line-event-block .event-competitors-content:before {
    position: absolute;
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -0px;
    margin-top: -2px; }
  .line-event-block .line-event-nav-block {
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    text-align: right;
    padding: 10px 15px 0 15px; }
    .line-event-block .line-event-nav-block .fa {
      font-size: 20px; }

@media (max-width: 768px) {
  .line-event-block {
    width: 170px;
    cursor: pointer;
    border-radius: 0.25rem;
    min-width: 170px;
    max-width: 170px !important;
    min-height: 170px;
    margin-right: 5px; }
    .line-event-block:last-child {
      margin-right: 0; }
    .line-event-block .line-event-block-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 170px;
      height: 100%;
      z-index: 3;
      padding: 10px 10px 10px 10px;
      font-size: 12px; }
    .line-event-block .event-title {
      font-size: 14px;
      font-weight: bold;
      font-family: sans-serif, Arial; }
    .line-event-block .event-tag {
      font-size: 10px;
      padding: 2px 4px;
      line-height: 10px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 20px; }
    .line-event-block .event-date {
      margin-top: 5px; }
    .line-event-block .event-competitors {
      margin-top: 5px;
      width: 100%;
      height: 15px; }
    .line-event-block .event-competitors-photos {
      float: left;
      height: 15px;
      width: 35px; }
      .line-event-block .event-competitors-photos div {
        float: left;
        border: none;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        width: 15px;
        height: 15px;
        position: relative;
        margin-left: -7px; }
      .line-event-block .event-competitors-photos div:first-child {
        margin-left: 0; }
    .line-event-block .event-competitors-content {
      display: block;
      position: relative;
      float: left;
      margin-left: 0px;
      height: 15px;
      line-height: 15px;
      padding-left: 5px;
      font-size: 11px; }
    .line-event-block .event-competitors-content:before {
      width: 2px;
      height: 2px;
      top: 50%;
      left: 0px;
      margin-top: -1px; }
    .line-event-block .line-event-nav-block {
      position: absolute;
      top: 0;
      height: 30px;
      width: 100%;
      text-align: right;
      padding: 10px 15px 0 15px; }
      .line-event-block .line-event-nav-block .fa {
        font-size: 20px; } }
.levent {
  font-family: Calibri;
  margin-left: 3px;
  margin-right: 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  width: 155px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
  border-radius: 6px;
  color: #000 !important;
  text-decoration: none !important;
  overflow: hidden;
  /*  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);*/ }

.levent:last-child {
  margin-right: 0; }

.levent__date {
  float: left;
  width: auto; }
  .levent__date .levent-date1 {
    color: #0093DD;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
  .levent__date .levent-date2 {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    width: 100%; }

.levent__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 155px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.levent__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0; }

.levent__img--hover {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 155px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0; }

.levent__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 10px 10px 10px 10px; }

.levent__category {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #868686 !important; }

.levent__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  max-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden; }

.levent__by {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  text-overflow: ellipsis; }

.levent__author {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #AD7D52; }

.levent:hover .levent__img--hover {
  height: 100%;
  opacity: 0.3; }

.levent:hover .levent__info {
  background-color: transparent;
  position: relative; }

.levent:hover .levent__info-hover {
  opacity: 1; }

@media (max-width: 768px) {
  .levent {
    font-family: Calibri;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 120px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    color: #000 !important;
    text-decoration: none !important;
    /*border: 1px solid rgba(0,0,0,0.22);*/ }

  .levent:last-child {
    margin-right: 0; }

  .levent__date {
    float: left;
    width: auto; }
    .levent__date .levent-date1 {
      color: #0093DD;
      font-size: 10px;
      font-weight: bold;
      line-height: 10px;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    .levent__date .levent-date2 {
      font-size: 25px;
      line-height: 25px;
      color: #000;
      width: 100%; }

  .levent__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 120px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }

  .levent__info-hover {
    position: absolute;
    padding: 12px;
    width: 100%;
    opacity: 0;
    top: 0; }

  .levent__img--hover {
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 120px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 0; }

  .levent__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 5px 5px 5px; }

  .levent__category {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #868686 !important; }

  .levent__title {
    font-size: 8px;
    font-weight: bold;
    line-height: 11px;
    max-height: 33px;
    overflow: hidden; }

  .levent__by {
    font-size: 9px;
    font-weight: 500; }

  .levent__author {
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52; }

  .levent:hover .levent__img--hover {
    height: 100%;
    opacity: 0.3; }

  .levent:hover .levent__info {
    background-color: transparent;
    position: relative; }

  .levent:hover .levent__info-hover {
    opacity: 1; } }
.line-org-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 170px;
  height: 100%;
  max-width: 330px !important;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 0.5rem;
  text-decoration: none !important;
  min-height: 170px;
  color: #fff !important; }
  .line-org-block:last-child {
    margin-right: 10px; }
  .line-org-block .line-org-block-background {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    background: #56698F;
    z-index: 1;
    border-radius: 0.5rem; }
    .line-org-block .line-org-block-background div {
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      border-radius: 0.5rem; }
  .line-org-block .line-org-block-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    min-height: 170px;
    height: 100%;
    z-index: 3;
    padding: 15px 10px; }
    .line-org-block .line-org-block-content .line-org-block-img {
      width: 50px;
      height: 50px;
      float: left;
      background-size: cover;
      background-position: center;
      border-radius: 50%; }
    .line-org-block .line-org-block-content .line-org-block-title {
      padding-left: 5px;
      float: left;
      width: calc(100% - 50px);
      overflow: hidden;
      white-space: pre-line;
      font-size: 13px;
      line-height: 13px;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 13px;
      /* number of lines to show */
      line-height: 13px;
      /* fallback */
      max-height: 52px;
      /* fallback */ }
  .line-org-block .line-org-tags {
    margin-top: 5px; }
  .line-org-block .event-title {
    font-weight: bold;
    font-size: 12px;
    font-family: sans-serif, Arial; }
  .line-org-block .event-location {
    font-size: 11px; }
  .line-org-block .line-org-tag {
    font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
    float: left;
    margin-top: 3px;
    margin-right: 3px;
    font-size: 10px;
    padding: 2px 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px; }
  .line-org-block .line-org-competitors {
    margin-top: 5px;
    width: 100%;
    height: 30px; }
  .line-org-block .line-org-competitors-photos {
    display: block;
    float: left;
    height: 30px;
    width: 80px; }
    .line-org-block .line-org-competitors-photos div {
      float: left;
      border: 1px solid white;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      width: 30px;
      height: 30px;
      position: relative;
      margin-left: -10px; }
    .line-org-block .line-org-competitors-photos div:first-child {
      margin-left: 0; }
  .line-org-block .line-org-competitors-content {
    padding-left: 10px;
    display: block;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    font-size: 30px; }

@media (max-width: 768px) {
  .line-org-block {
    width: 170px;
    cursor: pointer;
    border-radius: 0.25rem;
    min-width: 170px;
    max-width: 170px !important;
    min-height: 170px;
    margin-left: 5px; }
    .line-org-block:last-child {
      margin-right: 5px; } }
.just-event-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 255px;
  height: 100%;
  max-width: 330px !important;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: none !important;
  min-height: 350px;
  border: 1px solid #DFDFDF;
  background: #092D46;
  color: #fff !important; }
  .just-event-block .just-event-block-background {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
    z-index: 1; }
    .just-event-block .just-event-block-background div {
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
  .just-event-block .just-event-block-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 350px;
    height: 100%;
    z-index: 3;
    padding: 15px; }
  .just-event-block .event-title {
    font-weight: bold;
    font-family: sans-serif, Arial; }
  .just-event-block .event-tag {
    font-size: 12px;
    padding: 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px; }
  .just-event-block .event-competitors {
    margin-top: 5px;
    width: 100%;
    height: 30px; }
  .just-event-block .event-competitors-photos {
    display: block;
    float: left;
    height: 30px;
    width: 80px; }
    .just-event-block .event-competitors-photos div {
      float: left;
      border: 1px solid white;
      border-radius: 50%;
      background-size: cover;
      background-position: center;
      width: 30px;
      height: 30px;
      position: relative;
      margin-left: -10px; }
    .just-event-block .event-competitors-photos div:first-child {
      margin-left: 0; }
  .just-event-block .event-competitors-content {
    display: block;
    position: relative;
    float: left;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    font-size: 14px; }
  .just-event-block .event-competitors-content:before {
    position: absolute;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    left: -0px;
    margin-top: -2px; }
  .just-event-block .just-event-nav-block {
    position: absolute;
    top: 0;
    height: 30px;
    width: 100%;
    text-align: right;
    padding: 10px 15px 0 15px; }
    .just-event-block .just-event-nav-block .fa {
      font-size: 20px; }

@media (max-width: 768px) {
  .just-event-block {
    width: 170px;
    cursor: pointer;
    border-radius: 0.25rem;
    min-width: 170px;
    max-width: 170px !important;
    min-height: 270px;
    margin-left: 5px; }
    .just-event-block:last-child {
      margin-right: 5px; }
    .just-event-block .just-event-block-background {
      display: block;
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0.5;
      z-index: 1; }
    .just-event-block .just-event-block-content {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      min-height: 270px;
      height: 100%;
      z-index: 3;
      padding: 10px 10px 10px 10px;
      font-size: 12px; }
    .just-event-block .event-title {
      font-size: 14px;
      font-weight: bold;
      font-family: sans-serif, Arial; }
    .just-event-block .event-tag {
      font-size: 10px;
      padding: 2px 4px;
      line-height: 10px;
      border: 1px solid rgba(255, 255, 255, 0.5);
      border-radius: 20px; }
    .just-event-block .event-date {
      margin-top: 5px; }
    .just-event-block .event-competitors {
      margin-top: 5px;
      width: 100%;
      height: 15px; }
    .just-event-block .event-competitors-photos {
      float: left;
      height: 15px;
      width: 35px; }
      .just-event-block .event-competitors-photos div {
        float: left;
        border: none;
        border-radius: 50%;
        background-size: cover;
        background-position: center;
        width: 15px;
        height: 15px;
        position: relative;
        margin-left: -7px; }
      .just-event-block .event-competitors-photos div:first-child {
        margin-left: 0; }
    .just-event-block .event-competitors-content {
      display: block;
      position: relative;
      float: left;
      margin-left: 0px;
      height: 15px;
      line-height: 15px;
      padding-left: 5px;
      font-size: 11px; }
    .just-event-block .event-competitors-content:before {
      position: absolute;
      content: '';
      display: block;
      width: 2px;
      height: 2px;
      background: #fff;
      border-radius: 50%;
      top: 50%;
      left: 0px;
      margin-top: -1px; }
    .just-event-block .just-event-nav-block {
      position: absolute;
      top: 0;
      height: 30px;
      width: 100%;
      text-align: right;
      padding: 10px 15px 0 15px; }
      .just-event-block .just-event-nav-block .fa {
        font-size: 20px; } }
.best-trainer-block {
  height: 120px;
  width: 255px !important;
  min-width: 255px !important;
  max-width: 255px !important;
  border-radius: .25rem;
  background: #092D46;
  overflow: hidden; }
  .best-trainer-block .best-trainer-block-image {
    float: left;
    height: 120px;
    width: 120px;
    background-size: cover;
    background-position: center; }
  .best-trainer-block .best-trainer-block-content {
    float: right;
    height: 120px;
    padding: 10px;
    width: calc(100% - 120px);
    color: #fff; }
    .best-trainer-block .best-trainer-block-content .status-span {
      font-size: 14px; }
    .best-trainer-block .best-trainer-block-content .name-span {
      font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
      line-height: 17px;
      font-weight: 600;
      font-size: 16px; }

@media (max-width: 768px) {
  .best-trainer-block {
    height: 130px;
    margin: 0 5px;
    margin-top: 0 !important; }
    .best-trainer-block .best-trainer-block-image {
      float: left;
      height: 130px;
      width: 30vw; }
    .best-trainer-block .best-trainer-block-content {
      height: 130px;
      padding: 10px;
      width: calc(100% - 30vw);
      color: #fff; }
      .best-trainer-block .best-trainer-block-content .status-span {
        font-size: 12px; }
      .best-trainer-block .best-trainer-block-content .name-span {
        font-family: Arial;
        line-height: 17px;
        font-weight: 600;
        font-size: 14px; } }
.vertical-news-list {
  height: 100%;
  max-height: 400px; }
  .vertical-news-list .trans-card-content {
    max-height: 400px; }
  .vertical-news-list .swiper-container {
    margin: 0 0 !important; }

.vertical-news-item {
  display: block;
  text-decoration: none !important;
  width: 100%;
  min-height: 80px;
  padding: 5px;
  height: 7px !important;
  max-height: 60px !important;
  margin-bottom: 5px; }
  .vertical-news-item .vertical-news-image {
    float: left;
    height: 80px;
    width: 40%; }
    .vertical-news-item .vertical-news-image div {
      padding: 0;
      width: 100%;
      height: 75px;
      background-size: cover;
      background-position: center; }
  .vertical-news-item .vertical-news-content {
    float: right;
    padding-left: 10px;
    width: 60%;
    min-height: 60px;
    font-family: sans-serif, Arial; }
    .vertical-news-item .vertical-news-content .vertical-news-title {
      margin: 0 0 4px 0;
      display: -webkit-box;
      max-height: 3.2rem;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      -webkit-line-clamp: 2;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400;
      line-height: 14px; }
    .vertical-news-item .vertical-news-content .vertical-news-subtitle {
      margin: 0 0 4px 0;
      display: -webkit-box;
      max-height: 3.2rem;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      font-weight: 200;
      color: rgba(0, 0, 0, 0.5);
      -webkit-line-clamp: 2;
      font-size: 14px;
      line-height: 14px; }

@media (max-width: 768px) {
  .vertical-news-list {
    height: auto;
    max-height: auto;
    padding-bottom: 5px; }

  .vertical-news-item {
    width: 100%;
    min-height: 100px;
    height: 7px !important;
    max-height: 100px !important;
    margin-bottom: 5px; }
    .vertical-news-item .vertical-news-image {
      float: left;
      height: 100px;
      width: 40%; }
      .vertical-news-item .vertical-news-image div {
        padding: 0;
        width: 100%;
        height: 100px;
        background-size: cover;
        background-position: center; }
    .vertical-news-item .vertical-news-content {
      float: right;
      padding-left: 10px;
      width: 60%;
      min-height: 60px;
      font-family: sans-serif, Arial; }
      .vertical-news-item .vertical-news-content .vertical-news-title {
        margin: 0 0 4px 0;
        display: -webkit-box;
        max-height: 3.2rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        font-size: 16px;
        font-weight: 400;
        line-height: 16px; }
      .vertical-news-item .vertical-news-content .vertical-news-subtitle {
        margin: 0 0 4px 0;
        display: -webkit-box;
        max-height: 3.2rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.7);
        -webkit-line-clamp: 3;
        font-size: 14px;
        line-height: 14px; } }
.org-photos-list {
  padding: 0 5px !important; }

@media (max-width: 768px) {
  .org-photos-list {
    padding: 0 !important; } }
.org-photo-add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
  width: 150px;
  color: #212529;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .org-photo-add-btn:hover {
    background: #f2f2f2; }

.org-photo-item {
  float: left;
  position: relative;
  width: auto !important;
  height: 150px;
  outline: none !important; }
  .org-photo-item .org-photo-item-remove {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #FE9568;
    opacity: 0.7;
    position: absolute;
    top: 0;
    right: 3px; }
  .org-photo-item img {
    border-radius: 2px;
    height: 150px; }

.org-photo-item:first-child {
  margin-left: 5px; }

@media (max-width: 768px) {
  .org-photo-item:first-child {
    margin-left: 5px; } }
.usr-photos-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.usr-photo-item {
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  cursor: pointer; }

.usr-photo-item-remove {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  color: #FE9568;
  position: absolute;
  top: 0;
  right: 0; }

.usr-photo-add-btn {
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #171A2A;
  position: relative; }
  .usr-photo-add-btn:hover {
    background: #20243a; }
  .usr-photo-add-btn .usr-photo-add-btn-content {
    position: relative;
    margin-top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    height: 100%;
    width: 100%;
    color: #fff;
    cursor: pointer; }

.grid {
  display: block;
  padding: 0;
  margin: 0 2px 0px;
  text-align: left;
  font-size: 0; }

.grid-cell {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px;
  text-align: left;
  vertical-align: top;
  width: 100%;
  font-size: 16px; }

.grid-25 {
  width: 25%; }

.grid-33 {
  width: 33.333333%; }

.grid-50 {
  width: 50%; }

.square {
  height: 0 !important;
  position: relative;
  display: inline-block;
  vertical-align: top; }

.square-25 {
  width: 25%;
  padding-bottom: 25%; }

.square-33 {
  width: 33.333333%;
  padding-bottom: 33.333333%; }

.square-100 {
  width: 100% !important;
  padding-bottom: 100% !important; }

@media (max-width: 768px) {
  .grid-xs-33 {
    width: 33.333333%; } }
.org-schedule-block {
  font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important; }
  .org-schedule-block .schedule-group-block {
    margin-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #F0F1F1; }
    .org-schedule-block .schedule-group-block:last-child {
      border-bottom: none !important; }
    .org-schedule-block .schedule-group-block:first-child {
      margin-top: 0; }
    .org-schedule-block .schedule-group-block .schedule-group-title {
      font-size: 18px;
      font-weight: 400; }
    .org-schedule-block .schedule-group-block .schedule-group-text {
      font-size: 12px;
      line-height: 13px;
      padding-bottom: 5px; }
      .org-schedule-block .schedule-group-block .schedule-group-text span {
        font-size: 14px;
        line-height: 14px; }

.schedule-group-tag {
  display: block;
  float: left;
  background: #fff;
  border-radius: 15px;
  font-size: 14px;
  padding: 2px 5px;
  color: #000;
  text-decoration: none !important;
  margin-right: 5px;
  margin-top: 5px; }

.users-actions-home-container {
  height: auto; }

.notification-pc-block {
  position: absolute;
  width: 470px;
  height: 350px;
  z-index: 50;
  top: 85px;
  right: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 13px 46px -7px rgba(33, 33, 33, 0.5);
  box-shadow: 0px 13px 46px -7px rgba(33, 33, 33, 0.5);
  border: 1px solid #ccc;
  opacity: 0;
  display: none;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .notification-pc-block .notification-pc-header {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    border-bottom: 1px solid #f5f5f5; }
  .notification-pc-block .notification-pc-content {
    height: 320px !important;
    max-height: 320px;
    overflow: auto; }
  .notification-pc-block.opened {
    display: block;
    opacity: 1;
    top: 54px; }

.notification-pc-block:before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  top: -8px;
  right: 15px;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff; }

.notification-item {
  min-height: 60px;
  padding: 10px 14px;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #f5f5f5; }
  .notification-item:last-child {
    border-bottom: none; }
  .notification-item .notification-time {
    color: #8d8d8d !important;
    font-weight: 300; }
  .notification-item .notification-image {
    float: left;
    height: 40px;
    width: 50px; }
    .notification-item .notification-image .notification-img {
      display: block;
      float: left;
      background-size: cover;
      background-position: center;
      width: 40px;
      height: 40px;
      border-radius: 50%; }
  .notification-item .notification-content {
    float: left;
    width: calc(100% - 50px); }
    .notification-item .notification-content .notification-header {
      font-size: 13px; }
      .notification-item .notification-content .notification-header a {
        font-size: 12px !important;
        color: #3097D1 !important;
        font-weight: bold;
        font-family: sans-serif, Arial; }
    .notification-item .notification-content .notification-header-post-link {
      display: block;
      width: 100%;
      white-space: nowrap;
      /* Запрещаем перенос строк */
      overflow: hidden;
      text-overflow: ellipsis; }
    .notification-item .notification-content .notification-header-post {
      float: left;
      width: calc(100% - 55px); }
    .notification-item .notification-content .notification-post-image {
      float: right;
      width: 55px;
      text-align: right; }
      .notification-item .notification-content .notification-post-image img {
        border-radius: 2px;
        max-width: 50px; }
    .notification-item .notification-content .notification-actions {
      padding-top: 3px; }
      .notification-item .notification-content .notification-actions .notification-alert {
        border-radius: 20px;
        padding: 3px 6px;
        font-size: 12px;
        background: #3097D1;
        color: #fff; }
      .notification-item .notification-content .notification-actions .notification-alert-danger {
        border-radius: 20px;
        font-size: 12px;
        padding: 3px 6px;
        background: #FE9568;
        color: #fff; }
      .notification-item .notification-content .notification-actions .notification-btn {
        margin-top: 5px;
        border-radius: 25px;
        padding: 3px 6px;
        text-decoration: none !important;
        color: #3097D1;
        border: 1px solid #3097D1; }
        .notification-item .notification-content .notification-actions .notification-btn:hover, .notification-item .notification-content .notification-actions .notification-btn:focus {
          background: #3097D1;
          color: #fff; }
      .notification-item .notification-content .notification-actions .notification-btn-danger {
        margin-top: 4px;
        border-radius: 25px;
        padding: 3px 6px;
        text-decoration: none !important;
        color: #F92672;
        border: 1px solid #F92672; }
        .notification-item .notification-content .notification-actions .notification-btn-danger:hover, .notification-item .notification-content .notification-actions .notification-btn-danger:focus {
          background: #F92672;
          border-color: #e02267;
          color: #fff; }

.org-managers-block {
  padding-bottom: 10px; }

.org-manager-block {
  float: left;
  margin-right: 1%;
  margin-bottom: 10px;
  border-radius: 0.25rem;
  padding: 10px;
  width: 32%;
  background: #f2f2f2; }
  .org-manager-block .org-manager-block-photo {
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 50%;
    background-image: url(../../../images/noimage.jpg);
    margin: 0 auto; }
  .org-manager-block .org-manager-block-name {
    text-align: center;
    margin-top: 10px;
    font-size: 16px; }

@media (max-width: 768px) {
  .org-manager-block {
    margin-right: 0;
    width: 100%; }
    .org-manager-block .org-manager-block-photo {
      width: 90px;
      height: 90px; } }
.searchMangerItem {
  float: left;
  width: 150px;
  margin-top: 5px;
  margin-right: 5px;
  min-height: 50px;
  padding: 10px 5px;
  border-radius: 0.25rem;
  background: #f2f2f2; }
  .searchMangerItem .searchMangerPhoto {
    float: left;
    width: 100%;
    height: 50px; }
    .searchMangerItem .searchMangerPhoto div {
      margin: 0 auto;
      width: 50px;
      height: 50px;
      background-size: cover;
      background-image: url(../../../images/noimage.jpg);
      border-radius: 50%; }
  .searchMangerItem .searchMangerTitle {
    width: 100%;
    margin: 0 auto;
    text-align: center; }
  .searchMangerItem .btn {
    margin-top: 10px;
    width: 100%; }

@media (max-width: 768px) {
  .searchMangerItem {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    background: #fff;
    margin-top: 5px;
    height: 65px;
    max-height: 65px;
    padding: 0;
    border-radius: 0rem; }
    .searchMangerItem .searchMangerPhoto {
      float: left;
      width: 80px;
      height: 60px; }
      .searchMangerItem .searchMangerPhoto div {
        margin: 0 auto;
        width: 60px;
        height: 60px;
        background-size: cover;
        background-image: url(../../../images/noimage.jpg);
        border-radius: 50%; }
    .searchMangerItem .searchMangerTitle {
      padding-top: 4px;
      float: left;
      width: calc(100% - 80px);
      margin: 0 auto;
      padding-bottom: 0px;
      text-align: left; }
      .searchMangerItem .searchMangerTitle div {
        height: 16px;
        font-size: 16px;
        line-height: 16px; }
    .searchMangerItem .btn {
      margin-top: 5px;
      width: auto; } }
.federation-header {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 820px;
  background-size: cover;
  overflow: hidden;
  z-index: 1; }
  .federation-header .federation-header-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: blur(5px);
            filter: blur(5px);
    z-index: -1; }
  .federation-header .federation-header-wrap {
    width: 100%;
    height: 100vh;
    max-height: 820px;
    padding: 20px 60px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.15);
    z-index: 2; }
  .federation-header * {
    z-index: 3; }
  .federation-header .federation-header-navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 5px; }
    .federation-header .federation-header-navbar .federation-header-btn {
      position: relative;
      color: #fff !important;
      border: 1px solid #fff;
      padding: 8px 25px 8px 25px;
      font-size: 14px;
      margin-right: 20px;
      text-decoration: none;
      border-radius: 20px;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
      .federation-header .federation-header-navbar .federation-header-btn.active {
        background: rgba(255, 255, 255, 0.3); }
      .federation-header .federation-header-navbar .federation-header-btn:hover {
        background: rgba(255, 255, 255, 0.3); }
  .federation-header .federation-header-sport {
    margin-top: 20px; }
    .federation-header .federation-header-sport a {
      display: inline-block;
      font-family: monospace;
      border-radius: 40px;
      color: #fff !important;
      text-decoration: none !important;
      background: red !important;
      padding: 4px 10px 4px 10px;
      font-size: 16px;
      margin-right: 15px;
      font-weight: bold;
      text-transform: uppercase; }
      .federation-header .federation-header-sport a:hover {
        background: #db0000 !important; }
  .federation-header .federation-header-title {
    font-family: Roboto, Arial, sans-serif;
    margin-top: 45px;
    line-height: 70px;
    font-size: 70px;
    font-weight: 100;
    color: #fff;
    z-index: 3; }
    .federation-header .federation-header-title b {
      font-weight: 600; }
  .federation-header .federation-header-bottom-left {
    display: none;
    background-image: url("../../../images/round_div_reverse.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 60px;
    width: 35%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px; }
    .federation-header .federation-header-bottom-left a {
      display: inline-block;
      margin-right: 10px;
      color: #fff !important;
      font-family: "Open Sans";
      padding: 5px 10px;
      border-radius: 20px;
      border: 1px solid rgba(255, 255, 255, 0.9); }
      .federation-header .federation-header-bottom-left a:hover {
        background: rgba(255, 255, 255, 0.1); }
  .federation-header .federation-header-bottom {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    right: 60px;
    width: calc(65% - 120px);
    border-top-right-radius: 17px;
    height: 30px; }
  .federation-header .federation-header-top-right {
    display: none;
    background-image: url("../../../images/round_div.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: 0px;
    right: 60px;
    width: calc(55%);
    border-radius: 20px 20px 0 0;
    padding: 20px 10px 20px 50px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    text-align: center;
    font-family: "Open Sans"; }
  .federation-header .federation-header-statistic-item {
    font-family: "Open Sans";
    color: #fff !important;
    text-decoration: none !important;
    position: relative; }
    .federation-header .federation-header-statistic-item div {
      font-size: 35px;
      font-weight: bold;
      text-align: center;
      line-height: 40px; }
    .federation-header .federation-header-statistic-item span {
      display: block;
      font-size: 30px;
      line-height: 30px;
      text-align: center;
      text-transform: lowercase; }
    .federation-header .federation-header-statistic-item:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      visibility: hidden;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
    .federation-header .federation-header-statistic-item:hover:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      transform: scaleX(1); }

@media (min-width: 768px) {
  .federation-header {
    position: relative;
    width: 100%;
    height: calc(100vh - 82px);
    min-height: 480px;
    background-size: cover;
    overflow: hidden;
    z-index: 1; }
    .federation-header .federation-header-wrap {
      width: 100%;
      min-height: 480px;
      height: calc(100vh - 82px);
      padding: 20px 60px;
      overflow: hidden;
      background: rgba(0, 0, 0, 0.15); }
    .federation-header * {
      z-index: 3; }
    .federation-header .federation-header-navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 5px; }
      .federation-header .federation-header-navbar .federation-header-btn {
        position: relative;
        color: #fff !important;
        border: 1px solid #fff;
        padding: 8px 25px 8px 25px;
        font-size: 14px;
        margin-right: 20px;
        text-decoration: none;
        border-radius: 20px;
        -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
                box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2) !important;
        background: transparent;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .federation-header .federation-header-navbar .federation-header-btn.active {
          background: rgba(255, 255, 255, 0.3); }
        .federation-header .federation-header-navbar .federation-header-btn:hover {
          background: rgba(255, 255, 255, 0.3); }
    .federation-header .federation-header-sport {
      margin-top: 20px; }
      .federation-header .federation-header-sport a {
        display: inline-block;
        font-family: monospace;
        border-radius: 40px;
        color: #fff !important;
        text-decoration: none !important;
        background: red !important;
        padding: 4px 10px 4px 10px;
        font-size: 16px;
        margin-right: 15px;
        font-weight: bold;
        text-transform: uppercase; }
        .federation-header .federation-header-sport a:hover {
          background: #db0000 !important; }
    .federation-header .federation-header-title {
      font-family: Roboto, Arial, sans-serif;
      margin-top: 45px;
      line-height: 70px;
      font-size: 70px;
      font-weight: 100;
      color: #fff;
      z-index: 3; }
      .federation-header .federation-header-title b {
        font-weight: 600; }
    .federation-header .federation-header-bottom-left {
      display: none;
      background-image: url("../../../images/round_div_reverse.png");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      position: absolute;
      bottom: 0;
      left: 60px;
      width: 35%;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 20px; }
      .federation-header .federation-header-bottom-left a {
        display: inline-block;
        margin-right: 10px;
        color: #fff !important;
        font-family: "Open Sans";
        padding: 5px 10px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.9); }
        .federation-header .federation-header-bottom-left a:hover {
          background: rgba(255, 255, 255, 0.1); }
    .federation-header .federation-header-bottom {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      right: 60px;
      width: calc(65% - 120px);
      border-top-right-radius: 17px;
      height: 30px; }
    .federation-header .federation-header-top-right {
      display: none;
      background-image: url("../../../images/round_div.png");
      position: absolute;
      background-repeat: no-repeat;
      background-size: 100% 100%;
      bottom: 0px;
      right: 60px;
      width: calc(55%);
      border-radius: 20px 20px 0 0;
      padding: 20px 10px 20px 50px;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly;
      text-align: center;
      font-family: "Open Sans"; }
    .federation-header .federation-header-statistic-item {
      font-family: "Open Sans";
      color: #fff !important;
      text-decoration: none !important;
      position: relative; }
      .federation-header .federation-header-statistic-item div {
        font-size: 35px;
        font-weight: bold;
        text-align: center;
        line-height: 40px; }
      .federation-header .federation-header-statistic-item span {
        display: block;
        font-size: 30px;
        line-height: 30px;
        text-align: center;
        text-transform: lowercase; }
      .federation-header .federation-header-statistic-item:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background-color: #fff;
        visibility: hidden;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
      .federation-header .federation-header-statistic-item:hover:before {
        visibility: visible;
        -webkit-transform: scaleX(1);
        transform: scaleX(1); } }
@media (max-width: 800px) {
  .federation-header {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 62px);
    height: auto !important;
    background-size: cover;
    border-radius: 0px;
    background-attachment: local; }
    .federation-header .federation-header-wrap {
      width: 100%;
      min-height: calc(100vh - 62px);
      padding: 15px 0 0 0;
      overflow: hidden;
      height: auto !important;
      border-radius: 0px;
      background: rgba(0, 0, 0, 0.15); }
    .federation-header .federation-header-navbar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-top: 5px; }
      .federation-header .federation-header-navbar .federation-header-btn {
        display: none !important;
        position: relative;
        color: #fff !important;
        border: 1px solid #fff;
        padding: 8px 25px 8px 25px;
        font-size: 14px;
        margin-right: 20px;
        text-decoration: none;
        border-radius: 20px;
        background: transparent;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .federation-header .federation-header-navbar .federation-header-btn.active {
          background: rgba(255, 255, 255, 0.3); }
        .federation-header .federation-header-navbar .federation-header-btn:hover {
          background: rgba(255, 255, 255, 0.3); }
    .federation-header .federation-header-sport {
      margin-top: 20px;
      padding-left: 10px; }
      .federation-header .federation-header-sport a {
        display: inline-block;
        font-family: monospace;
        border-radius: 40px;
        color: #fff !important;
        text-decoration: none !important;
        background: red !important;
        padding: 4px 10px 4px 10px;
        font-size: 16px;
        margin-right: 15px;
        font-weight: bold;
        text-transform: uppercase; }
        .federation-header .federation-header-sport a:hover {
          background: #db0000 !important; }
    .federation-header .federation-header-title {
      padding-left: 30px;
      margin-top: 60px;
      font-size: 45px;
      line-height: 50px;
      color: #fff;
      text-overflow: clip;
      overflow-wrap: normal;
      overflow-wrap: break-word;
      white-space: pre-wrap; }
      .federation-header .federation-header-title b {
        font-weight: 600; }
    .federation-header .federation-header-bottom-left {
      display: none;
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      left: 60px;
      width: 35%;
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
      padding: 20px; }
      .federation-header .federation-header-bottom-left a {
        display: inline-block;
        margin-right: 15px;
        color: #fff !important;
        font-family: "Open Sans";
        padding: 5px 10px;
        border-radius: 20px;
        border: 1px solid rgba(255, 255, 255, 0.9); }
        .federation-header .federation-header-bottom-left a:hover {
          background: rgba(255, 255, 255, 0.1); }
    .federation-header .federation-header-bottom {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      border-top-right-radius: 17px;
      height: 30px; }
    .federation-header .federation-header-top-right {
      background: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      left: 10px;
      right: 0;
      width: calc(100% - 20px);
      border-radius: 20px 20px 0 0;
      padding: 20px; }
    .federation-header .federation-header-statistic-item {
      float: left;
      margin-right: 0px;
      color: #fff; }
      .federation-header .federation-header-statistic-item div {
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        line-height: 30px; }
      .federation-header .federation-header-statistic-item span {
        display: block;
        font-size: 15px;
        line-height: 20px;
        text-align: center;
        text-transform: lowercase; } }
.federation-news-item {
  display: block;
  min-height: 300px;
  border-radius: 0.5rem;
  /* box-shadow: 0 5px 30px #d5daea !important;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  overflow: hidden;
  color: #fff;
  background: #20243a; }
  .federation-news-item .federation-news-header {
    height: 180px;
    width: 100%;
    background-size: cover; }
  .federation-news-item .federation-news-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 15px 15px 15px;
    font-family: "Open Sans";
    color: #fff;
    line-height: 20px; }
  .federation-news-item .federation-news-date {
    color: #C1B39C;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    margin-bottom: 5px; }

@media (max-width: 800px) {
  .federation-news-item {
    display: block;
    min-height: 200px;
    border-radius: 0.5rem;
    /* box-shadow: 0 5px 30px #d5daea !important;*/
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden; }
    .federation-news-item .federation-news-header {
      height: 180px;
      width: 100%;
      background-size: cover; }
    .federation-news-item .federation-news-title {
      font-size: 12px;
      font-weight: 600;
      padding: 10px 10px 10px 10px;
      overflow-wrap: break-word;
      font-family: "Open Sans";
      line-height: 14px; }
    .federation-news-item .federation-news-date {
      font-size: 10px;
      line-height: 14px;
      font-weight: normal;
      margin-bottom: 5px; } }
.user-buttons-block {
  height: 35px; }
  .user-buttons-block a, .user-buttons-block button {
    height: 35px;
    line-height: 35px;
    display: block;
    float: left;
    background: #134867;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px;
    text-align: center;
    width: calc(50% - 8px);
    border: none;
    text-decoration: none !important; }
  .user-buttons-block a:hover, .user-buttons-block a:focus,
  .user-buttons-block button:hover, .user-buttons-block button:focus {
    background: #3097D1; }
  .user-buttons-block a:last-child {
    float: right; }

.user-buttons-block.notdouble a, .user-buttons-block.notdouble button {
  width: 100% !important; }

.news-modal-head-title a {
  font-size: 20px;
  color: #212529 !important; }

.news-modal-time {
  font-size: 16px;
  color: #007bff; }

.news-modal-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: bold;
  text-align: center; }

@media (max-width: 768px) {
  .news-modal-head-title {
    line-height: 22px; }
    .news-modal-head-title a {
      font-size: 16px; }

  .news-modal-time {
    font-size: 12px; }

  .news-modal-title {
    font-size: 26px;
    line-height: 33px; } }
.usr-sidebar {
  width: 100%;
  /* padding: 20px;*/
  background: #2B7FAD;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /*border: 1px solid rgba(0, 0, 0, 0.125);*/
  border-radius: 0.5rem;
  overflow: hidden;
  color: #fff;
  background-size: cover;
  background-position: center;
  height: 500px; }
  .usr-sidebar .usr-sidebar-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin: 0 0 20px; }
    .usr-sidebar .usr-sidebar-tags .usr-sidebar-tag {
      display: block;
      background: rgba(0, 0, 0, 0.4);
      float: left;
      border: 1px solid #fff;
      border-radius: 15px;
      font-size: 12px;
      padding: 4px 7px;
      color: #fff;
      text-decoration: none !important;
      margin-top: 5px;
      margin-left: 5px;
      margin-bottom: 5px; }
    .usr-sidebar .usr-sidebar-tags .usr-sidebar-tag:hover,
    .usr-sidebar .usr-sidebar-tags .usr-sidebar-tag:focus {
      background: rgba(255, 255, 255, 0.3); }
  .usr-sidebar .usr-sidebar-social-link {
    color: #092D46;
    background: #fff;
    border-radius: 50%;
    display: block;
    height: 40px;
    width: 40px;
    margin: 20px 8px 4px;
    line-height: 40px;
    text-align: center;
    font-size: 35px; }
    .usr-sidebar .usr-sidebar-social-link.facebook {
      line-height: 44px; }
    .usr-sidebar .usr-sidebar-social-link.youtube {
      font-size: 30px; }
  .usr-sidebar .usr-sidebar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0; }
    .usr-sidebar .usr-sidebar-content .usr-sidebar-name {
      margin-bottom: 10px;
      font-size: 30px;
      line-height: 30px;
      color: #fff;
      font-family: Tahoma;
      font-weight: bold; }
  .usr-sidebar .usr-sidebar-image-wrapper {
    position: relative;
    margin: 0px auto 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.35); }
  .usr-sidebar .usr-sidebar-image {
    width: 100%; }
  .usr-sidebar .usr-sidebar-image-link {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*border: 3px solid #fff;*/ }
  .usr-sidebar .usr-sidebar-image-functions {
    position: absolute;
    top: -15px;
    left: 0;
    opacity: 0;
    padding-top: 20px;
    padding-bottom: 15px;
    width: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .usr-sidebar .usr-sidebar-image-functions a {
      text-decoration: none !important;
      color: #fff; }
      .usr-sidebar .usr-sidebar-image-functions a:hover {
        color: #ccc; }
  .usr-sidebar .usr-sidebar-image-wrapper:hover .usr-sidebar-image-functions {
    opacity: 1;
    top: 0; }
  .usr-sidebar .usr-sidebar-organization-image-link {
    position: absolute;
    width: 80px;
    height: 80px;
    right: 0;
    bottom: -15px;
    border-radius: 50%;
    background: #253F56;
    overflow: hidden; }
  .usr-sidebar .usr-sidebar-organization-image {
    width: 80px;
    height: 80px;
    background-size: cover;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: all .5s;
    transition: all .5s; }

.org-link-img-block {
  display: block;
  width: 100%;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #20243a; }
  .org-link-img-block:hover, .org-link-img-block:focus {
    background: #151827; }
  .org-link-img-block::after {
    display: block;
    clear: both;
    content: ""; }
  .org-link-img-block:last-child {
    margin-bottom: 0;
    border-bottom: none; }
  .org-link-img-block .org-link-img-block-img {
    float: left;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-size: cover;
    border: 1px solid #ccc; }
  .org-link-img-block .org-link-img-block-title {
    float: left;
    margin: 0 0 0 10px;
    font-size: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    line-height: 18px;
    min-height: 40px;
    width: calc(100% - 50px);
    color: #fff; }
  .org-link-img-block:last-child {
    margin-bottom: 0; }

.event-edit-tag {
  display: block;
  float: left;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 15px;
  font-size: 14px;
  padding: 4px 9px;
  color: #fff;
  text-decoration: none !important;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.event-edit-tag:hover,
.event-edit-tag:focus {
  background: rgba(255, 255, 255, 0.3); }

.event-files-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  white-space: nowrap !important;
  overflow-y: hidden;
  overflow-x: hidden; }

.event-file-add-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
  width: 130px;
  cursor: pointer;
  border: 1px solid #f2f2f2;
  color: #212529;
  background: #fff;
  border-radius: 0.5rem;
  margin-left: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .event-file-add-btn:hover {
    background: #f2f2f2; }

.event-file-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 130px;
  width: 130px;
  cursor: pointer;
  border: 1px solid #3097D1;
  color: #fff;
  background: #3097D1;
  border-radius: 0.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .event-file-item:last-child {
    margin-right: 10px; }
  .event-file-item .event-file-remove {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #FE9568;
    position: absolute;
    top: 0;
    right: 2px; }
  .event-file-item .event-file-cloud {
    display: block;
    width: 15px;
    height: 15px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 4px; }

.edit-levels-block {
  padding: 15px 15px 5px 15px; }
  .edit-levels-block .level-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    float: left;
    border: 1px solid #3097D1;
    border-radius: 15px;
    font-size: 14px;
    padding: 4px 9px;
    color: #3097D1 !important;
    text-decoration: none !important;
    margin-bottom: 5px;
    margin-right: 5px; }
    .edit-levels-block .level-item.active {
      background: #2a84b5;
      color: #fff !important;
      border: 1px solid #2a84b5; }
    .edit-levels-block .level-item:hover {
      background: #2a84b5;
      color: #fff !important;
      border: 1px solid #2a84b5; }

.rounded-item {
  display: block;
  float: left;
  border: 1px solid #3097D1;
  background: #3097D1;
  color: #fff !important;
  border-radius: 15px;
  font-size: 14px;
  padding: 4px 9px;
  text-decoration: none !important;
  margin-bottom: 5px;
  margin-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .rounded-item.active {
    background: #2a84b5; }
  .rounded-item:hover {
    background: #2a84b5; }

.event-protocol-types {
  width: 100%;
  padding-top: 10px; }
  .event-protocol-types .event-protocol-item-title {
    display: block;
    border-radius: 15px;
    font-size: 13px;
    padding: 2px 0px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 5px;
    border: 1px solid transparent; }
  .event-protocol-types .event-protocol-type-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 120px;
    float: left;
    width: 50%; }
    .event-protocol-types .event-protocol-type-item.one {
      padding-right: 5px; }
      .event-protocol-types .event-protocol-type-item.one .event-protocol-item-view {
        margin: 0 auto;
        height: 80px;
        width: 60px;
        background: #fff;
        border: 2px solid #000; }
    .event-protocol-types .event-protocol-type-item.two {
      padding-left: 5px; }
      .event-protocol-types .event-protocol-type-item.two .event-protocol-item-view {
        margin: 0 auto;
        height: 50px;
        width: 90%;
        background: #fff;
        margin-bottom: 10px;
        border: 2px solid #000; }
    .event-protocol-types .event-protocol-type-item.active .event-protocol-item-title {
      border: 1px solid rgba(255, 255, 255, 0.6); }

.event-edit-image-block {
  position: relative;
  background: #fff;
  padding: 0;
  border-radius: 0.5rem !important;
  height: 400px;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .event-edit-image-block .event-edit-image-block-content {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 400px; }

.thin-table td {
  padding: 3px 12px; }

.row-title {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  padding-left: 30px;
  position: relative; }
  .row-title:before {
    position: absolute;
    content: '';
    display: block;
    top: calc(50% - 2px);
    opacity: 0.5;
    width: 20px;
    left: 5px;
    height: 1px;
    background: #092D46; }

.table-padding-row > td {
  padding-top: 15px; }

.card-statistic-table {
  color: #092D46; }

.card-statistic-table td:first-child {
  font-weight: bold; }

.card-statistic-socials {
  margin-top: 20px;
  padding: 25px 0 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .card-statistic-socials a {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #092D46;
    border-radius: 50%; }

/*
a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}
*/
/*
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display:none;
}
*/
/*
.gmnoprint div {
  background:none !important;
}
*/
.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none; }

.event-toggle-block {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 5px 30px #d5daea !important;
          box-shadow: 0 5px 30px #d5daea !important;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  width: 100%;
  background-clip: border-box;
  background: white;
  overflow: hidden; }
  .event-toggle-block .event-toggle-header {
    position: relative;
    background: #092D46;
    width: 100%;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    font-size: 15px;
    color: #fff; }
    .event-toggle-block .event-toggle-header .event-toggle-header-li {
      display: block;
      float: left;
      text-transform: uppercase;
      color: #fff;
      font-size: 15px;
      padding: 15px 15px 15px 15px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .event-toggle-block .event-toggle-header .event-toggle-header-li.active {
        background: rgba(255, 255, 255, 0.2); }
      .event-toggle-block .event-toggle-header .event-toggle-header-li:hover {
        background: rgba(255, 255, 255, 0.2); }
  .event-toggle-block .event-toggle-content {
    padding: 15px 15px;
    background: #EBECEC; }
    .event-toggle-block .event-toggle-content .event-toggle-item {
      display: none; }
      .event-toggle-block .event-toggle-content .event-toggle-item.active {
        display: block; }
  .event-toggle-block .event-div-left {
    float: left;
    width: 350px;
    min-height: 10px;
    padding-left: 15px;
    padding-top: 25px; }
  .event-toggle-block .event-div-right {
    float: left;
    width: calc(100% - 350px);
    padding: 15px; }
    .event-toggle-block .event-div-right .event-div-right-content {
      background: #fff;
      border-radius: 0.5rem; }

.event-div-right-content-nav {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 2px solid #EBECEC; }
  .event-div-right-content-nav .event-div-right-content-tags {
    padding: 15px 20px; }
    .event-div-right-content-nav .event-div-right-content-tags .event-div-right-content-tag {
      cursor: pointer !important;
      font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
      margin-right: 10px;
      text-decoration: none !important;
      padding: 2px 7px;
      border-radius: 30px;
      border: 1px solid #8B8C95 !important;
      color: #818287 !important; }
  .event-div-right-content-nav .event-div-right-content-description {
    padding: 15px 20px; }
    .event-div-right-content-nav .event-div-right-content-description .event-content-weight {
      border: 1px solid #8B8C95;
      padding: 4px 20px;
      color: #092D46;
      border-radius: 30px;
      font-weight: bold;
      font-size: 30px; }
    .event-div-right-content-nav .event-div-right-content-description .event-content-title {
      font-size: 20px;
      padding-left: 25px;
      color: #8B8C95; }
      .event-div-right-content-nav .event-div-right-content-description .event-content-title b {
        color: #092D46; }

.event-div-right-users {
  padding: 30px 30px; }
  .event-div-right-users .comment-popover {
    top: 29px;
    right: -8px;
    background: #fff;
    padding: 5px;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    display: none;
    opacity: 0;
    border: 1px solid #EBECEC;
    width: 90px;
    color: #333;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out; }
  .event-div-right-users .comment-popover-arrow {
    position: absolute;
    top: -8px;
    right: 7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #EBECEC; }
  .event-div-right-users .comment-popover-arrow:after {
    display: block;
    content: '';
    position: absolute;
    top: 1px;
    right: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff; }
  .event-div-right-users .comment-popover.show,
  .event-div-right-users .comment-popover.active {
    display: block;
    top: 34px;
    opacity: 1; }
  .event-div-right-users .comment-popover a {
    display: block;
    color: #000;
    text-align: right;
    font-weight: normal; }
  .event-div-right-users .comment-popover a.del {
    color: #f4645f; }
  .event-div-right-users .comment-popover a:hover,
  .event-div-right-users .comment-popover a:focus {
    background: #F5F5F5; }
  .event-div-right-users .event-div-user {
    margin-bottom: 25px; }
    .event-div-right-users .event-div-user .event-div-user-left {
      float: left;
      display: block;
      width: 100px;
      position: relative; }
      .event-div-right-users .event-div-user .event-div-user-left .event-div-user-image {
        display: block;
        width: 90px;
        height: 90px;
        background-size: cover;
        border-radius: 50%; }
      .event-div-right-users .event-div-user .event-div-user-left .event-div-user-org {
        position: absolute;
        bottom: -5px;
        right: 5px;
        width: 35px;
        height: 35px;
        background-size: cover;
        border-radius: 50%; }
    .event-div-right-users .event-div-user .event-div-user-right {
      float: left;
      position: relative;
      display: inline-block;
      padding-left: 20px;
      width: calc(100% - 100px); }
      .event-div-right-users .event-div-user .event-div-user-right .event-div-user-bookmark {
        position: absolute;
        right: -5px;
        top: -2px;
        font-size: 20px;
        height: 26px;
        padding: 2px 8px;
        line-height: 26px;
        color: #7089a9;
        cursor: pointer;
        border-radius: 3px;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .event-div-right-users .event-div-user .event-div-user-right .event-div-user-bookmark:hover {
          background: #F5F5F5; }
      .event-div-right-users .event-div-user .event-div-user-right .event-div-user-name {
        color: #56698F;
        font-size: 20px;
        text-transform: uppercase; }
      .event-div-right-users .event-div-user .event-div-user-right .event-div-user-sport {
        color: #56698F;
        font-size: 12px;
        text-transform: uppercase; }
      .event-div-right-users .event-div-user .event-div-user-right .event-div-user-orgtitle {
        padding: 0;
        margin: 0;
        margin-top: 7px;
        font-size: 16px;
        color: #56698F;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .event-div-right-users .event-div-user .event-div-user-right .event-div-user-country {
        color: #56698F;
        font-size: 12px;
        text-transform: uppercase; }

.event-div-division {
  width: 100%;
  padding-right: 10px;
  font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important; }
  .event-div-division .event-div-division-content {
    height: 0 !important;
    overflow: hidden; }
  .event-div-division.open .event-div-division-content {
    height: auto !important; }
  .event-div-division .event-div-division-title {
    position: relative;
    cursor: pointer;
    width: 100%;
    font-size: 25px;
    color: #56698F;
    padding-right: 25px;
    font-family: Tahoma;
    font-weight: bold;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .event-div-division .event-div-division-title:after {
      display: block;
      position: absolute;
      right: 13px;
      top: 13px;
      content: '';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 12px solid #B0B8C7;
      -webkit-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
    .event-div-division .event-div-division-title.open:after {
      top: 15px;
      border-bottom: none;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 12px solid #56698F; }
  .event-div-division .event-div-agegroup {
    padding-left: 20px; }
    .event-div-division .event-div-agegroup .event-div-agegroup-title {
      position: relative;
      cursor: pointer;
      padding-left: 5px !important;
      font-size: 25px;
      color: #818287;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .event-div-division .event-div-agegroup .event-div-agegroup-title:after {
        display: block;
        position: absolute;
        right: 13px;
        top: 12px;
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #B0B8C7;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      .event-div-division .event-div-agegroup .event-div-agegroup-title.open:after {
        top: 15px;
        border-bottom: none;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #56698F; }
    .event-div-division .event-div-agegroup .event-div-category {
      margin-bottom: 5px;
      display: none !important; }
      .event-div-division .event-div-agegroup .event-div-category .event-div-category-row {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        padding: 0 5px !important;
        border-radius: 2px; }
        .event-div-division .event-div-agegroup .event-div-category .event-div-category-row:hover {
          background: rgba(0, 0, 0, 0.1); }
      .event-div-division .event-div-agegroup .event-div-category .event-div-category-title {
        font-size: 22px !important;
        padding-left: 5px; }
      .event-div-division .event-div-agegroup .event-div-category .event-div-category-competitors {
        text-align: right;
        padding-right: 5px;
        padding-left: 10px; }
        .event-div-division .event-div-agegroup .event-div-category .event-div-category-competitors span {
          display: inline-block;
          padding: 0.25em 0.6em;
          font-weight: 700;
          line-height: 1;
          text-align: center;
          white-space: nowrap;
          vertical-align: baseline;
          border-radius: 10rem;
          background: #fff; }
    .event-div-division .event-div-agegroup.open .event-div-category {
      display: table !important; }

.event-div-reg-button {
  position: absolute;
  right: 10px;
  top: 0px;
  text-align: center;
  margin: 10px 0 10px 20px;
  font-size: 16px;
  /*background: #092D46;*/ }

@media (max-width: 992px) {
  .event-div-reg-button {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    margin: 10px 0 10px 20px;
    font-size: 16px; } }
@media (max-width: 768px) {
  .event-toggle-block {
    border-radius: 0.5rem;
    -webkit-box-shadow: 0 5px 30px #d5daea !important;
            box-shadow: 0 5px 30px #d5daea !important;
    width: 100%;
    background: white;
    overflow: hidden; }
    .event-toggle-block .event-toggle-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch;
      position: relative;
      border-top-left-radius: 0.5rem;
      border-top-right-radius: 0.5rem;
      font-size: 15px;
      color: #fff; }
      .event-toggle-block .event-toggle-header .event-toggle-header-li {
        width: 25%;
        font-size: 12px !important;
        text-align: center;
        padding: 12px 0 !important; }

  .event-div-division {
    padding-right: 10px;
    font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important; }
    .event-div-division .event-div-division-content {
      height: 0 !important;
      overflow: hidden; }
    .event-div-division.open .event-div-division-content {
      height: auto !important; }
    .event-div-division .event-div-division-title {
      position: relative;
      cursor: pointer;
      width: 100%;
      font-size: 20px;
      color: #56698F;
      padding-right: 20px;
      font-family: Tahoma;
      font-weight: bold;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .event-div-division .event-div-division-title:after {
        display: block;
        position: absolute;
        right: 13px;
        top: 11px;
        content: '';
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 12px solid #B0B8C7;
        -webkit-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out; }
      .event-div-division .event-div-division-title.open:after {
        top: 8px;
        border-bottom: none;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 12px solid #56698F; }
    .event-div-division .event-div-agegroup {
      padding-left: 10px;
      padding-right: 15px; }
      .event-div-division .event-div-agegroup .event-div-agegroup-title {
        position: relative;
        cursor: pointer;
        padding-left: 5px !important;
        font-size: 15px;
        line-height: 30px;
        color: #818287;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .event-div-division .event-div-agegroup .event-div-agegroup-title:after {
          display: block;
          position: absolute;
          right: -2px;
          top: 7px;
          content: '';
          width: 0;
          height: 0;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 12px solid #B0B8C7;
          -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
        .event-div-division .event-div-agegroup .event-div-agegroup-title.open:after {
          top: 11px;
          border-bottom: none;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 12px solid #56698F; }
      .event-div-division .event-div-agegroup .event-div-category {
        margin-bottom: 5px;
        display: none !important; }
        .event-div-division .event-div-agegroup .event-div-category .event-div-category-row {
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          cursor: pointer;
          padding: 0 5px !important;
          border-radius: 2px; }
          .event-div-division .event-div-agegroup .event-div-category .event-div-category-row:hover {
            background: rgba(0, 0, 0, 0.1); }
        .event-div-division .event-div-agegroup .event-div-category .event-div-category-title {
          font-size: 15px !important;
          padding-left: 5px; }
        .event-div-division .event-div-agegroup .event-div-category .event-div-category-competitors {
          text-align: right;
          padding-right: 5px;
          padding-left: 10px; }
          .event-div-division .event-div-agegroup .event-div-category .event-div-category-competitors span {
            display: inline-block;
            padding: 0.25em 0.6em;
            font-weight: 700;
            line-height: 1;
            text-align: center;
            white-space: nowrap;
            vertical-align: baseline;
            border-radius: 10rem;
            background: #EBECEC; }
      .event-div-division .event-div-agegroup.open .event-div-category {
        display: table !important; }

  .event-toggle-content {
    padding: 10px 0px !important;
    background: #fff !important; }

  .event-div-right-users {
    padding: 15px 10px !important; }
    .event-div-right-users .event-div-user {
      margin-bottom: 25px; }
      .event-div-right-users .event-div-user .event-div-user-left {
        float: left;
        display: block;
        width: 90px;
        position: relative; }
        .event-div-right-users .event-div-user .event-div-user-left .event-div-user-image {
          width: 80px;
          height: 80px;
          background-size: cover;
          border-radius: 50%; }
        .event-div-right-users .event-div-user .event-div-user-left .event-div-user-org {
          position: absolute;
          bottom: -5px;
          right: 5px;
          width: 30px;
          height: 30px;
          background-size: cover;
          border-radius: 50%; }
      .event-div-right-users .event-div-user .event-div-user-right {
        float: left;
        position: relative;
        display: inline-block;
        padding-left: 15px;
        width: calc(100% - 90px); }
        .event-div-right-users .event-div-user .event-div-user-right .event-div-user-bookmark {
          position: absolute;
          right: 0;
          top: -1px;
          color: #EBECEC;
          font-size: 25px;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .event-div-right-users .event-div-user .event-div-user-right .event-div-user-bookmark:hover {
            color: #56698F; }
        .event-div-right-users .event-div-user .event-div-user-right .event-div-user-name {
          color: #56698F;
          font-size: 15px;
          text-transform: uppercase; }
        .event-div-right-users .event-div-user .event-div-user-right .event-div-user-sport {
          color: #56698F;
          font-size: 11px;
          text-transform: uppercase; }
        .event-div-right-users .event-div-user .event-div-user-right .event-div-user-orgtitle {
          margin-top: 4px;
          font-size: 15px;
          color: #56698F; }
        .event-div-right-users .event-div-user .event-div-user-right .event-div-user-country {
          color: #56698F;
          font-size: 11px;
          text-transform: uppercase; }

  .event-div-right-content-nav {
    padding-bottom: 15px;
    border-bottom: 2px solid #EBECEC; }
    .event-div-right-content-nav .event-div-right-content-tags {
      padding: 0px 10px 10px !important; }
      .event-div-right-content-nav .event-div-right-content-tags .event-div-right-content-tag {
        font-family: "Calibri Light", Calibri, Tahoma, sans-serif !important;
        margin-right: 10px;
        text-decoration: none !important;
        padding: 2px 7px;
        border-radius: 30px;
        border: 1px solid #8B8C95 !important;
        color: #818287 !important; }
        .event-div-right-content-nav .event-div-right-content-tags .event-div-right-content-tag:last-child {
          margin-right: 0; }
    .event-div-right-content-nav .event-div-right-content-description {
      padding: 15px 10px 0 !important; }
      .event-div-right-content-nav .event-div-right-content-description .event-content-weight {
        border: 1px solid #8B8C95;
        padding: 4px 20px;
        color: #092D46;
        border-radius: 30px;
        font-weight: bold;
        font-size: 30px; }
      .event-div-right-content-nav .event-div-right-content-description .event-content-title {
        display: block;
        margin-top: 10px;
        font-size: 20px;
        padding-left: 5px;
        color: #8B8C95; }
        .event-div-right-content-nav .event-div-right-content-description .event-content-title b {
          color: #092D46; }

  .event-div-left {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important; }

  .event-div-right {
    display: none !important;
    width: 0; } }
.addBlockLineContent {
  width: calc(100%);
  height: 30px;
  float: left;
  line-height: 30px; }
  .addBlockLineContent .addBlockLineDay {
    margin: 0 2px;
    padding: 0;
    text-align: center;
    cursor: pointer;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 50%;
    border: 1px solid #f2f2f2; }
    .addBlockLineContent .addBlockLineDay.active {
      background: #1D155F;
      color: #fff;
      border-color: #1D155F; }

.home-online-event-card {
  border-radius: 0.5rem;
  background: #fff;
  overflow: hidden;
  font-family: Calibri;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .home-online-event-card .home-online-event-card-header_link {
    /* border-bottom: 1px solid #666a73;*/
    display: block; }
    .home-online-event-card .home-online-event-card-header_link .home-online-event-card-header_img {
      width: 100%;
      height: 170px;
      background-position: center;
      background-size: cover; }
  .home-online-event-card .home-online-event-card_content {
    padding: 24px; }
    .home-online-event-card .home-online-event-card_content .home-online-event-card_date {
      float: left;
      width: 35px;
      text-align: center;
      padding-top: 3px; }
      .home-online-event-card .home-online-event-card_content .home-online-event-card_date .home-online-event-card_date1 {
        width: 100%;
        color: #0093DD;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase; }
      .home-online-event-card .home-online-event-card_content .home-online-event-card_date .home-online-event-card_date2 {
        font-size: 18px;
        line-height: 20px;
        color: #666a73;
        width: 100%;
        font-weight: 400; }
    .home-online-event-card .home-online-event-card_content .home-online-event-card_info {
      float: left;
      width: calc(100% - 35px);
      padding-left: 16px;
      word-break: break-word; }
      .home-online-event-card .home-online-event-card_content .home-online-event-card_info .home-online-event-card_info_top {
        display: block;
        line-height: 22px;
        font-weight: 400;
        font-size: 18px;
        color: #212529 !important;
        text-decoration: none !important; }
      .home-online-event-card .home-online-event-card_content .home-online-event-card_info .home-online-event-card_info_bot {
        font-size: 14px;
        margin-top: 2px;
        color: #666a73;
        line-height: 17px;
        max-height: 34px;
        overflow: hidden;
        display: -w ebkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis; }

@media (max-width: 768px) {
  /* .home-online-event-card {
     color: #fff !important;
     .home-online-event-card_date{
       .home-online-event-card_date1{
         color: #fff !important;
       }
       .home-online-event-card_date2{
         color: #fff !important;
       }
     }
     .home-online-event-card_content {
       background: $dark-blue !important;
       .home-online-event-card_info {
         .home-online-event-card_info_top {
           color: #fff !important;
         }
         .home-online-event-card_info_bot {
           color: #fff !important;
         }
       }
     }
}
*/ }
.vertical-links a {
  position: relative;
  display: block;
  padding: 12px 1rem;
  font-size: 18px;
  line-height: 18px;
  color: #212529;
  text-decoration: none;
  outline: none; }
  .vertical-links a.active {
    background: #f5f5f5; }
  .vertical-links a.active:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #253F56; }
  .vertical-links a:hover, .vertical-links a:focus {
    background: #f5f5f5; }

.footer {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  margin-top: 35px;
  padding: 15px 0;
  /*background: #222222;*/
  background: #274B6D;
  color: #f1f1f1; }

.borderless td, .borderless th, .borderless tr {
  border: none; }

.navbar-mobile {
  display: none; }

.alertBlock {
  position: fixed;
  pointer-events: none;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  top: 0;
  left: 10px;
  width: 200px;
  height: 100vh;
  z-index: 9999;
  /* Safari */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -moz-flex-direction: column-reverse; }
  .alertBlock .redAlert {
    width: 94%;
    margin: 1vh auto;
    min-height: 5vh;
    color: #fff;
    padding: 1vh;
    font-size: 2vh;
    background: rgba(126, 3, 0, 0.7);
    border-radius: 1vh;
    display: table-cell;
    vertical-align: middle; }
  .alertBlock .dangerAlert {
    width: 100%;
    margin: 0 auto 1vh;
    min-height: 60px;
    color: #fff;
    padding: 10px;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle; }

@media (max-width: 768px) {
  .alertBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -moz-flex-direction: column;
    width: calc(100% - 10px);
    top: 5px;
    left: 5px;
    right: 0;
    padding-top: 0px; }
    .alertBlock .dangerAlert {
      width: 100%;
      margin: 0 auto 1vh;
      min-height: 1px;
      color: #212529;
      padding: 15px 10px;
      font-size: 16px;
      opacity: 1;
      background: #f2f2f2;
      border-radius: 5px;
      display: table-cell;
      border: 1px solid #818287;
      vertical-align: middle; } }
@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 800px) {
  .label-small-block label {
    text-transform: uppercase;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: 400 !important; }

  .pull-left-xs {
    float: left !important; }

  .text-left-xs {
    text-align: left !important; }

  .navbar-mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    height: 56px;
    clear: both;
    padding: 17px 10px 8px 10px;
    position: relative;
    background: #171A2A; }
    .navbar-mobile .fitofan-menu-logo {
      float: left;
      font-size: 20px;
      line-height: 20px;
      color: #fff; }
      .navbar-mobile .fitofan-menu-logo img {
        position: relative;
        top: -7px;
        height: 35px; }
    .navbar-mobile .fitofan-menu-button {
      display: block;
      cursor: pointer;
      float: right;
      height: 38px;
      width: 60px;
      text-align: right; }
      .navbar-mobile .fitofan-menu-button a.bell {
        position: relative;
        float: left;
        text-align: left; }
        .navbar-mobile .fitofan-menu-button a.bell span {
          position: absolute;
          top: -5px;
          right: -5px;
          border: 2px solid #092D46;
          background: #FE9568;
          color: #fff;
          padding: 1px 3px;
          font-size: 10px;
          line-height: 10px;
          border-radius: 50%; }
      .navbar-mobile .fitofan-menu-button a.search {
        float: right; }
      .navbar-mobile .fitofan-menu-button i {
        color: #fff;
        font-size: 20px; }
    .navbar-mobile .fitofan-menu-toggle {
      float: left;
      display: block;
      width: 40px;
      height: 38px; }
      .navbar-mobile .fitofan-menu-toggle div {
        background: #fff;
        height: 3px; }
      .navbar-mobile .fitofan-menu-toggle div:nth-child(1) {
        width: 35px; }
      .navbar-mobile .fitofan-menu-toggle div:nth-child(2) {
        margin-top: 5px;
        width: 40px; }
      .navbar-mobile .fitofan-menu-toggle div:nth-child(3) {
        margin-top: 5px;
        width: 30px; }

  .hidden-xs {
    display: none !important; }

  .footer {
    margin-top: 0px; }

  .card {
    border-radius: 0 !important;
    border: none; }

  .col-xs-12 {
    padding: 0 !important; }

  .col-xs-112 {
    padding: 0 5px 0 5px !important; }
    .col-xs-112 .card, .col-xs-112 .trans-card {
      border-radius: 0.7rem !important; }

  .no-margin-mobile {
    margin-top: 0 !important; }

  .mobile-grid-2 .col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .mobile-grid-2 .col-xs-12:nth-child(odd) {
    padding: 1% 0.5% 0 1% !important; }
  .mobile-grid-2 .col-xs-12:nth-child(even) {
    padding: 1% 1% 0 0.5% !important; }
  .mobile-grid-2 .col-xs-12:last-child {
    margin-bottom: 1% !important; } }
#loaderDialog .modal-dialog {
  max-width: 100px;
  max-height: 60px;
  margin-left: auto !important;
  margin-right: auto !important; }

.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px; }

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #3097D1;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #3097D1 transparent transparent transparent; }

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s; }

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s; }

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.d-none {
  display: none !important; }

@media (min-width: 768px) {
  .h-md-100 {
    height: 100%; }

  .d-md-block {
    display: block !important; }

  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; } }
.modal-actions::after {
  display: block;
  clear: both;
  content: ""; }

.modal-action {
  float: left;
  cursor: pointer;
  width: 50%;
  padding: 15px;
  border: solid #e9ecef;
  border-width: 1px 0 0; }

.modal-action + .modal-action {
  border-left-width: 1px; }

.modal-action:first-child {
  border-radius: 0 0 0 5px !important; }

.modal-action:last-child {
  border-radius: 0 0 5px 0 !important; }

.modal-action:hover, .modal-action:focus, .modal-action:active {
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #e9ecef; }

.line-event-container {
  padding: 10px 0 !important; }

.line-event-container-header {
  padding-top: 5px; }
  .line-event-container-header .title {
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 18px; }
  .line-event-container-header a.more-link {
    position: relative;
    display: inline-block;
    text-decoration: none !important;
    background: #87A7B4;
    color: #fff;
    top: -4px;
    font-size: 12px;
    margin-left: 10px;
    border-radius: 50px;
    padding: 4px 7px;
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .line-event-container-header a.more-link:hover, .line-event-container-header a.more-link:focus {
      background: #7996a2; }
  .line-event-container-header a.more-link2 {
    float: right;
    position: relative;
    top: -3px;
    text-decoration: none !important;
    color: #0093DD;
    padding: 5px 8px;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .line-event-container-header a.more-link2:hover, .line-event-container-header a.more-link2:focus {
      background: rgba(0, 0, 0, 0.05); }

@media (max-width: 768px) {
  .line-event-container {
    padding: 5px 0 !important; }

  .line-event-container-header {
    padding-bottom: 5px; }
    .line-event-container-header .title {
      font-size: 14px;
      line-height: 18px; }
    .line-event-container-header a.more-link {
      display: none;
      text-decoration: none !important;
      background: #253F56;
      font-size: 12px;
      top: 0;
      margin-left: 5px;
      margin-top: 0px;
      padding: 5px 8px; }
    .line-event-container-header a.more-link2 {
      float: right;
      text-align: right;
      display: inline-block;
      font-size: 14px;
      top: 3px;
      line-height: 16px;
      padding: 2px 5px;
      font-weight: bold;
      opacity: 1; } }
.contact-li-item {
  display: block;
  padding: 15px 15px;
  background: #171A2A;
  min-height: 60px;
  cursor: pointer;
  border-bottom: 1px solid #20243a;
  color: #fff !important;
  text-decoration: none !important; }
  .contact-li-item:last-child {
    border-bottom: none !important; }
  .contact-li-item .contact-li-item-img {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
    text-align: center;
    background: #00B8D4;
    font-size: 20px;
    color: #fff; }
  .contact-li-item .contact-li-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    justify-items: center;
    float: left;
    padding-left: 10px;
    min-height: 40px;
    font-size: 16px;
    width: calc(100% - 40px); }
    .contact-li-item .contact-li-item-content .contact-li-subtext {
      font-size: 12px;
      line-height: 12px;
      color: rgba(0, 0, 0, 0.6); }
  .contact-li-item:hover, .contact-li-item:focus {
    background: #20243a; }

@media (max-width: 768px) {
  .contact-li-item {
    padding: 10px 10px; } }
.add-community-block {
  display: block;
  cursor: pointer;
  background: #AB60B8;
  width: 100%;
  min-height: 200px;
  height: 100%;
  color: #fff !important;
  border-radius: 0.5rem !important;
  /*  box-shadow: 0 5px 30px #d5daea !important;*/
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .add-community-block:hover, .add-community-block:focus {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1); }
  .add-community-block .add-community-header {
    height: 150px;
    background-position: center;
    background-size: cover; }
  .add-community-block .add-community-content {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 20px 20px 25px 20px;
    color: #fff !important; }
    .add-community-block .add-community-content .add-community-title {
      font-size: 20px; }
    .add-community-block .add-community-content .add-community-subtitle {
      font-size: 14px; }

.pl-5px {
  padding-left: 5px !important; }

.pr-5px {
  padding-right: 5px !important; }

.pt-5px {
  padding-top: 5px !important; }

.pb-5px {
  padding-bottom: 5px !important; }

.pl-10px {
  padding-left: 10px !important; }

.pr-10px {
  padding-right: 10px !important; }

.pt-10px {
  padding-top: 10px !important; }

.pb-10px {
  padding-bottom: 10px !important; }

@media (max-width: 768px) {
  .pl-5px-m {
    padding-left: 5px !important; }

  .pr-5px-m {
    padding-right: 5px !important; }

  .pt-5px-m {
    padding-top: 5px !important; }

  .pb-5px-m {
    padding-bottom: 5px !important; }

  .pl-10px-m {
    padding-left: 10px !important; }

  .pr-10px-m {
    padding-right: 10px !important; }

  .pt-10px-m {
    padding-top: 10px !important; }

  .pb-10px-m {
    padding-bottom: 10px !important; } }
[hidden] {
  display: none !important; }

.home-row-block .home-row-block-content {
  /*  background: #EBEFEE;*/
  overflow: hidden;
  background: #fff;
  /*   box-shadow: 0 5px 5px #d5daea !important;*/
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  padding: 5px 15px 10px 15px !important; }

@media (max-width: 768px) {
  .home-row-block {
    padding: 0 !important; }
    .home-row-block .home-row-block-content {
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      border-radius: 0 !important;
      padding: 10px 5px 10px 5px !important;
      /*  background: none !important;*/ } }
.blue-link-underline {
  position: relative;
  text-decoration: none !important; }

.blue-link-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.blue-link-underline:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.white-link-underline {
  position: relative;
  text-decoration: none !important; }

.white-link-underline:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.white-link-underline:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

.setting-org-block {
  border-radius: 0.5rem;
  background: #171A2A;
  overflow: hidden;
  color: #fff; }
  .setting-org-block a {
    color: #fff !important; }
    .setting-org-block a:hover, .setting-org-block a.active {
      background: #20243a !important; }

.setting-org-header {
  display: block;
  width: 100%;
  padding: 10px 10px;
  text-decoration: none !important;
  border-bottom: 1px solid #191c2d;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .setting-org-header:hover, .setting-org-header:focus {
    background: #191c2d; }
  .setting-org-header .setting-org-header-img {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: cover; }
  .setting-org-header .setting-org-header-content {
    float: right;
    width: calc(100% - 50px);
    padding-left: 10px;
    color: #fff; }
  .setting-org-header .setting-org-header-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px; }
  .setting-org-header .setting-org-header-sub {
    font-size: 14px; }

@media (max-width: 800px) {
  .setting-org-header {
    border-top: 1px solid #f2f2f2;
    border-bottom: none;
    background: #2078A8 !important; }
    .setting-org-header * {
      color: #fff !important; } }
.setting-nav {
  display: block;
  width: 100%;
  padding: 0 5px 5px 5px;
  overflow: auto;
  white-space: nowrap; }
  .setting-nav a {
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    border-radius: 20px;
    padding: 3px 5px;
    text-decoration: none !important;
    border: 1px solid #92939D;
    font-size: 12px; }
    .setting-nav a.active {
      background: #92939D;
      color: #fff; }
    .setting-nav a:last-child {
      margin-right: 0; }

.galleryItem {
  display: block;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  overflow: hidden; }
  .galleryItem .galleryItemLike {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    border-top-right-radius: 5px; }
    .galleryItem .galleryItemLike.active {
      color: #F92672 !important; }
    .galleryItem .galleryItemLike span {
      font-size: 16px;
      position: relative;
      top: -1px;
      margin-left: 4px; }
  .galleryItem .galleryImg {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1; }

.modal-preview-dialog .modal-content {
  border: none !important; }

@media (min-width: 1200px) {
  .modal-preview-dialog {
    max-width: 1100px !important;
    margin: 8px auto; } }
@media (min-width: 992px) {
  .modal-preview-dialog {
    max-width: 992px; } }
@media (min-width: 768px) {
  .modal-preview-dialog {
    max-width: 768px; } }
.photo-preview-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: 550px;
  background: #fff; }
  .photo-preview-container .photo-preview-left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 550px;
    position: relative;
    overflow: hidden;
    background: #212529; }
    .photo-preview-container .photo-preview-left .photo-preview-wrapper {
      overflow: hidden;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-size: cover;
      background-position: center;
      -webkit-filter: blur(20px);
              filter: blur(20px);
      position: absolute; }
    .photo-preview-container .photo-preview-left .photo-preview-image {
      position: relative;
      margin: auto auto;
      max-width: 100%;
      max-height: 100%; }
  .photo-preview-container .photo-preview-sidebar-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 310px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: 310px;
      background: #fff; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header {
        display: block;
        width: 100%;
        padding: 15px 15px;
        text-decoration: none !important;
        border-bottom: 1px solid #f2f2f2;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /* background: #f5f5f5;*/ }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-img {
          display: block;
          float: left;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          background-size: cover; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-content {
          float: right;
          width: calc(100% - 40px);
          padding-left: 10px;
          color: #212529; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-title {
          width: 100%;
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #485E88 !important;
          font-size: 16px;
          font-weight: 400;
          line-height: 16px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-sub {
          font-size: 14px;
          line-height: 14px;
          color: #818287; }
    .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding: 0 15px;
      overflow-y: auto;
      max-height: 100%; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        border-bottom: 1px solid #f2f2f2;
        padding: 15px 0; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-delete {
          position: absolute;
          right: 2px;
          top: 13px;
          color: #FE9568;
          font-weight: bold; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-delete:hover {
            color: #8B8C95; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-img {
          display: block;
          background-size: cover;
          border-radius: 50%;
          width: 35px;
          min-width: 35px;
          height: 35px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-content {
          -webkit-box-flex: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1;
          margin-top: -4px;
          padding-left: 10px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-title-wrap {
          height: 16px;
          line-height: 16px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-title {
          overflow: hidden;
          font-weight: 400;
          white-space: nowrap;
          text-overflow: ellipsis;
          color: #485E88 !important;
          font-size: 16px;
          height: 16px;
          line-height: 16px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-text {
          margin: 2px 0;
          line-height: 16px;
          font-size: 16px;
          color: #212529; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-time {
          font-size: 16px;
          line-height: 16px;
          color: #818287; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments.nocomments {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .nocoments-preview {
        display: none;
        text-align: center;
        color: #B9B7BD !important; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .nocoments-preview i {
          font-size: 75px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .nocoments-preview p {
          font-size: 14px;
          margin-top: 10px;
          color: #8B8C95 !important; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments.nocomments .nocoments-preview {
        display: block; }
    .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-header-newcomment {
      border-top: 1px solid #f2f2f2;
      padding: 15px 15px 10px 15px; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-header-newcomment textarea {
        width: 100%;
        max-height: 80px;
        border: none !important;
        font-size: 18px;
        line-height: 20px;
        height: 24px;
        outline: none !important;
        resize: none !important; }
    .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-mobile {
      display: none; }
  .photo-preview-container .photo-preview-header-subrow {
    border-bottom: 1px solid #f2f2f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    padding: 15px; }
    .photo-preview-container .photo-preview-header-subrow .photo-preview-likers {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-left: 10px;
      height: 20px; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        background-size: cover;
        background-position: center;
        margin-left: -5px;
        border-radius: 50%;
        border: 1px solid #fff; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker:first-child {
        margin-left: 0;
        z-index: 7; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker:nth-child(2) {
        z-index: 6; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker:last-child {
        margin-right: 10px;
        z-index: 5; }
    .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      max-height: 20px;
      text-decoration: none !important;
      color: #8B8C95; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn span {
        line-height: 16px;
        margin-left: 5px;
        position: relative;
        font-size: 16px;
        top: -2px; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn .fa {
        font-size: 20px; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn:hover {
        color: #818287; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn.active {
        color: #F92672 !important; }

@media (max-width: 768px) {
  .photo-preview-container {
    display: block !important;
    position: relative;
    width: 100%;
    height: auto;
    background: #fff; }
    .photo-preview-container .photo-preview-left {
      display: none;
      height: auto;
      position: relative;
      background: #212529; }
      .photo-preview-container .photo-preview-left .photo-preview-wrapper {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-size: cover;
        background-position: center;
        -webkit-filter: blur(20px);
                filter: blur(20px);
        position: absolute; }
      .photo-preview-container .photo-preview-left .photo-preview-image {
        position: relative;
        margin: auto auto;
        max-width: 100%;
        max-height: 100%; }
    .photo-preview-container .photo-preview-sidebar-wrapper {
      display: block;
      max-width: none;
      width: 100%; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar {
        width: 100%;
        background: #fff; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header {
          display: block;
          width: 100%;
          padding: 10px 10px;
          text-decoration: none !important;
          border-bottom: 1px solid #f2f2f2;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
          background: #f5f5f5; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-img {
            display: block;
            float: left;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-size: cover; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-content {
            float: right;
            width: calc(100% - 40px);
            padding-left: 10px;
            color: #212529; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-title {
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #212529 !important;
            font-size: 16px;
            line-height: 16px; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-sidebar .photo-preview-header .photo-preview-header-sub {
            font-size: 14px;
            line-height: 14px;
            color: #818287; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 0 10px;
        overflow-y: auto;
        max-height: 100%; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment {
          position: relative;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          border-bottom: 1px solid #f2f2f2;
          padding: 10px 0; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-delete {
            position: absolute;
            right: 2px;
            top: 13px;
            color: #FE9568;
            font-weight: bold; }
            .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-delete:hover {
              color: #8B8C95; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-img {
            display: block;
            background-size: cover;
            border-radius: 50%;
            width: 35px;
            min-width: 35px;
            height: 35px; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-content {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            margin-top: -4px;
            padding-left: 10px; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-title-wrap {
            height: 14px;
            line-height: 14px;
            margin-bottom: 1px; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-title {
            overflow: hidden;
            font-weight: 400;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #485E88 !important;
            font-size: 14px;
            height: 14px;
            line-height: 14px; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-text {
            margin: 3px 0 2px;
            line-height: 14px;
            font-size: 14px;
            color: #212529; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .photo-preview-comment .photo-preview-comment-time {
            font-size: 14px;
            line-height: 14px;
            color: #818287; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments.nocomments {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .nocoments-preview {
          display: none;
          text-align: center;
          color: #B9B7BD !important; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .nocoments-preview i {
            font-size: 75px; }
          .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments .nocoments-preview p {
            font-size: 14px;
            margin-top: 10px;
            color: #8B8C95 !important; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-comments.nocomments .nocoments-preview {
          display: block; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-header-newcomment {
        border-top: 1px solid #f2f2f2;
        padding: 15px 10px 10px 10px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-header-newcomment textarea {
          width: 100%;
          max-height: 80px;
          border: none !important;
          font-size: 16px;
          line-height: 18px;
          height: 22px;
          outline: none !important;
          resize: none !important; }
      .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-mobile {
        display: block;
        width: 100%;
        padding: 0px 0px; }
        .photo-preview-container .photo-preview-sidebar-wrapper .photo-preview-mobile img {
          width: 100%; }
    .photo-preview-container .photo-preview-header-subrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex;
      padding: 15px; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likers {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        margin-left: 10px;
        height: 20px; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker {
          display: block;
          float: left;
          width: 20px;
          height: 20px;
          background-size: cover;
          background-position: center;
          margin-left: -5px;
          border-radius: 50%;
          border: 1px solid #fff; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker:first-child {
          margin-left: 0;
          z-index: 7; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker:nth-child(2) {
          z-index: 6; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likers .photo-preview-liker:last-child {
          margin-right: 10px;
          z-index: 5; }
      .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        max-height: 24px;
        text-decoration: none !important;
        color: #8B8C95; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn span {
          line-height: 16px;
          margin-left: 5px;
          position: relative;
          font-size: 16px;
          top: -2px; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn .fa {
          font-size: 20px; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn:hover {
          color: #818287; }
        .photo-preview-container .photo-preview-header-subrow .photo-preview-likes-btn.active {
          color: #F92672 !important; } }
ul.ks-cboxtags {
  list-style: none;
  padding: 0; }

ul.ks-cboxtags li {
  display: inline; }

ul.ks-cboxtags li label {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(139, 139, 139, 0.3);
  color: #adadad;
  border-radius: 25px;
  white-space: nowrap;
  margin: 3px 0px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .2s;
  transition: all .2s; }

ul.ks-cboxtags li label {
  padding: 6px 12px;
  cursor: pointer;
  line-height: 27px; }

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 13px;
  width: 16px;
  padding: 2px 6px 2px 2px;
  line-height: 14px;
  content: "\f067";
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
  content: "\f00c";
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out; }

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
  border: 2px solid #12bbd4;
  background-color: #12bbd4;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s; }

ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0; }

ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #12bbd4; }

.mint-button {
  color: #fff !important;
  background-color: #53A174 !important;
  border-color: #53A174 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.mint-button:hover {
  color: #fff !important;
  background-color: #498f67 !important;
  border-color: #498f67 !important; }

.photoItemBtn {
  cursor: pointer; }

.separate-modal .modal-dialog {
  max-width: 800px !important; }
  .separate-modal .modal-dialog .modal-content {
    background-color: #2078A8 !important;
    outline: none !important;
    border: none !important; }
    .separate-modal .modal-dialog .modal-content .modal-header {
      border: none !important; }
      .separate-modal .modal-dialog .modal-content .modal-header button.close {
        text-shadow: none !important;
        color: #fff !important; }
    .separate-modal .modal-dialog .modal-content .modal-body {
      min-height: 450px; }

.separate-container {
  font-family: Roboto, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  padding-bottom: 35px; }
  .separate-container .separate-left-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    border-right: 1px solid #92A4B5; }
    .separate-container .separate-left-wrap .separate-left {
      width: 250px;
      padding: 15px 20px 0 20px; }
    .separate-container .separate-left-wrap .separate-left-link {
      padding: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      text-decoration: none !important;
      font-weight: 100;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      border-bottom: 2px solid transparent; }
      .separate-container .separate-left-wrap .separate-left-link img {
        margin-right: 15px;
        height: 25px;
        width: 25px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        -ms-user-select: none;
            user-select: none; }
      .separate-container .separate-left-wrap .separate-left-link span {
        position: relative;
        display: inline-block;
        line-height: 25px;
        color: #fff;
        font-size: 20px; }
      .separate-container .separate-left-wrap .separate-left-link.end span:before {
        position: absolute;
        content: '';
        display: block;
        bottom: 50%;
        border-bottom: 2px solid #53A174;
        left: -7px;
        width: calc(100% + 14px);
        height: 1px; }
      .separate-container .separate-left-wrap .separate-left-link.active {
        opacity: 1; }
      .separate-container .separate-left-wrap .separate-left-link:hover {
        opacity: 1; }
  .separate-container .separate-nav {
    display: none; }
  .separate-container .separate-nav-wrap {
    display: none; }
  .separate-container .separate-right {
    display: none;
    min-height: 450px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: calc(100% - 250px) !important;
    position: relative;
    height: 100%; }
    .separate-container .separate-right.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex; }
    .separate-container .separate-right .separate-right-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -moz-flex;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      height: 100%;
      padding-left: 30px;
      padding-right: 20px;
      min-height: 450px; }
      .separate-container .separate-right .separate-right-content p {
        color: #fff;
        font-weight: 100;
        font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif; }
      .separate-container .separate-right .separate-right-content .separate-p {
        font-size: 14px; }
      .separate-container .separate-right .separate-right-content .separate-white-link {
        color: #fff !important;
        font-weight: 100;
        font-size: 18px;
        font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif; }
      .separate-container .separate-right .separate-right-content .separate-communities-container-wrap {
        display: block;
        width: 100%; }
      .separate-container .separate-right .separate-right-content .separate-communities-container {
        padding-bottom: 5px;
        margin-top: 15px;
        width: 100%; }
      .separate-container .separate-right .separate-right-content .separate-org-block {
        width: 300px;
        cursor: pointer;
        margin-top: 10px;
        padding: 5px;
        border-radius: 40px;
        background: #365E83;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header .separate-org-block-img {
            float: left;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background-size: cover;
            background-position: center; }
          .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header .separate-org-block-btn {
            float: right;
            color: #53A174;
            width: 40px;
            height: 40px;
            text-align: center;
            font-size: 20px;
            line-height: 40px;
            border-radius: 50%;
            background: #274B6D; }
          .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header .separate-org-block-text {
            float: left;
            color: #fff;
            width: calc(100% - 40px);
            padding-left: 10px; }
          .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header .separate-org-block-text2 {
            float: left;
            color: #fff;
            width: calc(100% - 80px);
            padding-left: 10px;
            padding-right: 5px; }
          .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header .separate-org-block-title {
            width: 100%;
            font-size: 14px;
            line-height: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
          .separate-container .separate-right .separate-right-content .separate-org-block .separate-org-block-header .separate-org-block-sport {
            margin-top: 2px;
            width: 100%;
            font-weight: 100;
            font-size: 12px;
            line-height: 16px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden; }
        .separate-container .separate-right .separate-right-content .separate-org-block:hover {
          background: #3d6a93; }
        .separate-container .separate-right .separate-right-content .separate-org-block:last-child {
          margin-right: 0 !important; }
      .separate-container .separate-right .separate-right-content .separate-right-forgot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 100;
        margin-top: auto;
        color: #fff;
        font-size: 20px; }
      .separate-container .separate-right .separate-right-content .separate-right-title {
        font-size: 40px;
        line-height: 40px;
        font-weight: 300;
        color: #fff; }
        .separate-container .separate-right .separate-right-content .separate-right-title:first-letter {
          font-size: 50px;
          color: #53A174; }
      .separate-container .separate-right .separate-right-content .mint-label {
        font-size: 25px;
        color: #53A174;
        margin: 0; }
      .separate-container .separate-right .separate-right-content .separate-input-help {
        height: 16px;
        font-size: 16px;
        color: #FE9568;
        margin-top: 3px;
        padding-left: 5px;
        font-weight: 100; }
      .separate-container .separate-right .separate-right-content .separate-input-row5 {
        margin-top: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .separate-container .separate-right .separate-right-content label {
        font-weight: 100;
        font-size: 16px;
        color: #fff; }
      .separate-container .separate-right .separate-right-content .separate-input-row30 {
        margin-top: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .separate-container .separate-right .separate-right-content .separate-input-row20 {
        margin-top: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .separate-container .separate-right .separate-right-content .separate-input-row15 {
        margin-top: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .separate-container .separate-right .separate-right-content .separate-input-group30 {
        width: 30%; }
      .separate-container .separate-right .separate-right-content .separate-input-group32 {
        width: 32%; }
      .separate-container .separate-right .separate-right-content .separate-input-group25 {
        width: 26%; }
      .separate-container .separate-right .separate-right-content .separate-input-group40 {
        width: 44%; }
      .separate-container .separate-right .separate-right-content .separate-right-input {
        margin-right: 15px;
        padding: 12px 15px;
        font-size: 16px;
        border: none !important;
        border-radius: 30px;
        background: #2B7FAD;
        color: #fff !important;
        outline: none !important;
        font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif; }
        .separate-container .separate-right .separate-right-content .separate-right-input::-webkit-input-placeholder {
          opacity: 1;
          /* Firefox */
          color: #f1f1f1; }
        .separate-container .separate-right .separate-right-content .separate-right-input:-ms-input-placeholder {
          opacity: 1;
          /* Firefox */
          color: #f1f1f1; }
        .separate-container .separate-right .separate-right-content .separate-right-input::-ms-input-placeholder {
          opacity: 1;
          /* Firefox */
          color: #f1f1f1; }
        .separate-container .separate-right .separate-right-content .separate-right-input::placeholder {
          opacity: 1;
          /* Firefox */
          color: #f1f1f1; }
        .separate-container .separate-right .separate-right-content .separate-right-input:-ms-input-placeholder {
          color: #92A4B5; }
        .separate-container .separate-right .separate-right-content .separate-right-input.max-350 {
          width: 100%;
          max-width: 350px; }
      .separate-container .separate-right .separate-right-content .separate-right-mint-btn {
        margin-top: 20px;
        margin-right: 15px;
        padding: 12px 15px;
        font-size: 16px;
        border: none !important;
        font-weight: 100;
        border-radius: 30px;
        min-width: 200px;
        background: #53A174;
        color: #fff !important;
        cursor: pointer;
        outline: none !important;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .separate-container .separate-right .separate-right-content .separate-right-mint-btn:hover, .separate-container .separate-right .separate-right-content .separate-right-mint-btn:focus {
          background: #498f67; }
      .separate-container .separate-right .separate-right-content .separate-mini-btn {
        font-weight: 300;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8); }
      .separate-container .separate-right .separate-right-content .separate-add-photo-btn {
        display: inline-block;
        width: 120px;
        height: 120px;
        background: #365e83;
        text-align: center;
        line-height: 120px;
        font-size: 40px;
        color: #53A174;
        border-radius: 50%;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        cursor: pointer; }
        .separate-container .separate-right .separate-right-content .separate-add-photo-btn:hover {
          background: #3d6993; }
      .separate-container .separate-right .separate-right-content .separate-add-photo-image {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        display: inline-block;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        text-align: center;
        line-height: 120px;
        font-size: 40px;
        color: transparent;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .separate-container .separate-right .separate-right-content .separate-add-photo-image.active, .separate-container .separate-right .separate-right-content .separate-add-photo-image:hover {
          color: #53A174; }
      .separate-container .separate-right .separate-right-content .separete-help-link {
        color: #53A174;
        border-bottom: 1px solid #53A174;
        text-decoration: none !important; }
    .separate-container .separate-right .separate-right-logo {
      position: absolute;
      bottom: -40px;
      right: 10px;
      height: 200px; }

@media (max-width: 992px) {
  .separate-modal .modal-dialog .modal-content {
    background-color: #2078A8 !important;
    outline: none !important;
    border: none !important; }
    .separate-modal .modal-dialog .modal-content .modal-header {
      border: none !important; }
      .separate-modal .modal-dialog .modal-content .modal-header button.close {
        text-shadow: none !important;
        color: #fff !important; }
    .separate-modal .modal-dialog .modal-content .modal-body {
      min-height: auto; } }
@media (max-width: 768px) {
  .separate-modal .modal-header {
    display: none !important; }

  .separate-container {
    font-family: Roboto, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 35px; }
    .separate-container .separate-left-wrap {
      display: none !important;
      border-right: 1px solid #92A4B5; }
    .separate-container .separate-nav-wrap {
      display: block;
      margin: 5px 0 8px 0; }
    .separate-container .separate-nav {
      display: block;
      width: 100%;
      overflow: auto;
      white-space: nowrap;
      margin-bottom: 2px; }
      .separate-container .separate-nav a {
        display: inline-block;
        margin-right: 0px;
        text-decoration: none !important;
        padding: 3px 5px;
        font-size: 16px;
        color: rgba(255, 255, 255, 0.8) !important;
        text-transform: uppercase; }
        .separate-container .separate-nav a:first-child {
          margin-left: 13px; }
        .separate-container .separate-nav a.active {
          color: #fff !important;
          border-bottom: 2px solid #53A174; }
    .separate-container .separate-right {
      display: none;
      min-height: 450px;
      max-width: 100%;
      width: 100% !important;
      position: relative;
      height: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
      .separate-container .separate-right.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex; }
      .separate-container .separate-right .separate-right-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        min-height: calc(98vh - 170px); }
        .separate-container .separate-right .separate-right-content .separate-org-block {
          width: 100% !important; }
        .separate-container .separate-right .separate-right-content .separate-right-forgot {
          position: absolute;
          top: auto;
          bottom: -35px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: 100;
          margin-top: 5px;
          color: #fff;
          font-size: 16px; }
        .separate-container .separate-right .separate-right-content .separate-right-title {
          margin-top: 5px;
          font-size: 30px;
          line-height: 30px;
          font-weight: 300;
          color: #fff; }
          .separate-container .separate-right .separate-right-content .separate-right-title:first-letter {
            font-size: 35px;
            color: #53A174; }
        .separate-container .separate-right .separate-right-content .separate-input-help {
          height: 16px;
          font-size: 16px;
          color: #FE9568;
          margin-top: 3px;
          padding-left: 5px;
          font-weight: 100; }
        .separate-container .separate-right .separate-right-content .separate-input-row5 {
          margin-top: 5px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .separate-container .separate-right .separate-right-content label {
          font-weight: 100;
          font-size: 16px;
          color: #fff;
          margin-bottom: 2px; }
        .separate-container .separate-right .separate-right-content .separate-input-row30 {
          margin-top: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .separate-container .separate-right .separate-right-content .separate-input-row20 {
          margin-top: 15px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .separate-container .separate-right .separate-right-content .separate-input-row15 {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .separate-container .separate-right .separate-right-content .separate-input-group30 {
          width: 30%; }
        .separate-container .separate-right .separate-right-content .separate-input-group32 {
          width: 32%; }
        .separate-container .separate-right .separate-right-content .separate-input-group25 {
          width: 26%; }
        .separate-container .separate-right .separate-right-content .separate-input-group40 {
          width: 44%; }
        .separate-container .separate-right .separate-right-content .separate-input-column {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
        .separate-container .separate-right .separate-right-content .separate-right-input {
          margin-right: 0;
          margin-top: 5px;
          padding: 8px 2px 8px 10px;
          width: 100%;
          max-width: 300px;
          font-size: 16px;
          border: none !important;
          border-radius: 30px;
          background: #2B7FAD;
          color: #fff !important;
          outline: none !important;
          font-family: Arial, Helvetica, FreeSans, "Liberation Sans", "Nimbus Sans L", sans-serif; }
          .separate-container .separate-right .separate-right-content .separate-right-input::-webkit-input-placeholder {
            opacity: 1;
            /* Firefox */
            color: #f1f1f1; }
          .separate-container .separate-right .separate-right-content .separate-right-input:-ms-input-placeholder {
            opacity: 1;
            /* Firefox */
            color: #f1f1f1; }
          .separate-container .separate-right .separate-right-content .separate-right-input::-ms-input-placeholder {
            opacity: 1;
            /* Firefox */
            color: #f1f1f1; }
          .separate-container .separate-right .separate-right-content .separate-right-input::placeholder {
            opacity: 1;
            /* Firefox */
            color: #f1f1f1; }
          .separate-container .separate-right .separate-right-content .separate-right-input:-ms-input-placeholder {
            color: #92A4B5; }
          .separate-container .separate-right .separate-right-content .separate-right-input.separate-right-mt15 {
            margin-top: 15px; }
        .separate-container .separate-right .separate-right-content .separate-right-mint-btn {
          margin-top: 10px;
          margin-right: 15px;
          padding: 12px 15px;
          font-size: 16px;
          font-weight: 100;
          border-radius: 30px;
          min-width: 200px;
          background: #53A174;
          color: #fff !important;
          cursor: pointer;
          outline: none !important;
          border: none !important;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none;
          -webkit-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out; }
          .separate-container .separate-right .separate-right-content .separate-right-mint-btn:hover, .separate-container .separate-right .separate-right-content .separate-right-mint-btn:focus {
            background: #498f67; }
      .separate-container .separate-right .separate-right-logo {
        position: absolute;
        bottom: -40px;
        right: 10px;
        height: 100px; } }
.inline-select-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  outline: none !important;
  border: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .inline-select-status a {
    border-radius: 40px;
    padding: 6px 20px;
    background: #B9B7BD;
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 16px;
    margin: 0 10px; }
    .inline-select-status a.active {
      background: #53A174;
      color: white !important; }

@media (max-width: 768px) {
  .inline-select-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    outline: none !important;
    border: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .inline-select-status a {
      border-radius: 20px;
      padding: 5px 10px;
      background: #B9B7BD;
      color: rgba(255, 255, 255, 0.8) !important;
      font-size: 16px;
      margin: 0 10px; }
      .inline-select-status a.active {
        background: #53A174;
        color: white !important; } }
.red-text, .red-text * {
  color: #F92672 !important; }

.modal-people-count {
  color: #53A174; }

.btn-rounded {
  border-radius: 30px; }

.swiper-next-button,
.swiper-prev-button {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 35px;
  right: -5px;
  top: 130px;
  padding-bottom: 5px;
  border-radius: 50%;
  z-index: 5;
  background: #fcfcfc;
  color: #222;
  cursor: pointer;
  outline: none !important;
  opacity: 0.7;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .swiper-next-button span,
  .swiper-prev-button span {
    line-height: 40px; }
  .swiper-next-button:hover,
  .swiper-prev-button:hover {
    opacity: 1; }

.swiper-prev-button {
  left: -5px;
  right: auto; }
  .swiper-prev-button.swiper-button-disabled {
    opacity: 0 !important; }

@media (max-width: 768px) {
  .swiper-prev-button {
    top: 120px;
    left: 1px !important; }

  .swiper-next-button {
    top: 120px;
    right: 1px !important; } }
.head-sports-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px; }

.head-sport-item {
  border-radius: 40px;
  background: #fff;
  margin-right: 15px;
  padding: 4px 12px;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #6C6D70; }
  .head-sport-item.active {
    color: #007bff; }
  .head-sport-item:hover, .head-sport-item:focus {
    color: #007bff; }

@media (max-width: 768px) {
  .head-sports-list {
    display: none; } }
.big-search-modal {
  padding: 0 !important; }
  .big-search-modal .modal-dialog {
    min-width: 100%;
    margin: 0 !important; }
    .big-search-modal .modal-dialog .modal-content {
      background-image: -webkit-gradient(linear, left top, right top, from(#3ab5b0), color-stop(31%, #3d99be), to(#56317a));
      background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
      background-color: transparent;
      border-radius: 0 !important;
      min-height: 100vh; }
  .big-search-modal .close {
    font-size: 50px;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 5px;
    outline: none !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .big-search-modal .search-modal-input {
    margin-top: 30px;
    font-size: 60px;
    background: transparent;
    color: #fff;
    outline: none !important;
    border: none !important;
    text-transform: uppercase;
    caret-color: #f1f1f1; }
    .big-search-modal .search-modal-input::-webkit-input-placeholder {
      color: #f1f1f1; }
    .big-search-modal .search-modal-input:-ms-input-placeholder {
      color: #f1f1f1; }
    .big-search-modal .search-modal-input::-ms-input-placeholder {
      color: #f1f1f1; }
    .big-search-modal .search-modal-input::placeholder {
      color: #f1f1f1; }
  .big-search-modal .swiper-container {
    overflow: visible !important; }
  .big-search-modal .searchTypeRow {
    margin-bottom: 15px; }
    .big-search-modal .searchTypeRow h3, .big-search-modal .searchTypeRow h4 {
      color: #fff;
      text-transform: uppercase; }
    .big-search-modal .searchTypeRow .swiper-container {
      margin-top: 10px; }

@media (max-width: 992px) {
  .big-search-modal {
    padding: 0 !important; }
    .big-search-modal .modal-dialog {
      min-width: 100%;
      margin: 0 !important; }
      .big-search-modal .modal-dialog .modal-content {
        background-image: -webkit-gradient(linear, left top, right top, from(#3ab5b0), color-stop(31%, #3d99be), to(#56317a));
        background-image: linear-gradient(to right, #3ab5b0 0%, #3d99be 31%, #56317a 100%);
        background-color: transparent;
        border-radius: 0 !important;
        min-height: 100vh; }
    .big-search-modal .close {
      font-size: 30px;
      color: #fff;
      position: absolute;
      right: 5px;
      top: 0px;
      outline: none !important;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      z-index: 10; }
    .big-search-modal .search-modal-input {
      padding-left: 5px;
      margin-top: 20px;
      font-size: 25px;
      background: transparent;
      color: #fff;
      outline: none !important;
      border: none !important;
      text-transform: uppercase;
      caret-color: #f1f1f1; }
      .big-search-modal .search-modal-input::-webkit-input-placeholder {
        color: #f1f1f1; }
      .big-search-modal .search-modal-input:-ms-input-placeholder {
        color: #f1f1f1; }
      .big-search-modal .search-modal-input::-ms-input-placeholder {
        color: #f1f1f1; }
      .big-search-modal .search-modal-input::placeholder {
        color: #f1f1f1; }
    .big-search-modal .searchTypeRow {
      margin-bottom: 15px; }
      .big-search-modal .searchTypeRow h3, .big-search-modal .searchTypeRow h4 {
        padding-left: 5px;
        color: #fff;
        text-transform: uppercase; }
      .big-search-modal .searchTypeRow .swiper-container {
        margin-top: 10px; } }
.sevent {
  margin-left: 3px;
  margin-right: 7px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
  background-color: #fff;
  width: 130px;
  margin-top: 3px;
  margin-bottom: 3px;
  position: relative;
  border-radius: 12px;
  color: #000 !important;
  text-decoration: none !important;
  overflow: hidden;
  /*  box-shadow: 0px 13px 10px -7px rgba(0, 0, 0,0.1);*/ }

.sevent:last-child {
  margin-right: 0; }

.sevent__date {
  float: left;
  width: auto; }
  .sevent__date .sevent-date1 {
    color: #0093DD;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
  .sevent__date .sevent-date2 {
    font-size: 25px;
    line-height: 25px;
    color: #000;
    width: 100%; }

.sevent__img {
  visibility: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 130px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px; }

.sevent__info-hover {
  position: absolute;
  padding: 16px;
  width: 100%;
  opacity: 0;
  top: 0; }

.sevent__img--hover {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: absolute;
  height: 130px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  top: 0; }

.sevent__info {
  z-index: 2;
  background-color: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 8px 8px 8px 8px; }

.sevent__category {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #868686 !important; }

.sevent__title {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  max-height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden; }

.sevent__by {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  /* Запрещаем перенос строк */
  overflow: hidden;
  text-overflow: ellipsis; }

.sevent__author {
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  color: #AD7D52; }

.sevent:hover .sevent__img--hover {
  height: 100%;
  opacity: 0.3; }

.sevent:hover .sevent__info {
  background-color: transparent;
  position: relative; }

.sevent:hover .sevent__info-hover {
  opacity: 1; }

@media (max-width: 768px) {
  .sevent {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0, 1);
    background-color: #fff;
    width: 100px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    color: #000 !important;
    text-decoration: none !important;
    /*border: 1px solid rgba(0,0,0,0.22);*/ }

  .sevent:last-child {
    margin-right: 0; }

  .sevent__date {
    float: left;
    width: auto; }
    .sevent__date .sevent-date1 {
      color: #0093DD;
      font-size: 10px;
      font-weight: bold;
      line-height: 10px;
      width: 100%;
      text-align: center;
      text-transform: uppercase; }
    .sevent__date .sevent-date2 {
      font-size: 25px;
      line-height: 25px;
      color: #000;
      width: 100%; }

  .sevent__img {
    visibility: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px; }

  .sevent__info-hover {
    position: absolute;
    padding: 12px;
    width: 100%;
    opacity: 0;
    top: 0; }

  .sevent__img--hover {
    -webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    top: 0; }

  .sevent__info {
    z-index: 2;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5px 5px 5px 5px; }

  .sevent__category {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #868686 !important; }

  .sevent__title {
    font-size: 8px;
    font-weight: bold;
    line-height: 11px;
    max-height: 33px;
    overflow: hidden; }

  .sevent__by {
    font-size: 9px;
    font-weight: 500; }

  .sevent__author {
    font-size: 9px;
    font-weight: 600;
    text-decoration: none;
    color: #AD7D52; }

  .sevent:hover .sevent__img--hover {
    height: 100%;
    opacity: 0.3; }

  .sevent:hover .sevent__info {
    background-color: transparent;
    position: relative; }

  .sevent:hover .sevent__info-hover {
    opacity: 1; } }
.white-image-button {
  display: block;
  border: none;
  width: 100%;
  outline: none !important;
  padding: 15px 20px;
  background: #171A2A;
  cursor: pointer;
  border-radius: 5px;
  color: #C1B39C;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.06) !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .white-image-button:hover {
    color: #00A54F;
    background: #191c2d; }
  .white-image-button img {
    width: 35px;
    height: 35px;
    margin-right: 15px; }

.user-achievement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  position: relative;
  overflow: hidden;
  cursor: default; }
  .user-achievement .user-achievement-remove {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 5px;
    border-radius: 50%;
    opacity: 0;
    right: 0;
    font-size: 25px;
    cursor: pointer;
    background: #f1f1f1;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-align: center;
    color: #f4645f; }
    .user-achievement .user-achievement-remove span {
      position: relative;
      top: -2px; }
  .user-achievement:hover .user-achievement-remove {
    opacity: 1; }
  .user-achievement .user-achievement-remove:hover,
  .user-achievement .user-achievement-remove:focus {
    background: #e1e1e1; }
  .user-achievement .user-achievement-left {
    width: 55px;
    min-width: 55px; }
    .user-achievement .user-achievement-left img {
      width: 40px;
      height: 40px; }
    .user-achievement .user-achievement-left .user-achievement-place {
      width: 40px;
      height: 40px;
      color: #818386;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #D1D2D4; }
  .user-achievement .user-achievement-right .user-achievement-title {
    color: #C1B39C;
    font-size: 12px;
    display: block;
    line-height: 15px; }
  .user-achievement .user-achievement-right .user-achievement-date {
    color: #fff;
    font-size: 10px;
    text-transform: lowercase; }
  .user-achievement .user-calendar-date {
    width: 45px;
    height: 40px;
    color: #818386;
    position: relative; }
    .user-achievement .user-calendar-date .user-calendar-date-top {
      font-weight: bold;
      font-size: 22px;
      line-height: 20px; }
    .user-achievement .user-calendar-date .user-calendar-date-bot {
      font-size: 12px;
      line-height: 12px;
      text-transform: lowercase; }
    .user-achievement .user-calendar-date .user-calendar-sup {
      position: absolute;
      top: 2px;
      font-weight: bold;
      right: 0;
      font-size: 11px;
      line-height: 11px; }

.text-blue {
  color: #007bff !important; }

.text-green {
  color: #00A54F !important; }

.hover-blue:hover {
  text-decoration: none !important;
  color: #007bff !important; }

.hover-green:hover {
  text-decoration: none !important;
  color: #00A54F !important; }

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