@charset "UTF-8";
/* =================================
базовые стили
===================================*/
* {
  margin: 0;
  padding: 0;
}

/* =================================
Ставим теги html5 по умолчанию
===================================*/
header, article, footer, subscribe, comments {
  display: block;
  padding-left: 10%;
  padding-right: 10%;
  transition: 0.2s;
}

.content_over {
  display: table-cell;
}

/* =================================
Шапка
===================================*/
header {
  height: 100px;
  color: #FFF;
  overflow: hidden;
  background-color: #66676D;
  font-family: "Open sans", "Arial", sans-serif;
}

/*
header:after
{
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    background: url(../img/headbg2.jpg);
}
*/
header a:hover {
  color: #FFF;
}

.logo {
  height: 65px;
  float: left;
  color: #FFFFFF;
  padding-left: 80px;
  text-decoration: none;
  font-weight: normal;
  padding-top: 20px;
  letter-spacing: 1px;
}

.logo img {
  width: 100px;
  height: 80px;
  margin: -10px 0 0 -80px;
  position: absolute;
}

#logotext {
  font-size: 25px;
  margin-top: -2px;
}

.headerbtns {
  float: right;
  line-height: 100px;
}

.headerbtns a {
  text-decoration: none;
  color: #FFFFFF;
  margin: 10px;
}

.userphoto {
  position: relative;
  float: right;
  height: 60px;
  width: 60px;
  border: 2px solid #FFF;
  display: block;
  margin: 18px 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #F2F2F2;
}

.header_soc {
  float: right;
  margin-left: 19px;
  margin-top: 20px;
}
.header_soc .soc {
  display: flex;
  margin-top: 17px;
}

.footer_soc .soc {
  display: flex;
  margin-top: 17px;
}

.fb {
  background: url(/img/facebook.svg);
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
  margin-right: 10px;
}

.tg {
  background: url(/img/telegram.svg);
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
  margin-right: 10px;
}

.instagram {
  background: url(/img/instagram.svg);
  width: 24px;
  height: 24px;
  display: block;
  background-size: cover;
}

.userphoto img {
  max-width: 60px;
}

.userblock {
  float: left;
  line-height: normal;
  margin-top: 10px;
  margin-right: 10px;
}

.adaptive-user-button {
  display: none;
}

.welcome {
  margin: 10px;
  line-height: 24px;
  text-align: right;
  font-size: 14px;
  font-style: italic;
  opacity: 0.6;
}

#search {
  float: right;
  margin: 29px 0 0 10px;
  border: none;
  padding: 10px 20px;
  font-size: 15px;
  font-family: "Open sans", "Arial";
  background-color: transparent;
  background-image: url("/img/redesign/search.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  color: #FFFFFF;
  border-radius: 24px;
  text-align: left;
  outline: none;
  cursor: pointer;
  width: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

#search:hover {
  background-color: #689b32 !important;
  border: 1px solid #689b32 !important;
}

#search:focus, #search.active {
  width: 100px;
  background-color: #689b32 !important;
  border: 1px solid #689b32 !important;
  padding-right: 40px;
  padding-left: 20px;
  background-position: 132px center;
}

.search-container {
  margin-bottom: 30px;
}

.ui-container .mainbtn.searchbtn {
  margin: 0;
}

.search-container .ui {
  margin: 0 12px 10px 0;
}

header button {
  border: none;
  margin-left: 5px;
  padding: 10px 15px;
  font-size: 15px;
  font-family: "Open sans", "Arial";
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 24px !important;
  text-align: center;
  min-width: 40px;
  outline: none;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
}

header button:focus {
  outline: none;
}

header button:hover {
  background-color: #689b32 !important;
  border: 1px solid #689b32 !important;
}

nav input {
  display: none;
}

.messagecount {
  border-radius: 18px;
  background-color: #689b32;
  padding: 2px 7px;
  margin-left: 3px;
  font-size: 12px;
}

/* =================================
Меню
===================================*/
nav {
  display: block;
  margin: 0 0 45px 0;
  padding: 15px 10%;
  overflow: hidden;
  background: #FFFFFF !important;
  border-bottom: 1px solid #efefef;
  font-family: "Open sans", "Arial", sans-serif;
}

nav ul ul {
  display: none;
}

nav a {
  text-decoration: none;
  margin-right: 14px;
  line-height: 30px;
  font-size: 16px;
  padding: 10px 0;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #474D56;
}

nav a.active {
  color: #689b32;
  opacity: 1;
}

nav li {
  list-style: none;
  display: inline-block;
  background-image: none;
}

nav ul li {
  background-image: none;
}

nav .active ul {
  display: block;
  position: absolute;
  width: 80%;
  left: 0;
  margin-top: 15px;
  padding: 10px 10%;
  background: #FFF;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  /*box-shadow: 0 2px 3px rgba(0,0,0,0.1);*/
}

nav ul ul .active a {
  color: #689b32;
  opacity: 1;
}

nav ul ul a {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 25px;
  text-transform: none;
  font-weight: 400;
  opacity: 0.7;
}

#adaptive-sub-menu {
  display: none;
}

.top-content-menu {
  display: block;
  width: 100%;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  float: left;
  border-bottom: 1px solid #F5F5F5;
}

.pages content div.top-content-menu {
  padding-bottom: 0px;
}

.left-menu {
  padding-bottom: 30px;
  float: left;
}

.top-content-menu a {
  padding: 10px 20px 10px 0;
  float: left;
  font-weight: 600;
  display: block;
}

.top-content-menu a.active {
  color: #689b32;
}

/* =================================
Содержание
===================================*/
article, .article {
  background: #FFFFFF;
  width: 80%;
  overflow: auto;
}

rightside {
  display: table-cell;
  width: 280px !important;
  padding-left: 80px;
  vertical-align: top;
  padding-top: 20px;
}
rightside .company-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
rightside h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
rightside h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 250%;
  }
}
rightside h3.platinum {
  background: linear-gradient(135deg, #f0f0f0 0%, #dcdcdc 100%);
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.5);
}
rightside h3.gold {
  background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}
rightside h3.silver {
  background: linear-gradient(135deg, #c0c0c0 0%, #a9a9a9 100%);
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.5);
}

aside {
  display: table-cell;
  width: 280px !important;
  padding-left: 80px;
  vertical-align: top;
  padding-top: 20px;
  float: left;
}

rightside p {
  /*margin: 20px 0 20px 0;*/
  line-height: 1.3rem;
}

rightside img {
  max-width: 280px;
  margin-bottom: 5px;
}

rightside .promo {
  margin-bottom: 20px;
}

content img {
  max-width: 100%;
}

content td img {
  max-width: none;
}

article postdate, article postcount, article usercount, article commentcount, article views {
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
}

article postdate {
  margin-right: 10px;
}

article commentcount {
  margin-right: 10px;
  padding-left: 22px;
}

article usercount:before {
  color: #CCC;
  content: "\f007";
  font-family: "FontAwesome";
  margin-right: 8px;
}

article postcount:before {
  content: "\f0c9";
  color: #CCC;
  font-family: "FontAwesome";
  margin-right: 8px;
}

article commentcount:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: -28px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-image: url("/img/redesign/comment.png");
  background-size: cover;
  position: absolute;
}

article views {
  margin-right: 10px;
  padding-left: 28px;
}

article views:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-left: -28px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-image: url("/img/redesign/views.png");
  background-size: cover;
  position: absolute;
}

article sources {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
}

#pagename {
  font-size: 18px;
  margin: 15px 0 5px 0;
  text-transform: uppercase;
}

#pagesubname {
  font-size: 15px;
}

#expandmenu, #expandsubmenu, #menutitle {
  display: none;
}

figure {
  /*border: 1px solid #f7f7f7;
  background-color: #f7f7f7;*/
}

figure img {
  float: left;
  width: 100%;
}

.left-align {
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
}

.right-align {
  float: right;
  margin-left: 35px;
  margin-bottom: 20px;
}

figcaption {
  font-size: 12px;
  opacity: 0.5;
  padding: 5px 0 10px 0;
}

.banner {
  margin-bottom: 10px;
  display: block;
  max-width: 280px;
  padding-bottom: 20px;
  border-bottom: 3px double #F5F5F5;
}

.banner, .banner a, .banner H1, .banner hint, .banner HR {
  float: left;
  width: 100%;
}

.banners-line {
  padding: 0 0 20px 0;
}

.toogle-next {
  cursor: pointer;
}

.toogle-next h2 {
  display: inline-block;
  width: auto;
  margin-left: 7px;
}

/* =================================
Поздравления
===================================*/
.congrats a {
  width: 100%;
  display: block;
  padding: 10px 0;
  margin: 0;
}

.congrats a:last-child {
  border-bottom: none;
}

.congrats figure {
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}

.congrats figure img {
  max-width: 50px;
  border-radius: 40px;
}

.congrats name {
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

/* =================================
Комментарии
===================================*/
comments + article {
  background: #EFF3F4;
}

comments {
  display: block;
  padding-top: 2px;
  padding-bottom: 70px;
  background: #EFF3F4;
  border-top: 4px solid #E2E7E8;
}

.comment {
  display: block;
}

.comment .comment {
  padding-left: 65px;
}

comments > .comment:last-child .comment-properties {
  border-bottom: none !important;
}

.comment, .comment .comment {
  margin-right: 0;
}

.comment {
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  font-size: 14px;
  margin-right: 260px;
  clear: both;
  overflow: auto;
}

.comment p, .comment div.comment-text {
  margin-top: 5px;
  margin-bottom: 5px;
}

.userpic {
  width: 50px;
  height: 55px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
}

.userpic img {
  max-width: 50px;
}

.profile-link {
  margin-left: 65px;
  line-height: 17px;
  text-decoration: none;
}

.comment .username {
  display: block;
  margin-left: 65px;
}

.comment-date {
  display: block;
  margin-left: 65px;
  opacity: 0.5;
}

.comment-text {
  margin-top: 5px;
  margin-left: 65px;
  margin-bottom: -5px;
  line-height: 1.5;
}

.comment-text .deleted {
  color: #252525;
  opacity: 0.7;
}

.comment-properties {
  margin-left: 65px;
  margin-top: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E7E8;
  font-size: 12px;
}

.comment-properties span {
  padding-bottom: 20px;
  opacity: 0.7;
  line-height: 5px;
  font-size: 12px;
  margin-right: 10px;
}

.comment-properties a {
  margin-right: 10px;
  text-decoration: none;
  color: #252525;
  opacity: 0.7;
}

.comment-properties a:hover {
  margin-right: 10px;
  text-decoration: none;
  color: #252525;
  opacity: 1 !important;
}

.blockquote {
  border-left: 2px solid #bbb;
  margin: 0.83em 0;
  padding-left: 15px;
  clear: both;
}

textarea.comMessageTiny {
  background: #FFFFFF;
  height: 210px;
  width: 100% !important;
  max-width: 680px;
  min-width: 350px;
  margin-bottom: 10px;
  margin-top: 10px;
  border: 1px solid #c0c0c0;
}

textarea#textareaedit {
  width: 600px !important;
}

.tiny {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  overflow: hidden;
  position: absolute;
}

.block-ava.tiny:after {
  height: 6px;
  display: block;
  position: absolute;
  width: 34px;
  top: 34px;
  padding-top: 2px;
}

/*.group-1:after, .group-2:after, .group-3:after, .group-4:after, .group-5:after, .group-6:after*/
.block-ava.userpic:after {
  /*content: "";*/
  height: 10px;
  display: block;
  position: absolute;
  width: 50px;
  top: 50px;
  /*background-color: #689b32;*/
}

.block-ava.small:after {
  content: "";
  height: 30px;
  display: block;
  position: absolute;
  width: 100px;
  top: 145px;
  /*background-color: #689b32;*/
}

.user:hover .small:after {
  padding: 7px 2px 2px;
  font-size: 0.8rem;
  width: 96px;
  margin-top: -20px;
  color: #FFF;
  text-align: center;
  z-index: 3;
  opacity: 1 !important;
}

/*.small.group-1:after, .small.group-2:after, .small.group-3:after, .small.group-4:after, .small.group-5:after, .small.group-6:after*/
.block-ava.big:after {
  height: 48px;
  display: block;
  position: absolute;
  top: 200px;
  padding: 7px 0px 2px;
  width: 100%;
  margin-top: -20px;
  text-align: center;
  z-index: 3;
  opacity: 1 !important;
  font-size: 12px;
  color: black;
  content: "";
  transition: all 0.5s linear;
  /*background-color: #689b32;*/
}

.group-46.big:after, .group-46:after {
  content: "Председатель Совета Клуба";
  display: block;
  padding: 1px 2px 2px;
  background-color: #e61913;
}

.group-21.big:after, .group-21:after {
  content: "Coтрудник УО";
  display: block;
  background-color: #195d8f;
  line-height: 39px;
  color: white;
}

.group-47.big:after, .group-47:after {
  content: "Член Совета Клуба";
  display: block;
  padding: 1px 2px 2px;
  background-color: #c66506;
  line-height: 49px;
  color: white;
}

.group-3.big:after, .group-3:after {
  content: "Член Клуба";
  display: block;
  background-color: #689b32;
  line-height: 45px;
}

.group-48.big:after, .group-48:after {
  content: "Почетный Член Клуба";
  display: block;
  background-color: #eab81e;
  line-height: 25px;
}

.group-45.big:after, .group-45:after {
  content: "Ассоциированный Член Клуба";
  display: block;
  background-color: #ef7c11;
  line-height: 25px;
}

#postNotify {
  margin: 18px 0;
}

#invite-notify {
  display: none;
}

#access-postuser {
  display: none;
}

.agreement-content {
  height: 400px;
  overflow: auto;
}

/* =================================
Блок Подписки на дайджест
===================================*/
subscribe {
  background-color: #66676D;
  color: #FFFFFF;
  padding-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #606060;
  overflow: hidden;
}

subscribe input {
  background: #66676D;
  border: none;
  color: #FFFFFF;
  outline: none;
  width: 100%;
  padding-top: 25px;
}

subscribe label {
  position: absolute;
  color: #FFFFFF !important;
}

subscribe button {
  background: #66676d;
  border-radius: 2px;
  padding: 5px 10px;
  border: #a5a6a9 solid 1px;
  margin-top: 25px;
  font-size: 12px;
}

#subscribe_agreement, #subscribe_agreement a {
  color: #b1b1b4;
  font-size: 12px;
}

/* =================================
Футер
===================================*/
footer {
  color: #FFF;
  background-color: #66676D;
  float: left;
  width: 80%;
}

#finderror {
  padding-bottom: 10px;
  padding-top: 10px;
  opacity: 0.5;
  margin-top: 10px;
  transition: 0.2s;
}

#finderror a {
  color: #FFFFFF;
}

#finderror:hover {
  opacity: 1;
}

.futer_block {
  float: left;
  margin: 0 20px 20px 0;
  width: 18%;
  max-width: 200px;
}

.futer_block .caption {
  margin: 10px 0 5px 0;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 1 !important;
  line-height: 1.4;
  font-family: "Open sans", "Arial", sans-serif;
}

.futer_block a {
  display: block;
  color: #FFFFFF;
  opacity: 0.5;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.8;
}

.futer_block a:hover {
  opacity: 1 !important;
}

hint {
  font-size: 13px;
  font-weight: 200;
  opacity: 0.7;
  margin: 5px 0 !important;
}

/*.newmessagebtn*/
/*{*/
/*margin-bottom: 20px;*/
/*}*/
aside hr {
  margin: 15px 0;
}

.userpagemenu {
  margin-bottom: 15px;
}

.userpagemenu a {
  display: block;
  padding: 5px 0;
}

.favPreload .fa.fa-pulse {
  font-size: 20px;
}

.pagination {
  list-style: none;
}

ul.pagination {
  font-size: 15px;
  line-height: normal;
}

.pagination li {
  display: block;
  float: left;
  padding: 7px;
  width: inherit;
  min-width: 20px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: 0.2s;
  margin-right: 2px;
  text-align: center;
  overflow: hidden;
}

.pagination a {
  float: left;
  display: block;
  width: 100%;
  border-bottom: none;
}

.pagination .disabled {
  border: none;
}

.pagination .active {
  background-color: #efefef;
}

.galleryBody {
  display: table-cell;
}

/*------blogs-------*/
.blogblock {
  float: left;
  display: block;
  overflow: hidden;
  padding-bottom: 40px;
}

.blog-caption {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Open sans", "Arial", sans-serif;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  position: relative;
}

.blogblock figure {
  width: 60px;
  height: 75px;
}

.blogblock figure img {
  width: 100%;
  max-height: inherit;
}

.for_mobile__copy {
  display: none;
}

@media (max-width: 1600px) {
  .small figure {
    display: block;
  }
  .small .news-caption, .small .news-description, .small p {
    display: block;
    margin-left: 0;
  }
  .blog-caption {
    white-space: normal;
  }
}
@media (max-width: 1480px) {
  .substrate {
    background: none !important;
  }
  .substrate img {
    display: block !important;
  }
}
@media (max-width: 1414px) {
  rightside {
    padding-left: 30px;
  }
}
/* =================================
Адаптация под ноутбуки
===================================*/
@media (max-width: 1280px) {
  header, footer, subscribe, comments, nav, aside {
    display: block;
    padding-left: 7%;
    padding-right: 7%;
  }
  .meet article, .meet .article {
    width: auto;
    display: block;
  }
  footer {
    color: #FFF;
    width: 86%;
  }
  aside {
    width: 100% !important;
    margin: 0;
    padding: 0;
  }
  article {
    margin: 0;
  }
  rightside {
    display: none;
  }
  nav .active ul {
    width: 86%;
    padding: 10px 7%;
  }
  nav ul ul {
    padding-left: 7%;
    padding-right: 7%;
  }
  nav ul ul a {
    font-size: 13px;
    color: #252525;
    line-height: 25px;
    text-transform: none;
    opacity: 0.7;
  }
  .comment, .comment .comment {
    margin-right: 0;
  }
  .futer_block {
    width: 22%;
  }
  #legacy {
    max-width: 100% !important;
    width: auto;
  }
}
/* =================================
Адаптация под мобильные устройства
===================================*/
@media (max-width: 980px) {
  #finderror {
    display: none;
  }
  content {
    margin-right: 0;
    padding-right: 0;
    word-break: break-word;
  }
  rightside {
    display: none;
  }
  #logosubtext {
    font-size: 0.8rem;
  }
  textarea#textareaedit {
    width: 350px !important;
  }
  nav input:checked + ul {
    display: block !important;
    position: relative !important;
  }
  nav {
    padding: 0;
    margin: 0;
    position: relative;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  nav .active ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  nav ul, nav ul ul {
    display: none;
    padding: 0;
  }
  nav ul li {
    background-color: #F5F5F5;
    background-image: url("/img/redesign/arrow.png") !important;
    background-size: 14px 18px;
    background-repeat: no-repeat;
    background-position: 93% 20px !important;
  }
  nav ul ul li {
    background-image: none !important;
    background-color: #FFFFFF !important;
  }
  nav ul a {
    margin-right: 16%;
  }
  nav ul ul a {
    margin-right: 0;
    font-size: 15px;
  }
  nav ul a:after {
    content: "";
    position: absolute;
    right: 0;
    height: 30px;
    width: 1px;
    background-color: #CCC;
  }
  nav ul ul a:after {
    content: none;
  }
  nav li, nav a {
    display: block;
    height: auto;
    position: relative;
    box-shadow: none;
    margin: 0;
    font-size: 15px;
    color: #252525;
  }
  nav li {
    border-top: 1px solid #e5e5e5;
  }
  nav a {
    padding: 15px 7%;
  }
  nav a:hover {
    opacity: 1;
    background-color: #E5E5E5;
  }
  nav a.active {
    border-bottom: none;
  }
  #adaptive-sub-menu {
    display: block;
    padding-left: 7%;
    padding-right: 7%;
    width: 100%;
    height: 70px;
    background: #FFF url("/img/redesign/menu.png") no-repeat;
    background-size: 22px 16px;
    background-position: 7% center;
    margin: 0;
    color: #252525;
    border-radius: 0;
    position: relative;
    text-align: left;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  #menutitle {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 60px;
    padding-top: 22px;
  }
  #submenutitle {
    display: block;
    font-size: 13px;
    color: #777;
    margin-left: 60px;
  }
  #adaptive-sub-menu img {
    text-align: left;
    margin-top: -24px;
    opacity: 0.5;
  }
  #adaptive-sub-menu:hover {
    background-color: #F7F7F7 !important;
    opacity: 1;
  }
  content {
    font-size: 15px;
  }
  .comment .comment {
    padding-left: 0px;
  }
  .comment .comment:before {
    content: ".";
    font-family: "Calibri";
    font-weight: bold;
    color: #AAA;
    line-height: 5px;
    font-size: 28px;
    position: absolute;
    margin-left: -12px;
  }
  .comment .comment .comment:before {
    content: "..";
    font-family: "Calibri";
    font-weight: bold;
    color: #AAA;
    line-height: 5px;
    font-size: 28px;
    position: absolute;
    margin-left: -20px;
  }
  .futer_block {
    display: none;
  }
  #legacy {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .headerbtns {
    display: none;
  }
  .adaptive-menu-button {
    position: relative;
    float: right;
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: url("/img/redesign/user.png") no-repeat center;
    background-size: 24px 24px;
    display: block;
    margin: 29px 0;
    border-radius: 24px;
  }
  .adaptive-menu-button:hover {
    background-color: #689b32 !important;
    border: 1px solid #689b32 !important;
  }
  .adaptive-menu-button:focus {
    width: 100px;
    ackground-color: #689b32 !important;
    border: 1px solid #689b32 !important;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 150px center;
  }
  .userphoto {
    display: none;
  }
  .adaptive-user-button {
    position: relative;
    float: right;
    height: 60px;
    width: 60px;
    border: 2px solid #FFF;
    display: block;
    margin: 18px 0;
    border-radius: 50%;
    overflow: hidden;
    background-color: #F2F2F2;
  }
  .adaptive-user-button img {
    max-width: 60px;
  }
  .adaptive-user-button:hover {
    background-color: #689b32 !important;
  }
  .adaptive-user-button:focus {
    width: 100px;
    ackground-color: #689b32 !important;
    padding-right: 40px;
    padding-left: 40px;
    background-position: 150px center;
  }
  .blog-caption {
    white-space: normal;
  }
}
@media (max-width: 600px) {
  .top-content-menu a {
    float: none;
  }
  #search:focus {
    width: 90px;
    background-position: 180px center;
    padding-left: 20px;
  }
  #search:focus + a {
    display: none;
  }
  .stepMenuItem {
    display: none;
  }
  .stepMenu .act .stepMenuItem {
    display: block;
  }
  .step-item-each {
    padding: 7px 5px;
  }
}
@media (max-width: 440px) {
  #logosubtext {
    display: none;
  }
  #logotext {
    margin-top: -58px;
    display: block;
  }
  #logotext:after {
    content: " 4CIO";
  }
  .logo img {
    display: inline-block;
    position: inherit;
  }
  .left-align {
    padding: 0;
    float: inherit;
  }
}
@media (max-width: 400px) {
  #logotext {
    display: none;
  }
}
/* =================================
подмена картинок на ретина-устройстве
===================================*/
@media (-webkit-min-device-pixel-ratio: 2) {
  article views:before {
    background-image: url(/img/redesign/views@2x.png);
  }
  article commentcount:before {
    background-image: url(/img/redesign/comment@2x.png);
  }
  #adaptive-sub-menu:before {
    background-image: url(/img/redesign/menu@2x.png);
  }
  /*nav ul li { background-image: url(/img/redesign/arrow@2x.png);}*/
  .adaptive-menu-button {
    background-image: url(/img/redesign/user@2x.png);
  }
}
.crystal_registraion_vote {
  position: absolute;
  background: #689b32;
  border-radius: 40px;
  width: 39px;
  height: 14px;
  margin-left: 78px;
  margin-top: -13px;
  color: #fff;
  text-align: center;
}

.user_academy {
  width: 45% !important;
  border-bottom: none !important;
}

@media (max-width: 1600px) {
  .user_academy {
    height: 286px !important;
  }
}
@media (max-width: 950px) {
  .user_academy {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 25px !important;
  }
}
/* =================================
Содержание
===================================*/
body {
  /*background-color: #6A6B68;*/
  background-color: #FFFFFF;
  font-family: "Open sans", sans-serif;
  font-size: 15px;
  color: #333;
  display: block;
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
  transition: 0.1s ease;
  outline: none;
}

content p a, .content p a, content .event-programm a,
content div.block_text a, .blog_text a, .content div.block_text a,
.block_text a, content ul a, .content ul a,
.comment-text a, .content_popup p a, .window form .agreement_text a,
a.link_show {
  color: #689b32;
  border-bottom: 1px solid rgba(135, 175, 47, 0.6);
}

.forClear {
  clear: both;
}

a img {
  border: none;
}

a:hover {
  opacity: 0.9;
  color: #689b32;
}

.blog_title .smallink {
  display: inline;
}

.smallink, .blogblock .profile-link {
  display: block;
  font-size: 0.8rem;
  color: #999;
  padding-bottom: 10px;
}

H1 {
  line-height: 1.2;
  margin: 10px 0 20px 0;
  font-size: 1.5rem;
  font-weight: 600;
  width: 100%;
  display: block;
  font-family: "Open sans", "Arial", sans-serif;
}

H2 {
  line-height: 1.2;
  margin: 20px 0 20px 0;
  font-size: 1.25rem;
  width: 100%;
  display: block;
  font-weight: 600;
  font-family: "Open sans", "Arial", sans-serif;
}

H3 {
  line-height: 1.2;
  margin: 10px 0 5px 0;
  font-size: 1.1rem;
  width: 100%;
  display: block;
  font-weight: 600;
  font-family: "Open sans", "Arial", sans-serif;
}

hr {
  margin: 15px 0 20px 0;
}

content p, .content p, .blog_text div, .blog_text, .block_text, .pages content div, .pages .content div,
.meet_rules div, #reg_calc_register__info, #reg_calc_hotel__info, .content_popup p, .content_popup ol {
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 18px;
  line-height: 1.7;
}

.partners_table td:nth-child(1) {
  width: 20%;
}

.partners_table img {
  max-width: 100%;
}

.partners_table td p, .partners_table td ul {
  font-size: 14px;
}

content ul, content ol, .content ul, .content ol {
  line-height: 1.7;
  padding-left: 26px;
  margin: 20px 0;
}

content p + ul, .content p + ul {
  margin-top: 2px;
}

content ul + h2, .content ul + h2 {
  margin-top: 37px;
}

content ul li, .content ul li {
  list-style: square;
  margin-bottom: 10px;
  font-size: 18px;
}

content, .content {
  display: table-cell;
  background: #FFFFFF;
  vertical-align: top;
  padding: 20px 0 50px 0;
  width: 100%;
}
content .company-list, .content .company-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  margin-top: 24px;
  margin-bottom: 24px;
}
content .company-list a, .content .company-list a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 16px;
}
content .company-list a img, .content .company-list a img {
  max-width: 100%;
  height: auto;
  display: block;
}
content h3, .content h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}
content h3::before, .content h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transform: skewX(-25deg);
  animation: shine 5s infinite;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 250%;
  }
}
content h3.platinum, .content h3.platinum {
  background: linear-gradient(135deg, #f0f0f0 0%, #dcdcdc 100%);
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.5);
}
content h3.gold, .content h3.gold {
  background: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
}
content h3.silver, .content h3.silver {
  background: linear-gradient(135deg, #c0c0c0 0%, #a9a9a9 100%);
  box-shadow: 0 0 20px rgba(180, 180, 180, 0.5);
}
content h3.partner, .content h3.partner {
  background: #FFF;
  border: #808080 1px solid;
}

.user_content content {
  display: block;
}

iframe#textbook_4cio body {
  padding: 0;
}

.photo_blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  text-align: left;
}
.photo_blocks .photo {
  width: 300px;
  text-align: left;
}
.photo_blocks .photo a {
  color: white;
}
.photo_blocks .photo__description {
  background: #689b32;
  color: white;
  padding: 10px;
}
.photo_blocks .photo img {
  max-width: 100%;
  margin: 0 !important;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vote_crystal:disabled, .vote_crystal:disabled:hover {
  background: #ddd;
  cursor: no-drop;
}

.join_webinar {
  text-align: center;
  display: block;
  font-size: 30px;
  background: #689b32;
  color: #fff;
  border-radius: 75px;
  max-width: 550px;
  margin: 0 auto;
  height: 100px;
  line-height: 100px;
  clear: both;
  margin-top: 10px;
}

.join_webinar_left {
  text-align: center;
  display: block;
  font-size: 20px;
  background: #689b32;
  color: #fff;
  border-radius: 75px;
  max-width: 550px;
  margin: 0 auto;
  height: 67px;
  line-height: 67px;
  clear: both;
  margin-top: 10px;
}

.join_webinar_left:hover {
  color: #fff;
}

.meet-block.wide_content {
  display: flex;
  flex-wrap: wrap;
}
.meet-block.wide_content info {
  width: 100%;
  float: none;
  order: 2;
}
.meet-block.wide_content info .eventdate {
  float: none;
  width: 100%;
}
.meet-block.wide_content info .banner {
  float: none;
  max-width: 100%;
  width: auto;
}
.meet-block.wide_content info .banner a {
  float: none;
  max-width: 100%;
  width: auto;
}

.main_block_603 {
  position: relative;
  overflow: hidden;
}
.main_block_603 .photo_block {
  position: relative;
}
.main_block_603 .photo_block .photo_header {
  height: 460px;
  background-image: url(https://4cio.ru/content/site4cio_forpartners/header.webp);
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 16px;
}
.main_block_603 .photo_block .cover_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  border-radius: 16px;
}
.main_block_603 .photo_block .text_block_header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main_block_603 .photo_block .text_block_header .text_block_name {
  padding-bottom: 0;
}
.main_block_603 .photo_block .text_block_header .text_block_name .text_row {
  text-wrap: nowrap;
  font-size: 48px;
  padding-bottom: 0;
  line-height: 60px;
}
.main_block_603 .photo_block .text_block_header .text_row_little {
  font-size: 30px;
  padding-bottom: 0;
  text-wrap: wrap;
}
.main_block_603 .text_block p {
  text-align: left;
}
.main_block_603 .year {
  border-radius: 16px;
  background: #f0f0f0;
  padding: 16px;
}
.main_block_603 .year .header_block {
  text-align: center;
  font-size: 30px;
}
.main_block_603 .year .grid_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* три колонки одинаковой ширины */
  gap: 40px; /* расстояние между элементами */
  padding: 40px 0;
}
.main_block_603 .year .grid_block .grid_item {
  text-align: center; /* выравнивание контента по центру */
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.main_block_603 .year .grid_block .grid_item img {
  max-width: 50px;
  margin-bottom: 20px;
}
.main_block_603 .year .grid_block .grid_item .item_name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.main_block_603 .year .grid_block .grid_item .item_desc {
  font-size: 15px;
  line-height: 1.5;
  color: #555;
}
.main_block_603 .year .grid_block .grid_item:hover {
  transform: translateY(-5px);
}
.main_block_603 .report_block {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* три колонки одинаковой ширины */
  gap: 20px; /* расстояние между элементами */
  padding: 20px 0;
}
.main_block_603 .report_block img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}
.main_block_603 .contact_block {
  border-radius: 16px;
  background: #f0f0f0;
  padding: 16px;
}
.main_block_603 .contact_block {
  text-align: center;
}
.timeline {
  margin-top: 20px;
  position: relative;
}

.timeline .row {
  display: flex;
  flex-wrap: wrap;
}

.timeline:before {
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% + 50px);
  background: #8a9196;
  background: linear-gradient(to right, #689b32 0%, #689b32 60%, #84b024 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8a9196", endColorstr="#62696d", GradientType=1);
  left: 14px;
  top: 5px;
  border-radius: 4px;
}

.timeline-month {
  position: relative;
  padding: 4px 15px 4px 35px !important;
  background-color: #689b32;
  display: inline-block;
  width: auto;
  border-radius: 40px;
  border: 1px solid #689b32;
  border-right-color: #689b32;
  margin-bottom: 30px;
  color: #fff;
}

.timeline-month span {
  position: absolute;
  top: -1px;
  left: calc(100% - 10px);
  z-index: -1;
  white-space: nowrap;
  display: inline-block;
  background-color: #111;
  padding: 4px 10px 4px 20px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border: 1px solid black;
  box-sizing: border-box;
}

.timeline-month:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 100%;
  border: 1px solid #ffffff;
  left: 5px;
  margin-top: -1px;
}

.timeline-section {
  padding-left: 35px;
  display: block;
  position: relative;
  margin-bottom: 30px;
}

.timeline-date {
  margin-bottom: 15px;
  padding: 2px 15px;
  background: #689b32;
  position: relative;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #17191B;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.timeline-section:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #444950;
  top: 12px;
  left: 20px;
}

.timeline-section:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  top: 7px;
  left: 11px;
  border: 1px solid #689b32;
  border-radius: 100%;
}

.timeline-section .col-sm-4 {
  margin-bottom: 15px;
}

.timeline-box {
  position: relative;
  background-color: #444950;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 1px solid #17191B;
  transition: all 0.3s ease;
  overflow: hidden;
}

.box-icon {
  position: absolute;
  right: 5px;
  top: 0px;
}

.box-title {
  padding: 5px 15px;
  border-bottom: 1px solid #17191B;
}

.box-title i {
  margin-right: 5px;
}

.box-content {
  padding: 5px 15px;
  background-color: #17191B;
}

.box-content strong {
  color: #666;
  font-style: italic;
  margin-right: 5px;
}

.box-item {
  margin-bottom: 5px;
}

.box-footer {
  padding: 5px 15px;
  border-top: 1px solid #17191B;
  background-color: #444950;
  text-align: right;
  font-style: italic;
}

.memory {
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  padding: 20px !important;
  margin-left: 16px;
  width: 26%;
  margin-bottom: 16px;
  transition: 0.3s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  word-break: break-word;
}

#ui-datepicker-div {
  z-index: 999 !important;
}

.crystal_comment {
  margin-top: 16px;
  padding: 0 8px;
  border-left: 2px solid #6EB244;
}

#crystalData .comments {
  display: inline-block;
}

.owl-item {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.owl-nav, .owl-dots {
  display: flex;
  margin: 0 3%;
}

.owl-stage-outer {
  height: 240px;
}

.owl-nav button:hover {
  background: none !important;
  color: #689b32 !important;
}

.logos {
  display: block;
  width: 100%;
}
.logos img {
  width: 200px;
}

content li a {
  color: #689b32;
  border-bottom: 1px solid rgba(135, 175, 47, 0.6);
}
content li a.none {
  text-decoration: none;
  border-bottom: none;
  color: black;
}

.descr {
  display: none;
  position: absolute;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  color: #303133;
  transition: 0.3s;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.products, .marketings {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products .marketing, .marketings .marketing {
  width: 100%;
  margin-top: 20px;
}
.products .marketing__header, .marketings .marketing__header {
  background-color: #689b32 !important;
  color: #FFFFFF !important;
  padding: 20px;
}
.products .marketing__header h3, .marketings .marketing__header h3 {
  margin: 0;
  color: #fff;
}
.products .marketing__details, .marketings .marketing__details {
  padding: 20px;
  background-color: #f7f7f7;
  word-break: break-word;
}
.products .product, .marketings .product {
  width: 48%;
  margin-bottom: 20px;
  background-color: #f7f7f7;
  display: flex;
  flex-wrap: wrap;
  align-content: baseline;
}
.products .product__header, .marketings .product__header {
  background-color: #689b32;
  padding: 20px;
  width: 100%;
  align-self: baseline;
}
.products .product__header h3, .marketings .product__header h3 {
  margin: 0;
  color: #fff;
}
.products .product__header-price, .marketings .product__header-price {
  font-size: 16px;
  padding-top: 5px;
  color: #fff;
}
.products .product__header .product__header-price__sale + .product__header-price__default, .marketings .product__header .product__header-price__sale + .product__header-price__default {
  color: #000000;
  text-decoration: line-through;
}
.products .product__details, .marketings .product__details {
  padding: 20px;
  background-color: #f7f7f7;
  word-break: break-word;
}

.ended {
  background-color: #898989 !important;
  color: #FFFFFF;
}

.photos {
  margin-top: 30px;
  margin-left: 26px;
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  -moz-text-align-last: center;
       text-align-last: center;
}
.photos a {
  width: 240px;
}

@media screen and (max-width: 1300px) {
  .products .product {
    width: 100%;
  }
}
@media (min-width: 1000px) and (max-width: 1280px) {
  content {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    width: 67%;
  }
  .wide_content content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-content-menu a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .meet-block content {
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .meet-block content, .meet-block .content {
    display: block;
    width: 100%;
  }
  .meet-block content:has(.stepMenu), .meet-block .content:has(.stepMenu) {
    display: inline-block;
    width: calc(100% - 290px);
  }
  .owl-nav, .owl-dots {
    margin: 0 42% !important;
  }
}
@media screen and (max-width: 1024px) {
  .main_block_603 .photo_block .text_block_header .text_block_name .text_row {
    font-size: 44px;
  }
  .main_block_603 .photo_block .text_block_header .text_row_little {
    font-size: 22px;
  }
}
@media screen and (max-width: 980px) {
  .meet-block.wide_content {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  content {
    display: block !important;
    width: 100% !important;
  }
  content .company-list {
    justify-content: space-around;
  }
  H1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  H2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
  H3 {
    font-size: 1rem;
    line-height: 1.2;
  }
  .memory {
    width: 100% !important;
  }
  .grid_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 900px) {
  .main_block_603 .year .grid_block {
    grid-template-columns: repeat(2, 1fr);
  }
  .main_block_603 .report_block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .main_block_603 .photo_block .text_block_header .text_block_name .text_row {
    font-size: 30px;
  }
  .main_block_603 .photo_block .text_block_header .text_row_little {
    text-wrap: wrap;
  }
}
@media screen and (max-width: 630px) {
  .main_block_603 .year .header_block {
    font-size: 22px;
  }
  .main_block_603 .year .grid_block {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .main_block_603 .report_block {
    grid-template-columns: 1fr;
  }
  .main_block_603 .report_block img:nth-of-type(n+3) {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .grid_block {
    grid-template-columns: 1fr;
  }
  .photos {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .owl-nav, .owl-dots {
    margin: 0 35% !important;
  }
  .main_block_603 .photo_block .text_block_header {
    gap: 12px;
  }
  .main_block_603 .photo_block .text_block_header .text_block_name .text_row {
    font-size: 24px;
    line-height: 30px;
  }
  .main_block_603 .photo_block .text_block_header .text_row_little {
    line-height: 26px;
  }
}
@media screen and (max-width: 353px) {
  .main_block_603 .photo_block .text_block_header {
    gap: 12px;
  }
  .main_block_603 .photo_block .text_block_header .text_block_name .text_row {
    font-size: 18px;
  }
  .main_block_603 .photo_block .text_block_header .text_row_little {
    font-size: 16px;
  }
}
/* =================================
Попап
===================================*/
.popup {
  padding: 0;
  margin: 0 auto !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.background2close {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
}

.window {
  max-height: 92%;
  overflow: auto;
  width: 400px;
  top: 50px;
  left: 50%;
  margin-left: -240px;
  position: fixed;
  background: #FFF;
  color: #252525;
  z-index: 2;
  padding: 40px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

.window form .error {
  color: #E54D4A;
  border-bottom: 2px solid #E54D4A;
}

.window button {
  border-radius: 2px;
  margin-right: 10px;
  margin-left: 0;
  float: left;
}

.window form {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px dashed #efefef;
}

.window form a {
  display: inline-block;
}

.messagecount, .window a:hover .messagecount {
  color: #FFF !important;
}

#login .window a, #usermenu .window a {
  display: inline-block;
  line-height: 20px;
  padding: 10px 0;
}

.window H3 {
  margin: 0 0 10px 0;
}

.closebtn, .comment_preview__closebtn {
  font-size: 40px;
  color: #999;
  border: none;
  background: transparent !important;
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 10px 15px;
  cursor: pointer;
}

.button_box {
  margin-bottom: 10px;
  overflow: auto;
}

/*в планах и в программе мероприятия ПВ где-то используется*/
.popupWindow, .more-info-popup {
  display: none;
}

.editbox {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;
  margin: 0 0 10px 0;
  border: none;
  border-bottom: 2px solid #efefef;
  border-radius: 2px;
  overflow: hidden;
}

.editbox input:focus {
  font-size: 17px;
  padding: 20px 0;
}

.editbox input:focus + span {
  font-size: 12px !important;
  line-height: 15px;
  opacity: 0.3;
}

.editbox input, .editbox textarea {
  border: none;
  position: absolute;
  background-color: transparent;
  width: 100%;
  left: 0;
  padding: 23px 0;
  outline: none;
}

.editbox span {
  margin: 2px 0;
  line-height: 25px;
  font-size: 13px;
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  transition: 0.1s;
}

.editbox span strong {
  color: #b94a48;
}

.editbox.textareabox {
  height: 200px;
  border: none;
}

.editbox textarea {
  border: 2px solid #efefef;
  width: 98%;
  height: 140px;
  position: relative;
  padding: 3px;
  font-size: 16px;
}

.editbox.textareabox span {
  position: relative;
}

.authbtn {
  border: 1px solid #DDD;
  border-radius: 2px;
  padding: 2px 5px 4px 5px;
  background-color: #FFF;
  margin-right: 3px;
}

#comment_preview .comment, #edit_comment .window, .window.middle {
  max-height: 80%;
  top: 50px;
  left: 50%;
  width: 600px;
  margin-left: -380px;
}

.window.small {
  width: 300px;
  left: 50%;
  margin-left: -150px;
}

#comment_preview .comment.window a {
  padding: 0;
  line-height: normal;
}

.yes_btn, .left_btn {
  margin-right: 10px;
}

.yes_btn, .ok_btn, .no_btn {
  width: 80px;
}

.long_btn {
  width: 100px;
}

.popup .ok_btn {
  float: none;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .window, #comment_preview .comment.window, #edit_comment .window, .window.middle {
    max-height: 90%;
    width: 92%;
    border-radius: 0;
    left: 0;
    top: 0;
    padding: 4%;
    margin: 0;
  }
  .window.middle.margins {
    margin: 5%;
    width: 82%;
    max-height: 82%;
  }
  .closebtn, .comment_preview__closebtn {
    right: 0;
    top: 0;
    margin: 4%;
    line-height: 10px;
    font-size: 30px;
  }
}
/* ================================= 
Мероприятия
===================================*/
.imagelock img {
  max-width: 100%;
}

.youtube-meet iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.meet, meets, date, name, description, tabs {
  display: block;
}

date {
  text-transform: capitalize;
}

date, name, description {
  margin: 20px;
}

name {
  font-family: "Open sans", "Arial", sans-serif;
}

meets {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  float: left;
}

.meet {
  width: 19%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  height: 300px;
  overflow: hidden;
  outline: none;
}

.meet:hover {
  opacity: 1;
}

.meet:hover figure {
  margin-top: -100px;
}

.meet figure {
  height: 100px;
  overflow: hidden;
  background-color: transparent;
  border: none;
  transition: 0.3s ease;
}

.meet figure img {
  min-height: 100px;
}

.future {
  background-color: #474D56;
  color: #FFF;
}

.future:hover, .present:hover {
  color: #FFFFFF;
}

.present {
  background-color: #474D56;
  background-color: #689b32;
  color: #FFF;
}

.company {
  background-color: #229cd6;
}

.mainpage .company:after {
  content: "Мероприятие партнера" !important;
  z-index: 10;
  background: #1a729c;
  box-shadow: 0px 20px 20px rgba(192, 34, 34, 0.25);
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  width: inherit;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.past {
  /*background-color: #EFF3F4;*/
  background-color: #F5F5F5;
}

.past:hover {
  color: #474D56;
}

.present:before {
  content: "";
  height: 30px;
  width: 19%;
  margin-top: 270px;
  display: block;
  position: absolute;
  z-index: 2;
}

.past:before {
  content: "";
  height: 30px;
  width: 19%;
  margin-top: 270px;
  display: block;
  position: absolute;
  z-index: 2;
  background: url(/img/redesign/gradient-gray.png);
}

.future:before {
  content: "";
  height: 30px;
  width: 19%;
  margin-top: 270px;
  display: block;
  position: absolute;
  z-index: 2;
  background: url(/img/redesign/gradient-dark.png);
}

name {
  font-size: 1rem;
}

description {
  font-size: 0.8rem;
  opacity: 0.8;
}

tabs {
  width: 80%;
  padding: 0 10%;
  background-color: #689b32;
  float: left;
}

tabs a {
  padding: 14px 30px 14px 0;
  display: block;
  float: left;
  font-size: 1rem;
  color: #FFFFFF;
}

tabs a:hover {
  color: #FFFFFF;
}

tabs .active {
  opacity: 0.5;
}

.eventdate p {
  font-weight: 600;
  font-size: 1.5rem !important;
  line-height: 1.1;
  text-transform: capitalize;
}

.eventdate H4 {
  display: none;
}

.infoblock hr {
  color: #E2E7E8;
  background-color: #E2E7E8;
  height: 1px;
  border: none;
}

.infoblock {
  margin: 0px 0 20px 0;
  padding: 0px 0 10px 0;
  float: left;
  width: 250px;
  border-bottom: 1px solid #E2E7E8;
}

.infoblock:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.infoblock h4 {
  text-transform: uppercase;
}

.infoblock p {
  font-size: 1.2rem;
  padding: 0 0 5px 0;
  line-height: 1.4;
  margin: 5px 0;
  font-weight: 600;
}

.infoblock > p > img {
  margin-top: 5px;
}

info {
  float: left;
  background-color: #FFFFFF;
  width: 250px;
  padding: 20px 0;
  margin: 5px 40px 40px 0;
}

.infoblock figure {
  width: 90px;
  height: 90px;
  padding: 10px;
  margin-right: 10px;
  margin-top: 10px;
  background-color: #FFF;
  float: left;
  border-radius: 4px;
  overflow: hidden;
}

.infoblock figure img {
  max-width: 100%;
  max-height: 100%;
  float: left;
}

content .meet_partners_page p a {
  border: none;
}

info .meet_partners h2 {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0 10px 0;
}

/***************************/
/*******для отображения старых программ мероприятия**********/
table.schedule-day table.schedule-day thead td {
  background-color: #F6FBE7;
  padding-left: 100px;
}

table.schedule-day {
  width: 100%;
  margin-top: 10px;
}

table.schedule-day thead td {
  background-color: #f6fbe7;
  padding-left: 100px;
}

table.schedule-day tbody td {
  vertical-align: top;
}

/* Ячейки со временем и описанием мероприятия */
table.schedule-day td.time,
table.schedule-day td.cont {
  border-top: 1px #e1e6cc solid;
  padding-top: 6px;
  padding-bottom: 12px;
}

table.schedule-day td.time {
  width: 80px;
  font-size: 18px;
  line-height: 1.7;
  padding-left: 5px;
}

table.schedule-day td.cont {
  padding-left: 15px;
  padding-right: 5px;
}

table.schedule-day td.time.no-border, table.schedule-day td.cont.no-border {
  border: none;
}

/* Описание мероприятия */
table.schedule-day td.cont p {
  margin: 0 0 5px;
}

table.schedule-day td.cont h4 {
  font-weight: bold;
}

table.schedule-day td.cont .place {
  font-size: 12px;
  font-style: italic;
}

table.schedule-day td.cont h4 + .place {
  margin-top: -5px;
}

/* Ссылка -подробнее- */
a.button-info {
  background: #fff;
  padding: 5px 9px;
  text-decoration: none;
  border: 1px #e8edd9 solid;
  display: inline-block;
}

a.button-info:hover {
  border-color: #c2cdae;
  box-shadow: 0px 0px 7px #f6fbe7;
}

/* Участники с фото */
table.schedule-day ul.participants {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

table.schedule-day ul.participants li {
  font-size: 12px;
  display: inline-block;
  width: 145px;
  margin: 8px 0;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}

table.schedule-day ul.participants li.wide {
  width: 100%;
}

table.schedule-day ul.participants img {
  float: left;
  border: none;
  margin-right: 5px;
}

/* Участники списком */
table.schedule-day td.cont p.participants {
  font-size: 12px;
  color: #666;
}

table.schedule-day td.cont p.participants a {
  color: #666;
  text-decoration: none;
  border-bottom: 1px #ccc solid;
}

table.schedule-day td.cont p.participants a:hover {
  border-bottom-color: #c2cdae;
}

/* Два или три мероприятия рядом */
table.schedule-day table.two-col,
table.schedule-day table.three-col {
  width: 100%;
}

table.schedule-day table.two-col td {
  width: 50%;
}

table.schedule-day table.three-col td {
  width: 33%;
}

table.schedule-day table.two-col td,
table.schedule-day table.three-col td {
  border-right: 1px #e1e6cc solid;
}

table.schedule-day table.two-col td:last-child,
table.schedule-day table.three-col td:last-child {
  border-right: none;
}

tabs.meet-679 {
  background: #fff;
  border-bottom: #efefef solid 1px;
}

tabs.meet-679 .active {
  color: #E2183D;
  opacity: 1;
}

tabs.meet-679 a, tabs.meet-679 a:hover {
  color: #474d56;
}

tabs.meet-713 {
  background: #c6001f;
}

tabs.meet-1038 {
  background: #004078;
}

.meet-block.meet-1038.wide_content content .programs .program__data-users .program_user__data a {
  color: #0059a1 !important;
}
.meet-block.meet-1038.wide_content content .programs .date {
  background-color: #004078;
}

.meet-block.meet-1038 content .products .product__header {
  background-color: #004078;
}

.type_users {
  background: #689b32;
  height: 50px;
  margin-top: 10px;
  background-size: cover;
  cursor: pointer;
}
.type_users strong {
  color: #fff;
  font-size: 18px;
  padding-left: 8px;
  padding-top: 13px;
  display: block;
  text-shadow: 0 12px 24.57px rgba(95, 36, 25, 0.75);
}
.type_users a {
  color: #fff;
}

/*************************/
@media (max-width: 1600px) {
  .meet {
    width: 24%;
  }
  .present:before {
    content: "";
    height: 30px;
    width: 24%;
    margin-top: 270px;
    display: block;
    position: absolute;
    z-index: 2;
  }
  .past:before {
    content: "";
    height: 30px;
    width: 24%;
    margin-top: 270px;
    display: block;
    position: absolute;
    z-index: 2;
    background: url(/img/redesign/gradient-gray.png);
  }
  .future:before {
    content: "";
    height: 30px;
    width: 24%;
    margin-top: 270px;
    display: block;
    position: absolute;
    z-index: 2;
    background: url(/img/redesign/gradient-dark.png);
  }
}
@media (max-width: 1280px) {
  /*.meet
  {
      width: 32.3%;
  }
  */
  .youtube-meet {
    width: 100%;
  }
  .description {
    display: flex;
    flex-wrap: wrap;
  }
  tabs {
    width: 60%;
    padding: 0 33% 0 7%;
    background-color: #689b32;
    float: left;
  }
  /*
  .present:before
  {
      content: "";
      height: 30px;
      width: 27.1%;
      margin-top: 270px;
      display: block;
      position: absolute;
      z-index: 2;
      background: url(/img/redesign/gradient-green.png);
  }

  .past:before
  {
      content: "";
      height: 30px;
      width: 27.1%;
      margin-top: 270px;
      display: block;
      position: absolute;
      z-index: 2;
      background: url(/img/redesign/gradient-gray.png);
  }

  .future:before
  {
      content: "";
      height: 30px;
      width: 27.1%;
      margin-top: 270px;
      display: block;
      position: absolute;
      z-index: 2;
      background: url(/img/redesign/gradient-dark.png);
  }
  */
}
@media (max-width: 1000px) {
  iframe {
    max-width: 100%;
  }
  info {
    margin: 20px;
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 20px 0;
  }
  info .infoblock {
    width: 100%;
  }
  .infoblock figure {
    width: 120px;
  }
  tabs {
    width: 86%;
    padding: 10px 7% 10px 7%;
  }
  .meet {
    width: 32.3%;
  }
  .present:before {
    content: "";
    height: 30px;
    width: 32.1%;
    margin-top: 270px;
    display: block;
    position: absolute;
    z-index: 2;
    background: url(/img/redesign/gradient-green.png);
  }
  .past:before {
    content: "";
    height: 30px;
    width: 27.1%;
    margin-top: 270px;
    display: block;
    position: absolute;
    z-index: 2;
    background: url(/img/redesign/gradient-gray.png);
  }
  .future:before {
    content: "";
    height: 30px;
    width: 27.1%;
    margin-top: 270px;
    display: block;
    position: absolute;
    z-index: 2;
    background: url(/img/redesign/gradient-dark.png);
  }
  /*Для блоков в мобильной версии*/
  .for_mobile__copy {
    display: inherit;
  }
  .meet_partners, .eventplace, info .banner {
    display: none;
  }
  .meet-block content:has(.stepMenu), .meet-block .content:has(.stepMenu) {
    display: block;
    width: 100%;
  }
  .for_mobile__copy .eventplace, .for_mobile__copy .banner {
    display: block;
  }
  .for_mobile__copy .infoblock:last-child, .for_mobile__copy .infoblock:last-child {
    border-bottom: none;
  }
  info {
    margin: 20px 0 0;
    padding-bottom: 0;
  }
  .infoblock.eventdate {
    margin: 0;
    padding: 0;
    border: none;
  }
  info + content {
    padding-top: 0;
  }
  info:last-child {
    margin: 20px 0;
  }
  /********/
}
@media (max-width: 700px) {
  tabs a {
    width: 100%;
    padding: 10px 0;
  }
  tabs {
    width: 86%;
    padding: 10px 7% 10px 7%;
  }
  .meet {
    width: 100%;
    margin-bottom: 10px;
    height: inherit;
  }
  .meet:hover figure {
    margin-top: 0;
  }
  .present:before {
    display: none;
  }
  .past:before {
    display: none;
  }
  .future:before {
    display: none;
  }
  date, name, description {
    margin: 20px;
  }
}
.sitepv .event-date {
  background-color: #DD370A;
}

.programs .program {
  display: flex;
  align-items: baseline;
}
.programs .program__time {
  width: 150px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #999;
}
.programs .program__data {
  width: 100%;
  padding: 10px;
  display: flex;
  gap: 20px;
}
.programs .program__data-users .program_user {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 100%;
  float: none;
  margin: 0;
  overflow: auto;
}
.programs .program__data-users .program_user__img {
  width: 50px;
  height: 50px;
}
.programs .program__data-users .program_user__img img {
  height: 50px;
  margin-right: 10px;
  width: 50px;
  min-width: 50px;
  border-radius: 30px;
}
.programs .program__data-users .program_user__data {
  width: 100%;
  font-size: 20px;
}
.programs .program__data-users .program_user__data a {
  color: #689b32;
  font-size: 20px;
}
.programs .program__data-time {
  width: 100%;
}
.programs .program__data-time .name {
  font-size: 20px;
  font-weight: 500;
}
.programs .program__data-time .name img {
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.programs .program__data p {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-style: italic;
}
.programs .date {
  background-color: #689b32;
  color: #FFF;
  padding: 10px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .programs .program {
    flex-wrap: wrap;
  }
  .programs .program__time {
    padding: 5px 0 0;
    width: 100%;
  }
  .programs .program__data {
    padding: 0 0 5px;
    width: 100%;
    flex-wrap: wrap;
  }
  .programs .program__data-time {
    width: 100%;
  }
}
/*forms*/
/*-----alerts------*/
.alert ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 4px;
}

.banner_block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-text-align-last: center;
       text-align-last: center;
}
.banner_block a {
  margin-right: 20px;
  margin-bottom: 35px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert-heading {
  color: inherit;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info a {
  color: #3a87ad;
}
.alert-info a:hover {
  opacity: 0.9;
  color: #689b32;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*----endalerts----*/
input {
  font-family: "Open sans", "Arial", sans-serif;
  font-size: 15px;
  transition: 0.1s ease;
}

label {
  font-size: 14px;
  font-weight: normal;
  font-family: "Open sans", "Arial", sans-serif;
  color: #252525;
}

.ui-container {
  list-style: none;
  width: 100%;
  float: left;
}

ul.ui-container {
  padding: 0 0 0 26px;
  margin: 20px 0;
  line-height: 1.7;
  font-size: inherit;
}

div + ul.ui-container, p + ul.ui-container {
  padding: 0;
}

ul.ui-container > li {
  margin: 0 0 10px 0;
  padding: 5px 0;
  display: block;
  float: left;
  width: 100%;
}

.ui-container > li label {
  width: 200px;
  margin-right: 10px;
  float: left;
  display: block;
  padding-top: 7px;
}

.ui-container .delimiter {
  border-bottom: 1px solid #F7F7F7;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

hr.delimiter4cio {
  background-color: #689b32;
}

select.longlist {
  height: 200px;
}

.radiogroup.vertical {
  display: flex;
}

.ui-container [type=text], .ui-container [type=number], .ui-container [type=email], .ui-container [type=password], .ui-container textarea, .ui-container select {
  float: left;
  border: 1px solid #CCC;
  border-radius: 2px;
  background-color: #FFFFFF;
  padding: 7px 4px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open sans", "Arial", sans-serif;
  transition: 0.2s;
  color: #252525;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.ui-container select {
  -webkit-appearance: menulist-button;
  height: 38px;
}

.ui-container .ui-spinner-input {
  margin: 0;
}

.ui-container .ui .ui-widget.ui-widget-content {
  border: none;
}

.ui-spinner a.ui-spinner-button {
  border: 1px solid #ccc;
}

button, .btn, a.button-info {
  border: none;
  padding: 10px 15px;
  font-size: 15px;
  font-family: "Open sans", "Arial";
  background: #689b32;
  color: #FFFFFF;
  text-align: center;
  min-width: 40px;
  outline: none;
  cursor: pointer;
  display: block;
  transition: 0.1s ease;
}

button:focus, a.button-info {
  outline: none;
}

button:hover, a.button-info {
  background-color: #689b32;
}

.btn {
  display: inline-block;
}

.btn:focus {
  outline: none;
  color: #FFFFFF;
}

.btn:hover {
  background-color: #689b32;
  color: #FFFFFF;
}

.ui-container button:focus, .ui-container button:hover {
  background-color: #F7F7F7;
}

.ui-container button:disabled {
  opacity: 0.5;
}

.ui-container button, .ui-container [type=submit] {
  padding: 7px 10px;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  font-weight: normal;
  cursor: pointer;
  font-family: "Open sans", "Arial", sans-serif;
  transition: 0.2s;
  float: left;
  border-radius: 2px;
  color: #252525;
  background-color: #FFFFFF;
  border: 1px solid #CCC;
}

.ui-container .mainbtn:focus, .ui-container .mainbtn:hover {
  background-color: #689b32;
}

.ui-container .mainbtn {
  padding: 7px 10px;
  font-size: 14px;
  margin: 5px 5px 5px 0;
  font-weight: normal;
  cursor: pointer;
  font-family: "Open sans", "Arial", sans-serif;
  transition: 0.2s;
  float: left;
  color: #FFFFFF;
  background-color: #689b32;
  border-radius: 2px;
  border: 1px solid #689b32;
}

.ui-container [type=text]:focus, .ui-container textarea:focus, .ui-container select:focus {
  outline: none;
  background-color: #F7F7F7 !important;
}

.uierror span {
  color: #c7254e;
  font-size: 12px;
  line-height: 15px;
}

.uierror [type=text], .uierror textarea {
  border: 1px solid #E49CAF;
  background-color: #fBf5f9;
  color: #c7254e;
}

.uierror [type=text]:focus, .uierror textarea:focus {
  background-color: #FFF1F5 !important;
}

.ui [required], .required .select2-container--default .select2-selection {
  border-left: 3px solid #689b32;
}

.ui [disabled] {
  border: 1px solid #F1F1F1;
  background-color: #F7F7F7;
  color: #CCCCCC;
}

.ui {
  float: left;
  max-width: 400px;
  width: 100%;
}

.ui.ui_jhtml {
  max-width: 412px;
}

.select2 span {
  float: initial;
}

/*radio*/
.radiogroup [type=radio] {
  display: none;
}

.radiogroup > label:before {
  content: "";
  background-color: #689b32;
  border: 1px solid #689b32;
  position: absolute;
  width: 7px;
  height: 7px;
  margin: 6px 5px 5px -18px;
  border-radius: 10px;
}

.radiogroup span:before {
  content: "";
  position: absolute;
  margin-left: -23px;
  margin-top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  border-radius: 99px;
  transition: 0.2s;
}

.radiogroup [type=radio]:checked + span:before {
  background-color: transparent !important;
}

.radiogroup > label {
  padding-left: 24px;
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  float: left;
}

/*checkbox*/
.checkgroup [type=checkbox] {
  display: none;
}

.checkgroup label:before {
  content: "";
  background-color: #689b32;
  border: 1px solid #689b32;
  position: absolute;
  width: 7px;
  height: 7px;
  margin: 6px 5px 5px -18px;
  border-radius: 2px;
}

.checkgroup span:before {
  content: "";
  position: absolute;
  margin-left: -23px;
  margin-top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #CCC;
  background-color: #FFFFFF;
  border-radius: 4px;
  transition: 0.2s;
}

.checkgroup [type=checkbox]:checked + span:before {
  background-color: transparent !important;
}

.checkgroup label {
  padding: 7px 0 0 24px;
  display: block;
  width: 100% !important;
  box-sizing: border-box;
  float: left;
}

.jHtmlArea iframe {
  border: 1px solid #CCC;
}

/*---user register---*/
.ui-container.company_card {
  padding-left: 0;
}

/*-----stepmenu-----*/
content ul.stepMenu, .content ul.stepMenu {
  font-size: 15px;
  line-height: normal;
  margin-bottom: 12px;
  overflow: inherit;
}

.stepMenu {
  list-style: none;
  display: block;
  overflow-x: auto;
  position: relative;
}

.step-item-each {
  display: table-cell;
  padding: 7px 10px;
  background-color: #FFFFFF;
  transition: 0.2s;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
  height: 90px;
}

.step-item-each a {
  border-bottom: none;
  float: left;
  z-index: 2;
  height: 100%;
  color: #333;
}

.stepMenuItem {
  display: block;
  height: 100%;
}

.step-item-each:first-child .stepMenuItem:before {
  margin-left: 50% !important;
}

.step-item-each:last-child .stepMenuItem:before {
  margin-left: -90% !important;
}

.stepMenuItem:before {
  content: "";
  border-top: 2px solid #CCC;
  position: relative;
  display: block;
  margin-top: -18px;
  margin-bottom: 20px;
  margin-left: -20%;
  width: 140%;
  z-index: 1;
}

.step-item-each .step-num {
  display: inline-block;
  float: none;
  padding: 5px;
  width: 20px;
  z-index: 2;
  position: relative;
  z-index: 99;
  background: #FFF;
  border-radius: 50%;
  height: 20px;
  border: 2px solid #CCC;
  background-color: #FFF;
}

.stepMenu .act .step-num {
  border: 2px solid #689b32;
  background-color: #689b32;
  color: #FFF;
}

.stepMenu .act {
  color: #689b32;
}

.stepMenu .dis .step-num {
  border: 2px solid #CCC;
  color: #CCC;
}

.stepMenu .dis .stepMenuItem {
  color: #CCC;
}

#invited_count__group {
  display: none;
}

.ui.typepay {
  max-width: inherit;
}

#payform .typepay .radiogroup > label {
  width: 230px !important;
}

#payform .n_bank__info_title {
  width: 100%;
}

#reg_calc_register__info, #reg_calc_hotel__info {
  background-color: #EFF3F4;
  padding: 20px;
  display: table;
  width: 330px;
}

.reg_cost__info {
  line-height: 1.7;
  padding: 0 20px 20px;
}

.reg_cost__info .fa.fa-times {
  font-size: 12px;
}

#n_card__info {
  padding: 0 0 0 30px;
}

#n_card__info .mainbtn {
  margin: 5px 20px 5px 0;
}

#n_card__info .field_group_comment {
  font-family: "Open sans", "Arial", sans-serif;
  padding: 0;
  margin: 0 0 10px 0;
  font-style: italic;
  font-size: 13px;
  color: #555555;
}

.hidden {
  display: none;
}

td .block-ava.tiny {
  position: relative;
}

.agreement_text {
  font-size: 13px;
  margin: 10px 0 0 0;
}

.window form .agreement_text a {
  display: inline;
}

#main_product_count {
  width: 80px;
}

.description_partners {
  display: flex;
  flex-direction: column;
}
.description_partners .partner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.description_partners .partner__image {
  width: 200px;
  flex-shrink: 0;
  padding: 20px;
}
.description_partners .partner__image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.description_partners .partner__description {
  flex: 1;
  padding: 20px 0;
}
.description_partners .partner__description p {
  text-align: left;
}

/*------endstepmenu-----*/
@media (max-width: 980px) {
  .description_partners {
    margin-top: 20px;
  }
  .description_partners .partner {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .description_partners .partner__image {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .description_partners .partner__image img {
    margin: 0 !important;
  }
  .description_partners .partner__description {
    width: 100%;
  }
  .ui-container li label {
    width: auto;
    margin-right: 10px;
    float: left;
    display: block;
    padding-top: 7px;
  }
}
@media (max-width: 600px) {
  .stepMenuItem {
    display: none;
  }
  .stepMenu .act .stepMenuItem {
    display: block;
  }
  .step-item-each {
    padding: 7px 5px;
  }
}
/* ================================= 
Новости
===================================*/
.news {
  display: block;
  overflow: hidden;
  float: left;
}

.newsblock {
  display: block;
  float: left;
  margin-bottom: 30px;
  border-bottom: 3px double #F5F5F5;
  padding-bottom: 20px;
}

#getMoreNews, #news_finished {
  float: left;
}

.newsblock-left {
  display: block;
  float: left;
  vertical-align: top;
  padding-right: 2%;
  width: 48%;
}

.news-block-left-flex {
  display: flex !important;
  flex-wrap: wrap;
  width: 100% !important;
}

.newsblock-right {
  display: block;
  vertical-align: top;
  float: right;
  width: 48%;
  padding-left: 2%;
}

.big {
  background: #FFFFFF;
}

.big .news-caption {
  font-size: 1.5rem;
}

.news-picture-big {
  margin-bottom: 8px;
  display: block;
}

.news-picture-big img {
  width: 100%;
  height: auto;
}

.news.small img {
  /*max-height: 100%;*/
  max-width: inherit !important;
}

.news.small {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F5F5F5;
  position: relative;
}

.news-50 {
  width: 50% !important;
  float: none !important;
}

.news.small:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.newsblock:last-child {
  border-bottom: none;
}

.news.small figure {
  max-width: 100px;
  height: 87px;
  padding: 0;
  overflow: hidden;
  display: block;
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
  position: relative;
}

.news.small .news-caption {
  margin-top: 0;
}

.news.small .news-caption, .news-description, .news.small p {
  display: block;
}

.news-picture-small {
  display: block;
  float: left;
}

.news-picture-small img {
  width: 72px;
  height: auto;
  margin-right: 16px;
}

.compact {
  display: block;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #F5F5F5;
}

.compact .news-caption {
  font-size: 0.9rem;
}

.compact:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.compact figure {
  display: none;
}

.news-caption {
  font-size: 18px;
  font-weight: 400;
  font-family: "Open sans", "Arial", sans-serif;
}

.facebook-groups {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  text-align: justify;
}
.facebook-groups .facebook-post {
  margin-bottom: 30px;
  border-bottom: 3px double #F5F5F5;
  padding-bottom: 20px;
  width: 47%;
}
.facebook-groups .facebook-post:nth-child(odd) {
  margin-right: 2%;
}
.facebook-groups .facebook-post:nth-child(even) {
  margin-left: 3%;
}

.news-description {
  padding-bottom: 0;
}

.news p {
  font-size: 15px;
  margin: 10px 0;
  padding: 0;
  line-height: 1.5 !important;
  color: #4c4c4c;
}

.newslistpage {
  margin-top: 58px;
}

/*************Последние посты/комменты/просмотры*********/
.last-posts .blog-caption {
  margin: 5px 0 5px 60px;
  line-height: 1.5;
}

.last-posts.last-posts__no-ava .blog-caption {
  margin: 0;
}

.last-posts .profile-link {
  margin-left: 60px;
}

.commons .last-posts > .news.small {
  padding-left: 0;
}

.commons .last-posts .news.small p, .blogs .last-posts .news.small p {
  margin: 5px 0;
  float: left;
  width: 100%;
}

.blogs .last-posts {
  margin-left: 120px;
}

.blogs .last-posts__caption {
  padding-bottom: 10px;
}

/**********/
@media (max-width: 1600px) {
  .news.small figure {
    display: block;
  }
  .news.small .news-caption, .news-description, .news.small p {
    display: block;
    /*margin-left: 0;*/
  }
}
/* ================================= 
Адаптация под ноутбуки
===================================*/
/* ================================= 
Адаптация под мобильные устройства
===================================*/
@media (max-width: 980px) {
  .newsblock-left, .newsblock-right, .news.small, .newsblock {
    display: block;
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
  }
  .news-50 {
    width: 100% !important;
  }
  .news, .news:last-child {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    border: 0;
  }
  .facebook-groups .facebook-post {
    width: 100%;
  }
  .facebook-groups .facebook-post:nth-child(even) {
    margin-left: 0;
  }
  .facebook-groups .facebook-post:nth-child(odd) {
    margin-left: 0;
  }
  .news:last-child {
    border-bottom: 1px dashed #efefef;
  }
  .news {
    border-bottom: 1px dashed #efefef;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
table.table-list tr:hover {
  background: #F9F9F9;
}

.cio-table h2 {
  margin: 20px 0;
}

.cio-table, .cio-table-row {
  max-width: 1400px;
  display: block;
  overflow: hidden;
}

.cio-table div, table.table-list tr, table.table-list td, table.table-list th {
  padding: 5px 10px;
  text-align: left;
}

.cio-table div.checkgroup {
  padding: 0;
}

.cio-table-row, table.table-list tr {
  border-bottom: 1px solid #F5F5F5;
}

.cio-table-caption, table.table-list th {
  background: #EFF3F4;
  font-weight: 600;
  border-bottom: 1px solid #E2E7E8;
}

.cio-table .col-1, .cio-table .col-2, .cio-table .col-3, .cio-table .col-4, .cio-table .col-5 {
  float: left;
  display: block;
  overflow: hidden;
}

.cio-table .col-1 {
  width: 12%;
}

.cio-table .col-2 {
  width: 20%;
}

.cio-table .col-3 {
  width: 25%;
}

.cio-table .col-4 {
  width: 30%;
}

.cio-table .col-4.with-col-6 {
  width: 27%;
}

.cio-table.meetings .col-1 {
  width: 5%;
}

.cio-table.meetings .col-2, .cio-table.meetings .col-3, .cio-table.meetings .col-4, .cio-table.meetings .col-5 {
  width: 20%;
}

.cio-table .col-long {
  width: 80%;
}

.cio-table .block-ava {
  padding: 0 0 5px 0;
  position: relative;
}

.all_plans {
  display: flex;
}
.all_plans .plans {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.all_plans .plans .plan.mobile {
  display: none;
}
.all_plans .plans .plan {
  width: 49%;
  margin-top: 20px;
  border-radius: 41px;
  overflow: auto;
  box-shadow: 0px 0px 58.2px 1.8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}
.all_plans .plans .plan__header {
  background-color: #689b32;
  color: #FFFFFF !important;
  padding: 24px 50px 0px;
  font-size: 23px;
  align-self: baseline;
  width: 100%;
}
.all_plans .plans .plan__header-date {
  font-size: 15px;
}
.all_plans .plans .plan__header h3, .all_plans .plans .plan__header a {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.all_plans .plans .plan__details {
  padding: 24px 50px;
  word-break: break-word;
  font-size: 23px;
  line-height: 32px;
  color: #000000;
  text-align: justify;
  width: 100%;
}
.all_plans .plans .plan__details-hide {
  text-align: center;
  padding: 0;
  margin-bottom: 10px;
}
.all_plans .plans .plan__details-hide a {
  border: 2px solid white;
  border-radius: 11px;
  color: black !important;
  padding: 11px;
}
.all_plans .plans .plan__details a {
  color: #689b32;
  border-bottom: 1px solid rgba(135, 175, 47, 0.6);
  font-size: 18px;
}

@media (max-width: 1280px) {
  .cio-table div, table.table-list tr, table.table-list td, table.table-list th {
    padding: 5px 7px;
  }
}
@media (max-width: 1000px) {
  .cio-table.meetings .col-2, .cio-table.meetings .col-3, .cio-table.meetings .col-4, .cio-table.meetings .col-5, .cio-table .col-4.with-col-6 {
    width: 60%;
  }
  .cio-table .col-2, .cio-table .col-3, .cio-table .col-4, .cio-table .col-5 {
    width: 60%;
    margin-left: 40px;
    display: block;
  }
  .cio-table .col-2 {
    font-weight: 600;
  }
  .cio-table .col-1 {
    position: absolute;
    display: block;
  }
  .cio-table-caption .col-3, .cio-table-caption .col-4, .cio-table-caption .col-5 {
    display: none;
  }
  .cio-table .col-3, .cio-table .col-4, .cio-table .col-5 {
    font-size: 0.8rem;
    line-height: 1.1;
    padding: 2px 10px;
    color: #777777;
  }
}
.event-offline-table {
  width: 80%;
}

.event-online-table {
  width: 20%;
}

.price_books {
  display: flex;
  flex-wrap: wrap;
}
.price_books .price_book {
  width: 100%;
  margin-top: 20px;
  border-radius: 41px;
  overflow: auto;
  box-shadow: 0px 0px 58.2px 1.8px rgba(0, 0, 0, 0.1);
  display: flex;
  padding-bottom: 0;
  min-height: 259px;
}
.price_books .price_book__header {
  color: #FFFFFF !important;
  padding: 24px 50px;
  font-size: 23px;
  background-size: contain !important;
  width: 20%;
  background-repeat-x: no-repeat !important;
  background-repeat-y: no-repeat !important;
}
.price_books .price_book__buy {
  align-self: center;
  margin-right: 27px;
  width: 20%;
}
.price_books .price_book__buy a {
  width: 121px !important;
}
.price_books .price_book__buy button, .price_books .price_book__buy a {
  display: flex;
  background-color: inherit;
  border: 3px solid #689b32;
  border-radius: 32px;
  font-size: 23px;
  color: #000;
  padding: 3px;
  width: 133px;
  justify-content: center;
  margin: 0 auto 0 !important;
  line-height: 32px;
}
.price_books .price_book__buy button:hover, .price_books .price_book__buy a:hover {
  background-color: #689b32 !important;
  border-color: #689b32 !important;
  color: #fff !important;
}
.price_books .price_book__details {
  padding: 24px 20px;
  word-break: break-word;
  font-size: 23px;
  line-height: 32px;
  color: #000000;
  text-align: justify;
  width: 50%;
  align-self: center;
}

@media (min-width: 2616px) {
  .price_books .price_book {
    width: 49%;
    margin-right: 12px;
  }
}
@media (max-width: 1470px) {
  .price_books .price_book {
    min-height: auto;
    height: 216px;
  }
  .price_books .price_book__details {
    padding: 0 20px;
  }
  .price_books .price_book__details p {
    font-size: 14px;
  }
  .price_books .price_book__details .price_book__buy2 {
    display: block !important;
  }
  .price_books .price_book__details .price_book__buy2 a {
    width: 121px !important;
  }
  .price_books .price_book__details .price_book__buy2 button, .price_books .price_book__details .price_book__buy2 a {
    display: flex;
    background-color: inherit;
    border: 3px solid #689b32;
    border-radius: 32px;
    font-size: 23px;
    color: #000;
    padding: 3px;
    width: 133px;
    justify-content: center;
    line-height: 32px;
  }
  .price_books .price_book__details .price_book__buy2 button:hover, .price_books .price_book__details .price_book__buy2 a:hover {
    background-color: #689b32 !important;
    border-color: #689b32 !important;
    color: #fff !important;
  }
  .price_books .price_book__buy {
    display: none;
  }
}
@media (max-width: 1386px) {
  .price_books .price_book {
    height: 238px;
  }
}
@media (max-width: 1270px) {
  .price_books .price_book {
    height: 297px;
  }
  .price_books .price_book__header {
    width: 30%;
    background-size: cover !important;
  }
  .price_books .price_book__details p {
    font-size: 15px !important;
  }
}
@media (max-width: 1000px) {
  .price_books .price_book {
    flex-wrap: wrap;
    margin-right: 10px;
    height: auto;
    min-height: 259px;
    width: 48%;
  }
  .price_books .price_book__header {
    width: 100%;
    height: 150px;
  }
  .price_books .price_book__details {
    width: 100%;
    min-height: 180px;
    padding: 24px 20px;
  }
  .price_books .price_book__details .price_book__buy2 {
    display: none !important;
  }
  .price_books .price_book__buy {
    width: 100%;
    display: block;
    margin-right: 0;
  }
}
@media (max-width: 931px) {
  .price_books .price_book__header {
    background-size: contain !important;
  }
  .all_plans .plans .plan {
    width: 100%;
  }
}
@media (max-width: 780px) {
  .price_books {
    flex-wrap: wrap;
    justify-content: center;
  }
  .price_books .price_book {
    width: 79%;
  }
  .price_books .price_book__header {
    height: 192px;
    background-size: cover !important;
  }
  .price_books .price_book__buy {
    margin-bottom: 6px;
  }
  .price_books .price_book__details {
    padding: 23px 20px 0px;
  }
  .price_books .price_book__details p {
    font-size: 18px !important;
  }
}
@media (max-width: 540px) {
  .price_books .price_book {
    width: 100%;
  }
  .price_books .price_book__header {
    height: 177px;
  }
}
@media (max-width: 425px) {
  .price_books .price_book__header {
    height: 141px;
  }
}
.plans {
  display: flex;
}

.plan-title .plan__header {
  padding: 24px 50px 6px 50px !important;
  text-transform: uppercase;
  font-weight: bold;
  align-self: center !important;
}
.plan-title .plan__header h3 {
  font-size: 16px !important;
  text-align: center;
}

.quarter {
  text-align: center;
}

@media (max-width: 1200px) {
  .all_plans.fullsize {
    display: none;
  }
  .all_plans {
    flex-wrap: wrap;
  }
  .all_plans .plans {
    width: 100%;
  }
  .all_plans .plans .plan {
    margin-left: 0px;
  }
  .all_plans .plans .plan__header {
    padding: 24px 30px;
  }
  .all_plans .plans .plan__details {
    padding: 24px 30px;
  }
  .all_plans .plans .plan.mobile {
    display: flex;
  }
}
.online-description {
  margin-bottom: 25px;
}

.event-offline-table p, .event-online-table p {
  font-size: 15px;
  padding: 3px;
}
.event-offline-table .event-offline-name, .event-online-table .event-offline-name {
  width: 33%;
}
.event-offline-table .event-offline-month, .event-online-table .event-offline-month {
  vertical-align: top;
}
.event-offline-table .event-offline-name, .event-offline-table .event-offline-month, .event-online-table .event-offline-name, .event-online-table .event-offline-month {
  background-color: #689b32;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  height: 54px;
}
.event-offline-table button, .event-online-table button {
  margin: 10px auto;
}
.event-offline-table .no-border, .event-online-table .no-border {
  border: none;
}
.event-offline-table td, .event-online-table td {
  vertical-align: top;
  padding: 10px;
  border: 1px solid #ccc;
}
.event-offline-table td .data, .event-online-table td .data {
  overflow: hidden;
  padding: 0;
}

users {
  display: block;
  position: relative;
  overflow: auto;
  width: 100%;
  margin: 10px 0;
}

company {
  display: inline-block;
}

users name, users description, users company, users userfield {
  padding: 0 0 10px 0;
  margin: 0;
  margin-left: 130px;
}

users description, users userfield {
  display: block;
}

.user .block-ava.small, .user .small {
  width: 100px;
  height: 150px;
  overflow: hidden;
  border-radius: 2px;
  position: absolute;
  padding-bottom: 5px;
}

.user .block-ava.small img {
  width: 100px;
  height: 150px;
}

.user .block-ava.big, .user .big {
  width: 120px;
  height: 178px;
  border-radius: 2px;
  position: absolute;
  padding-bottom: 5px;
}

.user .block-ava.is_dead, .userdiv figure.is_dead {
  filter: grayscale(1);
}

.user .block-ava.big img {
  width: 120px;
  height: auto;
}

.user {
  display: block;
  float: left;
  width: 28%;
  margin-right: 5%;
  margin-bottom: 3%;
  overflow: hidden;
  outline: none;
}

users .user {
  height: 200px;
}

promo {
  display: block;
  width: 100%;
  overflow: hidden;
  height: 186px;
  text-align: center;
  padding: 0;
  margin: 0;
  background: #FFF;
}

promo.promo-big {
  max-height: 100%;
  height: auto;
}

.meet-713.promo-big {
  max-height: none;
}

promo.promo-big container {
  margin: 0;
  line-height: 0;
}

promo container {
  display: block;
  margin: 0 -100px;
  overflow: hidden;
}

promo container img {
  width: 100%;
}

.t-left, .t-right, .t-center {
  display: table-cell;
  vertical-align: top;
}

.t-top, .t-middle, .t-bottom {
  height: 62px;
  display: block;
  overflow: hidden;
  float: left;
  width: 558px;
}

.t-middle input {
  width: 506px;
  height: 50px;
  padding: 0 20px;
  text-align: center;
  margin-left: 1px;
  font-size: 17px;
  outline: none;
  border: solid 5px #689b32;
}

.t-left, .t-right {
  width: 1600px;
}

.t-left a {
  float: right;
}

.t-right a {
  float: left;
}

promo a {
  width: 60px;
  height: 60px;
  display: block;
  float: left;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  overflow: hidden;
}

promo a img {
  width: 60px;
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  opacity: 0.8;
  transition: 0.2s;
}

promo a:hover img {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  -webkit-filter: grayscale(0%);
  opacity: 1;
  margin: -5px;
  width: 70px;
}

promotext {
  width: 100%;
  height: 200px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-weight: 600;
  font-size: 7rem;
  text-align: center;
  position: absolute;
}

userblock {
  display: table-cell;
  vertical-align: top;
}

.profile {
  display: block;
  float: left;
  width: 400px;
  margin: 0 20px 10px 40px;
  padding-top: 10px;
}

/*
.profile:before
{
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    margin-top: -17px;
    background: #efefef;
}
*/
.profile H1 {
  font-weight: 600;
  font-size: 3.3rem;
}

.half {
  width: 150px;
}

.profile H4 {
  margin: 0 0 10px 0;
}

.profile.block_text {
  padding: 10px 0 0;
}

.profile p, .profile.block_text {
  font-size: 0.9rem;
}

.profile p {
  padding: 0 0 5px 0;
  white-space: pre-wrap;
}

.profile p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.profile a {
  display: block;
  width: 100%;
  padding: 5px 0;
}

.profile.block_text a {
  display: inline;
  padding: 0;
  margin-bottom: 10px;
  width: inherit;
}

.caption {
  width: 100% !important;
  max-width: 100%;
}

.caption .profile {
  border-top: none !important;
}

.caption H1 {
  font-size: 2.6rem;
}

.userdiv {
  display: block;
  float: left;
  vertical-align: top;
  width: 450px;
}

.photo {
  width: 100px;
  background-color: #689b32;
  text-align: center;
  display: table-cell;
  min-width: 100px;
}

.photo p {
  text-align: center;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}

.userdiv .socialbtn {
  float: none;
  margin: 10px 0 5px 0;
  display: inline-block;
}

.userdiv img {
  width: 250px;
}

.profile H4 {
  line-height: 1;
  margin: 10px 0 10px 0;
  font-size: 0.9rem;
  width: 100%;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .user {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 2%;
    overflow: inherit;
  }
}
@media (max-width: 1280px) {
  .user {
    width: 28%;
    margin-right: 5%;
    margin-bottom: 2%;
    overflow: inherit;
  }
}
@media (max-width: 980px) {
  .user {
    display: block;
    float: left;
    width: 45%;
    margin-right: 5%;
    margin-bottom: 2%;
    height: 200px;
    overflow: hidden;
    outline: none;
  }
  .caption H1 {
    font-size: 2.2rem;
  }
  .profile {
    width: 100%;
    padding-top: 10px;
    margin: 10px 0;
  }
  .caption .profile:before {
    content: none;
  }
  .userdiv {
    min-width: inherit;
    width: 100%;
    padding: 0;
  }
  .userdiv img {
    width: inherit;
  }
  .photo {
    text-align: left;
  }
  .photo p {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 32px;
    margin-top: 50px;
    padding-left: 20px;
    text-align: left;
  }
  .photo figure {
    height: 150px;
    float: left;
  }
}
@media (max-width: 750px) {
  .user {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dashed #efefef;
    margin-bottom: 10px;
    height: 150px;
    overflow: hidden;
    outline: none;
  }
  .caption H1 {
    font-size: 1.3rem;
  }
  users description, users name, users company {
    display: block;
    width: 60%;
  }
  .t-top, .t-middle, .t-bottom {
    height: 62px;
    display: block;
    overflow: hidden;
    float: left;
    width: 310px;
  }
  .t-middle input {
    width: 258px;
    height: 50px;
    padding: 0 20px;
    text-align: center;
    margin-left: 1px;
    font-size: 17px;
    outline: none;
    border: solid 5px #689b32;
  }
}
.commons-caption {
  margin-left: 60px;
  font-size: 1.2rem;
  padding: 0;
  font-weight: 400;
  display: block;
  font-family: "Open sans", "Arial", sans-serif;
}

.commons-description {
  font-size: 0.9rem;
  margin: 10px 0;
  line-height: 1.5 !important;
  color: #4c4c4c;
}

.commons .small figure {
  width: 40px;
  height: 50px;
  margin-top: -2%;
  float: none;
  position: absolute;
  text-align: center;
  color: #999999;
  background: #FFFFFF;
  border-bottom: 2px solid #EEEEEE;
  padding: 2px;
}

.commons .small {
  padding: 2%;
  margin-bottom: 4%;
  background: #F5F5F5;
  min-height: 48px;
}

.commons .small figure i {
  line-height: 50px;
  font-size: 1.4rem;
  display: inline;
}

.commons .news.small p, .blogs .news.small p {
  margin-left: 60px;
  font-size: 0.8rem !important;
  color: #777777;
  display: block;
}

.commons {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
}

.commons:last-child {
  border-bottom: none;
}

rightside a {
  display: block;
  margin-bottom: 10px;
}

hr {
  display: block;
  width: 100%;
  margin: 20px 0;
  border: none;
  border-bottom: 3px double #F5F5F5;
}

.toolbar {
  display: block;
  background-color: #F5F5F5;
  padding: 10px 2%;
  margin: 10px 0 20px 0;
  width: 100%;
  overflow: auto;
}

.toolbar a, .toolbar span {
  display: inline-block;
  margin-right: 10px;
}

.toolbar .active {
  color: #689b32 !important;
}

.r_toolbar {
  float: right;
}

@media (max-width: 980px) {
  .commons .small {
    display: block;
    float: left;
    width: 96%;
  }
  .commons .small figure {
    margin-top: -2%;
  }
}
.mainpage meets {
  height: 300px;
  margin-bottom: 40px;
  overflow: hidden;
}

.onefloor {
  margin-bottom: 0;
}

columns {
  display: block;
}

@media (max-width: 700px) {
  .blogblock .newsblock-right {
    display: block;
  }
  .mainpage meets {
    height: inherit;
  }
  .mainpage .meet.past {
    display: none;
  }
  .mainpage .event:first-child {
    display: block !important;
  }
}
leftside {
  display: table-cell;
  width: 240px;
  padding: 30px 40px 30px 0;
  vertical-align: top;
  float: left;
}

leftside a {
  display: block;
  width: 100%;
  float: left;
  padding: 10px 0;
  border-bottom: 1px solid #F5F5F5;
  font-size: 18px;
}

.leftmenu-active {
  color: #689b32;
}

/*content ul*/
/*{*/
/*font-size: 18px;*/
/*line-height: 1.7;*/
/*}*/
/*content ul li*/
/*{*/
/*list-style:square;*/
/*margin-bottom: 10px;*/
/*}*/
.promo-extra-big {
  max-height: 300px;
  height: 100%;
}

@media screen and (max-width: 1565px) {
  leftside {
    width: 120px;
  }
}
@media screen and (max-width: 1414px) {
  leftside {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1062px) {
  leftside {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  leftside a {
    width: 46%;
    margin-right: 4%;
    float: left;
  }
}
@media (max-width: 768px) {
  leftside {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  leftside a {
    width: 46%;
    margin-right: 4%;
    float: left;
  }
  .leftmenu-active {
    display: block;
  }
}
@media (max-width: 500px) {
  leftside {
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0;
  }
  leftside a {
    width: 100%;
  }
  .leftmenu-active {
    display: block;
  }
}
.participant_crystal {
  display: block;
  float: none;
  width: 300px;
  margin-bottom: 30px;
}

.participant_crystal .user-ava {
  display: block;
  width: 100%;
  float: none;
}

.participant_crystal .user-ava {
  text-align: left;
}

.participant_crystal .user-name {
  font-size: 16px;
  color: #333;
  line-height: 17px !important;
  font-weight: 400;
  margin-bottom: 4px;
}

.participant_crystal .user-company {
  font-size: 12px;
  color: #999;
  line-height: 14px !important;
}

.participant_crystal p {
  padding: 0;
}

.meet-block:has(.form_pd) info {
  display: none;
}

.form_pd .field_group {
  display: grid;
  gap: 10px;
}
.form_pd .field {
  display: grid;
  grid-template-rows: 20px 1fr;
}
.form_pd .field__label {
  font-size: 13px;
  color: #cccccc;
}
.form_pd .field__data {
  border: 1px solid #cccccc;
  background-color: rgba(204, 204, 204, 0.55);
  padding: 10px;
}
.form_pd .field_group_2 {
  grid-template-columns: 1fr 1fr;
}
.form_pd .field_group_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.form_pd ul {
  margin: 0;
}
.form_pd ul li {
  font-size: 15px;
  margin-bottom: 0;
}
.form_pd .pd_group {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
.form_pd .pd_group .pd_field {
  border: 1px solid #cccccc;
}
.form_pd .pd_group .pd_field__name {
  background-color: rgba(204, 204, 204, 0.55);
  padding: 20px 5px;
  display: flex;
  gap: 5px;
}
.form_pd .pd_group .pd_field__description {
  padding: 0 5px;
}
.form_pd .pd_group .pd_field__description p {
  font-size: 15px;
}
.form_pd input[type=text] {
  border: 1px solid #cccccc;
  background-color: rgba(204, 204, 204, 0.55);
  padding: 10px;
  width: 100%;
}
.form_pd button:disabled {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .form_pd .pd_group {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 568px) {
  .form_pd .field_group_2 {
    grid-template-columns: 1fr;
  }
  .form_pd .field_group_3 {
    grid-template-columns: 1fr;
  }
  .form_pd .pd_group {
    grid-template-columns: 1fr;
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

/*
 * imgAreaSelect default style
 */

.imgareaselect-border1 {
	background: url(border-v.gif) repeat-y left top;
}

.imgareaselect-border2 {
    background: url(border-h.gif) repeat-x left top;
}

.imgareaselect-border3 {
    background: url(border-v.gif) repeat-y right top;
}

.imgareaselect-border4 {
    background: url(border-h.gif) repeat-x left bottom;
}

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-selection {  
}
.imgedit_preview {
        overflow: hidden;
        /*width: 100px;*/
        /*height: 100px;*/
}

.imgedit_popup-overlay {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    text-align: center;
    z-index: 999;
}

.imgedit_popup-overlay:after {
    /*display: inline-block;*/
    height: 100%;
    width: 0;
    vertical-align: middle;
    content: ''
}

.imgedit_popup-window {
    width: 100%;
	max-width: 800px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
    background: #fff;
    vertical-align: middle;
    text-align: left;
}

.imgedit_popup-uploaded {
	display: inline-block;
	width: 60%;
	padding: 30px;
}

.imgedit_popup-uploaded img {
	max-height: 335px;
	max-width: 520px;
    border: 1px dashed rgba(0,0,0,0.15);
}

.imgedit_photo_wrapper {
    text-align: center;
}

.imgedit_popup-preview {
	display: inline-block;
	min-width: 180px;
    width: 28%;
	padding: 30px 10px 10px;
	float: right;
}

.imgedit_spacer {
	height: 30px;
}


.imgedit_sectiontitle {
	margin-bottom: 10px
}
.imgedit_sectiontitle ~ .imgedit_sectiontitle{
    margin-top: 20px;
}
.hide {
    display: none;
}