/*----------------------------------------------------------------------------*/
/*framework*/
/*Блок обовязкових кольорів сайта*/
/*колір гіперпосилань*/
/*колір текста*/
/*колір помилкових полів */
/*повідомлення*/
/*плейсхолдери*/
/*columns*/
/*Тінь блока*/
/*@shadow: 0 0 0 0 rgba(0, 0, 0, 0);*/
/*@txt_shadow:1px 1px 1px rgba(255, 255, 255, 1);*/
/*Мусові кольори для плейсхолдерів і невірно заповнених полів форм*/
/* стилі плейсхолдерів до купки не клеїти! */
/*global button*/
/*arrow big slider*/
/*image block*/
.image-block .themeimages .themeimage_img,
.image-block .themeimages themeimage_bg {
  position: relative;
  width: 100%;
  padding: 27% 0;
  display: block;
  border: 1px solid #c9c9c9;
}
.image-block .themeimages .themeimage_img > div,
.image-block .themeimages themeimage_bg > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.image-block .themeimages .themeimage_img img,
.image-block .themeimages themeimage_bg img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
/*color_blocks*/
.color_block.green {
  color: #67be01;
}
.color_block.red {
  color: #ff0000;
}
/*gray_block*/
.gray_block {
  display: table;
  width: 95%;
  max-width: 600px;
  margin: 2em auto 3em auto;
  padding: 2.66666667em 9.33333333em 2.4em 9.33333333em;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.accompanying_number_wrap {
  margin: 0.5em auto;
  max-width: 500px;
}
.accompanying_number_wrap:before,
.accompanying_number_wrap:after {
  content: '';
  display: block;
  clear: both;
}
.accompanying_number_wrap input[type='button'] {
  color: #fff;
  border: none;
  text-decoration: none;
  max-width: 16.25em;
  width: 100%;
  height: 4.375em;
  line-height: 4.375em;
  display: inline-block;
  text-align: center;
  padding: 0 2em;
  background-color: #67be01;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2em;
  line-height: normal;
  padding: 0;
  height: 2em;
  font-weight: bold;
}
.accompanying_number_wrap input[type='button']:hover {
  background-color: #111111;
}
.accompanying_number_wrap input[type='button'].small_size {
  font-size: 0.8em;
}
.accompanying_number_wrap input[type='button'].centered {
  margin: 1em auto;
  display: table;
}
.accompanying_number_wrap input[type='button'].full_width {
  max-width: 100%;
}
.accompanying_number_wrap input[type='button'].multi_column {
  font-size: 0.8em;
  line-height: 1.2;
  height: auto;
  padding: 1em 1.5em;
}
.accompanying_number_wrap input[type='button'].thin {
  font-size: 0.8em;
  line-height: 1.2;
  height: auto;
  max-width: 20%;
  width: auto;
  padding: 1em 1.5em;
}
.accompanying_number_wrap input[type='button'].left {
  float: left;
  max-width: 49%;
}
.accompanying_number_wrap input[type='button'].right {
  float: right;
  max-width: 49%;
}
.accompanying_number_wrap input[type='button'].right_no_size {
  float: right;
}
.accompanying_input_wrap {
  float: right;
}
#accompanying_number::-webkit-inner-spin-button,
#accompanying_number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
#accompanying_number {
  -moz-appearance: textfield;
  width: 2em;
  height: 2em;
  margin: 0 5px;
  padding: 0 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gray_block {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px !important;
    width: 100%;
    background-color: #f3f3f3;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .accompanying_input_wrap {
    float: none;
    margin-top: 0.5em;
  }
}
/*Стандартна анімація поведінки ссилок і решти елементів*/
/*Ключові кадри + анімація*/
.flex_display {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
/*Конвертер выдносних одиниць  
.class {
  .pxToEm(20px, можна вказати базу);
  content: @calcEm;
}
*/
/*Радіуси*/
/*прозорість (задається від 1 до 100 % з кроком в 1 )*/
/*тіні*/
/*Правильне центрування і масшатбування картинок, що вписує їх в блок по всіх параметрах + згладжування картинок*/
.image_center {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
img {
  height: auto;
  max-width: 100%;
}
/* Інтерполяція картинок*/
/* img {
    height:auto;
    image-rendering:optimizeSpeed;              
    image-rendering:-moz-crisp-edges;                  
    image-rendering:-o-crisp-edges;                    
    image-rendering:-webkit-optimize-contrast;           
    image-rendering:optimize-contrast;           
    image-rendering:crisp-edges;                 
    image-rendering:pixelated;                    
    -ms-interpolation-mode:nearest-neighbor;               
}*/
/*для верстки меню табличкою*/
.table_wrap {
  display: table;
  width: 100%;
}
.table_wrap > ul {
  display: table-row;
}
.table_wrap > ul > li {
  display: table-cell;
  width: 1000px;
  vertical-align: middle;
}
.table_wrap > ul > li > a {
  text-align: center;
  display: block;
}
/*преміщаємо бекграунд для свг*/
/*Викоритання ОБОВЯЗКОВО  @fill-default і  <path fill="#111111" кольори мають співпадати*/
/*Сімейства шрифтів. Якщо є то тре покласти в папку fonts*/
/*підключалка: .font-face(pf_beausans_probbook, pfbeausanspro_book);*/
/*Трикрапки*/
/*мусять бути задані фізичні розміри*/
.ellipsis {
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
}
#content {
  padding-top: 1.2em;
  color: #3b3b3b;
}
#content.violet .fulltext ul,
#content.violet .fulltext ol {
  float: none;
}
#content.violet .fulltext ul:after,
#content.violet .fulltext ol:after {
  content: '';
  display: block;
  clear: both;
}
#content h1 {
  text-align: left;
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  color: #555555;
  border-bottom: 1px solid #67be01;
  padding-bottom: 4px;
  padding-left: 14px;
}
#content h3 {
  color: #67be01;
  text-transform: uppercase;
}
#content ul,
#content ol {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .ee_items {
  margin: 0px;
  padding: 0px;
  float: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#content .ee_items li {
  list-style: none;
}
#content .ee_items li {
  flex: 1 1 30%;
  padding: 0 1em 2em 1em;
  width: calc(100% / 4);
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .ee_items li:not(.active) .bc_event_data .event_desc_val .bc_grant_data .grant_desc_val {
  top: 11.6em;
}
#content .right_col_event_items .events-cont ul.ee_items li {
  flex: 1 1 55% !important;
  width: 100%;
}
#content .right_col_event_items .events-cont ul.ee_items li a.item_link {
  padding: 0;
  height: 242px;
}
#content .right_col_event_items .events-cont ul.ee_items li a.item_link span.item_title {
  height: 5em;
}
#content .right_col_event_items .events-cont ul.ee_items li a.item_link .bc_event_short_details span.event_desc_val {
  top: 10.1em;
}
#content .right_col_grant_items .grants-cont ul.ee_items li {
  flex: 1 1 55% !important;
  width: 100%;
}
#content .right_col_grant_items .grants-cont ul.ee_items li a.item_link {
  padding: 0;
  height: 242px;
}
#content .right_col_grant_items .grants-cont ul.ee_items li a.item_link span.item_title {
  height: 3.4em;
}
#content .right_col_grant_items .grants-cont ul.ee_items li a.item_link .bc_grant_short_details span.grant_desc_val {
  top: 11.9em;
}
#content .news-column {
  float: left;
  width: 100%;
}
#content .news-column h2 {
  text-align: right;
  border-bottom: 1px solid green;
  margin-bottom: 1em;
  margin-top: 0.7em;
}
#content .news-column .ee_items li {
  padding: 0 0 2em 0;
  flex: 1 1 100%;
  min-width: 100px;
}
#content .news-column .ee_news_shorttext {
  height: auto;
}
#content .news-column a.button {
  height: 2em;
  line-height: 2;
  width: 100%;
}
#content .gray_col:before {
  content: '';
  position: absolute;
  background-color: #f9f9f9;
  height: 100%;
  right: 0;
  top: -115px;
  width: 1000px;
  padding: 115px 0 0 0;
  z-index: -1;
}
#content .gray_col .white_bck {
  position: relative;
  background-color: #fff;
  width: 100%;
  float: left;
}
#content .gray_col .white_bck:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #67be01;
  top: -15px;
  left: 0;
}
#content .gray_col .ee_items {
  display: block !important;
}
#content .gray_col .ee_items li {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 !important;
  min-width: 100px !important;
  border: none;
  margin-bottom: 1.33333333em;
}
#content .gray_col .events-cont .grants-cont {
  float: left;
  width: 100%;
}
#content .gray_col .button {
  height: 2.4em;
  line-height: 2.4em;
  font-weight: 600;
  margin-bottom: 1.33333333em;
}
#content .event-register-mess,
#content .grant-register-mess {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 1em 0 1em 0;
  border-bottom: 1px solid #dbdbdb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .event-register-mess .fa-facebook,
#content .grant-register-mess .fa-facebook {
  color: #3b5998;
}
#content .event-register-mess .fa-twitter,
#content .grant-register-mess .fa-twitter {
  color: #55acee;
}
#content .event-register-mess .fa-linkedin,
#content .grant-register-mess .fa-linkedin {
  color: #0083be;
}
#content .event-register-mess .fa-google-plus,
#content .grant-register-mess .fa-google-plus {
  color: #dc4a38;
}
#content .event-register-mess .fa-envelope,
#content .grant-register-mess .fa-envelope {
  color: #898b8e;
}
#content .bc-event-title_links h1,
#content .bc-grant-title_links h1 {
  margin: 0;
  width: auto;
  border: none;
  padding: 0;
  margin-right: auto;
}
#content.ee_event h1,
#content.ee_grant h1 {
  margin-top: -2px;
  margin-bottom: 15px;
}
#content .shorttext h1,
#content .fulltext h1 {
  border: none;
}
#content .flex_cont h1 {
  padding-left: 0;
}
.flex_cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.breadcrumbs {
  float: left;
  width: 100%;
  margin: 0 0 1em 0;
  color: #848484;
  font-size: 0.8125em;
}
.breadcrumbs a {
  color: #555555;
  padding: 0 0.2em;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.breadcrumbs a:first-child {
  padding-left: 0;
}
.breadcrumbs a:hover {
  color: #848484;
}
.ee_related_block {
  border-top: 1px solid #f0f0f0;
  margin: 3em 0 2em 0;
  float: left;
  width: 100%;
  padding-top: 2em;
}
.ee_related_block ul {
  margin: 0px;
  padding: 0px;
}
.ee_related_block ul li {
  list-style: none;
}
.ee_related_block ul li {
  font-size: 0.9em;
  float: left;
  margin: 0 1em 1em 0;
}
.ee_related_block ul li a {
  color: #3b3b3b;
  background-color: #848484;
  padding: 0.5em 1em;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ee_related_block ul li a:hover {
  background-color: #67be01;
  color: #fff;
}
/*news pages*/
.ee_items_news a {
  color: #3b3b3b;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ee_items_news a:hover {
  color: #67be01;
}
.ee_items_news li > span {
  display: block;
}
.ee_items_news li h1,
.ee_items_news li h2,
.ee_items_news li h3,
.ee_items_news li strong {
  font-size: 1em;
  margin: 0;
  font-weight: normal;
}
.ee_items_news li p {
  margin: 0;
}
.ee_items_news .ee_news_image {
  position: relative;
}
.ee_items_news .ee_news_image .themeimage_bg {
  position: relative;
  width: 100%;
  padding: 27% 0;
  display: block;
  border: 1px solid #3b3b3b;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ee_items_news .ee_news_image .themeimage_bg div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ee_items_news .ee_news_date {
  color: #fff;
  font-size: 0.875em;
  height: 2.85714286em;
  line-height: 2.85714286em;
  padding-right: 1em;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 2.4em;
  display: inline-block;
  background-color: #111111;
  padding-left: 2.5em;
  background-image: url('../img/calendar.svg');
  background-repeat: no-repeat;
  background-position: 0.71428571em center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ee_items_news .ee_news_title {
  font-weight: bold;
  font-size: 1.125em;
  display: block;
  margin: 1em 0;
  height: 3em;
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ee_items_news .ee_news_shorttext {
  color: #555555;
  font-size: 0.875em;
  overflow: hidden;
  height: 8.4em;
  display: block;
}
.ee_items_news .themeimages .themeimage_img,
.ee_items_news .themeimages themeimage_bg {
  position: relative;
  width: 100%;
  padding: 27% 0;
  display: block;
  border: 1px solid #c9c9c9;
}
.ee_items_news .themeimages .themeimage_img > div,
.ee_items_news .themeimages themeimage_bg > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ee_items_news .themeimages .themeimage_img img,
.ee_items_news .themeimages themeimage_bg img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.ee_news_title {
  font-weight: bold;
}
.ee_news_date {
  font-size: 0.8em;
  color: #888888;
}
/*news details*/
.news_details .themeimages .themeimage_img,
.news_details .themeimages themeimage_bg {
  position: relative;
  width: 100%;
  padding: 27% 0;
  display: block;
  border: 1px solid #c9c9c9;
}
.news_details .themeimages .themeimage_img > div,
.news_details .themeimages themeimage_bg > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news_details .themeimages .themeimage_img img,
.news_details .themeimages themeimage_bg img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.news_details .shorttext {
  font-style: italic;
  color: #888888;
  font-size: 0.9em;
}
.news_details .fulltext {
  margin-top: -1em;
}
/*article category*/
.ee_article_category .item_title {
  font-weight: bold;
  margin-top: -0.2em;
  display: block;
}
.ee_article_category .ee_items li {
  flex: 1 1 25% !important;
  max-width: 1000px !important;
  margin-bottom: 1em;
  padding-bottom: 1em !important;
  box-sizing: border-box;
  position: relative;
}
.ee_article_category .ee_items li:hover > .item_link {
  color: #67be01;
}
.ee_article_category .ee_items li.two-rows {
  flex: 1 1 50% !important;
}
.ee_article_category .item_image {
  float: left;
  margin-right: 1em;
  max-width: 300px;
  width: 25%;
  padding: 8% 0;
  position: relative;
}
.ee_article_category .item_image .themeimage_bg div {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ee_article_category .item_image_article {
  float: left;
  margin-right: 1em;
  width: 100%;
  position: relative;
}
.ee_article_category .item_image_article .themeimages .themeimage_img {
  border: none;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  padding-bottom: 55%;
}
.ee_article_category .item_image_article .themeimages .themeimage_img img {
  min-height: 100%;
  min-width: 100%;
  /*max-width: none;*/
  max-height: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.ee_article_category .item_image_article .themeimage_bg div {
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ee_article_category .item_link {
  font-size: 1em;
  text-decoration: none;
  line-height: 1.2;
  max-width: 276px;
  padding: 10px 0;
  text-align: left;
  color: #3b3b3b;
}
.ee_article_category .item_link:hover {
  color: #67be01;
}
.ee_article_category .item_short_text {
  float: right;
  width: calc(75% - 1em);
}
.ee_article_category .item_short_text p {
  margin: 0.2em 0;
}
.ee_article_category .themeimages .themeimage_img {
  border: none;
}
.partner_category .ee_items li {
  flex: 1 1 100% !important;
  display: list-item !important;
}
.partner_category .ee_items li:after {
  content: '';
  border-bottom: 1px solid #c9c9c9;
  width: calc(100% - 2em);
  display: block;
  position: absolute;
  bottom: 0;
}
.partner_category .ee_items li:hover > .item_link {
  color: inherit;
}
.partner_category .ee_items li .item_link:hover {
  color: #67be01;
}
.partner_category .item_image_article {
  height: unset;
  max-width: 300px;
  width: 25%;
}
.partner_category .item_image_article .themeimages .themeimage_img {
  padding-bottom: unset;
}
.partner_category .item_image_article .themeimages .themeimage_img img {
  height: auto;
  width: 100%;
  text-align: center;
  min-height: unset;
  position: relative;
}
.ee_article .right-col .themeimages {
  float: left;
  width: 100%;
  text-align: center;
}
.ee_article .event-register-mess {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start !important;
  -webkit-justify-content: flex-start !important;
  -moz-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  justify-content: flex-start !important;
  padding: 1em 0 1em 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: none !important;
  font-size: 1.375em;
}
.ee_article .event-register-mess a {
  padding: 0 0.5em;
}
.ee_systempage .fulltext {
  display: table;
  width: 95%;
  max-width: 600px;
  margin: 2em auto 3em auto;
  padding: 2.66666667em 9.33333333em 2.4em 9.33333333em;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding-bottom: 2em;
}
.ee_systempage .fulltext h1 {
  font-size: 6.66666667em;
  color: #67be01 !important;
  font-weight: bold;
  padding: 0 !important;
  margin: 0 0 0.2em 0 !important;
}
.ee_systempage .fulltext p {
  margin-bottom: 1em;
}
.ee_systempage .fulltext a {
  color: #67be01;
}
.en .event-full-descr .event-short-descr .event-register-manager {
  background-image: url('../img/stuff-passive.jpg');
}
.en .event-full-descr .event-short-descr .event-register-manager.active {
  background-image: url('../img/stuff-active.jpg');
}
/*inner pages menu three*/
.level1.inner-main-ul {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: -0.5em;
  position: relative;
}
.level1.inner-main-ul li {
  list-style: none;
}
.level1.inner-main-ul a {
  text-decoration: none;
  color: #222222;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.level1.inner-main-ul span {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.level1.inner-main-ul li {
  margin-bottom: 8px;
  position: relative;
  float: left;
  width: 100%;
}
.level1.inner-main-ul li.li-have-inner > a > span:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 1em;
}
.level1.inner-main-ul li.li-have-inner.selected > a {
  color: #222222;
}
.level1.inner-main-ul li.li-have-inner.selected > a > span:after {
  content: "\f106";
}
.level1.inner-main-ul li.selected ul {
  display: block;
}
.level1.inner-main-ul li.selected ul a > span:after {
  display: none;
}
.level1.inner-main-ul li.violet > a {
  display: none;
}
.level1.inner-main-ul li.violet > ul > li.li-have-inner > a > span {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #e9e9e9;
  border-left: 9px solid #67be01;
}
.level1.inner-main-ul li.violet > ul.level2.without_other > .selected > a > span {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #e9e9e9;
  border-left: 9px solid #67be01;
}
.level1.inner-main-ul li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.level1.inner-main-ul li ul li {
  margin: 0 0 0.5em 0;
}
.level1.inner-main-ul li ul li.selected > a {
  color: #67be01;
}
.level1.inner-main-ul li ul li a:hover {
  color: #67be01;
}
.level1.inner-main-ul li ul li a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.level1.inner-main-ul li ul li a span {
  padding: 0.6em 1em;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.level1.inner-main-ul li ul li a span:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  left: 0.5em;
  font-size: 0.5em;
  margin-top: 0.75em;
  color: #67be01;
}
.level1.inner-main-ul li ul li ul {
  padding: 0.8em 0 0 0.5em;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.level1.inner-main-ul li ul li ul li a {
  background-color: transparent;
}
.level1.inner-main-ul li ul li ul li a span {
  padding: 0 1em;
}
.level1.inner-main-ul > li > a {
  background-color: #e9e9e9;
  min-height: 2.5em;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2em 0 1em;
  border-left: 9px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.level1.inner-main-ul > li:hover > a,
.level1.inner-main-ul > li.selected > a {
  border-left: 9px solid #67be01;
}
.level1.inner-main-ul.without_other > li {
  display: none;
}
.level1.inner-main-ul.without_other > li.selected {
  display: block;
}
.level1.inner-main-ul.without_other .li-have-inner ul {
  display: none;
}
.level1.inner-main-ul.without_other .li-have-inner.selected > ul {
  display: block;
}
.level1.inner-main-ul.without_other .li-have-inner .level2 > li > a > span {
  background-color: #e9e9e9;
}
.level1.inner-main-ul.without_other .li-have-inner .level2 > li.li-have-inner > a {
  background-color: transparent;
}
.level1.inner-main-ul.without_other .li-have-inner .level2 > li.li-have-inner > a:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 1em;
}
.level1.inner-main-ul.without_other .li-have-inner .level2 > li.li-have-inner > a > span:before {
  display: none;
}
.level1.inner-main-ul.without_other .li-have-inner .level2 > li a span:before {
  display: none;
}
.tab-block {
  width: 100%;
}
.tab-block .tab-mnu {
  margin: 0px;
  padding: 0px;
  float: left;
  width: 100%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  margin-bottom: -0.5em;
  position: relative;
}
.tab-block .tab-mnu li {
  list-style: none;
}
.tab-block .tab-mnu a {
  text-decoration: none;
  color: #222222;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.tab-block .tab-mnu span {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.tab-block .tab-mnu li {
  margin-bottom: 8px;
  position: relative;
  float: left;
  width: 100%;
}
.tab-block .tab-mnu li.li-have-inner > a > span:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 1em;
}
.tab-block .tab-mnu li.li-have-inner.selected > a {
  color: #222222;
}
.tab-block .tab-mnu li.li-have-inner.selected > a > span:after {
  content: "\f106";
}
.tab-block .tab-mnu li.selected ul {
  display: block;
}
.tab-block .tab-mnu li.selected ul a > span:after {
  display: none;
}
.tab-block .tab-mnu li.violet > a {
  display: none;
}
.tab-block .tab-mnu li.violet > ul > li.li-have-inner > a > span {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #e9e9e9;
  border-left: 9px solid #67be01;
}
.tab-block .tab-mnu li.violet > ul.level2.without_other > .selected > a > span {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  background-color: #e9e9e9;
  border-left: 9px solid #67be01;
}
.tab-block .tab-mnu li ul {
  display: none;
  margin: 0;
  padding: 0;
}
.tab-block .tab-mnu li ul li {
  margin: 0 0 0.5em 0;
}
.tab-block .tab-mnu li ul li.selected > a {
  color: #67be01;
}
.tab-block .tab-mnu li ul li a:hover {
  color: #67be01;
}
.tab-block .tab-mnu li ul li a {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tab-block .tab-mnu li ul li a span {
  padding: 0.6em 1em;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-block .tab-mnu li ul li a span:before {
  content: "\f111";
  font-family: fontAwesome;
  position: absolute;
  left: 0.5em;
  font-size: 0.5em;
  margin-top: 0.75em;
  color: #67be01;
}
.tab-block .tab-mnu li ul li ul {
  padding: 0.8em 0 0 0.5em;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-block .tab-mnu li ul li ul li a {
  background-color: transparent;
}
.tab-block .tab-mnu li ul li ul li a span {
  padding: 0 1em;
}
.tab-block .tab-mnu > li > a {
  background-color: #e9e9e9;
  min-height: 2.5em;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 2em 0 1em;
  border-left: 9px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tab-block .tab-mnu > li:hover > a,
.tab-block .tab-mnu > li.selected > a {
  border-left: 9px solid #67be01;
}
.tab-block .tab-mnu.without_other > li {
  display: none;
}
.tab-block .tab-mnu.without_other > li.selected {
  display: block;
}
.tab-block .tab-mnu.without_other .li-have-inner ul {
  display: none;
}
.tab-block .tab-mnu.without_other .li-have-inner.selected > ul {
  display: block;
}
.tab-block .tab-mnu.without_other .li-have-inner .level2 > li > a > span {
  background-color: #e9e9e9;
}
.tab-block .tab-mnu.without_other .li-have-inner .level2 > li.li-have-inner > a {
  background-color: transparent;
}
.tab-block .tab-mnu.without_other .li-have-inner .level2 > li.li-have-inner > a:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 1em;
}
.tab-block .tab-mnu.without_other .li-have-inner .level2 > li.li-have-inner > a > span:before {
  display: none;
}
.tab-block .tab-mnu.without_other .li-have-inner .level2 > li a span:before {
  display: none;
}
.tab-block .tab-mnu li {
  width: 33%;
}
.tab-block .tab-mnu li a {
  border-left: none;
}
.tab-block .tab-mnu li a span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tab-block .tab-mnu li a:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #67be01;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tab-block .tab-mnu li a:hover {
  border-left: none;
}
.tab-block .tab-mnu li a:hover:after {
  width: 100%;
  left: 0;
}
.tab-block .tab-mnu li.selected a {
  border-left: none;
  position: relative;
}
.tab-block .tab-mnu li.selected a:after {
  width: 100%;
  left: 0;
}
/*Fixed windows styleshhets*/
.fixed-show {
  cursor: pointer;
}
.bkgr_fixed {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.bkgr_fixed .cont_cont_fixed {
  background-color: #fff;
  -webkit-box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 50%;
  left: 50%;
  width: 90%;
  padding: 1em;
  max-width: 450px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.bkgr_fixed .close-fixed {
  position: absolute;
  right: -1em;
  color: #fff;
  top: -1em;
  cursor: pointer;
  font-size: 2em;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.bkgr_fixed .close-fixed:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.bkgr_fixed ul,
.bkgr_fixed ol {
  float: none !important;
  width: auto !important;
}
.bkgr_fixed ul li,
.bkgr_fixed ol li {
  margin-bottom: 0.5em;
}
/*events category*/
.bc-event-title_links,
.tabs-container {
  border-bottom: 1px solid #67be01;
  width: 100%;
  margin: 0 0 1em 0;
  position: relative;
  padding-bottom: 2px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.bc-event-title_links .ee_bcevent-actve-links,
.tabs-container .ee_bcevent-actve-links,
.bc-event-title_links .tabs-selector,
.tabs-container .tabs-selector {
  text-transform: uppercase;
  margin-left: 2em;
  color: #fff;
  background-color: #3b3b3b;
  text-decoration: none;
  display: inline-block;
  height: 2.66666667em;
  padding: 0 1em;
  text-align: center;
  min-width: 160px;
  font-size: 0.8em;
  line-height: 2.66666667;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bc-event-title_links .ee_bcevent-actve-links:hover,
.tabs-container .ee_bcevent-actve-links:hover,
.bc-event-title_links .tabs-selector:hover,
.tabs-container .tabs-selector:hover,
.bc-event-title_links .ee_bcevent-actve-links.active,
.tabs-container .ee_bcevent-actve-links.active,
.bc-event-title_links .tabs-selector.active,
.tabs-container .tabs-selector.active {
  background-color: #6e6e6e;
}
#content.ee_bcevent_category .ee_items {
  width: calc(100% + 2em);
  margin-left: -1em;
}
#content.ee_bcevent_category .ee_items li {
  max-width: 33.33333333%;
}
.ee_bcevent_category .item_title {
  text-decoration: none;
  color: #fff;
  background-color: #67be01;
  font-weight: 600;
  padding: 0.5em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  font-size: 1.06666667em;
  line-height: 1.33333333;
  min-height: 3.9em;
  height: 2.66666667em;
  overflow: hidden;
  position: relative;
}
.ee_bcevent_category .item_title:after {
  content: '';
  background-color: #67be01;
  width: 100%;
  height: 0.6em;
  bottom: 0;
  left: 0;
  position: absolute;
}
.ee_bcevent_category li {
  padding: 0 1em 3.33333333em 1em;
}
.ee_bcevent_category li .event_cat_items_cont {
  border: 1px solid #dbdbdb;
  float: left;
}
.ee_bcevent_category .bc-event-short_cont {
  padding: 0.625em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.ee_bcevent_category .themeimages {
  width: 10em;
  height: 10em;
  position: relative;
  float: left;
  border: 1px solid #3b3b3b;
}
.ee_bcevent_category .themeimages img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.ee_bcevent_category .bc_event_short_details {
  float: right;
  width: calc(100% - 11.5em);
}
.ee_bcevent_category .bc_event_city .event_desc_title {
  display: none;
}
.ee_bcevent_category .bc_event_city .event_desc_val {
  color: #fff;
  background-color: #ff7500;
  text-transform: uppercase;
  padding: 0.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  display: block;
}
.ee_bcevent_category .bc_event_type {
  display: none;
}
.ee_bcevent_category .item_short_text {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: pre-wrap;
}
.ee_bcevent_category .item_short_text p {
  margin: 0;
}
.ee_bcevent_category .bc-event-more {
  margin: 0.5em 0 1em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
.ee_bcevent_category .bc-event-more a {
  color: #67be01;
  flex: 1 auto;
}
.ee_bcevent_category .bc-event-more .google_cal {
  background-image: url('../img/googcalendar.png');
  background-repeat: no-repeat;
  background-position: center cneter;
  background-size: contain;
  height: 1em;
}
.ee_bcevent_category .bc-event-more .google_cal span {
  display: none;
}
.ee_bcevent_category .bc-event-more .manager-friendly {
  background-image: url('../img/manager.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 2em;
  position: relative;
}
.ee_bcevent_category .bc-event-more .manager-friendly span {
  display: none;
}
.ee_bcevent_category .bc-event-short_descr {
  border-top: 1px solid #dbdbdb;
  padding: 1em 0.625rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 0.87em;
  line-height: 1.54em;
  height: 15em;
}
.ee_bcevent_category .bc_event_data {
  border-bottom: 1px solid #dbdbdb;
}
.ee_bcevent_category .bc_event_data,
.ee_bcevent_category .bc_event_time {
  font-size: 12px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.ee_bcevent_category .bc_event_data .event_desc_title,
.ee_bcevent_category .bc_event_time .event_desc_title {
  margin-bottom: 0.5em;
  background-position: 0;
  padding-left: 2.4em;
}
.ee_bcevent_category .bc_event_data span,
.ee_bcevent_category .bc_event_time span {
  width: 100%;
  float: left;
}
.ee_bcevent_category .resp_notice_button {
  border-top: none;
  margin-top: -1em;
}
article.ee_event .event-full-descr .event-short-descr .bc_event_short_details span {
  float: none;
  display: flex;
}
.google_cal {
  background-image: url('../img/googcalendar.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 1em;
}
.google_cal span {
  display: none;
}
.bc_event_time .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/time_icon.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.bc_event_address .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/location_icon.png');
  background-position: 1px 4px;
  background-repeat: no-repeat;
  min-height: 2.5em;
}
.bc_event_title {
  font-weight: bold;
}
.bc_event_title .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/name-icon.png');
  background-position: 5px 4px;
  background-repeat: no-repeat;
  min-height: 2.5em;
}
.bc_event_data .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/date_icon.png');
  background-position: 5px;
  background-repeat: no-repeat;
}
.bc_event_user_name .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/male-user-icon.png');
  background-position: 6px 1px;
  background-repeat: no-repeat;
  min-height: 2em;
  padding-right: 2em;
  width: 13.33333333em;
}
.bc_event_user_status .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/status-icon.png');
  background-position: 3px;
  background-repeat: no-repeat;
  padding-right: 2em;
  width: 13.33333333em;
  min-height: 2em;
}
.bc_event_user_pay .event_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/wallet-icon.png');
  background-position: 3px -1px;
  background-repeat: no-repeat;
  padding-right: 2em;
  width: 13.33333333em;
}
/*event details*/
.bc_event_short_details {
  font-size: 14px;
}
.bc_event_short_details h4 {
  margin-top: 0;
}
.bc_event_short_details > span {
  margin-bottom: 1em;
  width: 100%;
  float: left;
}
.bc_event_short_details .bc_event_type {
  display: none;
}
.bc_event_short_details .event_desc_title {
  font-weight: bold;
  min-width: 5.5em;
  float: left;
}
.bc_event_short_details .event_desc_title:before {
  padding-right: 0.5em;
}
.bc_event_short_details.register_event {
  line-height: 2.3;
}
.event-full-descr {
  padding-left: 0;
}
.event-full-descr table p {
  padding: 0 0 0 8px !important;
  margin-bottom: 0.8em;
  margin-top: 0.5em;
}
.event-full-descr ul {
  margin: 0;
}
.event-full-descr .col-12 {
  padding: 1.8em 0 0 0;
}
.event-full-descr .no-padding {
  padding-right: 0;
}
.event-full-descr .event-full-name {
  padding: 0;
  width: 30%;
}
.event-full-descr .bc_event_data .event_desc_val {
  text-transform: lowercase;
}
.event-full-descr .event-short-descr {
  width: 70%;
}
.event-full-descr .event-city-cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff7500;
  height: 3.9375em;
  overflow: hidden;
  color: #fff;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.event-full-descr .event-city {
  font-size: 1.06666667em;
  width: 100%;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
.event-full-descr .image-block {
  margin-top: 1em;
}
.event-full-descr .themeimage_bg {
  width: 100%;
  padding: 50% 0;
  position: relative;
  float: left;
}
.event-full-descr .themeimage_bg div {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event-full-descr .event-short-details {
  padding: 0.7em 1em 0.7em 1em;
  border: 1px solid #dbdbdb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.event-full-descr .bceventdetails h5 {
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
}
.event-full-descr .bceventdetails p {
  text-align: center;
}
.event-full-descr .bceventdetails p a {
  clear: both;
}
.event-full-descr .coordinator_details .bceventdetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.event-full-descr .coordinator_details .bceventdetails h5 {
  width: 100%;
  margin: 1em 0 1em 0;
}
.event-full-descr .coordinator_details .bceventdetails p {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0;
}
.event-full-descr .coordinator_details .bceventdetails p a {
  display: inline-block;
  text-decoration: none;
  color: #3b3b3b;
  padding-top: 0.3em;
  font-weight: normal;
}
.event-full-descr .coordinator_details .bceventdetails p a:hover {
  color: #67be01;
}
.event-full-descr .coordinator_details .register_buttons {
  margin-top: 2em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.event-full-descr .coordinator_details .register_buttons .button {
  margin: 0 2em;
  width: 18.75em;
}
.event-full-descr .coordinator_details .register_buttons .event-register-manager {
  padding: 0;
  background: none;
  margin: 0;
  font-size: 1em;
}
.event-short-descr .google_cal {
  float: left;
  width: 100%;
  background-size: initial;
  padding: 0.8em 0;
  border-bottom: 1px solid #dbdbdb;
}
.event-short-descr .event-mess {
  font-size: 1.6em;
}
.event-short-reg {
  padding-right: 0;
}
.event-register-manager {
  font-size: 0.8em;
  text-transform: none;
  margin-top: 1em;
  padding: 3.33333333em 0 0 0;
  background-image: url('../img/stuff-ua-passive.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 2.6em;
}
.event-register-manager.active {
  background-image: url('../img/stuff-ua-active.jpg');
}
.ee_event h1 {
  border-bottom: 1px solid #67be01;
  text-align: left;
  float: left;
  width: 100%;
  line-height: 1.3;
  padding: 0 0 0.45454545em 0;
  color: #555555;
  font-size: 1.46666667em;
  margin: 0 0 1em 0;
}
.ee_event .events-cont {
  margin: 0;
}
.ee_event .events-cont .ee_items {
  display: block !important;
}
.ee_event .events-cont .ee_items li {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 !important;
  min-width: 100px !important;
  border: none;
  margin-bottom: 1.33333333em;
}
.ee_event .events-cont .button {
  height: 2.4em;
  line-height: 2.4em;
  font-weight: 600;
  margin-bottom: 1.33333333em;
}
.ee_event > .wrap {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.ee_event > .wrap > .col-3:before {
  content: '';
  position: absolute;
  background-color: #f9f9f9;
  height: 100%;
  left: 0;
  top: -115px;
  width: 1000px;
  padding: 115px 0 0 0;
  z-index: -1;
}
.event-full-name.col-3:before,
.right-col-events.col-3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #f3f3f3;
  top: -15px;
  left: 0;
}
.right-col-events.col-3:after {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 10px;
  background-color: #f3f3f3;
  top: -15px;
  left: 15px;
}
.event-fulldescr .themeimages .themeimage_img,
.event-fulldescr .themeimages .themeimage_bg {
  position: relative;
  width: 100%;
  padding: 27% 0;
  display: block;
  border: 1px solid #c9c9c9;
}
.event-fulldescr .themeimages .themeimage_img > div,
.event-fulldescr .themeimages .themeimage_bg > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.event-fulldescr .themeimages .themeimage_img img,
.event-fulldescr .themeimages .themeimage_bg img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.event-fulldescr .bc_event_short_details {
  font-size: 1em;
  margin-top: 0;
}
.event-fulldescr h5 {
  text-transform: uppercase;
  color: #67be01;
}
.event-fulldescr a {
  color: #67be01;
  text-decoration: underline;
}
.bceventtableprice {
  margin: 1em 0;
}
.bceventtableprice table {
  width: 100%;
  border: 1px solid #dbdbdb;
}
.bceventtableprice table td,
.bceventtableprice table th {
  padding: 0.5em;
  text-align: left;
}
.bceventtableprice table thead {
  border-bottom: 1px solid #dbdbdb;
  background-color: #f9f9f9;
}
.bceventtableprice table thead th {
  height: 1.6em;
  vertical-align: middle;
  border: none;
  font-weight: bold;
}
.bceventtableprice table thead th:first-child {
  padding-left: 2em;
}
.bceventtableprice table tbody tr {
  border: none;
}
.bceventtableprice table tbody tr td {
  border: none;
}
.bceventtableprice table tfoot {
  text-align: left;
}
.event_register_table_bigger_margin {
  margin: 2em 0;
}
.event-register {
  font-size: 0.8em;
}
.event-register.button {
  max-width: 100%;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0.5em;
}
.event-register.button[href="/"],
.event-register.button[disabled="disabled"] {
  background-color: #848484;
  cursor: default;
}
.event-register.button[href="/"]:hover,
.event-register.button[disabled="disabled"]:hover {
  background-color: #848484;
}
.event_participants {
  float: left;
  width: 100%;
  margin: 2em 0;
  padding-top: 2em;
  border-top: 1px solid #dbdbdb;
}
.event_participants a {
  color: #67be01;
  font-weight: bold;
}
.event_participants .participant-block {
  float: left;
  width: 100%;
  margin-bottom: 1.25em;
}
.event_participants .participant-block-title {
  color: #ff7500;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 2em;
  display: block;
}
.event_participants .participant-block-title:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.event_participants .participant-block-title.participant-appr {
  color: #67be01;
}
.event_participants .participant-block-title.participant-appr:before {
  background-image: url('../img/part_appr.png');
}
.event_participants .participant-block-title.participant-queued:before {
  background-image: url('../img/part_queued.png');
}
.event_participants .participant-block-title.participant-rej:before {
  background-image: url('../img/part_rej.png');
}
.bceventtableprice .small-only {
  font-size: 14px;
}
.bceventtableprice .small-only tbody {
  float: left;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.bceventtableprice .small-only tbody tr {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.bceventtableprice .small-only tbody tr:nth-child(1) {
  background-color: #d0d0d0;
}
.bceventtableprice .small-only tbody tr:nth-child(2) {
  background-color: #f9f9f9;
}
.bceventtableprice .small-only tbody tr:nth-child(2) .st-head-row:before {
  background-image: url('../img/empty_star.png');
}
.bceventtableprice .small-only tbody tr:nth-child(3) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}
.bceventtableprice .small-only tbody tr:nth-child(4) .st-head-row:before {
  background-image: url('../img/star.png');
}
.bceventtableprice .small-only tbody tr:nth-child(6) {
  background-color: #f9f9f9;
  border-top: 1px solid #e9e9e9;
}
.bceventtableprice .small-only tbody tr:nth-child(6) .st-head-row:before {
  background-image: url('../img/twostars.png');
}
.bceventtableprice .small-only tbody tr:nth-child(7) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}
.bceventtableprice .small-only tbody tr:nth-child(8) .st-head-row:before {
  background-image: url('../img/threestars.png');
}
.bceventtableprice .small-only tbody .st-head-row-main {
  font-weight: bold !important;
  text-align: left;
}
.bceventtableprice .small-only tbody .st-head-row-main:before {
  display: none !important;
}
.bceventtableprice .small-only tbody .st-head-row {
  font-weight: normal;
}
.bceventtableprice .small-only tbody .st-head-row:before {
  content: '';
  width: 4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
/*events media*/
@media screen and (max-width: 768px) {
  .event-full-descr {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .event-full-name {
    max-width: 300px;
    width: 80% !important;
    margin-bottom: 1em;
  }
  .event-full-name:before {
    display: none;
  }
  .event-full-name .event-city-cont {
    width: 100%;
    font-size: 0.93333333em;
    height: 2.14285714em;
    line-height: 2.14285714em;
    font-weight: 600;
    /*Виклик .radius(значення в px)*/
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .event-full-name .image-block {
    margin-top: 0;
  }
  .gray_cont {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px !important;
    min-width: calc(100% + 15px) !important;
    background-color: #f3f3f3;
  }
  .event-short-descr {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px !important;
    width: 100% !important;
  }
  .event-short-descr .event-short-details,
  .event-short-descr .event-short-reg {
    border: none;
    padding: 0;
  }
  .event-short-reg {
    padding-right: 15px;
  }
  .event-register-manager {
    padding: 0;
    background-image: none;
    font-size: 1em;
  }
  .bceventtableprice {
    width: 100%;
  }
}
.event_reg_proccess_confirm p {
  text-align: center;
  font-weight: 600;
}
.event_reg_proccess_confirm .event_register_table_bigger_margin {
  width: 120%;
  margin-left: -10%;
  background: #fff;
}
.event_reg_proccess_confirm form {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 510px) {
  .event-full-name {
    max-width: 265px;
  }
  .bc_event_short_details.register_event {
    line-height: 1.3;
  }
  .bc_event_short_details > span .event_desc_title {
    text-align: left;
    background-size: 14px;
    padding-left: 2.75em;
  }
  .bc_event_address .event_desc_title {
    background-position: 6px 4px;
  }
  .bceventtableprice .small-only .st-head-row {
    float: left;
    width: 100%;
    text-align: left;
  }
}
.event-register-block-register > p {
  text-align: center;
}
.event-register-block-register span {
  font-weight: 400;
}
.event-register-block-register .grant_register_now {
  width: 25%;
  margin: 0 auto;
}
/*members list*/
.ee_members_list h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0;
}
.ee_members_list .col-12 {
  padding: 0;
}
.ee_members_list .notice_message,
.ee_members_list .error_message {
  font-size: 0.8em;
  text-align: left;
}
.ee_members_list .notice_message .notice_message_icon,
.ee_members_list .error_message .notice_message_icon,
.ee_members_list .notice_message .error_message_icon,
.ee_members_list .error_message .error_message_icon {
  color: red;
}
.ee_members_list .notice_message span,
.ee_members_list .error_message span {
  float: left;
  padding-right: 0.5em;
}
.ee_members_list .error_message {
  color: #3b3b3b;
}
.ee_members_list .error_message .error_message_icon {
  color: #ff0000;
}
.ee_members_list .notice_message {
  color: #3b3b3b;
}
.ee_members_list .notice_message .notice_message_icon {
  color: #67be01;
}
.ee_members_list .error_message {
  padding: 2em;
  font-size: 1.2em;
  text-align: center;
}
.ee_members_list .error_message span {
  float: none;
}
.membersItems {
  margin: 0px;
  padding: 0px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: stretch;
  margin-left: -1.5em;
  width: calc(100% + 3em) !important;
}
.membersItems li {
  list-style: none;
}
.membersItem {
  margin-bottom: 2em;
  width: 25%;
  padding: 0 1.5em;
  line-height: 1.1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.membersItem a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: #3b3b3b;
  text-align: center;
}
.membersItem a span {
  display: block;
  clear: both;
  margin-bottom: 0.5em;
}
.membersItem a:hover .memnbersFullName {
  color: #67be01;
}
.membersItem a:hover .membersPhoto {
  border: 1px solid #f7f7f7;
  -webkit-box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
}
.membersItem a:hover .membersKeyWords {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.memnbersFullName,
.memberFullName {
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 0.5em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #3b3b3b;
  border-bottom: 1px solid #67be01;
  padding-bottom: 0.5em;
  font-size: 1.1em;
}
.membersCity,
.memberCity {
  background-color: #ff7500;
  color: #fff;
  font-size: 0.86666667em;
  height: 1.84615385em;
  line-height: 1.84615385em;
  padding: 0 2.15384615em;
  display: table;
  margin: 0 auto 0.5em auto;
  width: auto;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.membersPhoto {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 9.625em;
  height: 9.625em;
  display: inline-block;
  margin-bottom: 1em;
  border: 1px solid #f7f7f7;
  text-align: center;
  float: left;
  clear: both;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.membersPhoto.contain {
  background-size: contain;
}
.membersPhoto:empty {
  background-image: url('../img/avatar.png');
}
.membersCompanyName,
.membersCompanyPosition,
.memberCompanyName {
  font-size: 0.9em;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3b3b3b;
}
.membersCompanyName,
.memberCompanyName {
  font-weight: 600;
}
.membersKeyWords {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 1em 0.5em 0.5em 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 0.8em;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.membersKeyWords:empty {
  display: none;
}
/*members counter*/
.members_counter {
  float: left;
  width: 100%;
  margin-top: 1em;
  padding-top: 0.5em;
  border-top: 1px solid #dbdbdb;
  line-height: 1;
}
.members_counter .count_date {
  background-color: #797979;
  color: #fff;
  text-align: center;
  padding: 0.5em;
  font-weight: 600;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  float: left;
  width: 100%;
}
.members_counter .count_data {
  background-color: #f3f3f3;
  border-top: 2px solid #67be01;
  margin-top: 2px;
  padding: 1em 0.5em 2em 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  text-align: center;
}
.members_counter .count_data .nas {
  font-size: 1.5em;
  text-transform: lowercase;
}
.members_counter .count_descr {
  font-size: 1.125em;
}
.members_counter .count_number {
  color: #67be01;
  text-transform: uppercase;
  font-size: 2.375em;
  float: left;
  width: 100%;
  padding: 0.6rem 0 0.3rem 0;
}
.members_counter .count_number.orange {
  color: #ff7500;
}
.members_counter .count_users,
.members_counter .count_members {
  border-top: 1px solid #dbdbdb;
  margin-top: 1em;
}
/*members image link*/
.image_map_link {
  display: flex;
  width: 100%;
  text-align: center;
  padding-top: 8em;
  background-image: url('../img/mini_map_ua.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 1.8em 0;
}
/*users list*/
.usersItems li {
  padding-bottom: 0.5em;
}
.usersItems a,
.usersItems span {
  display: inline;
}
.usersItems a {
  color: #67be01;
  font-weight: bold;
}
.usersItems a:hover {
  text-decoration: none;
}
/*member personal page*/
.ee_member_details .fullouttext {
  padding-top: 1.2em;
}
.ee_member_details .tableCont {
  float: left;
  width: 100%;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-bottom: 1px solid #dbdbdb;
}
.ee_member_details .tableCont.noBorder {
  border: none;
}
.ee_member_details h4 {
  margin: 0 2em 2em 0;
}
.ee_member_details table {
  width: 100%;
}
.ee_member_details table th:nth-child(2) {
  text-align: center;
}
.ee_member_details table.content-center {
  text-align: center;
}
.ee_member_details table.content-center td {
  padding: 0 0 1em 0;
  vertical-align: top;
}
.ee_member_details table.content-center td:first-child {
  padding-right: 1em;
  font-weight: bold;
  text-align: center;
  width: 6em;
}
.ee_member_details table.content-center td:nth-child(2),
.ee_member_details table.content-center td:nth-child(4) {
  width: 8em;
  text-align: center;
}
.ee_member_details table.content-center td:nth-child(3) {
  width: 6em;
  text-align: center;
}
.ee_member_details table td {
  padding: 0 0 1em 0;
  vertical-align: top;
}
.ee_member_details table td.middle {
  vertical-align: middle;
}
.ee_member_details table td:first-child {
  padding-right: 1em;
  font-weight: bold;
  width: 6em;
}
.ee_member_details table td:nth-child(2),
.ee_member_details table td:nth-child(4) {
  width: 8em;
  text-align: center;
}
.ee_member_details table td:nth-child(3) {
  width: 6em;
  text-align: center;
}
.ee_member_details table td:empty {
  padding: 0;
}
.ee_member_details table a {
  text-decoration: none;
  color: #3b3b3b;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.ee_member_details table a:hover {
  color: #67be01;
}
.ee_member_details .goods_photo {
  margin: 0 0 -0.5em 0;
}
.ee_member_details .goods_photo .image_container {
  height: 7em;
}
.ee_member_details .memberInfoBlock {
  border-right: 1px solid #dbdbdb;
  padding: 0 1em;
}
.ee_member_details .memberInfoBlock .memberFullName {
  display: table;
  margin: 1em auto 0.5em auto;
}
.ee_member_details .memberProfActivityBlock table th:nth-child(2),
.ee_member_details .memberContactBlock table th:nth-child(2),
.ee_member_details .memberPersonalInfo table th:nth-child(2) {
  text-align: left;
}
.ee_member_details .memberProfActivityBlock table td:nth-child(2),
.ee_member_details .memberContactBlock table td:nth-child(2),
.ee_member_details .memberPersonalInfo table td:nth-child(2),
.ee_member_details .memberProfActivityBlock table td:nth-child(4),
.ee_member_details .memberContactBlock table td:nth-child(4),
.ee_member_details .memberPersonalInfo table td:nth-child(4) {
  width: 8em;
  text-align: left;
}
.member_counter_register_col .button {
  /*font-size: 1em !important;*/
}
.memberFullName {
  color: #67be01;
}
.memberPhoto {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 10.66666667em;
  padding: 5.33333333em 0;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center center;
}
.memberPhoto:empty {
  background-image: url('../img/avatar.png');
  background-size: contain;
}
.memberPhotoInnerImg {
  margin: 0 auto!important;
  width: 150px;
  max-width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-radius: 50%;
}
.memberPhotoInnerImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
}
.memberPhotoInnerImg:empty {
  background-image: url('../img/avatar.png');
  background-size: contain;
}
.memberCompanyPhoto {
  float: left;
  width: 7em;
  height: 7em;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.memberCompanyPhoto:empty {
  background-image: url('../img/avatar.png');
  background-size: contain;
}
.memberFullName {
  margin: 1em 0 0.5em 0;
  font-size: 1.1em;
}
.memberBirthDay,
.memberMarriage {
  font-size: 0.9em;
  text-align: center;
  color: #888888;
}
.memberKeyWords {
  margin-top: 1.5em;
  font-size: 0.9em;
}
.limit_full {
  font-style: italic;
  padding-top: 2em;
}
.limit_full a {
  color: #67be01;
}
.edit_info {
  color: #67be01;
  margin-top: -1.5em;
  margin-bottom: 2em;
  float: left;
}
.edit_info:hover {
  color: #111111;
}
/*pay packages*/
.pay_package {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
.pay_package .package-button {
  width: 100%;
  display: block;
  margin: auto;
  color: #fff !important;
  border: none;
  text-align: center;
  padding: 0 5px;
  margin: 1.25px auto;
  cursor: pointer;
  font-weight: bold;
  height: 3em;
  line-height: 3;
  text-decoration: none;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 2px solid transparent;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.pay_package .package-title {
  font-size: 2.3em;
  margin-top: 0.6em;
  text-align: center;
  color: #222222;
  width: 100%;
  display: inline-block;
}
.pay_package .package-price {
  display: table;
  vertical-align: middle;
  height: 6.25px;
  margin: 1em auto 1em auto;
  text-align: center;
  min-height: 5.5em;
}
.pay_package .package-price > span {
  vertical-align: top;
  display: inline-block;
  line-height: 1em;
}
.pay_package .package-price > span.price-moth {
  display: block;
  color: #555555;
  text-align: center;
}
.pay_package .price-value {
  font-size: 4em;
  line-height: 1;
}
.pay_package .price-currency {
  font-size: 2em;
  line-height: 1;
}
.pay_package .short_descr {
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  line-height: 1.3;
  font-size: 0.9em;
  font-style: italic;
  color: #5b5b5b;
  min-height: 4em;
}
.pay_package .other-agrement {
  border-bottom: 1px solid #c9c9c9;
  padding: 1.5em 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.5em;
}
.pay_package .other-details {
  color: #67be01;
  text-decoration: underline;
}
.pay_package .package-bonus {
  padding: 1em;
  text-align: center;
  display: inline-block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.5em 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.pay_package .package-bonus.red {
  color: red;
}
.pay_package.three .package {
  width: 31%;
}
.package-full-description ul {
  margin: 0px;
  padding: 0px;
}
.package-full-description ul li {
  list-style: none;
}
.package-full-description li {
  display: block;
  padding-left: 1.3em;
  position: relative;
  color: #888888;
  margin-bottom: 1.25em;
}
.package-full-description li:before {
  font-family: fontAwesome;
  position: absolute;
  left: 0em;
  content: "\f00d";
}
.package-full-description li.active {
  color: #3b3b3b;
}
.package-full-description li.active:before {
  content: "\f00c";
}
.package {
  border-left: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 0 1em 1.5em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 23%;
  margin: 0 0.5em;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
}
.package input[type="radio"] {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.package.active,
.package:hover {
  -webkit-box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0.5px 0.866px 10px 0px rgba(0, 0, 0, 0.18);
}
.package-user {
  border-top: 5px solid #848484;
}
.package-user .package-price {
  color: #848484;
}
.package-user .package-button {
  background-color: #848484;
}
.package-user .package-button:hover {
  border: 2px solid #777777;
}
.package-user .package-full-description li.active:before {
  color: #848484;
}
.package-basic {
  border-top: 5px solid #67be01;
}
.package-basic .package-price {
  color: #67be01;
}
.package-basic .package-button {
  background-color: #67be01;
}
.package-basic .package-button:hover {
  border: 2px solid #59a501;
}
.package-basic .package-full-description li.active:before {
  color: #67be01;
}
.package-basic.active,
.package-basic:hover {
  border-left: 1px solid #67be01;
  border-right: 1px solid #67be01;
  border-bottom: 1px solid #67be01;
}
.package-comfort {
  border-top: 5px solid #3b3b3b;
}
.package-comfort .package-price {
  color: #3b3b3b;
}
.package-comfort .package-button {
  background-color: #3b3b3b;
}
.package-comfort .package-button:hover {
  border: 2px solid #616161;
}
.package-comfort .package-full-description li.active:before {
  color: #3b3b3b;
}
.package-comfort.active,
.package-comfort:hover {
  border-left: 1px solid #3b3b3b;
  border-right: 1px solid #3b3b3b;
  border-bottom: 1px solid #3b3b3b;
}
.package-premium {
  border-top: 5px solid #B59F38;
}
.package-premium .package-price {
  color: #B59F38;
}
.package-premium .package-button {
  background-color: #B59F38;
}
.package-premium .package-button:hover {
  border: 2px solid #a28e32;
}
.package-premium .package-full-description li.active:before {
  color: #B59F38;
}
.package-premium.active,
.package-premium:hover {
  border-left: 1px solid #B59F38;
  border-right: 1px solid #B59F38;
  border-bottom: 1px solid #B59F38;
}
h1,
h2 {
  color: #111111;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
}
.main_header {
  color: #111111;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
  display: block;
}
.main_header.h1 {
  font-size: 2.625em;
}
.main_header.h2 {
  font-size: 2em;
  font-weight: 300;
}
/*custom icons*/
.icon {
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1em auto;
}
.icon.multiline a {
  padding-left: 1.5em;
}
.icon.multiline a:first-child {
  padding-left: 0;
}
.icon.like {
  background-image: url('../img/like-icon.svg');
}
.icon.bubbles {
  background-image: url('../img/bubbles-icon.svg');
}
.icon.briefcase {
  background-image: url('../img/briefcase-icon.svg');
}
.icon.friends {
  background-image: url('../img/friends-icon.svg');
}
.icon.calendar {
  background-image: url('../img/calendar-icon.svg');
}
.icon.adress {
  background-image: url('../img/pointer-icon.svg');
}
.icon.location {
  background-image: url('../img/location_icon.png');
}
.icon.phone {
  background-image: url('../img/phone-icon.svg');
}
.icon.phone_png {
  background-image: url('../img/phone-icon.png');
}
.icon.phone_green {
  background-image: url('../img/phone-green.png');
}
.icon.phone_old {
  background-image: url('../img/phone-old.png');
}
.icon.mail {
  background-image: url('../img/envelope-icon.svg');
}
.icon.mail_png {
  background-image: url('../img/envelope-icon.png');
}
.icon.mail_green {
  background-image: url('../img/envelope-green.png');
}
.icon.viber_png {
  background-image: url('../img/viber.png');
}
.icon.telegram_png {
  background-image: url('../img/telegram.png');
}
.icon.whatsup_png {
  background-image: url('../img/whatsup.png');
}
.icon.web {
  background-image: url('../img/web-icon.png');
}
.icon.fb-i {
  background-image: url('../img/facebook-icon.png');
}
.icon.skype-i {
  background-image: url('../img/skype-icon.png');
}
.icon.linkedin-i {
  background-image: url('../img/linkedin-icon.png');
}
.icon.instagram-i {
  background-image: url('../img/instagram-icon.png');
}
.icon.plusgoogle-i {
  background-image: url('../img/google-plus-icon.png');
}
.icon.date {
  background-image: url('../img/date_icon.png');
}
.icon.name {
  background-image: url('../img/name-icon.png');
}
.icon.other-contacts {
  background-image: url('../img/other_contacts.png');
  background-size: 27px !important;
}
.icon.wallet {
  background-image: url('../img/wallet-icon.png');
}
.icon.status {
  background-image: url('../img/status-icon.png');
}
.icon.male-user {
  background-image: url('../img/male-user-icon.png');
}
.star.beforeCont:before {
  content: '';
  width: 4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.star.beforeCont.visitor:before {
  background-image: url('../img/empty_star.png');
}
.star.beforeCont.user:before {
  background-image: url('../img/star.png');
}
.star.beforeCont.associated:before {
  background-image: url('../img/star.png');
}
.star.beforeCont.member:before {
  background-image: url('../img/star.png');
}
.star.beforeCont.member2:before {
  background-image: url('../img/threestars.png');
}
.star.beforeCont.user_medcluster:before {
  background-image: url("../img/red-star.png");
}
.star.beforeCont.member_medcluster:before {
  background-image: url("../img/green-red-star.png");
}
.star.afterCont:after {
  content: '';
  width: 4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
.star.afterCont.visitor:after {
  background-image: url('../img/empty_star.png');
}
.star.afterCont.user:after {
  background-image: url('../img/star.png');
}
.star.afterCont.member:after {
  background-image: url('../img/twostars.png');
}
.star.afterCont.member2:after {
  background-image: url('../img/threestars.png');
}
.other_title {
  float: left;
  width: 100%;
  text-transform: uppercase;
  font-size: 1.25em;
  color: #555555;
  padding: 0 0 0.5em 0;
  text-align: center;
}
.other_title.green {
  color: #67be01;
}
.ee_article .fulltext table td,
.ee_article_category .fulltext table td,
.ee_event .fulltext table td,
.ee_article .shorttext table td,
.ee_article_category .shorttext table td,
.ee_event .shorttext table td {
  vertical-align: top;
  padding: 5px;
}
.ee_article .fulltext a,
.ee_article_category .fulltext a,
.ee_event .fulltext a,
.ee_article .shorttext a,
.ee_article_category .shorttext a,
.ee_event .shorttext a {
  color: #67be01;
}
/*.ee_event, .ee_member_details{*/
/*global h4*/
h4 {
  color: #fff;
  background-color: #67be01;
  clear: both;
  padding: 0.6em 2.13333333em;
  display: table;
  min-height: 1.2;
  line-height: 1.2;
  min-width: 20%;
  font-size: 1em;
  position: relative;
  margin-right: 2.13333333em;
  text-transform: uppercase;
  font-weight: 600;
}
h4 span {
  color: #fff !important;
}
h4:after {
  position: absolute;
  right: -1.13333333em;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2em 0 1.2em 1.13333333em;
  border-color: transparent transparent transparent #67be01;
}
@media screen and (max-width: 768px) {
  h4:after {
    right: -1.06666667em;
    border-width: 1.2em 0 1.3em 1.1em;
  }
}
.ee_event ul,
.ee_member_details ul {
  display: inline-block;
  float: none !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote {
  margin: 1em;
  padding: 1em 3em;
  background-color: #e3e3e3;
  position: relative;
}
blockquote:before {
  content: "\f10e";
  font-family: fontAwesome;
  color: #fcfcfc;
  position: absolute;
  top: 1em;
  left: 1em;
}
blockquote:after {
  content: "\f10d";
  font-family: fontAwesome;
  color: #fcfcfc;
  position: absolute;
  top: 1em;
  right: 1em;
}
/*F.A.Q.*/
#content:not(.ee_faq, .ee_grant) dl {
  margin-bottom: 2em;
}
#content:not(.ee_faq, .ee_grant) dl dt {
  color: #ff7500;
  font-weight: bold;
  float: left;
  width: 5.625em;
  padding-right: 0.625em;
}
#content:not(.ee_faq, .ee_grant) dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.ee_faq img {
  max-width: unset;
}
.ee_faq dl dt {
  text-transform: uppercase;
  color: #67be01;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  margin-bottom: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #f7f7f7;
}
.ee_faq dl dt:before {
  content: "\f0ab";
  padding-right: 0.5em;
  font-family: fontAwesome;
}
.ee_faq dl dt.active {
  font-weight: bold;
}
.ee_faq dl dt.active:before {
  content: "\f0aa";
}
.ee_faq dl dt:hover {
  font-weight: bold;
}
.ee_faq dl dd {
  margin-bottom: 1.5em;
  display: none;
}
#content .fullouttext {
  display: block;
  clear: both;
}
#content .fullouttext a {
  color: #67be01;
}
#content .fullouttext .button {
  color: #fff;
}
#content .fullouttext .button-green-long {
  color: #fff;
  max-width: fit-content;
  height: 3.5em;
  padding: 0;
}
#content .forgot_registerblock {
  display: none;
}
#content .ee_formblock {
  display: block;
  width: 100%;
  /*    .ee_error:not(input),
            .ee_error:not(select),
            .ee_error:not(textarea){
            float:left;
            width:100%;
            text-align: center;
            padding:0 0 1.5em 0;
            text-transform: uppercase;
            font-weight: bold;
            &:before{
                content:"\f071";
                font-family: fontAwesome;
                color:@red;
                font-size: 3em;
                text-align: center;
                float: left;
                width:100%;

            }
        }*/
  /*tabbed areas*/
}
#content .ee_formblock .forgot_registerblock {
  display: block;
}
@media screen and (max-width: 510px) {
  #content .ee_formblock {
    width: 100%;
  }
}
#content .ee_formblock form {
  display: table;
  width: 95%;
  max-width: 600px;
  margin: 2em auto 3em auto;
  padding: 2.66666667em 9.33333333em 2.4em 9.33333333em;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#content .ee_formblock form .table-photo-block-centered table {
  display: block;
}
#content .ee_formblock form .table-photo-block-centered table tbody {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#content .ee_formblock form .table-photo-block-centered table tbody tr {
  width: 50%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#content .ee_formblock form .table-photo-block-centered table tbody tr .error_message {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr {
  float: left;
  width: calc(100% / 2 - 20px);
  padding-bottom: 1.5em;
  margin: 0;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr:nth-child(3) {
  margin-left: 20px;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr:first-child {
  margin-left: 10px;
  width: 24%;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr:nth-child(2) {
  margin-left: 0;
  width: 23%;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr {
  float: left;
  width: calc(100% / 2 - 20px);
  padding-bottom: 1.5em;
  margin: 0;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr:nth-child(3) {
  margin-left: 0;
  width: 24%;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr:first-child {
  margin-left: 10px;
}
#content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr:nth-child(2) {
  width: 24%;
  margin-left: 20px;
}
#content .ee_formblock form .register_company_to_club table tbody tr:first-child {
  width: calc(100% - 20px);
}
#content .ee_formblock form .table-tr-exploded-into-two-blocks table tbody tr {
  padding-bottom: 1.5em;
}
#content .ee_formblock form .form-half-block {
  width: calc(100% / 2 - 10px);
  margin-right: 20px;
  float: left;
}
#content .ee_formblock form .form-half-block:nth-child(2) {
  margin-right: 0;
}
#content .ee_formblock form .form-half-block table tbody tr {
  width: 97%;
}
#content .ee_formblock form .phone-country-block table tbody tr:nth-child(2n -1) {
  width: 49%;
  margin-left: 10px;
}
#content .ee_formblock form .phone-country-block table tbody tr:nth-child(2n) {
  width: 47%;
}
#content .ee_formblock form .long-element-name table tbody {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#content .ee_formblock form .long-element-name table tbody tr:first-child {
  padding-bottom: 0;
}
#content .ee_formblock form .long-element-name table tbody tr:first-child td:first-child {
  position: absolute;
  top: 0;
}
#content .ee_formblock form .long-element-name table tbody tr:nth-child(2) {
  margin-top: 1px;
}
#content .ee_formblock form .long-element-name-reverse table tbody {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
#content .ee_formblock form .long-element-name-reverse table tbody tr:nth-child(2) {
  padding-bottom: 0;
}
#content .ee_formblock form .long-element-name-reverse table tbody tr:nth-child(2) td:first-child {
  position: absolute;
  top: 0;
}
#content .ee_formblock form .long-element-name-reverse table tbody tr:nth-child(3) {
  margin-top: 1px;
}
#content .ee_formblock form .text-right-link table tbody tr td div {
  text-align: right !important;
}
#content .ee_formblock form table {
  width: 100%;
}
#content .ee_formblock form table tr {
  float: left;
  width: 100%;
  padding-bottom: 1.5em;
}
#content .ee_formblock form table tr td {
  position: relative;
}
#content .ee_formblock form table tr td.eegnith_td_column_left {
  width: 100%;
  text-align: left;
  float: left;
}
#content .ee_formblock form table tr td.eegnith_td_column_right {
  width: 100%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .ee_formblock form table tr td.eegnith_td_column_right span {
  display: block;
  text-align: center;
}
#content .ee_formblock form table tr td.eegnith_td_column_right span.ee_eegnith_radio_line {
  float: left;
  margin-top: 0.5em;
  clear: both;
}
#content .ee_formblock form table tr td.eegnith_td_column_right span.ee_eegnith_radio_line input {
  margin-right: 0.5em;
}
#content .ee_formblock form table tr td.eegnith_td_column_merged {
  width: 100%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .ee_formblock form table tr td.eegnith_td_column_merged div {
  display: block;
  text-align: center;
}
#content .ee_formblock form table tr.more-options input,
#content .ee_formblock form table tr.more-options select,
#content .ee_formblock form table tr.more-options textarea {
  width: calc(100% - 2.5em);
}
#content .ee_formblock form table tr.more-options .more-options-butt {
  display: inline-block;
  text-align: center;
  width: 2em;
  height: 2em;
  line-height: 2;
  background-color: #c9c9c9;
  color: #fff;
  position: relative;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#content .ee_formblock form table tr.more-options .more-options-butt:after {
  content: "\f067";
  font-family: fontAwesome;
  position: absolute;
  right: 0.5em;
}
#content .ee_formblock form table tr.more-options .more-options-butt:hover {
  background-color: #888888;
}
#content .ee_formblock form table tr.more-options.active .more-options-butt:after {
  content: "\f068";
}
#content .ee_formblock form caption {
  color: #67be01;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
  display: block;
  margin: 1em 0 0.5em 0;
  text-transform: uppercase;
}
#content .ee_formblock form caption:empty {
  display: none;
}
#content .ee_formblock form span {
  position: relative;
  color: #888888;
  font-size: 1em;
}
#content .ee_formblock form span.elementrequired:not(:empty):before {
  color: #ff0000;
  content: "*";
  font-size: 0.9em;
  position: absolute;
  top: -0.2em;
  right: -0.7em;
}
#content .ee_formblock form input,
#content .ee_formblock form select,
#content .ee_formblock form textarea {
  line-height: 2.26666667em;
  height: 2.26666667em;
  width: 100%;
  border: 1px solid #b3b3b3;
  padding: 0 1.26666667em;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #111111;
}
#content .ee_formblock form input:hover,
#content .ee_formblock form select:hover,
#content .ee_formblock form textarea:hover,
#content .ee_formblock form input:focus,
#content .ee_formblock form select:focus,
#content .ee_formblock form textarea:focus {
  border: 1px solid #848484;
}
@media screen and (max-width: 510px) {
  #content .ee_formblock form input,
  #content .ee_formblock form select,
  #content .ee_formblock form textarea {
    height: 2.6em;
    line-height: 2.6em;
    padding: 0 0.6em;
  }
}
#content .ee_formblock form textarea {
  line-height: 1.4;
  height: 5em;
  padding: 0.5em;
  resize: none;
  vertical-align: bottom;
}
#content .ee_formblock form .bc_user_mobile:disabled {
  background-color: #fff;
  opacity: 0.8;
}
#content .ee_formblock form .ee_checkboxblock {
  -ms-box-orient: horizontal !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -moz-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
#content .ee_formblock form .ee_checkboxblock label {
  height: 1em;
  line-height: 1;
  padding-left: 1em;
  color: #111111;
}
@media screen and (max-width: 510px) {
  #content .ee_formblock form .ee_checkboxblock {
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
  #content .ee_formblock form .ee_checkboxblock label {
    height: auto;
    text-align: left;
    flex: 0 0 85%;
  }
}
#content .ee_formblock form input[type="checkbox"],
#content .ee_formblock form input[type="radio"] {
  display: inline-block;
  height: 1.1em;
  line-height: 1.1;
  width: fit-content;
}
#content .ee_formblock form input[type="checkbox"].ee_error,
#content .ee_formblock form input[type="radio"].ee_error {
  padding: 0 0.5em;
  text-align: left;
}
#content .ee_formblock form button {
  height: 2.66666667em;
  line-height: 2.66666667em;
  font-weight: 400;
}
#content .ee_formblock form .notice_message,
#content .ee_formblock form .error_message {
  font-size: 0.8em;
  text-align: left;
}
#content .ee_formblock form .notice_message .notice_message_icon,
#content .ee_formblock form .error_message .notice_message_icon,
#content .ee_formblock form .notice_message .error_message_icon,
#content .ee_formblock form .error_message .error_message_icon {
  color: red;
}
#content .ee_formblock form .notice_message span,
#content .ee_formblock form .error_message span {
  float: left;
  padding-right: 0.5em;
}
#content .ee_formblock form .error_message {
  color: #3b3b3b;
}
#content .ee_formblock form .error_message .error_message_icon {
  color: #ff0000;
}
#content .ee_formblock form .notice_message {
  color: #3b3b3b;
}
#content .ee_formblock form .notice_message .notice_message_icon {
  color: #67be01;
}
@media screen and (max-width: 768px) {
  #content .ee_formblock form {
    padding: 2.66666667em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 510px) {
  #content .ee_formblock form {
    padding: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
#content .ee_formblock .tabbed caption,
#content .ee_formblock .tabbed .next_page_form {
  background-color: #c9c9c9;
  color: #fff;
  text-align: left;
  padding-right: 2em;
  position: relative;
  padding: 0.5em;
  cursor: pointer;
  margin: 0 0 0.5em 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#content .ee_formblock .tabbed caption:after,
#content .ee_formblock .tabbed .next_page_form:after {
  content: "\f107";
  font-family: fontAwesome;
  position: absolute;
  right: 0.5em;
}
#content .ee_formblock .tabbed caption:hover,
#content .ee_formblock .tabbed .next_page_form:hover {
  background-color: #888888;
}
#content .ee_formblock .tabbed .next_page_form {
  margin-bottom: 2em;
}
#content .ee_formblock .tabbed .next_page_form:after {
  content: "\f105";
}
#content .ee_formblock .tabbed .next_page_form.hidden {
  display: none;
}
#content .ee_formblock .tabbed tbody {
  display: none;
}
#content .ee_formblock .tabbed.active caption:after {
  content: "\f106";
}
#content .ee_formblock .tabbed.active tbody {
  display: block;
}
#content .ee_formblock .tabbed.hidden {
  display: none;
}
#content .ee_formblock .tabbed.company_hidden {
  display: none;
}
#content .ee_formblock .tabbed-hidden-tr {
  display: none;
}
#content .ee_formblock .tabbed-hidden-tr.active {
  display: block;
}
#user_forgot_form {
  padding-top: 0.8em !important;
  padding-bottom: 1.3em !important;
}
#user_forgot_form caption {
  margin: 0 0 1em 0 !important;
  border: none !important;
  text-transform: none !important;
  color: #3b3b3b !important;
  text-align: center !important;
  font-weight: 600 !important;
}
#user_change_password > span {
  margin-top: 1.5em;
  display: block;
}
#user_change_password .button_class_user_change_profile_button {
  text-align: center;
}
.ee_bcevent_category #event-form-filter select,
.ee_bcevent_category #event-form-filter input,
.ee_bcevent_category #event-form-filter button {
  flex: 1;
}
.ee_bcgrant_category #grant-form-filter select,
.ee_bcgrant_category #grant-form-filter input,
.ee_bcgrant_category #grant-form-filter button {
  flex: 1;
}
#event-form-filter {
  width: calc(100% + 1em);
  margin-left: -0.5em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
#event-form-filter > span {
  display: none;
}
#event-form-filter select,
#event-form-filter input,
#event-form-filter button {
  height: 2em;
  line-height: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.5em;
  width: calc(25% - 1em);
}
#event-form-filter select {
  background-color: #f6f6f6;
  border: 1px solid #dbdbdb;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  flex-grow: 2;
}
#event-form-filter label {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#event-form-filter .city-block {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 18%;
}
#event-form-filter .city-block select,
#event-form-filter .city-block label {
  width: 100%;
}
#event-form-filter .city-block label {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
#event-form-filter .city-block label input {
  width: 1em;
  margin-right: 0.5em;
}
#event-form-filter button {
  text-transform: uppercase;
  background-color: #67be01;
  color: #fff;
  text-align: center;
  border: none;
  width: 167px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#event-form-filter button:hover {
  background-color: #3b3b3b;
}
#event-form-filter .filter_full_cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
#event-form-filter .event-form-filter-search_actions {
  margin-left: auto;
  margin-top: 15px;
  margin-right: 10px;
}
#event-form-filter .clear-filter {
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
}
#event-form-filter .clear-filter:hover {
  text-decoration: underline;
}
#grant-form-filter {
  width: calc(100% + 1em);
  margin-left: -0.5em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.5em;
}
#grant-form-filter > span {
  display: none;
}
#grant-form-filter select,
#grant-form-filter input,
#grant-form-filter button {
  height: 2em;
  line-height: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0.5em;
  width: calc(25% - 1em);
}
#grant-form-filter select {
  background-color: #f6f6f6;
  border: 1px solid #dbdbdb;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  flex-grow: 2;
}
#grant-form-filter label {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#grant-form-filter .city-block {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 18%;
}
#grant-form-filter .city-block select,
#grant-form-filter .city-block label {
  width: 100%;
}
#grant-form-filter .city-block label {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
#grant-form-filter .city-block label input {
  width: 1em;
  margin-right: 0.5em;
}
#grant-form-filter button {
  text-transform: uppercase;
  background-color: #67be01;
  color: #fff;
  text-align: center;
  border: none;
  width: 167px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#grant-form-filter button:hover {
  background-color: #3b3b3b;
}
#grant-form-filter .filter_full_cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
}
#grant-form-filter .grant-form-filter-search_actions {
  margin-left: auto;
  margin-top: 15px;
  margin-right: 10px;
}
#grant-form-filter .clear-filter {
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 10px;
}
#grant-form-filter .clear-filter:hover {
  text-decoration: underline;
}
.resp_notice_button {
  display: none;
  color: #fff;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.86666667em;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding: 1em 15px 1em 4.33333333em;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  background-image: url('../img/filters_icon.png');
  background-repeat: no-repeat;
  background-position: 15px center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
.resp_notice_button span {
  background-color: #67be01;
  padding: 0 2.33333333em 0 1.33333333em;
  width: 100%;
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  max-width: 230px;
  height: 2.33333333em;
  line-height: 2.33333333;
  cursor: pointer;
}
.resp_notice_button span:after {
  content: '';
  background-image: url('../img/arr_down.png');
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  right: 0;
  width: 2.33333333em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.resp_notice_button span:hover:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ee_error {
  color: #ff0000;
}
.ee_good,
.ee_info,
.not_allowed_elements {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 1.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}
.ee_good:before,
.ee_info:before,
.not_allowed_elements:before {
  content: "\f06a";
  font-family: fontAwesome;
  color: #67be01;
  font-size: 3em;
  text-align: center;
  float: left;
  width: 100%;
}
.ee_good a,
.ee_info a,
.not_allowed_elements a {
  color: #67be01;
  width: 100%;
  text-transform: lowercase;
  padding: 0.5em 0;
  display: inline-block;
}
.ee_info:before,
.not_allowed_elements:before {
  content: "\f05a";
}
.error_message {
  float: left;
  width: 100%;
}
.notice_message {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 1.5em 0;
}
.notice_message .notice_message_icon {
  color: #67be01;
  font-size: 3em;
  text-align: center;
  float: left;
  width: 100%;
  color: #67be01 !important;
}
.notice_message a {
  color: #67be01 !important;
}
.get_request_member {
  display: table;
  width: 95%;
  max-width: 600px;
  margin: 2em auto 3em auto;
  padding: 2.66666667em 9.33333333em 2.4em 9.33333333em;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 1em 2em 2em 2em;
  text-align: center;
}
.get_request_member ul {
  margin: 0;
}
.get_request_member .ee_good {
  font-size: 1.33333333em;
  font-weight: 600;
  padding: 0;
  margin-top: 0.3em;
}
.get_request_member p {
  margin: 0;
  float: left;
  width: 100%;
  margin-bottom: 1em;
  font-weight: 600;
}
.get_request_member.send {
  padding: 2.66666667em 2em;
}
.cont_req_info {
  text-align: center;
}
.cont_req_info.err {
  color: #ff0000;
}
.member_message {
  margin: 1em 0 0 0;
}
.member_message textarea {
  border: 1px solid #dbdbdb;
  width: 100%;
  max-width: 500px;
  display: table;
  margin: 0 auto 1.66666667em auto;
  padding: 0.5em;
  height: 8.66666667em;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  resize: none;
}
.member_message textarea:hover,
.member_message textarea:focus {
  border: 1px solid #67be01;
}
/*bc user member select*/
.user_member_select {
  margin: 2em 0;
}
.user_member_select button {
  background-color: #67be01;
  border: none;
  color: #fff;
  padding: 0.5em;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 300px;
  width: 100%;
  min-width: 280px;
  height: 6em;
  -webkit-transition: all 0.5s ease 0s all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s all 0.5s ease 0s;
  transition: all 0.5s ease 0s all 0.5s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-bottom: 0.4em;
  font-size: 1.6em;
  position: relative;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.user_member_select button span {
  display: inline-block;
  width: 100%;
  font-size: 0.8rem;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.user_member_select button .tooltip_short {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 0.5rem;
  font-size: 0.6rem;
  font-weight: normal;
  line-height: 1.1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.user_member_select button:hover {
  background-color: #111111;
}
.user_member_select button:hover .tooltip_short {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.user_member_select a {
  text-align: center;
  float: left;
  width: 100%;
  color: #888888;
}
.user_member_select form {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.user_member_select .user_member_select_cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  .user_member_select {
    margin: 0;
  }
  .user_member_select .user_member_select_cont {
    margin-bottom: 2em;
  }
}
.lost_pass,
.register_now {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3b3b3b !important;
}
.lost_pass a,
.register_now a {
  color: #67be01;
}
.register_now {
  text-transform: uppercase;
  margin-top: 2em;
  line-height: 1;
}
.button_class_next_stage {
  margin-top: 1em;
  float: left;
  width: 100%;
}
/*user loaded photos*/
.load_status {
  float: left;
  width: 100%;
  color: #67be01;
  text-align: left;
  font-size: 0.8em;
}
#bc_user_photo {
  visibility: hidden;
}
.attach_file-btn {
  border: none;
  cursor: pointer;
  display: inline-block !important;
  width: unset !important;
  padding-bottom: 0 !important;
  position: absolute !important;
  text-align: center !important;
  z-index: 9;
}
.attach_file-btn:hover {
  text-decoration: underline;
}
.attach_file-btn span {
  padding-left: 10px;
}
.attach_file-btn:before {
  font-family: 'FontAwesome';
  content: '\f0c6';
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  font-weight: normal;
  font-style: normal;
  position: absolute;
  color: #67be01;
}
.see_all_tarrifs {
  text-align: center;
  float: left;
  width: 100%;
  color: #67be01;
  font-weight: bold;
  margin: 1em;
}
/*search button + filed*/
.search_form {
  position: relative;
}
.search_form input {
  border: 1px solid #dbdbdb;
  height: 2em;
  line-height: 2;
  padding: 0 2em 0 0.5em;
  width: 21.33333333em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 2px 3px 6px -3px #b8b8b8;
  -moz-box-shadow: inset 2px 3px 6px -3px #b8b8b8;
  box-shadow: inset 2px 3px 6px -3px #b8b8b8;
}
.search_form button {
  border: none;
  background-color: transparent;
  width: 1.7em;
  height: 2em;
  background-image: url('../img/search_icon.png');
  background-position: center center;
  background-size: 1.13333333em;
  background-repeat: no-repeat;
  position: absolute;
  padding: 0;
  top: 0;
  right: 2px;
}
.search_form button i {
  display: none;
}
/*even regiter textarea*/
.event_register_comment {
  line-height: 2.26666667em;
  height: 2.26666667em;
  width: 100%;
  max-width: 500px;
  display: table;
  margin: 0 auto;
  border: 1px solid #b3b3b3;
  padding: 0 1.26666667em;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  color: #111111;
  line-height: 1.4;
  height: 5em;
  padding: 0.5em;
  resize: none;
}
.user_change_profile button {
  margin-top: 2em;
}
.SelectBox {
  padding: 6px 8px;
  font-size: 16px;
}
.SumoSelect .CaptionCont {
  overflow: hidden;
}
.SumoSelect .CaptionCont span {
  position: absolute !important;
}
.SumoSelect .CaptionCont label {
  width: 16px;
  right: 0;
  padding-right: 3px;
  padding-left: 7px;
  background-color: #fff;
}
.SumoSelect .CaptionCont label i {
  background-size: 45% 100%;
  width: 60%;
  height: 14px;
  right: -6px;
}
.text-al {
  text-align: left;
}
#content .ee_formblock form .ee_checkboxblock {
  flex-wrap: nowrap;
  text-align: left !important;
}
#user_to_member_change_company_block .my_office--tabbs {
  margin-bottom: 0 !important;
}
#user_personal_data .icon span {
  left: 0 !important;
}
#user_personal_data .button-green-long {
  padding: 0 10px !important;
}
#save_and_next_user_data {
  padding: 0 10px !important;
}
.user_register_form .select2-selection,
.adaptive-form .select2-selection {
  padding: 7px 10px;
  background-color: #ffffff;
  border: 1px solid #c4c4c4;
  outline: none;
  color: black !important;
  font-size: 15px !important;
  min-height: 36px;
  line-height: 1.3;
  width: 100%;
  resize: none;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  font-family: 'Arial', sans-serif;
}
.user_register_form .select2-selection__rendered,
.adaptive-form .select2-selection__rendered {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  text-align: unset !important;
}
.user_register_form .select2-selection__arrow b,
.adaptive-form .select2-selection__arrow b {
  display: none !important;
}
.adaptive-form .phone {
  width: 50%;
}
.adaptive-form .phone tbody {
  display: flex;
}
.adaptive-form .table_user_members_fileds .ee_table tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.adaptive-form .table_user_members_fileds .ee_table tbody .ee_table_tr {
  width: calc(100% / 2 - 20px) !important;
}
/*arrowed menu*/
.arr_menu {
  margin: 0px;
  padding: 0px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: no-wrap;
  flex-wrap: no-wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 0.8em 0 2em 0;
}
.arr_menu li {
  list-style: none;
}
.arr_menu:not(.no_arr) a {
  position: relative;
  border-top: 1px solid #67be01;
  border-bottom: 1px solid #67be01;
  background-color: #fff;
  height: 2.6em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #3b3b3b;
  text-decoration: none;
  padding-left: 3em;
}
.arr_menu:not(.no_arr) a:after {
  content: '';
  position: absolute;
  width: 0;
  right: -22px;
  top: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3em 0 1.3em 24px;
  border-color: transparent transparent transparent #fff;
  z-index: 2;
}
.arr_menu:not(.no_arr) a:before {
  content: '';
  position: absolute;
  right: -24px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.3em 0 1.3em 24px;
  border-color: transparent transparent transparent #67be01;
  z-index: 2;
}
.arr_menu:not(.no_arr) a:hover {
  background-color: #67be01;
  color: #fff;
}
.arr_menu:not(.no_arr) a:hover:after {
  display: none;
}
.arr_menu:not(.no_arr) li {
  flex: 1;
  position: relative;
}
.arr_menu:not(.no_arr) li:first-child {
  border-left: 1px solid #67be01;
}
.arr_menu:not(.no_arr) li.selected a {
  background-color: #67be01;
  color: #fff;
}
.arr_menu:not(.no_arr) li.selected a:after {
  right: -25px;
  z-index: 1;
}
.arr_menu.no_arr {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.arr_menu.no_arr li {
  margin-right: 1em;
}
.arr_menu.no_arr li.selected a {
  background-color: #111111;
  color: #fff;
}
.arr_menu.no_arr a {
  color: #fff;
  border: none;
  text-decoration: none;
  max-width: 16.25em;
  width: 100%;
  height: 4.375em;
  line-height: 4.375em;
  display: inline-block;
  text-align: center;
  padding: 0 2em;
  background-color: #67be01;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.8em;
  height: auto;
  padding: 1em 2em;
  line-height: 1.1;
}
.arr_menu.no_arr a:hover {
  background-color: #111111;
}
.arr_menu.no_arr a.small_size {
  font-size: 0.8em;
}
.arr_menu.no_arr a.centered {
  margin: 1em auto;
  display: table;
}
.arr_menu.no_arr a.full_width {
  max-width: 100%;
}
.arr_menu.no_arr a.multi_column {
  font-size: 0.8em;
  line-height: 1.2;
  height: auto;
  padding: 1em 1.5em;
}
.arr_menu.no_arr a.thin {
  font-size: 0.8em;
  line-height: 1.2;
  height: auto;
  max-width: 20%;
  width: auto;
  padding: 1em 1.5em;
}
.arr_menu.no_arr a.left {
  float: left;
  max-width: 49%;
}
.arr_menu.no_arr a.right {
  float: right;
  max-width: 49%;
}
.arr_menu.no_arr a.right_no_size {
  float: right;
}
.my_office--topSection {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.my_office--menu {
  margin: 1em 0;
}
.my_office--menu .button.thin {
  max-width: 100%;
  width: 100%;
}
/* Conatact requests table*/
.in_requests_table {
  font-size: 0.9em;
  border-collapse: collapse;
  width: 100%;
  line-height: 1.1;
  border: 1px solid #848484;
  margin-bottom: 4em;
}
.in_requests_table caption {
  font-size: 1.5em;
  text-transform: uppercase;
  color: #555555;
  text-align: left;
}
.in_requests_table thead {
  background: #e8e8e8;
}
.in_requests_table thead td {
  color: #3b3b3b;
  font-weight: bold;
  text-align: center;
}
.in_requests_table tbody tr {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.in_requests_table tbody tr:hover {
  background: #f1efef;
}
.in_requests_table tbody tr:nth-of-type(odd) {
  background: #f1efef;
}
.in_requests_table tfoot {
  text-align: left;
}
.in_requests_table th {
  color: #3b3b3b;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.in_requests_table th,
.in_requests_table td {
  border: 1px solid #848484;
  text-align: left;
  padding: 0.75em;
}
.in_requests_table a {
  color: #67be01;
}
/*my office nav green*/
.my_office {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  /*custom padding for package table*/
}
.my_office--menu a {
  margin-right: 1em;
}
.my_office--tabbs {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  border-bottom: 1px solid #67be01;
  width: 100%;
  padding-bottom: 2px;
  margin: 0 0 2em 0;
}
.my_office--tabbs .tabs-selector {
  color: #fff !important;
  margin: 0 0.5em 0 0 !important;
}
.my_office--tabbs .addCompanySign,
.my_office--tabbs .addCompanyLink {
  padding: 0 0 0 0.5em;
  color: #67be01 !important;
  line-height: 2em;
}
.my_office--tabbs .addCompanyLink:hover {
  color: #111111 !important;
}
.my_office-nav--photo {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.my_office--memberPhoto {
  width: 4em;
  height: 4em;
  margin: 0;
  border: 1px solid #67be01;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  margin-right: 1em;
}
.my_office .companyPhoto {
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-size: contain !important;
}
.my_office--memeberName {
  color: #67be01;
  font-size: 0.8em;
  line-height: 1.16666667;
  font-weight: 600;
}
.my_office--memeberName a {
  color: #67be01;
}
.my_office-user-company--loaded_photo {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.my_office--memberCompanyPhoto {
  margin: 0 2em 0 0;
}
.my_office--loadForm {
  width: 260px !important;
}
.my_office--loadForm label {
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
.my_office--form-actions {
  min-width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.my_office .delete_company {
  color: #111111 !important;
  background-image: url('../img/delete_red.png');
  background-size: 20px;
  background-repeat: no-repeat;
  font-weight: 600;
  padding-left: 2em;
  line-height: 20px;
  margin-left: auto;
  margin-top: 2em;
}
.my_office .delete_company:hover {
  color: #67be01;
}
.my_office .icon {
  padding-left: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 20px;
}
.my_office .icon.phone_png {
  background-size: 15px;
}
.my_office .icon span {
  left: 40px;
}
.my_office .bceventtableprice {
  margin-bottom: 2em;
  width: 100%;
}
.my_office .bceventtableprice table td:first-child {
  padding-left: 2em;
}
/*Photo succes loades*/
.infoLoadPhoto {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0.5em 0;
  line-height: 1.1;
  font-weight: bold;
}
/*my office package*/
.ee_member_details {
  width: 100%;
}
.my-office-user-info {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin: 1.5em 0 2em 0;
  padding: 2em 0;
}
.my-office-user-info table td:first-child {
  padding-right: 3.5em;
  font-weight: 600;
}
.my-office-user-info table td:nth-child(2) {
  text-align: left;
}
.myoffice-table table thead th {
  text-align: center;
}
/*password change my office */
/*IQs page*/
.iqs-container {
  display: table;
  width: 95%;
  max-width: 600px;
  margin: 2em auto 3em auto;
  padding: 2.66666667em 9.33333333em 2.4em 9.33333333em;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  width: 360px;
  padding: 2em 4em;
  display: flex;
  align-items: center;
  margin: 2em 0;
}
.iqs-container .iqstitle {
  font-weight: bold;
}
.iqs-container .iqssumm {
  border: 1px solid #797979;
  color: #67be01;
  background-color: #fff;
  font-size: 1.46666667em;
  height: 1.81818182em;
  line-height: 1.81818182;
  text-align: center;
  padding: 0 1em;
  min-width: 100px;
  margin-left: 3em;
}
@media all and (max-width: 575px) {
  .iqs-container {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 2em 0;
  }
  .iqs-container .iqssumm {
    margin-left: 0;
    margin-top: 10px;
  }
}
#content .my_office form {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  padding: 2.66666667em 2.33333333em;
}
#content .my_office .ee_formblock .my_office--fullForm {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field {
  width: 47%;
  position: relative;
  margin-bottom: 2em;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field#fieldToHide {
  visibility: hidden;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field label {
  pointer-events: none;
  line-height: 50px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field.have-val input,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field.have-val select {
  font-weight: bold;
  font-size: 16px;
  padding-top: 15px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field.have-val label {
  font-size: 11px;
  line-height: 1;
  top: 8px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field.have-val span {
  color: #555555;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field.have-val:after {
  content: '';
  display: block;
  width: 100%;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field span {
  pointer-events: none;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  max-width: 90%;
  float: left;
  padding: 0 1rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #111111;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field span.elementrequired {
  padding-right: 0;
  overflow: inherit;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field input,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field select,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea {
  height: 50px;
  line-height: 50px;
  padding: 0 1em;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field input:focus,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field select:focus,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea:focus {
  font-weight: bold;
  font-size: 16px;
  padding-top: 15px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field input:focus + label,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field select:focus + label,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea:focus + label {
  font-size: 11px;
  line-height: 1;
  top: 10px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field select {
  padding: 0 0.7em;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea {
  resize: vertical;
  padding-top: 20px;
  line-height: 1.2;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea#bc_user_companies_description_uk,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea#bc_user_companies_description_en,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea#bc_user_companies_goods_uk,
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea#bc_user_companies_goods_en {
  min-height: 85px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--field textarea:focus {
  padding-top: 20px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--legend {
  width: 47%;
  margin-bottom: 2em;
  position: relative;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--legend input {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--legend input:hover + label,
#content .my_office .ee_formblock .my_office--fullForm .my_office--legend input:checked + label {
  font-weight: bold;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names-title {
  position: absolute;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names {
  background-color: #fff;
  border: 1px solid #b3b3b3;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  padding: 0 2em 0 1em;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names:hover:after {
  color: #848484;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names.minus:after {
  content: "\f147";
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names:after {
  content: "\f196";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  height: 100%;
  width: 1.5em;
  text-align: center;
  line-height: 50px;
  font-size: 1.5em;
  color: #111111;
  pointer-events: none;
  cursor: pointer;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names.active {
  padding-top: 5px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names.active .my_office--lang-names-title {
  font-size: 11px;
  line-height: 1;
  top: 8px;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-names.active .my_office--lang-names-value {
  font-weight: bold;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-list {
  padding: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #b3b3b3;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  height: 15em;
  overflow-y: scroll;
  position: absolute;
  left: 0;
  top: 55px;
  z-index: 1;
  width: 100%;
  display: none;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-list label {
  position: relative;
  z-index: 1;
  width: 100%;
  display: inline-block;
  cursor: pointer;
}
#content .my_office .ee_formblock .my_office--fullForm .my_office--lang-list .my_office--lang-item {
  margin-bottom: 0.7em;
  cursor: pointer;
}
#content .my_office .ee_formblock .my_office--fullForm.change-password {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.payment-info {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricing-table {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#pricing-table .plan {
  margin: 5px;
  font: 12px "Lucida Sans", "trebuchet MS", Arial, Helvetica;
  text-shadow: 0 1px rgba(255, 255, 255, 0.8);
  background: #fff;
  border: 1px solid #ddd;
  color: #333;
  padding: 20px;
  width: 180px;
  float: left;
  position: relative;
  transition: transform 250ms;
}
#pricing-table .plan:nth-child(1) {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
#pricing-table .plan:nth-child(1) h3 {
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  border-radius: 5px 0 0 0;
}
#pricing-table .plan:nth-child(4) {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
#pricing-table .plan:nth-child(4) h3 {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
#pricing-table .plan:hover {
  transform: translateY(-10px);
  z-index: 2;
  top: -13px;
  border-width: 3px;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
}
#pricing-table .plan:hover h3 {
  background-color: #ddd;
  background-image: -moz-linear-gradient(#eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: -o-linear-gradient(#eee, #ddd);
  background-image: -ms-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  margin-top: -30px;
  padding-top: 30px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#pricing-table #most-popular {
  z-index: 2;
  top: -13px;
  border-width: 3px;
  padding: 30px 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
}
#pricing-table #most-popular h3 {
  background-color: #ddd;
  background-image: -moz-linear-gradient(#eee, #ddd);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background-image: -webkit-linear-gradient(#eee, #ddd);
  background-image: -o-linear-gradient(#eee, #ddd);
  background-image: -ms-linear-gradient(#eee, #ddd);
  background-image: linear-gradient(#eee, #ddd);
  margin-top: -30px;
  padding-top: 30px;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
#pricing-table h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 20px;
  margin: -20px -20px 50px -20px;
  background-color: #eee;
  background-image: -moz-linear-gradient(#fff, #eee);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(#fff, #eee);
  background-image: -o-linear-gradient(#fff, #eee);
  background-image: -ms-linear-gradient(#fff, #eee);
  background-image: linear-gradient(#fff, #eee);
}
#pricing-table h3 span {
  display: block;
  font: bold 25px/100px Georgia, Serif;
  color: #777;
  background: #fff;
  border: 5px solid #fff;
  height: 100px;
  width: 100px;
  margin: 10px auto -65px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
  box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
}
#pricing-table ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
}
#pricing-table li {
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
#pricing-table .signup {
  position: relative;
  padding: 8px 20px;
  margin: 20px 0 0 0;
  color: #fff !important;
  font: bold 14px Arial, Helvetica;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  background-color: #72ce3f;
  background-image: -moz-linear-gradient(#72ce3f, #62bc30);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));
  background-image: -webkit-linear-gradient(#72ce3f, #62bc30);
  background-image: -o-linear-gradient(#72ce3f, #62bc30);
  background-image: -ms-linear-gradient(#72ce3f, #62bc30);
  background-image: linear-gradient(#72ce3f, #62bc30);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 0 rgba(0, 0, 0, 0.7);
}
#pricing-table .signup:hover {
  background-color: #62bc30;
  background-image: -moz-linear-gradient(#62bc30, #72ce3f);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));
  background-image: -webkit-linear-gradient(#62bc30, #72ce3f);
  background-image: -o-linear-gradient(#62bc30, #72ce3f);
  background-image: -ms-linear-gradient(#62bc30, #72ce3f);
  background-image: linear-gradient(#62bc30, #72ce3f);
}
#pricing-table .signup:active {
  background: #62bc30;
  top: 2px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}
#pricing-table .signup:focus {
  background: #62bc30;
  top: 2px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.7) inset;
}
#subscribe-form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#svgcontact {
  position: relatvive;
  padding-bottom: 2em;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 1s easeIn 0.5s;
  -moz-transition: all 1s easeIn 0.5s;
  -ms-transition: all 1s easeIn 0.5s;
  -o-transition: all 1s easeIn 0.5s;
  transition: all 1s easeIn 0.5s;
}
#svgcontact.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#svgcontact svg {
  width: 100% !important;
}
#svgcontact svg g {
  pointer-events: all;
}
#svgcontact svg g image {
  pointer-events: none !important;
  width: 13px;
  height: 17px;
  background-image: url("../img/orange_location.png");
}
#svgcontact svg g text {
  font-family: 'Open Sans', sans-serif;
  pointer-events: none !important;
}
#svgcontact svg#city_tooltips {
  pointer-events: none;
}
#svgcontact svg#city_tooltips g {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#svgcontact svg#city_tooltips g.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#svgcontact svg#city_tooltips g.active g {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#svgcontact svg#city_card path {
  pointer-events: all;
  cursor: pointer;
}
#svgcontact svg#city_card path:hover {
  fill: #017c45;
}
.mapSummCounter,
.mapSummDescr,
.mapSummTitle,
.mapSummLink {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.mapSummCounter {
  color: #67be01;
  font-size: 2.53333333em;
}
.mapSummDescr {
  font-size: 1.6em;
  line-height: 1;
}
.mapSummTitle {
  text-align: right;
}
.mapSummLink {
  color: #67be01;
  text-decoration: underline;
  padding-top: 0.5em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.mapSummLink:hover {
  color: #3c6e00;
}
.mapSummOfPersonsMap {
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  padding: 1em;
  position: absolute;
  top: 0;
  right: 0;
  width: 12.66666667em;
}
.mapSummOfPersonsMap .mapSummCounter,
.mapSummOfPersonsMap .mapSummDescr {
  width: 66%;
  float: right;
}
.mapAbroadPersonsSumm {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  padding: 1em;
  position: absolute;
  bottom: 6em;
  left: 0;
  width: 10em;
  padding-right: 2em;
}
.mapAbroadTitle {
  height: 2.4em;
  line-height: 2.4em;
  padding-left: 2.2em;
  background-image: url('../img/abroad.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  color: #ff7500;
  font-weight: bold;
  text-align: left;
  text-transform: uppercase;
}
/*Map country list on modal*/
.mapCountryList {
  margin: 0px;
  padding: 0px;
}
.mapCountryList li {
  list-style: none;
}
.mapCountryList a {
  color: #67be01;
  text-decoration: underline;
}
.mapCountryList a:hover {
  color: #3c6e00;
}
.modalContentContainer ul {
  margin: 0px;
  padding: 0px;
}
.modalContentContainer ul li {
  list-style: none;
}
.modalContentContainer a {
  color: #67be01;
  text-decoration: underline;
}
.modalContentContainer a:hover {
  color: #3c6e00;
}
/*grants category*/
.bc-grant-title_links,
.tabs-container {
  width: 100%;
  margin: 0 0 1em 0;
  position: relative;
  padding-bottom: 2px;
  border-bottom: 1px solid #67be01;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.bc-grant-title_links .ee_bcgrant-actve-links,
.tabs-container .ee_bcgrant-actve-links,
.bc-grant-title_links .tabs-selector,
.tabs-container .tabs-selector {
  text-transform: uppercase;
  margin-left: 2em;
  color: #fff;
  background-color: #3b3b3b;
  text-decoration: none;
  display: inline-block;
  height: 2.66666667em;
  padding: 0 1em;
  text-align: center;
  min-width: fit-content;
  font-size: 0.8em;
  line-height: 2.66666667;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bc-grant-title_links .ee_bcgrant-actve-links:hover,
.tabs-container .ee_bcgrant-actve-links:hover,
.bc-grant-title_links .tabs-selector:hover,
.tabs-container .tabs-selector:hover,
.bc-grant-title_links .ee_bcgrant-actve-links.active,
.tabs-container .ee_bcgrant-actve-links.active,
.bc-grant-title_links .tabs-selector.active,
.tabs-container .tabs-selector.active {
  background-color: #6e6e6e;
}
#content.ee_bcgrant_category .ee_items {
  width: calc(100% + 2em);
  margin-left: -1em;
}
#content.ee_bcgrant_category .ee_items li {
  max-width: 33.33333333%;
}
.grants-cont .item_title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ee_bcgrant_category .read_more {
  text-decoration-skip-ink: none;
}
.ee_bcgrant_category .ee_bcgrant-actve-links {
  word-break: break-word;
}
.ee_bcgrant_category .bc-grant-title_links {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.ee_bcgrant_category .bc-grant-title_links h {
  flex-grow: 0.5;
  width: fit-content;
  text-align: right;
}
.ee_bcgrant_category #grant-form-filter {
  flex-wrap: nowrap;
}
.ee_bcgrant_category .grant_line-clamp-1 {
  height: 47px;
  overflow: hidden;
  margin: 0;
  clear: both;
  position: relative;
  float: left;
}
.ee_bcgrant_category .grant_desc_title_brach {
  float: left;
  height: 21px;
  clear: inherit;
  width: 0;
  position: absolute;
}
.ee_bcgrant_category .bc_grant_text_branch {
  word-break: break-word;
  display: -webkit-box;
  /* width: calc(100% - 2.4em); */
  /* padding-left: 2.4em; */
  -webkit-line-clamp: 2;
  -webkit-box-orient: block-axis;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  align-content: initial;
  text-indent: 2.4em;
}
.ee_bcgrant_category .item_title {
  text-decoration: none;
  color: #fff;
  background-color: #67be01;
  font-weight: 600;
  padding: 0.5em 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  font-size: 1.06666667em;
  line-height: 1.33333333;
  min-height: 3.9em;
  height: 2.66666667em;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.ee_bcgrant_category .item_title:after {
  content: '';
  background-color: #67be01;
  width: 100%;
  height: 0.6em;
  bottom: 0;
  left: 0;
  position: absolute;
}
.ee_bcgrant_category li {
  padding: 0 1em 3.33333333em 1em;
}
.ee_bcgrant_category li .grant_cat_items_cont {
  border: 1px solid #dbdbdb;
  float: left;
}
.ee_bcgrant_category .bc-grant-short_cont {
  padding: 0.625em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.ee_bcgrant_category .themeimages {
  width: 10em;
  height: 10em;
  position: relative;
  float: left;
  border: 1px solid #3b3b3b;
}
.ee_bcgrant_category .themeimages img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.ee_bcgrant_category .bc_grant_short_details {
  float: right;
  width: calc(100% - 11.5em);
}
.ee_bcgrant_category .bc_grant_data {
  margin-top: 1em;
}
.ee_bcgrant_category .bc_grant_type .grant_desc_val {
  color: #fff;
  background-color: #ff7500;
  text-transform: uppercase;
  padding: 0.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  display: block;
}
.ee_bcgrant_category .item_short_text {
  float: left;
  width: 100%;
  height: 9.33em;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre-wrap;
  /*p {
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
    }*/
}
.ee_bcgrant_category .item_short_text p {
  display: initial;
}
.ee_bcgrant_category .bc-grant-more {
  margin: 1em 0;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
.ee_bcgrant_category .bc-grant-more a {
  color: #67be01;
  flex: 1 auto;
}
.ee_bcgrant_category .bc-grant-more .google_cal {
  background-image: url('../img/googcalendar.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 1em;
}
.ee_bcgrant_category .bc-grant-more .google_cal span {
  display: none;
}
.ee_bcgrant_category .bc-grant-more .manager-friendly {
  background-image: url('../img/manager.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  height: 2em;
  position: relative;
}
.ee_bcgrant_category .bc-grant-more .manager-friendly span {
  display: none;
}
.ee_bcgrant_category .bc-grant-short_descr {
  border-top: 1px solid #dbdbdb;
  padding: 1em 0.625rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 100%;
  background-color: #f6f6f6;
  font-size: 0.87em;
  line-height: 1.54em;
}
.ee_bcgrant_category .bc-grant-short_descr span.bc_grant_branch {
  font-size: inherit;
  line-height: inherit;
}
.ee_bcgrant_category .bc_grant_data {
  border-bottom: 1px solid #dbdbdb;
}
.ee_bcgrant_category .bc_grant_branch {
  font-size: 12px;
  padding-bottom: 0.5em;
}
.ee_bcgrant_category .bc_grant_branch .grant_desc_title {
  padding-left: 2.4em;
}
.ee_bcgrant_category .bc_grant_branch span {
  width: 100%;
  float: left;
}
.ee_bcgrant_category .bc_grant_data,
.ee_bcgrant_category .bc_grant_location,
.ee_bcgrant_category .bc-grant-short-content {
  font-size: 12px;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.ee_bcgrant_category .bc_grant_data .grant_desc_title,
.ee_bcgrant_category .bc_grant_location .grant_desc_title,
.ee_bcgrant_category .bc-grant-short-content .grant_desc_title {
  margin-bottom: 0.5em;
  background-position: 0;
  padding-left: 2.4em;
}
.ee_bcgrant_category .bc_grant_data span,
.ee_bcgrant_category .bc_grant_location span,
.ee_bcgrant_category .bc-grant-short-content span {
  width: 100%;
  float: left;
}
.ee_bcgrant_category .bc_grant_location .grant_desc_title {
  background-size: 17px;
  min-height: 17px;
}
.ee_bcgrant_category .bc_grant_location .grant_desc_val {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ee_bcgrant_category .resp_notice_button {
  border-top: none;
  margin-top: -1em;
}
article.ee_grant div.ee_grant .grant-full-descr .grant-short-descr .bc_grant_short_details span {
  float: none;
  display: flex;
}
article.ee_grant div.ee_grant .grant-full-descr .col-12 .fulltext a {
  color: #67be01;
}
.google_cal {
  background-image: url('../img/googcalendar.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 1em;
}
.google_cal span {
  display: none;
}
.bc-grant-short-content > .shorttext {
  clear: both;
  word-break: break-word;
}
.bc-grant-short-content {
  flex-direction: column;
  justify-content: center;
}
.bc-grant-short-content .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/name-icon_green.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px;
  color: #67be01;
}
.bc_grant_city .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/location_icon.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.grant_forms {
  width: initial !important;
}
.grant-full-descr .col-12 .ee_formblock form {
  width: auto;
}
.bc_grant_allow_check {
  text-align: center;
  padding: 0 0 1.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}
.ee_article .bcgranttableprice table {
  width: 100%;
}
.ee_article .grant_desc_val {
  display: flex;
}
.ee_article > .wrap > .col-12 {
  padding: 0;
}
.bc_grant_branch .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/abroad.png');
  background-position: 6px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.ee_bcgrant_category .bc_grant_location {
  min-height: 54px;
}
.bc_grant_location .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/location_icon.png');
  background-position: 6px 0;
  background-repeat: no-repeat;
  background-size: 18px;
}
.bc_grant_address .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/location_icon.png');
  background-position: 1px 4px;
  background-repeat: no-repeat;
  min-height: 2.5em;
  align-items: center;
}
.bc_grant_title {
  font-weight: bold;
}
.bc_grant_title .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/name-icon.png');
  background-position: 5px 4px;
  background-repeat: no-repeat;
  min-height: 2.5em;
}
.bc_grant_data .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/date_icon.png');
  background-position: 5px;
  background-repeat: no-repeat;
}
.bc_grant_user_name .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/male-user-icon.png');
  background-position: 6px 1px;
  background-repeat: no-repeat;
  min-height: 2em;
  padding-right: 2em;
  width: 13.33333333em;
}
.bc_grant_user_status .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/status-icon.png');
  background-position: 3px;
  background-repeat: no-repeat;
  padding-right: 2em;
  width: 13.33333333em;
  min-height: 2em;
}
.bc_grant_user_pay .grant_desc_title {
  padding-left: 2.75em;
  background-image: url('../img/wallet-icon.png');
  background-position: 1px;
  background-repeat: no-repeat;
  padding-right: 2em;
  width: 13.33333333em;
  min-height: 2em;
}
/*grant details*/
.bc_grant_short_details {
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: auto;
  height: 100%;
  padding: 0 15px 10px 0 !important;
}
.bc_grant_short_details h4 {
  margin-top: 0;
}
.bc_grant_short_details > span {
  width: 100%;
  float: left;
}
.bc_grant_short_details .grant_desc_title {
  font-weight: bold;
  min-width: 4em;
  float: left;
}
.bc_grant_short_details .grant_desc_title:before {
  padding-right: 0.5em;
}
.bc_grant_short_details.register_grant {
  line-height: 2.3;
}
.ee_bcgrant_category .bc_grant_short_details {
  padding: 0 !important;
}
.grant-full-descr {
  padding-left: 0;
}
.grant-full-descr table p {
  padding: 0 10px 0 5px !important;
  margin-bottom: 0.8em;
  margin-top: 0.5em;
}
.grant-full-descr table .text-al {
  padding: 0 !important;
  margin-bottom: 0.8em;
  margin-top: 0.5em;
}
.grant-full-descr table .text-al a {
  color: #67be01;
}
.grant-full-descr table .SelectBox {
  min-height: 32px;
}
.grant-full-descr table .SelectBox .placeholder {
  margin-top: 5px;
  margin-left: -7px;
}
.grant-full-descr table .SelectBox span {
  margin-top: 5px;
}
.grant-full-descr ul {
  margin: 0;
}
.grant-full-descr .col-12 {
  padding: 1.8em 0 0 0;
}
.grant-full-descr .no-padding {
  padding-right: 0;
}
.grant-full-descr .grant-full-name {
  padding: 0;
  width: 30%;
}
.grant-full-descr .bc_grant_data .grant_desc_val {
  text-transform: lowercase;
}
.grant-full-descr .grant-short-descr {
  width: 70%;
}
.grant-full-descr .grant-city-cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #ff7500;
  height: auto;
  overflow: hidden;
  color: #fff;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.grant-full-descr .grant-city {
  font-size: 1.06666667em;
  width: 100%;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
}
.grant-full-descr .image-block {
  margin-top: 1em;
}
.grant-full-descr .themeimage_bg {
  width: 100%;
  padding: 50% 0;
  position: relative;
  float: left;
}
.grant-full-descr .themeimage_bg div {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grant-full-descr .grant-short-details {
  padding: 10px 1em 0 1em;
  border: 1px solid #dbdbdb;
  height: fit-content;
  max-height: 178px;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grant-full-descr .bcgrantdetails h5 {
  font-size: 1.3em;
  text-transform: uppercase;
  text-align: center;
}
.grant-full-descr .bcgrantdetails p {
  text-align: center;
}
.grant-full-descr .bcgrantdetails p a {
  clear: both;
}
.grant-full-descr .coordinator_details .bcgrantdetails {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.grant-full-descr .coordinator_details .bcgrantdetails h5 {
  width: 100%;
  margin: 1em 0 1em 0;
}
.grant-full-descr .coordinator_details .bcgrantdetails p {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  margin-bottom: 0;
}
.grant-full-descr .coordinator_details .bcgrantdetails p a {
  display: inline-block;
  text-decoration: none;
  color: #3b3b3b;
  padding-top: 0.3em;
  font-weight: normal;
}
.grant-full-descr .coordinator_details .bcgrantdetails p a:hover {
  color: #67be01;
}
.grant-full-descr .coordinator_details .register_buttons {
  margin-top: 2em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.grant-full-descr .coordinator_details .register_buttons .button {
  margin: 0 2em;
  width: 18.75em;
}
.grant-full-descr .coordinator_details .register_buttons .grant-register-manager {
  padding: 0;
  background: none;
  margin: 0;
  font-size: 1em;
}
.grant-short-descr .google_cal {
  float: left;
  width: 100%;
  background-size: initial;
  padding: 0.8em 0;
  border-bottom: 1px solid #dbdbdb;
}
.grant-short-descr .grant-mess {
  font-size: 1.6em;
}
.grant-short-reg {
  padding-right: 0;
}
.grant-register-manager {
  font-size: 0.8em;
  text-transform: none;
  margin-top: 1em;
  padding: 3.33333333em 0 0 0;
  background-image: url('../img/stuff-ua-passive.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 2.6em;
}
.grant-register-manager.active {
  background-image: url('../img/stuff-ua-active.jpg');
}
.grant_center_line {
  background-color: #67be01;
  border: #67be01;
  height: 0.1em;
  width: 100%;
  margin-bottom: 1em;
  display: none;
}
.ee_grant dl {
  display: flex;
  flex-direction: column;
}
.ee_grant dl dt {
  text-transform: uppercase;
  color: #67be01 !important;
  display: inline-block;
  width: 100%!important;
  cursor: pointer;
  margin-bottom: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #f7f7f7;
}
.ee_grant dl dt:before {
  content: "\f0ab";
  padding-right: 0.5em;
  font-family: fontAwesome;
}
.ee_grant dl dt.active:before {
  content: "\f0aa";
  padding-right: 0.5em;
  font-family: fontAwesome;
}
.ee_grant dl dd {
  flex-direction: column;
  display: none;
}
.ee_grant .bcgranttableprice .table_cont {
  width: 100%;
}
.ee_grant h2 {
  font-size: 2em;
}
.ee_grant h3 {
  font-size: 1.5em;
}
.ee_grant h4 {
  font-size: 1em;
  min-width: 25%;
}
.ee_grant .label_1 {
  white-space: nowrap;
}
.ee_grant .eegnith_td_column_merged {
  padding-left: 0 !important;
}
.ee_grant .fulltext a {
  color: #67be01;
}
.ee_grant .fulltext ul {
  margin-bottom: 15px;
}
.ee_grant .fulltext ul li {
  position: relative;
}
.ee_grant .fulltext ul li * {
  clear: both;
  clear-after: both;
}
.ee_grant .fulltext table ul {
  margin-bottom: 0;
}
.ee_grant .wrap {
  width: 100%;
}
.ee_grant h1 {
  width: 100%;
  padding: 0 0 0.45454545em 0;
  color: #555555;
  font-size: 2.4em;
  margin: 0em 0 0.5em 0 !important;
  overflow: hidden;
  word-break: break-word;
  /* height: 3.6em;*/
  max-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ee_grant h1 .grant_register_center_title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: left;
  float: left;
}
.ee_grant .grant-short-descr h1 {
  font-size: 1.5em;
  margin: 0;
}
.ee_grant .bc_grant_location .bc_grant_branch_list {
  margin-top: 21px;
}
.ee_grant .bc_grant_branch_list {
  height: 2.9em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em;
}
.ee_grant .bc_grant_branch .grant_desc_val .grant_desc_title {
  height: 1.5em;
}
.ee_grant .bc_grant_data .grant_desc_title {
  background-image: url("../img/date_icon_green.png");
  color: #67be01;
}
.ee_grant .bc_grant_location {
  display: flex;
  align-items: center;
  height: 45px;
  max-height: 50px;
}
.ee_grant .bc_grant_location .grant_desc_title {
  background-image: url("../img/location_icon_green.png");
  color: #67be01;
}
.ee_grant .bc_grant_branch .grant_desc_title {
  background-image: url("../img/abroad_green.png");
  color: #67be01;
}
.ee_grant table {
  width: 100%;
}
.ee_grant table thead tr th:nth-child(2) {
  text-align: start;
}
.ee_grant table thead tr th:first-child {
  text-align: center;
}
.ee_grant table tbody tr td:first-child {
  padding: 0 0 0 10px;
  width: 57%;
}
.ee_grant table tbody tr td:nth-child(2) {
  text-align: start;
}
.ee_grant table tbody tr td div h3 {
  padding-top: 1.5em;
}
.ee_grant .table_cont td {
  padding: 0 0 0 5px;
}
.ee_grant .table_cont td:first-child {
  padding: 5px;
}
.ee_grant .table_cont td h4 {
  height: 48%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
}
.ee_grant #user_login_form {
  padding-top: 0 !important;
}
.ee_grant #user_login_form td:first-child {
  padding-left: 0 !important;
}
.ee_grant #user_login_form td:first-child h3 {
  color: black;
  text-transform: none;
}
.ee_grant .grants-cont {
  margin: 0;
}
.ee_grant .grants-cont .ee_items {
  display: block !important;
}
.ee_grant .grants-cont .ee_items li {
  width: 100%;
  float: left;
  height: auto;
  padding: 0 !important;
  min-width: 100px !important;
  border: none;
  margin-bottom: 1.33333333em;
}
.ee_grant .grants-cont .button {
  height: 2.4em;
  line-height: 2.4em;
  font-weight: 600;
  margin-bottom: 1.33333333em;
}
.ee_grant > .wrap {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.ee_grant > .wrap > .col-3:before {
  content: '';
  position: absolute;
  background-color: #f9f9f9;
  height: 100%;
  left: 0;
  top: -115px;
  width: 1000px;
  padding: 115px 0 0 0;
  z-index: -1;
}
.ee_grant .register_buttons {
  margin-bottom: 15px;
}
.grant-full-name.col-3:before,
.right-col-grants.col-3:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 10px;
  background-color: #f3f3f3;
  top: -15px;
  left: 0;
}
.right-col-grants.col-3:after {
  position: absolute;
  content: '';
  width: calc(100% - 30px);
  height: 10px;
  background-color: #f3f3f3;
  top: -15px;
  left: 15px;
}
.grant-user-status {
  text-align: center;
  margin-top: 30px;
}
.grant-user-status strong {
  color: #67be01;
  padding: 0.6em;
}
.grant-fulldescr .themeimages .themeimage_img,
.grant-fulldescr .themeimages .themeimage_bg {
  position: relative;
  width: 100%;
  padding: 27% 0;
  display: block;
  border: 1px solid #c9c9c9;
}
.grant-fulldescr .themeimages .themeimage_img > div,
.grant-fulldescr .themeimages .themeimage_bg > div {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.grant-fulldescr .themeimages .themeimage_img img,
.grant-fulldescr .themeimages .themeimage_bg img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  max-width: 100%;
}
.grant-fulldescr .bc_grant_short_details {
  font-size: 1em;
  margin-top: 0;
}
.grant-fulldescr h5 {
  text-transform: uppercase;
  color: #67be01;
}
.grant-fulldescr a {
  color: #67be01;
  text-decoration: underline;
}
.bcgranttableprice {
  margin: 1em 0;
  display: flex;
  justify-content: center;
}
.bcgranttableprice table {
  border: 1px solid #dbdbdb;
}
.bcgranttableprice table td,
.bcgranttableprice table th {
  padding: 0.5em;
  text-align: left;
}
.bcgranttableprice table thead {
  border-bottom: 1px solid #dbdbdb;
  background-color: #f9f9f9;
}
.bcgranttableprice table thead th {
  height: 1.6em;
  vertical-align: middle;
  border: none;
  font-weight: bold;
}
.bcgranttableprice table thead th:first-child {
  padding-left: 2em;
}
.bcgranttableprice table tbody tr {
  border: none;
}
.bcgranttableprice table tbody tr td {
  border: none;
}
.bcgranttableprice table tfoot {
  text-align: left;
}
.grant_register_table_bigger_margin {
  margin: 2em 0;
}
.grant-register {
  font-size: 0.8em;
  margin-top: 15px;
}
.grant-register.button {
  max-width: 100%;
  width: 68%;
  float: right;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 0.5em;
}
.grant-register.button[href="/"],
.grant-register.button[disabled="disabled"] {
  background-color: #848484;
  cursor: default;
}
.grant-register.button[href="/"]:hover,
.grant-register.button[disabled="disabled"]:hover {
  background-color: #848484;
}
.grant_participants {
  float: left;
  width: 100%;
  margin: 2em 0;
  padding-top: 2em;
  border-top: 1px solid #dbdbdb;
}
.grant_participants a {
  color: #67be01;
  font-weight: bold;
}
.grant_participants .participant-block {
  float: left;
  width: 100%;
  margin-bottom: 1.25em;
}
.grant_participants .participant-block-title {
  color: #ff7500;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-left: 2em;
  display: block;
}
.grant_participants .participant-block-title:before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  width: 2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.grant_participants .participant-block-title.participant-appr:before {
  background-image: url('../img/part_appr.png');
}
.grant_participants .participant-block-title.participant-queued:before {
  background-image: url('../img/part_queued.png');
}
.grant_participants .participant-block-title.participant-rej:before {
  background-image: url('../img/part_rej.png');
}
.bcgranttableprice .small-only {
  font-size: 14px;
}
.bcgranttableprice .small-only tbody {
  float: left;
  width: 100%;
  border: 1px solid #e9e9e9;
}
.bcgranttableprice .small-only tbody tr {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.bcgranttableprice .small-only tbody tr:nth-child(1) {
  background-color: #d0d0d0;
}
.bcgranttableprice .small-only tbody tr:nth-child(2) {
  background-color: #f9f9f9;
}
.bcgranttableprice .small-only tbody tr:nth-child(2) .st-head-row:before {
  background-image: url('../img/empty_star.png');
}
.bcgranttableprice .small-only tbody tr:nth-child(3) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}
.bcgranttableprice .small-only tbody tr:nth-child(4) .st-head-row:before {
  background-image: url('../img/star.png');
}
.bcgranttableprice .small-only tbody tr:nth-child(6) {
  background-color: #f9f9f9;
  border-top: 1px solid #e9e9e9;
}
.bcgranttableprice .small-only tbody tr:nth-child(6) .st-head-row:before {
  background-image: url('../img/twostars.png');
}
.bcgranttableprice .small-only tbody tr:nth-child(7) {
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
}
.bcgranttableprice .small-only tbody tr:nth-child(8) .st-head-row:before {
  background-image: url('../img/threestars.png');
}
.bcgranttableprice .small-only tbody .st-head-row-main {
  font-weight: bold !important;
  text-align: left;
}
.bcgranttableprice .small-only tbody .st-head-row-main:before {
  display: none !important;
}
.bcgranttableprice .small-only tbody .st-head-row {
  font-weight: normal;
}
.bcgranttableprice .small-only tbody .st-head-row:before {
  content: '';
  width: 4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1em;
  display: inline-block;
  margin-right: 0.5em;
}
/*grants media*/
@media screen and (max-width: 768px) {
  .grant-full-descr {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .grant-full-name {
    max-width: 300px;
    width: 80% !important;
    margin-bottom: 1em;
  }
  .grant-full-name:before {
    display: none;
  }
  .grant-full-name .grant-city-cont {
    width: 100%;
    font-size: 0.93333333em;
    height: 2.14285714em;
    line-height: 2.14285714em;
    font-weight: 600;
    /*Виклик .radius(значення в px)*/
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .grant-full-name .image-block {
    margin-top: 0;
  }
  .gray_cont {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    padding: 15px !important;
    min-width: calc(100% + 15px) !important;
    background-color: #f3f3f3;
  }
  .grant-short-descr {
    background: #fff;
    border: 1px solid #dbdbdb;
    padding: 15px !important;
    width: 100% !important;
  }
  .grant-short-descr .grant-short-details,
  .grant-short-descr .grant-short-reg {
    border: none;
    padding: 0;
  }
  .grant-short-reg {
    padding-right: 15px;
  }
  .grant-register-manager {
    padding: 0;
    background-image: none;
    font-size: 1em;
  }
  .bcgranttableprice {
    width: 100%;
  }
}
.grant_reg_proccess_confirm p {
  text-align: center;
  font-weight: 600;
}
.grant_reg_proccess_confirm .grant_register_table_bigger_margin {
  width: 120%;
  margin-left: -10%;
  background: #fff;
}
.grant_reg_proccess_confirm form {
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 510px) {
  .grant-full-name {
    max-width: 265px;
  }
  .grant-short-descr {
    max-width: 265px;
  }
  .bc_grant_short_details.register_grant {
    line-height: 1.3;
  }
  .bc_grant_short_details > span .grant_desc_title {
    text-align: left;
  }
  .bcgranttableprice .small-only .st-head-row {
    float: left;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .label_1 {
    white-space: normal;
  }
}
.grant_register_now {
  background-color: #ff7500;
  text-transform: uppercase;
  color: #fff !important;
  display: block;
  padding: 1em;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  width: initial;
}
.grant_register_now:hover {
  background-color: #111111;
}
.grant-font-standart14px > * {
  font-size: 14px;
}
/*mixins for EEgnith*/
/*@import "../lessvars/eegnith_mixins.less"; */
/*----------------------------------------------------------------------------*/
.wrap:after {
  clear: both;
  display: table;
  overflow: hidden;
  content: '';
}
::-webkit-input-placeholder {
  color: #111111 !important;
}
:-ms-input-placeholder {
  color: #111111 !important;
}
::placeholder {
  color: #111111 !important;
}
div .col-p {
  padding: 0;
}
div .col-p-r {
  padding-right: 0;
}
div .col-p-l {
  padding-left: 0;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 1.4;
  overflow-x: hidden;
}
body.noscroll {
  overflow: hidden;
}
table.about_participate td {
  border: 1px solid #adbec6;
}
table.td_empty td:empty {
  visibility: hidden;
}
/*header*/
header {
  background-color: #fff;
  height: 7.1875em;
}
header ul {
  margin: 0px;
  padding: 0px;
}
header ul li {
  list-style: none;
}
header a {
  text-decoration: none;
}
header.fixed {
  height: 3.4em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #c9c9c9;
}
header.fixed #logo {
  width: 120px !important;
}
header.fixed .top-m-h {
  width: calc(100% - 120px);
}
header.fixed .short-menu {
  display: none;
}
header.fixed .top-m-b {
  margin-top: 1.05em;
  order: -1;
  width: unset;
}
header.fixed .account-block {
  margin-top: -0.8em;
}
header.fixed #lang {
  display: none;
}
header > .wrap {
  z-index: 10;
}
header.inner {
  height: 9.25em;
  background-color: #fff;
}
header.inner.fixed {
  height: 3.75em;
}
header.inner.fixed .header-inner-bck,
header.inner.fixed .header-event-bck,
header.inner.fixed .header-grant-bck {
  height: 0.5em;
  background-position: bottom center;
}
header.inner.fixed .header-inner-bck:after,
header.inner.fixed .header-event-bck:after,
header.inner.fixed .header-grant-bck:after {
  display: none;
}
header.inner .top-m-b ul.level2 {
  background-color: #fff;
}
header.inner .header-event-bck,
header.inner .header-inner-bck,
header.inner .header-grant-bck {
  width: 100%;
  float: left;
  height: 2em;
  background: url('../img/eventgreen.jpg');
  background-position: left center;
  background-repeat: repeat-x;
  background-size: cover;
  position: relative;
  margin-top: -2em;
  z-index: 0;
}
#logo img {
  width: 100%;
  max-width: 90%;
}
/*header top menu*/
.short-menu,
.account-block,
#lang {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.short-menu {
  order: 1;
}
.short-menu .short_ul li:nth-child(1) {
  background-color: #ff7500;
  text-transform: uppercase;
}
.short-menu .short_ul li:nth-child(1) a {
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.short-menu .short_ul li:nth-child(1) a:hover {
  background-color: #111111;
}
.short-menu .short_ul li:nth-child(2) {
  background-color: #ff7500;
  text-transform: uppercase;
}
.short-menu .short_ul li:nth-child(2) a {
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.short-menu .short_ul li:nth-child(2) a:hover {
  background-color: #111111;
}
#lang {
  order: 3;
  margin-left: 1em;
}
.top-m-b {
  order: 4;
}
.top-m-h {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-m-h ul {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-m-h li {
  flex: inherit;
}
.top-m-h a {
  color: #888888;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
}
.top-m-h a:hover {
  color: #67be01;
}
.top-m-h .short_ul {
  font-size: 0.8125em;
  line-height: 3.23076923em;
}
.top-m-h .short_ul a {
  display: inline-block;
  padding: 0 1.53846154em;
}
.top-m-h .short_ul a:hover {
  color: #fff;
  background-color: #67be01;
}
.top-m-h .top-m-b {
  position: relative;
  margin-top: 1.5em;
  width: 100%;
}
.top-m-h .top-m-b a {
  color: #111111;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.top-m-h .top-m-b li {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.top-m-h .top-m-b ul.level1 > li {
  display: inline-block;
}
.top-m-h .top-m-b ul.level1 > li.selected > a {
  border-bottom: 4px solid #67be01;
}
.top-m-h .top-m-b ul.level1 > li > a {
  font-size: 0.875em;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0 1.42857143em 1.42857143em 1.42857143em;
  border-bottom: 4px solid transparent;
  display: block;
  margin-top: -5px;
}
.top-m-h .top-m-b ul.level1 > li > a:hover {
  border-bottom: 4px solid #67be01;
}
.top-m-h .top-m-b ul.level1 > li:hover > .level2 {
  /*display: block !important;*/
}
.top-m-h .top-m-b ul.level2 {
  display: none;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 1.5625em 0;
  z-index: 3;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  width: 100%;
}
.top-m-h .top-m-b ul.level2 > li {
  font-size: 0.8125em;
  padding: 0 2.46153846em;
}
.top-m-h .top-m-b ul.level2 > li > a {
  color: #111111;
  font-weight: 600;
  text-transform: uppercase;
}
.top-m-h .top-m-b ul.level2 > li > a:hover {
  color: #67be01;
}
.top-m-h .top-m-b ul.level3 {
  margin-top: 1em;
}
.top-m-h .top-m-b ul.level3 > li {
  float: none;
  padding: 0.38461538em 0;
}
.top-m-h .top-m-b ul.level3 > li > a {
  color: #888888;
}
.top-m-h .top-m-b ul.level3 > li > a:hover {
  color: #67be01;
}
.top-m-h .fixed-menu {
  -webkit-transform: translate3d(-21.875em, -50%, 0);
  -moz-transform: translate3d(-21.875em, -50%, 0);
  -ms-transform: translate3d(-21.875em, -50%, 0);
  -o-transform: translate3d(-21.875em, -50%, 0);
  transform: translate3d(-21.875em, -50%, 0);
  top: 50%;
  z-index: 9999;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: fixed;
}
.top-m-h .fixed-menu.active,
.top-m-h .fixed-menu.fixed-show {
  -webkit-transform: translate3d(-16.875em, -50%, 0);
  -moz-transform: translate3d(-16.875em, -50%, 0);
  -ms-transform: translate3d(-16.875em, -50%, 0);
  -o-transform: translate3d(-16.875em, -50%, 0);
  transform: translate3d(-16.875em, -50%, 0);
}
.top-m-h .fixed-menu ul {
  margin: 0px;
  padding: 0px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-self: center;
  width: 16.875em;
  left: 0;
}
.top-m-h .fixed-menu ul li {
  list-style: none;
}
.top-m-h .fixed-menu ul li {
  height: 4.375em;
  margin-bottom: 1px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.top-m-h .fixed-menu ul li:nth-child(1) a .mi {
  background-color: rgba(36, 36, 36, 0.2);
}
.top-m-h .fixed-menu ul li:nth-child(2) a .mi {
  background-color: rgba(36, 36, 36, 0.3);
}
.top-m-h .fixed-menu ul li:nth-child(3) a .mi {
  background-color: rgba(36, 36, 36, 0.4);
}
.top-m-h .fixed-menu ul li:nth-child(4) a .mi {
  background-color: rgba(36, 36, 36, 0.5);
}
.top-m-h .fixed-menu ul li:nth-child(5) a .mi {
  background-color: rgba(36, 36, 36, 0.6);
}
.top-m-h .fixed-menu ul li:nth-child(6) a .mi {
  background-color: rgba(36, 36, 36, 0.7);
}
.top-m-h .fixed-menu ul li:nth-child(7) a .mi {
  background-color: rgba(36, 36, 36, 0.8);
}
.top-m-h .fixed-menu ul li:nth-child(8) a .mi {
  background-color: rgba(36, 36, 36, 0.9);
}
.top-m-h .fixed-menu ul li:hover {
  -webkit-transform: translate3d(16.875em, 0, 0);
  -moz-transform: translate3d(16.875em, 0, 0);
  -ms-transform: translate3d(16.875em, 0, 0);
  -o-transform: translate3d(16.875em, 0, 0);
  transform: translate3d(16.875em, 0, 0);
}
.top-m-h .fixed-menu ul li:hover a .mi {
  background-color: #67be01;
}
.top-m-h .fixed-menu ul a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #111111;
  text-align: left;
  text-decoration: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  height: 100%;
  background-color: #f9f9f9;
  padding-left: 3em;
}
.top-m-h .fixed-menu ul a .mi {
  order: 2;
  width: 4.375em;
  height: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -4.375em;
}
.top-m-h .fixed-menu ul a .mi svg path {
  fill: #fff;
}
.top-m-h .fixed-menu ul a .mt {
  order: 1;
  width: 12.5em;
  font-weight: 500;
}
.top-m-h .fixed-menu ul a:hover .mi {
  background-color: #67be01;
}
.event_register_now {
  background-color: #ff7500;
  text-transform: uppercase;
  color: #fff !important;
  display: inline-block;
  padding: 1em;
  transition: all 0.5s ease 0s;
  text-decoration: none;
}
.event_register_now:hover {
  background-color: #111111;
}
.toggle {
  background-image: url('../img/burger.png');
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  width: 33px;
  line-height: 33px;
  height: 33px;
  display: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.toggle:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.top-menu-right-side {
  order: 2;
  display: flex;
  justify-content: flex-end;
}
.account-block {
  order: 2;
  position: relative;
  font-size: 0.8125em;
}
.account-block:after,
.account-block:before {
  content: '';
  position: absolute;
  height: 1.84615385em;
  border-left: 1px solid #888888;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account-block:after {
  right: 0;
  margin-right: -1px;
}
.account-block:before {
  left: 0;
  margin-left: -1px;
}
.account-block ul {
  text-transform: uppercase;
}
.account-block li.red a,
.account-block li.orange a,
.account-block li.logout a {
  /*call typo custom icons*/
  padding-left: 1.5em;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1em auto;
}
.account-block li.red a.multiline a,
.account-block li.orange a.multiline a,
.account-block li.logout a.multiline a {
  padding-left: 1.5em;
}
.account-block li.red a.multiline a:first-child,
.account-block li.orange a.multiline a:first-child,
.account-block li.logout a.multiline a:first-child {
  padding-left: 0;
}
.account-block li.red a.like,
.account-block li.orange a.like,
.account-block li.logout a.like {
  background-image: url('../img/like-icon.svg');
}
.account-block li.red a.bubbles,
.account-block li.orange a.bubbles,
.account-block li.logout a.bubbles {
  background-image: url('../img/bubbles-icon.svg');
}
.account-block li.red a.briefcase,
.account-block li.orange a.briefcase,
.account-block li.logout a.briefcase {
  background-image: url('../img/briefcase-icon.svg');
}
.account-block li.red a.friends,
.account-block li.orange a.friends,
.account-block li.logout a.friends {
  background-image: url('../img/friends-icon.svg');
}
.account-block li.red a.calendar,
.account-block li.orange a.calendar,
.account-block li.logout a.calendar {
  background-image: url('../img/calendar-icon.svg');
}
.account-block li.red a.adress,
.account-block li.orange a.adress,
.account-block li.logout a.adress {
  background-image: url('../img/pointer-icon.svg');
}
.account-block li.red a.location,
.account-block li.orange a.location,
.account-block li.logout a.location {
  background-image: url('../img/location_icon.png');
}
.account-block li.red a.phone,
.account-block li.orange a.phone,
.account-block li.logout a.phone {
  background-image: url('../img/phone-icon.svg');
}
.account-block li.red a.phone_png,
.account-block li.orange a.phone_png,
.account-block li.logout a.phone_png {
  background-image: url('../img/phone-icon.png');
}
.account-block li.red a.phone_green,
.account-block li.orange a.phone_green,
.account-block li.logout a.phone_green {
  background-image: url('../img/phone-green.png');
}
.account-block li.red a.phone_old,
.account-block li.orange a.phone_old,
.account-block li.logout a.phone_old {
  background-image: url('../img/phone-old.png');
}
.account-block li.red a.mail,
.account-block li.orange a.mail,
.account-block li.logout a.mail {
  background-image: url('../img/envelope-icon.svg');
}
.account-block li.red a.mail_png,
.account-block li.orange a.mail_png,
.account-block li.logout a.mail_png {
  background-image: url('../img/envelope-icon.png');
}
.account-block li.red a.mail_green,
.account-block li.orange a.mail_green,
.account-block li.logout a.mail_green {
  background-image: url('../img/envelope-green.png');
}
.account-block li.red a.viber_png,
.account-block li.orange a.viber_png,
.account-block li.logout a.viber_png {
  background-image: url('../img/viber.png');
}
.account-block li.red a.telegram_png,
.account-block li.orange a.telegram_png,
.account-block li.logout a.telegram_png {
  background-image: url('../img/telegram.png');
}
.account-block li.red a.whatsup_png,
.account-block li.orange a.whatsup_png,
.account-block li.logout a.whatsup_png {
  background-image: url('../img/whatsup.png');
}
.account-block li.red a.web,
.account-block li.orange a.web,
.account-block li.logout a.web {
  background-image: url('../img/web-icon.png');
}
.account-block li.red a.fb-i,
.account-block li.orange a.fb-i,
.account-block li.logout a.fb-i {
  background-image: url('../img/facebook-icon.png');
}
.account-block li.red a.skype-i,
.account-block li.orange a.skype-i,
.account-block li.logout a.skype-i {
  background-image: url('../img/skype-icon.png');
}
.account-block li.red a.linkedin-i,
.account-block li.orange a.linkedin-i,
.account-block li.logout a.linkedin-i {
  background-image: url('../img/linkedin-icon.png');
}
.account-block li.red a.instagram-i,
.account-block li.orange a.instagram-i,
.account-block li.logout a.instagram-i {
  background-image: url('../img/instagram-icon.png');
}
.account-block li.red a.plusgoogle-i,
.account-block li.orange a.plusgoogle-i,
.account-block li.logout a.plusgoogle-i {
  background-image: url('../img/google-plus-icon.png');
}
.account-block li.red a.date,
.account-block li.orange a.date,
.account-block li.logout a.date {
  background-image: url('../img/date_icon.png');
}
.account-block li.red a.name,
.account-block li.orange a.name,
.account-block li.logout a.name {
  background-image: url('../img/name-icon.png');
}
.account-block li.red a.other-contacts,
.account-block li.orange a.other-contacts,
.account-block li.logout a.other-contacts {
  background-image: url('../img/other_contacts.png');
  background-size: 27px !important;
}
.account-block li.red a.wallet,
.account-block li.orange a.wallet,
.account-block li.logout a.wallet {
  background-image: url('../img/wallet-icon.png');
}
.account-block li.red a.status,
.account-block li.orange a.status,
.account-block li.logout a.status {
  background-image: url('../img/status-icon.png');
}
.account-block li.red a.male-user,
.account-block li.orange a.male-user,
.account-block li.logout a.male-user {
  background-image: url('../img/male-user-icon.png');
}
.account-block li.red a {
  background-image: url('../img/login.svg');
}
.account-block li.red a:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%0D%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20width%3D%2214px%22%20height%3D%2214px%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%2367be01%22%0D%0A%20d%3D%22M13.129%2C14.004%20L5.249%2C14.004%20C4.765%2C14.004%204.373%2C13.611%204.373%2C13.128%20L4.373%2C9.175%20L5.255%2C9.173%20L5.255%2C12.599%20C5.255%2C12.891%205.492%2C13.128%205.784%2C13.128%20L12.593%2C13.128%20C12.886%2C13.128%2013.123%2C12.891%2013.123%2C12.599%20L13.109%2C1.404%20C13.109%2C1.112%2012.872%2C0.874%2012.580%2C0.874%20L5.784%2C0.874%20C5.492%2C0.874%205.255%2C1.112%205.255%2C1.404%20L5.255%2C4.810%20L4.373%2C4.810%20L4.373%2C0.870%20C4.373%2C0.386%204.765%2C-0.005%205.249%2C-0.005%20L13.129%2C-0.005%20C13.613%2C-0.005%2014.005%2C0.386%2014.005%2C0.870%20L14.005%2C13.128%20C14.005%2C13.611%2013.613%2C14.004%2013.129%2C14.004%20ZM7.278%2C4.973%20C7.107%2C4.802%207.107%2C4.525%207.278%2C4.354%20C7.449%2C4.183%207.727%2C4.183%207.897%2C4.354%20L10.483%2C7.008%20L7.897%2C9.662%20C7.812%2C9.748%207.700%2C9.790%207.588%2C9.790%20C7.476%2C9.790%207.364%2C9.748%207.278%2C9.662%20C7.107%2C9.491%207.107%2C9.214%207.278%2C9.043%20L8.889%2C7.432%20L0.429%2C7.432%20C0.187%2C7.432%20-0.009%2C7.236%20-0.009%2C6.994%20C-0.009%2C6.753%200.187%2C6.557%200.429%2C6.557%20L8.862%2C6.557%20L7.278%2C4.973%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
.account-block li.orange a {
  background-image: url('../img/registration.svg');
}
.account-block li.orange a:hover {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%0D%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20width%3D%2213px%22%20height%3D%2215px%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%2367be01%22%0D%0A%20d%3D%22M10.992%2C15.004%20L2.007%2C15.004%20C0.906%2C15.004%200.010%2C14.162%200.010%2C13.127%20L0.010%2C7.499%20C0.010%2C6.464%200.906%2C5.623%202.007%2C5.623%20L2.506%2C5.623%20L2.506%2C3.833%20C2.506%2C1.716%204.117%2C-0.006%206.481%2C-0.006%20C8.836%2C-0.006%2010.493%2C1.680%2010.493%2C3.833%20L10.493%2C5.623%20L10.992%2C5.623%20C12.094%2C5.623%2012.989%2C6.464%2012.989%2C7.499%20L12.989%2C13.127%20C12.989%2C14.162%2012.094%2C15.004%2010.992%2C15.004%20ZM9.495%2C3.833%20C9.495%2C2.206%208.276%2C0.932%206.481%2C0.932%20C4.668%2C0.932%203.504%2C2.234%203.504%2C3.833%20L3.504%2C5.623%20L9.495%2C5.623%20L9.495%2C3.833%20ZM11.991%2C7.499%20C11.991%2C6.981%2011.543%2C6.561%2010.992%2C6.561%20L2.007%2C6.561%20C1.457%2C6.561%201.008%2C6.981%201.008%2C7.499%20L1.008%2C13.127%20C1.008%2C13.645%201.457%2C14.066%202.007%2C14.066%20L10.992%2C14.066%20C11.543%2C14.066%2011.991%2C13.645%2011.991%2C13.127%20L11.991%2C7.499%20ZM6.999%2C10.169%20L6.999%2C11.721%20C6.999%2C11.980%206.775%2C12.189%206.500%2C12.189%20C6.224%2C12.189%206.000%2C11.980%206.000%2C11.721%20L6.000%2C10.169%20C5.707%2C10.006%205.501%2C9.719%205.501%2C9.375%20C5.501%2C8.857%205.948%2C8.437%206.500%2C8.437%20C7.051%2C8.437%207.498%2C8.857%207.498%2C9.375%20C7.498%2C9.719%207.292%2C10.006%206.999%2C10.169%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}
ul.account_info {
  flex-grow: 0;
  flex-shrink: 0;
  width: 17.33333333em;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
ul.account_info li {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-grow: 0;
}
ul.account_info li.logout {
  position: relative;
  flex-shrink: 0;
}
ul.account_info li.logout:before {
  content: '';
  position: absolute;
  height: 1.84615385em;
  border-left: 1px solid #888888;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
ul.account_info li.logout a {
  height: 2.5em;
  width: 3.07692308em;
  background-image: url('../img/logout.png');
  background-size: 14px 14px;
  background-position: center center;
  padding-left: 1em;
  padding: 0;
}
ul.account_info li.logout a:hover {
  background-image: url('../img/logout_hover.png');
}
ul.account_info li.logout span {
  display: none;
}
ul.account_info .user_name_rep {
  color: #67be01;
  text-decoration: underline;
  line-height: 1.2;
  text-align: left;
  text-transform: none;
  justify-self: flex-start;
  font-size: 0.86666667rem;
  padding: 0 1.33333333rem;
}
ul.account_info .user_name_rep:hover {
  color: #3b3b3b;
}
.block-hide {
  display: none;
}
.resp_menu_cont {
  background-color: rgba(254, 254, 254, 0.95);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
  width: 100%;
  top: -12px;
  left: 0;
  padding: 0.5em 0;
  overflow: auto;
  padding-right: 1em;
  display: none;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.resp_menu_cont .top-m-b li.violet.green {
  padding-bottom: 0;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 {
  display: block;
  padding: 2px 0 2px 0;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li {
  padding: 4px 0 4px 1em;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li:first-child a {
  display: none;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li a {
  font-size: 13px;
  font-weight: 600;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li:first-child {
  display: block;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li:first-child .level3 li {
  display: block;
  padding: 4px 0;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li:first-child .level3 li a {
  display: block;
  padding-left: 0;
}
.resp_menu_cont .top-m-b li.violet.green ul.level2 li:first-child .level3 li:last-child {
  padding-bottom: 0;
}
.resp_menu_cont .top-m-b ul.level2 {
  display: none;
}
.resp_menu_cont .fixed_ul {
  margin-left: 0.5em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.resp_menu_cont .fixed_ul li {
  margin: 5px;
  width: calc(100% / 3 - 10px);
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.resp_menu_cont .fixed_ul li a {
  background-color: #f3f3f3;
  border: 1px solid #c0c0c0;
  padding: 0.5rem;
  width: 100%;
  color: #67be01;
  text-align: center;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.resp_menu_cont .fixed_ul li a svg path {
  fill: #67be01;
}
.resp_menu_cont .fixed_ul li a:hover {
  background-color: #67be01;
  color: #fff;
}
.resp_menu_cont .fixed_ul li a:hover svg path {
  fill: #fff;
}
.resp_menu_cont .fixed_ul li a span {
  flex-shrink: 0;
  width: 100%;
  font-size: 0.8rem;
}
.resp_menu_cont .top-m-b {
  order: 1;
  border-bottom: 1px solid #c0c0c0;
  padding: 0.5em 0;
}
.resp_menu_cont .short-menu {
  order: 2;
  padding: 0.5em 0;
}
.resp_menu_cont .resp_menu {
  padding: 1em 1.2em 3em 1.2em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.resp_menu_cont .resp_menu ul li {
  padding: 0.5em 0;
}
.resp_menu_cont .resp_menu ul a {
  font-weight: bold;
  text-transform: uppercase;
  color: #111111;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.resp_menu_cont .resp_menu ul a:hover {
  color: #67be01;
}
.resp_menu_cont.active {
  display: flex;
}
/*header bottom menu*/
/*banner background*/
#banner {
  position: relative;
  padding: 2.25em 0;
}
#banner a {
  text-decoration: none;
  color: #fff;
}
#banner .wrap {
  width: 845px;
}
.banner-bck > .ee_banner_outer_block .ee_banner_image_block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: none;
}
.banner-bck > .ee_banner_outer_block .ee_banner_image_block:first-child {
  display: block;
}
.banner-bck > .ee_banner_outer_block .ee_banner_image_block span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
}
/*news banner*/
/*menu and banner is the same width*/
.baner-menu-width {
  position: relative;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
}
.banner-news {
  position: relative;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
}
.banner-news .ee_banner_outer_block {
  position: relative;
  float: left;
  width: 100%;
  /*border: 1px solid rgba(255, 255, 255, .2);*/
}
.banner-news .ee_banner_block {
  display: none;
}
.banner-news .ee_banner_block:first-child,
.banner-news .ee_banner_block.slick-slide {
  display: block;
}
.banner-news .ee_banner_block a {
  float: left;
  top: 0;
  left: 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.banner-news .ee_banner_block span {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.banner-news .ee_banner_title_block {
  font-size: 1.25em;
  height: 2.33333333em;
  line-height: 2.33333333em;
  font-weight: 300;
  text-align: center;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 1.33333333em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 2.5em, 0);
  -moz-transform: translate3d(0, 2.5em, 0);
  -ms-transform: translate3d(0, 2.5em, 0);
  -o-transform: translate3d(0, 2.5em, 0);
  transform: translate3d(0, 2.5em, 0);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.banner-news a:hover .ee_banner_title_block {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/*menu with squares and icon at the bottom of the banner*/
.functional-menu {
  position: relative;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: auto;
  text-align: center;
  margin-top: 2.25em;
}
.functional-menu ul {
  margin: 0px;
  padding: 0px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
.functional-menu ul li {
  list-style: none;
}
.functional-menu ul li {
  padding: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1 1;
}
.functional-menu ul li a {
  background-color: rgba(255, 255, 255, 0.5);
  color: #3c6e00 !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-align: center;
  height: 7.1875em;
  padding: 0 1em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.functional-menu ul li a > span {
  float: left;
  width: 100%;
}
.functional-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.functional-menu ul li a .mt {
  min-height: 2.5em;
}
/*values cloub*/
#values {
  padding: 6.25em;
  color: #67be01;
}
#values img {
  width: 100%;
}
#values ul {
  margin: 0px;
  padding: 0px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  text-transform: uppercase;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-size: 1.125em;
  margin: 2.5em 0 2.25em 0;
}
#values ul li {
  list-style: none;
}
#values ul li {
  padding-top: 0;
  flex: 1 1 50%;
  margin-bottom: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 2px 2px;
}
.small-offer-block {
  position: relative;
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.small-offer-block:before,
.small-offer-block:after {
  content: '';
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.small-offer-block:before {
  top: 0.5em;
}
.small-offer-block:after {
  bottom: 0.5em;
}
.small-offer-block .wrap {
  height: 15.75em;
  background-image: url('../img/ellipse.png');
  background-position: top left;
  background-repeat: no-repeat;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.small-offer-block .themeimage_bg div {
  background-position: center center;
  background-size: cover;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.small-offer-block .offer-cont {
  background-color: rgba(0, 0, 0, 0.2);
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: space-between;
  -moz-box-align: space-between;
  -ms-flex-line-pack: space-between;
  -webkit-align-content: space-between;
  align-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: space-around;
  -moz-box-align: space-around;
  -ms-flex-line-pack: space-around;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.small-offer-block h2 {
  text-transform: none;
  line-height: 1.3;
  color: #fff;
  padding: 0 1rem;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  font-weight: lighter;
}
.func-block {
  padding: 1.25em 0;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.func-block .center-button:not(.users-all) {
  float: left;
  width: 100%;
  margin-top: 1.6em;
}
.SumoSelect {
  width: inherit !important;
  vertical-align: inherit;
}
.SumoSelect .optWrapper .options li span i {
  bottom: unset !important;
}
.SumoSelect .CaptionCont {
  min-height: 20px;
}
.button-green-small {
  height: 2.4em !important;
  line-height: 2.4em !important;
  margin-bottom: 1.3em !important;
  max-width: unset !important;
  width: auto !important;
}
.CaptionCont span,
.SelectBox span,
.placeholder span {
  text-align: left !important;
  padding: 0 1em !important;
  color: black !important;
  font-style: normal !important;
}
/*offer block*/
.member-cont {
  padding: 2.5em 0 0 0;
  position: relative;
  overflow: hidden;
}
.member-cont .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.member-cont .wrap.arr_cont {
  width: 65.625em;
  font-size: 15px;
}
.member-cont .wrap .white_arr {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  position: absolute;
  top: 0;
  height: 30em;
  width: 66em;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.member-cont .wrap .white_arr.right {
  right: -66.1em;
}
.member-cont .wrap .white_arr.left {
  left: -66.1em;
}
.member-cont .wrap button {
  width: 4em;
  background-color: #fff;
  height: 16em;
  line-height: 13.75em;
  text-align: center;
  font-size: 15px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.member-cont .wrap button.slick-arrow:before {
  font-family: fontAwesome;
  font-size: 28px;
  color: #555555;
  z-index: 99;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
}
.member-cont .wrap button:hover.slick-arrow:before {
  color: #67be01;
}
.member-cont .wrap button.slick-next {
  right: -4.1em;
}
.member-cont .wrap button.slick-next:before {
  content: "\f054";
}
.member-cont .wrap button.slick-prev {
  left: -4.1em;
}
.member-cont .wrap button.slick-prev:before {
  content: "\f053";
}
.member-cont .wrap.arr_cont {
  margin-top: 2.5em !important;
}
.member-cont .wrap button {
  width: 2em;
  background-color: rgba(255, 255, 255, 0);
}
.member-cont .wrap button.slick-prev {
  left: -1em;
}
.member-cont .wrap button.slick-next {
  right: -1em;
}
.member-cont .member-name {
  word-spacing: 999999999px;
}
.member-list {
  margin: 0px;
  padding: 0px;
  /*.flex_display;*/
  position: relative;
  padding-bottom: 2.5em;
  z-index: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.member-list li {
  list-style: none;
}
.member-list li {
  padding: 0 1em 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 13.125em;
}
.member-list li:hover .member-name,
.member-list li.active .member-name {
  color: #67be01;
}
.member-list li:hover a,
.member-list li.active a {
  color: #67be01;
}
.member-list li:hover a .member-image:after,
.member-list li.active a .member-image:after {
  border: 0.4em solid #f7f7f7;
  -webkit-box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
  box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
}
.member-list a {
  color: #111111;
  text-align: center;
  text-decoration: none;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.member-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 9.625em;
  height: 9.625em;
  display: inline-block;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.member-image:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*Виклик .radius(значення в px)*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 0.375em solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.member-name {
  font-weight: bold;
  display: inline-block;
  height: 2.7em;
  width: 9.625em;
  overflow: hidden;
}
.member-list-descr {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: -1em 0 0em 0;
  height: 4em;
}
.member-item-descr {
  text-align: center;
  width: auto !important;
  max-width: 600px;
  bottom: 0;
  display: none;
}
.member-item-descr.active {
  display: block;
}
.member-company {
  font-weight: bold;
  font-size: 1.125em;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
}
.member-short-descr {
  font-size: 0.875em;
  width: 100%;
  display: block;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  overflow: hidden;
}
/*events*/
.events-cont {
  margin: 2.25em 0 0 0;
  position: relative;
  overflow: hidden;
}
.events-cont .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.events-cont .wrap.arr_cont {
  width: 71.875em;
  font-size: 15px;
}
.events-cont .wrap .white_arr {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  position: absolute;
  top: 0;
  height: 30em;
  width: 66em;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.events-cont .wrap .white_arr.right {
  right: -66.1em;
}
.events-cont .wrap .white_arr.left {
  left: -66.1em;
}
.events-cont .wrap button {
  width: 4em;
  background-color: #fff;
  height: 16em;
  line-height: 28.75em;
  text-align: center;
  font-size: 15px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.events-cont .wrap button.slick-arrow:before {
  font-family: fontAwesome;
  font-size: 28px;
  color: #555555;
  z-index: 99;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
}
.events-cont .wrap button:hover.slick-arrow:before {
  color: #67be01;
}
.events-cont .wrap button.slick-next {
  right: -4.1em;
}
.events-cont .wrap button.slick-next:before {
  content: "\f054";
}
.events-cont .wrap button.slick-prev {
  left: -4.1em;
}
.events-cont .wrap button.slick-prev:before {
  content: "\f053";
}
.events-cont ul {
  margin: 0px;
  padding: 0px;
  z-index: 0;
  margin: 0 auto;
}
.events-cont ul li {
  list-style: none;
}
.events-cont li {
  position: relative;
  width: 14.375em;
  height: 14.375em;
  border: 5px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.events-cont li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 50% 0;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.events-cont li.active {
  width: 570px;
  height: 570px;
}
.events-cont li:not(.active) .bc_event_time {
  display: none;
}
.events-cont li:not(.active) .bc_event_city .event_desc_val,
.events-cont li:not(.active) .bc_event_data .event_desc_val {
  position: absolute;
  left: 0;
  padding: 0 0.71428571em;
  height: 2.85714286em;
  line-height: 2.85714286em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.events-cont li:not(.active) .bc_event_city .event_desc_val {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}
.events-cont li:not(.active) .bc_event_data .event_desc_val {
  background-color: #67be01;
  top: 8.8em;
  width: auto;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.events-cont .themeimage_bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.events-cont .themeimage_bg div {
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.events-cont .item_title {
  position: absolute;
  text-align: left;
  height: 3.6em;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.events-cont .bc_event_short_details {
  font-weight: bold;
  font-size: 0.86666667em;
}
.events-cont .bc_event_short_details > span {
  margin-bottom: 0;
}
.events-cont .event_desc_title {
  display: none;
}
.events-cont .bc_event_type {
  display: none;
}
.events-cont .bc_event_city .event_desc_val:before {
  content: "\f041";
  font-family: fontAwesome;
  padding-right: 1em;
}
.events-cont .bc_event_data .event_desc_val:before {
  content: "\f073";
  font-family: fontAwesome;
  padding-right: 1em;
}
.events-cont .slick-track {
  margin: 0 auto;
}
/* grant */
.grants-cont {
  margin: 2.25em 0 0 0;
  position: relative;
  overflow: hidden;
}
.grants-cont .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.grants-cont .wrap.arr_cont {
  width: 71.875em;
  font-size: 15px;
}
.grants-cont .wrap .white_arr {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  position: absolute;
  top: 0;
  height: 30em;
  width: 66em;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.grants-cont .wrap .white_arr.right {
  right: -66.1em;
}
.grants-cont .wrap .white_arr.left {
  left: -66.1em;
}
.grants-cont .wrap button {
  width: 4em;
  background-color: #fff;
  height: 16em;
  line-height: 28.75em;
  text-align: center;
  font-size: 15px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.grants-cont .wrap button.slick-arrow:before {
  font-family: fontAwesome;
  font-size: 28px;
  color: #555555;
  z-index: 99;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
}
.grants-cont .wrap button:hover.slick-arrow:before {
  color: #67be01;
}
.grants-cont .wrap button.slick-next {
  right: -4.1em;
}
.grants-cont .wrap button.slick-next:before {
  content: "\f054";
}
.grants-cont .wrap button.slick-prev {
  left: -4.1em;
}
.grants-cont .wrap button.slick-prev:before {
  content: "\f053";
}
.grants-cont ul {
  margin: 0px;
  padding: 0px;
  z-index: 0;
  margin: 0 auto;
}
.grants-cont ul li {
  list-style: none;
}
.grants-cont li {
  position: relative;
  height: 14.375em;
  border: 5px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grants-cont li a {
  width: 100%;
  display: block;
  position: relative;
  padding: 50% 0;
  text-decoration: none;
  color: #fff;
  overflow: hidden;
}
.grants-cont li.active {
  width: 570px;
  height: 570px;
}
.grants-cont li:not(.active) .bc_grant_time {
  display: none;
}
.grants-cont li:not(.active) .bc_grant_city .grant_desc_val,
.grants-cont li:not(.active) .bc_grant_data .grant_desc_val {
  position: absolute;
  left: 0;
  padding: 0 0.71428571em;
  height: 2.85714286em;
  line-height: 2.85714286em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.grants-cont li:not(.active) .bc_grant_city .grant_desc_val {
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
}
.grants-cont li:not(.active) .bc_grant_data .grant_desc_val {
  background-color: #67be01;
  top: 8.8em;
  width: auto;
  overflow: hidden;
  border-bottom: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grants-cont .themeimage_bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.grants-cont .themeimage_bg div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.grants-cont .item_title {
  position: absolute;
  text-align: left;
  height: 3.6em;
  padding: 0.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.4;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.grants-cont .bc_grant_short_details {
  font-weight: bold;
  font-size: 0.86666667em;
}
.grants-cont .bc_grant_short_details > span {
  margin-bottom: 0;
}
.grants-cont .grant_desc_title {
  display: none;
}
.grants-cont .bc_grant_type {
  display: none;
}
.grants-cont .bc_grant_city .grant_desc_val:before {
  content: "\f041";
  font-family: fontAwesome;
  padding-right: 1em;
}
.grants-cont .bc_grant_data .grant_desc_val:before {
  content: "\f073";
  font-family: fontAwesome;
  padding-right: 1em;
}
.grants-cont .slick-track {
  margin: 0 auto;
}
#news-block li > p {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  line-height: 1.4;
  text-align: left;
  float: left;
  overflow: hidden;
  word-break: break-word;
  margin-top: 15px;
}
/*news*/
.main-new-block .ee_items_news {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  flex-wrap: wrap;
}
.main-new-block .ee_items_news li {
  list-style: none;
  width: 28%;
  margin: 15px;
  font-size: 1em;
}
.main-new-block .ee_items_news li p a {
  color: #67be01;
}
.main-new-block .ee_items_news li .ee_news_date {
  display: none;
}
.main-new-block .ee_items_news li img {
  min-width: 100% !important;
  min-height: 100% !important;
}
.main-new-block .pages {
  display: none;
}
#news-block,
#gallery,
#member-block {
  max-width: 1920px;
  margin: 0 auto;
  padding: 3.25em 0;
}
.news-cat-select {
  float: left;
  width: 100%;
  font-size: 1.125em;
  border-bottom: 1px solid #c9c9c9;
  margin: 1.11111111em 0 1.77777778em 0;
}
.news-cat-select ul {
  margin: 0px;
  padding: 0px;
  display: table;
  margin: 0 auto 1.7em auto;
}
.news-cat-select ul li {
  list-style: none;
}
.news-cat-select li {
  display: inline-block;
  padding: 0 1.11111111em;
}
.news-cat-select li:hover a,
.news-cat-select li.active a,
.news-cat-select li:hover button,
.news-cat-select li.active button {
  color: #67be01;
  border-bottom: 1px solid #67be01;
}
.news-cat-select a,
.news-cat-select button {
  background: none;
  border: none;
  text-transform: uppercase;
  color: #c9c9c9;
  border-bottom: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}
/*news content*/
.news-content {
  position: relative;
  overflow: hidden;
}
.news-content .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.news-content .wrap.arr_cont {
  width: 75em;
  font-size: 15px;
}
.news-content .wrap .white_arr {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  position: absolute;
  top: 0;
  height: 30em;
  width: 66em;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.news-content .wrap .white_arr.right {
  right: -66.1em;
}
.news-content .wrap .white_arr.left {
  left: -66.1em;
}
.news-content .wrap button {
  width: 4em;
  background-color: #fff;
  height: 16em;
  line-height: 27em;
  text-align: center;
  font-size: 15px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.news-content .wrap button.slick-arrow:before {
  font-family: fontAwesome;
  font-size: 28px;
  color: #555555;
  z-index: 99;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
}
.news-content .wrap button:hover.slick-arrow:before {
  color: #67be01;
}
.news-content .wrap button.slick-next {
  right: -4.1em;
}
.news-content .wrap button.slick-next:before {
  content: "\f054";
}
.news-content .wrap button.slick-prev {
  left: -4.1em;
}
.news-content .wrap button.slick-prev:before {
  content: "\f053";
}
.news-content ul {
  margin: 0px;
  padding: 0px;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  margin-bottom: 2.66666667px;
  font-size: 15px;
}
.news-content ul li {
  list-style: none;
}
.news-content li {
  padding: 0 17px;
  flex-shrink: 1;
  flex-grow: 0;
  padding-bottom: 1.5em;
  background-repeat: no-repeat;
  background-position: 10px bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25em;
  height: 27em;
}
.news-content .slick-slide > div {
  padding: 0 17px;
  flex-shrink: 1;
  flex-grow: 0;
  padding-bottom: 1.5em;
  background-image: url('../img/more.svg');
  background-repeat: no-repeat;
  background-position: 29px bottom;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25em;
  height: 27em;
}
.news-content .slick-slide > div > li > p {
  height: 8.2em;
  overflow: hidden;
}
.news-content a {
  text-decoration: none;
  position: relative;
  color: #111111;
}
.news-content a:hover .ee_news_title {
  color: #67be01;
}
.news-content a:hover .ee_news_date {
  background-color: #67be01;
}
/*partners*/
#partners {
  padding-top: 0;
}
#partners ul {
  margin: 0px;
  padding: 0px;
  padding: 0 15px;
  /*.flex_display;*/
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 2em;
}
#partners ul li {
  list-style: none;
}
#partners ul li {
  flex: 1 1;
  padding: 0 1.5em;
}
#partners ul a {
  display: block;
  height: 5em;
  width: 100%;
  position: relative;
}
#partners ul a:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
#partners ul img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
#partners ul .item_link .item_title {
  display: none;
}
#partners button {
  z-index: 2;
}
#partners button:hover.slick-arrow:before {
  color: #67be01;
}
#partners button.slick-arrow:before {
  font-family: fontAwesome, serif;
  font-size: 28px;
  color: #555555;
  z-index: 99;
}
#partners button.slick-prev:before {
  content: "\f053";
}
#partners button.slick-next:before {
  content: "\f054";
}
/*contacts_table*/
.contacts_table {
  width: 100%;
  float: left;
}
.contacts_table tr {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.contacts_table tr td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 15px);
  padding: 10px !important;
  border-color: #67be01;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}
/*footer dark links*/
#footer-links-cat {
  background-color: #111111;
  color: #fff;
  font-size: 0.875em;
}
#footer-links-cat .col-12 {
  background-image: url('../img/ellipse.png');
  background-position: top left;
  background-repeat: no-repeat;
}
#footer-links-cat .col-12 nav,
#footer-links-cat .col-12 adress {
  padding-top: 4.28571429em;
  padding-bottom: 2.85714286em;
}
#footer-links-cat a {
  color: #888888;
  text-decoration: none;
}
#footer-links-cat a:hover {
  color: #67be01;
}
#footer-links-cat ul {
  margin: 0px;
  padding: 0px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#footer-links-cat ul li {
  list-style: none;
}
#footer-links-cat ul li {
  flex: 1 1 20%;
  padding-right: 10px;
}
#footer-links-cat ul li:last-child {
  padding-right: 0;
}
#footer-links-cat adress {
  line-height: 1.5;
}
#footer-links-cat adress p {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  min-height: 1.5em;
}
#footer-links-cat adress p span.contact-name {
  font-weight: 500;
  color: white;
  padding-left: 2.5em;
  height: 1.3em;
  min-width: 5em;
  display: inline-block;
}
#footer-links-cat adress p span.contact-name.icon {
  background-position: center left;
  background-size: contain;
}
#footer-links-cat adress p span.contact-name.icon.adress {
  background-position: 4px 0;
}
#footer-links-cat adress p span.contact-name.icon.phone {
  background-position: 5px 0;
}
#footer-links-cat adress p span,
#footer-links-cat adress p a {
  padding-left: 1em;
  color: #888888;
}
#footer-links-cat adress p a[itemprop="telephone"] {
  padding-left: 0;
  float: left;
  width: 100%;
}
#footer-links-cat .h3 {
  color: #fff;
  font-weight: bold;
  text-align: left;
  font-size: 0.875em;
  margin: 1em 0;
  display: block;
}
/*footer links articles*/
#footer-links-articles {
  font-size: 0.875em;
  padding: 5em 0 2.85714286em;
}
#footer-links-articles .art-links-cont {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#footer-links-articles .footer-links-cat-1 {
  width: 20%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-links-articles .footer-links-cat-1:first-child {
  padding-left: 0;
}
#footer-links-articles .footer-links-cat-1:last-child {
  padding-right: 0;
}
#footer-links-articles h3 {
  font-size: 0.875em;
  text-transform: uppercase;
  margin: 0 0 2.42857143em 0;
}
#footer-links-articles ul {
  margin: 0px;
  padding: 0px;
  font-size: 0.92857143em;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-line-pack: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#footer-links-articles ul li {
  list-style: none;
}
#footer-links-articles li {
  padding: 0.9375rem 0;
  border-top: 1px solid #848484;
}
#footer-links-articles a {
  color: #848484;
  text-decoration: none;
}
#footer-links-articles a:hover {
  color: #67be01;
}
/*gallery*/
.footer-gallery {
  position: relative;
  overflow: hidden;
  padding-bottom: 4em;
}
.footer-gallery .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.footer-gallery .wrap.arr_cont {
  width: 300%;
  font-size: 15px;
}
.footer-gallery .wrap .white_arr {
  background-color: rgba(255, 255, 255, 0.8);
  content: '';
  position: absolute;
  top: 0;
  height: 30em;
  width: 66em;
  z-index: 1;
  font-size: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer-gallery .wrap .white_arr.right {
  right: -66.1em;
}
.footer-gallery .wrap .white_arr.left {
  left: -66.1em;
}
.footer-gallery .wrap button {
  width: 4em;
  background-color: #fff;
  height: 16em;
  line-height: 100%;
  text-align: center;
  font-size: 15px;
  top: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 2;
}
.footer-gallery .wrap button.slick-arrow:before {
  font-family: fontAwesome;
  font-size: 28px;
  color: #555555;
  z-index: 99;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
}
.footer-gallery .wrap button:hover.slick-arrow:before {
  color: #67be01;
}
.footer-gallery .wrap button.slick-next {
  right: -4.1em;
}
.footer-gallery .wrap button.slick-next:before {
  content: "\f054";
}
.footer-gallery .wrap button.slick-prev {
  left: -4.1em;
}
.footer-gallery .wrap button.slick-prev:before {
  content: "\f053";
}
.footer-gallery ul {
  margin: 0px;
  padding: 0px;
  /*        .flex_display;*/
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-around;
  -webkit-justify-content: space-around;
  -moz-box-pack: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
}
.footer-gallery ul li {
  list-style: none;
}
.footer-gallery li {
  flex: 1;
  position: relative;
  overflow: hidden;
  padding: 0 0.5em 1em 0.5em;
  display: block;
  width: 375px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-gallery li:hover .item_title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.footer-gallery .themeimages {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-gallery .item_title {
  color: #fff;
  text-decoration: none;
  padding: 1em 0.5em 0.5em 0.5em;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 1em;
  left: 0.5em;
  width: calc(100% - 2em);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -o-transform: translateY(150%);
  transform: translateY(150%);
}
.boxsizing .footer-gallery .item_title:not(.item_short_text) {
  text-transform: uppercase;
  font-size: 1.1875em;
  text-align: center;
}
.footer-gallery .item_title .item_short_text {
  margin-top: 2em;
  font-size: 0.6875em;
}
.footer-gallery .themeimage_bg {
  position: relative;
}
.footer-gallery .themeimage_bg div {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
}
.footer-gallery .red.orange {
  /*головне фото зверху*/
}
.footer-gallery .red.orange .themeimage_bg {
  flex-grow: 3;
  width: 100%;
  padding: 32% 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-gallery .red.orange .photo-min {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.footer-gallery .red.orange .photo-min .themeimage_bg {
  width: 33.33333333%;
  padding: 16% 0;
  display: table;
}
.footer-gallery .red.green {
  /* green головне фото знизу*/
}
.footer-gallery .red.green .themeimage_bg {
  flex-grow: 3;
  width: 100%;
  padding: 32% 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
}
.footer-gallery .red.green .photo-min {
  order: 1;
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.footer-gallery .red.green .photo-min .themeimage_bg {
  width: 33.33333333%;
  padding: 16% 0;
  display: table;
}
.footer-gallery .red.skyblue {
  /* skyblue головне фото спарва*/
}
.footer-gallery .red.skyblue .themeimage_bg {
  flex-grow: 3;
  width: 70%;
  padding: 48.3% 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.footer-gallery .red.skyblue .photo-min {
  width: 30%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.footer-gallery .red.skyblue .photo-min .themeimage_bg {
  width: 100%;
  padding: 53.4% 0;
  display: table;
}
.footer-gallery .red.yellow {
  /* yello головне фото зліва*/
}
.footer-gallery .red.yellow .themeimage_bg {
  flex-grow: 3;
  width: 70%;
  padding: 48.3% 0;
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  order: 2;
}
.footer-gallery .red.yellow .photo-min {
  order: 1;
  width: 30%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
}
.footer-gallery .red.yellow .photo-min .themeimage_bg {
  width: 100%;
  padding: 53.4% 0;
  display: table;
}
.footer-gallery h1 {
  text-align: center;
  font-size: 2.625em;
}
.footer-gallery .gallery_cont {
  margin-top: 5em;
  position: relative;
}
/*subscribe*/
.subscribe {
  background-color: #e9e9e9;
  padding: 1.5625em 0;
  float: left;
  width: 100%;
}
.subscribe .wrap {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.subscribe .h2 {
  font-size: 1.875em;
  font-weight: 300;
  align-self: center;
}
.subscribe .fullouttext {
  flex: 1 1;
}
.subscribe input {
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20%0D%0A%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0D%0A%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%0D%0A%20width%3D%2218px%22%20height%3D%2214px%22%3E%0D%0A%3Cpath%20fill-rule%3D%22evenodd%22%20%20fill%3D%22%23111111%22%0D%0A%20d%3D%22M18.000%2C11.226%20C18.000%2C12.158%2017.526%2C13.195%2016.594%2C13.195%20L1.969%2C13.195%20C1.037%2C13.195%20-0.000%2C12.158%20-0.000%2C11.226%20L-0.000%2C2.226%20C-0.000%2C2.173%200.014%2C2.127%200.021%2C2.077%20C0.012%2C2.016%200.034%2C1.966%200.045%2C1.906%20C0.047%2C1.899%200.050%2C1.892%200.052%2C1.886%20C0.071%2C1.797%200.073%2C1.703%200.137%2C1.629%20C0.158%2C1.605%200.186%2C1.593%200.210%2C1.573%20C0.558%2C1.075%201.289%2C0.820%201.969%2C0.820%20L16.594%2C0.820%20C17.402%2C0.820%2017.844%2C1.198%2017.953%2C1.900%20C17.964%2C1.963%2017.988%2C2.015%2017.978%2C2.078%20C17.982%2C2.131%2018.000%2C2.169%2018.000%2C2.226%20L18.000%2C11.226%20ZM1.969%2C12.070%20L16.594%2C12.070%20C16.904%2C12.070%2016.875%2C11.536%2016.875%2C11.226%20L16.875%2C3.167%20L9.368%2C9.173%20C9.262%2C9.264%209.131%2C9.310%209.000%2C9.310%20C8.869%2C9.310%208.737%2C9.264%208.632%2C9.173%20L1.125%2C3.167%20L1.125%2C11.226%20C1.125%2C11.536%201.658%2C12.070%201.969%2C12.070%20ZM16.312%2C1.945%20L1.969%2C1.945%20C1.813%2C1.945%201.602%2C1.938%201.429%2C1.970%20L9.000%2C8.003%20L16.601%2C1.945%20C16.598%2C1.945%2016.597%2C1.945%2016.594%2C1.945%20L16.312%2C1.945%20Z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
  background-position: 97% center;
  background-repeat: no-repeat;
  height: 4.375em;
  line-height: 4.375em;
  padding: 0 3em 0 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe table {
  width: 100%;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.subscribe table tbody {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
}
.subscribe table tr:first-child {
  flex: 1;
  padding: 0 2em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe table tr:first-child .eegnith_td_column_right {
  display: block;
  width: 100%;
}
.subscribe table tr:last-child {
  width: 14.375em;
}
.subscribe table tr input {
  display: block;
  width: 100%;
}
/*copy*/
#copy-footer {
  padding: 2.30769231em 0 2.30769231em 0;
  font-size: 0.8125em;
  color: #5b5b5b;
}
/*FOR ALL BUTTON*/
.button {
  color: #fff;
  border: none;
  text-decoration: none;
  max-width: 16.25em;
  width: 100%;
  height: 4.375em;
  line-height: 4.375em;
  display: inline-block;
  text-align: center;
  padding: 0 2em;
  background-color: #67be01;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.button:hover {
  background-color: #111111;
}
.button.small_size {
  font-size: 0.8em;
}
.button.centered {
  margin: 1em auto;
  display: table;
}
.button.full_width {
  max-width: 100%;
}
.button.multi_column {
  font-size: 0.8em;
  line-height: 1.2;
  height: auto;
  padding: 1em 1.5em;
}
.button.thin {
  font-size: 0.8em;
  line-height: 1.2;
  height: auto;
  max-width: 20%;
  width: auto;
  padding: 1em 1.5em;
}
.button.left {
  float: left;
  max-width: 49%;
}
.button.right {
  float: right;
  max-width: 49%;
}
.button.right_no_size {
  float: right;
}
.ee_good_without_before {
  float: left;
  width: 100%;
  text-align: center;
  padding: 0 0 1.5em 0;
  text-transform: uppercase;
  font-weight: bold;
}
/*add to parent div*/
.center-button {
  text-align: center;
}
.totop {
  font-size: 2.5em;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
  text-align: center;
  position: fixed;
  right: 1em;
  bottom: 1em;
  z-index: 9;
  background-color: rgba(36, 36, 36, 0.5);
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: none;
}
.totop:hover {
  background-color: #67be01;
}
/*pages*/
.pages {
  float: right;
  margin: 1em 0;
}
.pages a {
  font-size: 0.875em;
  height: 2em;
  line-height: 2;
  min-width: 2em;
  color: #fff !important;
  background-color: #888888;
  text-align: center;
  float: left;
  margin-right: 0.5em;
  padding: 0 1em;
  font-weight: bold;
  text-decoration: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.pages a.eepage_active,
.pages a:hover {
  background-color: #67be01;
}
/*photagallery*/
.photocategory {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.photocategory li {
  list-style: none;
}
.photocategory li {
  width: calc(92% / 3);
  margin: 10px;
  /* margin-bottom: 10px; */
}
.photocategory li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.photocategory img {
  width: 100%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  height: auto;
}
/*triangle load more items*/
.load_more {
  border-top: 1em solid #67be01;
  border-left: 2.5em solid transparent;
  border-right: 2.5em solid transparent;
  border-bottom: 0 solid transparent;
  display: table;
  margin: 2em auto;
  width: 0;
  height: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.load_more:hover {
  border-top: 1em solid #888888;
}
/*gloabl modal window suuport (FIRST USE at THE MAP PAGE)*/
.bodyopacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
}
.modalContainer {
  border: 2px solid #67be01;
  background-color: #fff;
  padding-top: 1.7em;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 17.33333333em;
  height: 14.33333333em;
  display: none;
}
.modalContainer.active {
  display: block;
}
.modalclose {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background-image: url('../img/close-icon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.modalclose:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.modalTitle {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 0.93333333em;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ff7500;
}
.modalContentOverfolow {
  position: relative;
  float: left;
  width: 100%;
  height: calc(100% - 3.5em);
  overflow: auto;
  padding: 0 1.6em 1em 1.6em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 1em;
}
.modalContentContainer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 3.2em);
  height: calc(100%);
  position: absolute;
  top: 0;
  left: 1.6em;
}
.fb-nospace {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ee_article .table_cont img {
  max-width: max-content;
}
/*show hide stackable tables on middle or large screens*/
.stacktable.small-only {
  display: none;
}
.event-full-descr .col-12 .fulltext .table_cont table tbody tr td img {
  max-width: unset !important;
}
.event-full-descr .col-12 .fulltext .table_cont table tbody tr td p img {
  max-width: unset !important;
}
.event-full-descr .col-12 .fulltext table tbody tr td img {
  max-width: unset !important;
}
.event-full-descr .col-12 .fulltext table tbody tr td p img {
  max-width: unset !important;
}
.grant-full-descr .col-12 .fulltext table tbody tr td img {
  max-width: unset !important;
}
.grant-full-descr .col-12 .fulltext table tbody tr td p img {
  max-width: unset !important;
}
.orange_btn {
  background-color: #ff7500 !important;
}
.orange_btn:hover {
  background-color: #111111 !important;
}
.yellow_btn {
  background-color: #dbc611 !important;
}
.yellow_btn:hover {
  background-color: #111111 !important;
}
@media screen and (min-width: 768px) {
  .logo-liqpay-and-visa-and-mastercard {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 90% !important;
    transform: scale(0.6);
    filter: grayscale(1);
  }
  .logo-liqpay-and-visa-and-mastercard:hover {
    transform: scale(0.7);
    cursor: pointer;
    filter: grayscale(0);
  }
}
@media screen and (max-width: 768px) {
  .logo-liqpay-and-visa-and-mastercard {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 100%;
    transform: scale(0.6);
    filter: grayscale(1);
  }
  .logo-liqpay-and-visa-and-mastercard:hover {
    transform: scale(0.7);
    cursor: pointer;
    filter: grayscale(0);
  }
}
.adaptive-form .ee_formblock form .register_company_to_club table tbody tr:first-child {
  width: 100%;
}
.adaptive-form .form-half-block {
  margin-right: 0 !important;
  width: calc(100% / 2) !important;
}
.adaptive-form .table-tr-exploded-into-two-blocks {
  width: calc(100% / 2 - 20px);
  float: left;
  margin: 0 10px;
}
.adaptive-form .table-tr-exploded-into-two-blocks table tbody tr {
  width: 100%;
  margin: 0;
}
.adaptive-form .form-float-rigth {
  float: right;
}
.adaptive-form .button-green-long {
  color: #fff;
  max-width: fit-content;
  height: 3.5em;
}
.form_block_consent {
  display: flex;
  padding: 13px 8%;
  align-items: center;
}
.level1 img {
  width: 25px;
}
.select2-selection {
  padding: 0;
}
.select2-container {
  width: 100% !important;
  max-width: 100% !important;
}
input[type='file'] {
  color: transparent;
}
/*---- article tabs ----*/
.tabs-heading {
  font-size: 1.1em;
  margin: 20px 0 10px;
  font-weight: bold;
  color: #111111;
  text-transform: uppercase;
  width: 100%;
}
.tabs-heading p {
  margin: 0 !important;
}
.tabs {
  margin-bottom: 30px;
  width: 100%;
}
.tabs p {
  margin: 0 !important;
}
.tabs .tab {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.tabs .tab .heading {
  font-size: 1em;
  color: #67be01;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 10px 10px 30px;
  text-align: left !important;
  text-transform: uppercase;
  position: relative;
}
.tabs .tab .heading.active:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tabs .tab .heading:before {
  content: '';
  width: 16px;
  height: 16px;
  background-image: url("../img/circle-arrow.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 20px;
}
.tabs .tab .heading p {
  margin: 5px 0 !important;
}
.tabs .tab .body {
  padding: 5px 30px 15px 80px;
  display: none;
}
.tabs .tab .body p {
  line-height: 1.4;
}
.tabs .tab .body img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
}
button {
  cursor: pointer !important;
}
.text-center {
  text-align: center;
}
.content-center {
  text-align: center;
}
/*----------------------------------------------------------------------------*/
/*адапитвності та колонки ЗАВЖД�? ВКІНЦІ*/
/*.column(@width:1, @padding:@column_spacer, @global_column:@column_counter){
    width:(@width * 100% / @global_column);
    padding: @padding;
}*/
/*.offset(@width:1, @global_column:@column_counter){
    margin-left:(@width * 100% / @global_column);
}*/
.col-1,
.col-l-1,
.col-m-1,
.col-s-1,
.col-xs-1 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-1.right,
.col-l-1.right,
.col-m-1.right,
.col-s-1.right,
.col-xs-1.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-1.center,
.col-l-1.center,
.col-m-1.center,
.col-s-1.center,
.col-xs-1.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-1.hide,
.col-l-1.hide,
.col-m-1.hide,
.col-s-1.hide,
.col-xs-1.hide {
  display: none;
}
.col-1.offset.hide,
.col-l-1.offset.hide,
.col-m-1.offset.hide,
.col-s-1.offset.hide,
.col-xs-1.offset.hide {
  display: none;
}
.col-2,
.col-l-2,
.col-m-2,
.col-s-2,
.col-xs-2 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-2.right,
.col-l-2.right,
.col-m-2.right,
.col-s-2.right,
.col-xs-2.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-2.center,
.col-l-2.center,
.col-m-2.center,
.col-s-2.center,
.col-xs-2.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-2.hide,
.col-l-2.hide,
.col-m-2.hide,
.col-s-2.hide,
.col-xs-2.hide {
  display: none;
}
.col-2.offset.hide,
.col-l-2.offset.hide,
.col-m-2.offset.hide,
.col-s-2.offset.hide,
.col-xs-2.offset.hide {
  display: none;
}
.col-3,
.col-l-3,
.col-m-3,
.col-s-3,
.col-xs-3 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-3.right,
.col-l-3.right,
.col-m-3.right,
.col-s-3.right,
.col-xs-3.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-3.center,
.col-l-3.center,
.col-m-3.center,
.col-s-3.center,
.col-xs-3.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-3.hide,
.col-l-3.hide,
.col-m-3.hide,
.col-s-3.hide,
.col-xs-3.hide {
  display: none;
}
.col-3.offset.hide,
.col-l-3.offset.hide,
.col-m-3.offset.hide,
.col-s-3.offset.hide,
.col-xs-3.offset.hide {
  display: none;
}
.col-4,
.col-l-4,
.col-m-4,
.col-s-4,
.col-xs-4 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-4.right,
.col-l-4.right,
.col-m-4.right,
.col-s-4.right,
.col-xs-4.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-4.center,
.col-l-4.center,
.col-m-4.center,
.col-s-4.center,
.col-xs-4.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-4.hide,
.col-l-4.hide,
.col-m-4.hide,
.col-s-4.hide,
.col-xs-4.hide {
  display: none;
}
.col-4.offset.hide,
.col-l-4.offset.hide,
.col-m-4.offset.hide,
.col-s-4.offset.hide,
.col-xs-4.offset.hide {
  display: none;
}
.col-5,
.col-l-5,
.col-m-5,
.col-s-5,
.col-xs-5 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-5.right,
.col-l-5.right,
.col-m-5.right,
.col-s-5.right,
.col-xs-5.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-5.center,
.col-l-5.center,
.col-m-5.center,
.col-s-5.center,
.col-xs-5.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-5.hide,
.col-l-5.hide,
.col-m-5.hide,
.col-s-5.hide,
.col-xs-5.hide {
  display: none;
}
.col-5.offset.hide,
.col-l-5.offset.hide,
.col-m-5.offset.hide,
.col-s-5.offset.hide,
.col-xs-5.offset.hide {
  display: none;
}
.col-6,
.col-l-6,
.col-m-6,
.col-s-6,
.col-xs-6 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-6.right,
.col-l-6.right,
.col-m-6.right,
.col-s-6.right,
.col-xs-6.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-6.center,
.col-l-6.center,
.col-m-6.center,
.col-s-6.center,
.col-xs-6.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-6.hide,
.col-l-6.hide,
.col-m-6.hide,
.col-s-6.hide,
.col-xs-6.hide {
  display: none;
}
.col-6.offset.hide,
.col-l-6.offset.hide,
.col-m-6.offset.hide,
.col-s-6.offset.hide,
.col-xs-6.offset.hide {
  display: none;
}
.col-7,
.col-l-7,
.col-m-7,
.col-s-7,
.col-xs-7 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-7.right,
.col-l-7.right,
.col-m-7.right,
.col-s-7.right,
.col-xs-7.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-7.center,
.col-l-7.center,
.col-m-7.center,
.col-s-7.center,
.col-xs-7.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-7.hide,
.col-l-7.hide,
.col-m-7.hide,
.col-s-7.hide,
.col-xs-7.hide {
  display: none;
}
.col-7.offset.hide,
.col-l-7.offset.hide,
.col-m-7.offset.hide,
.col-s-7.offset.hide,
.col-xs-7.offset.hide {
  display: none;
}
.col-8,
.col-l-8,
.col-m-8,
.col-s-8,
.col-xs-8 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-8.right,
.col-l-8.right,
.col-m-8.right,
.col-s-8.right,
.col-xs-8.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-8.center,
.col-l-8.center,
.col-m-8.center,
.col-s-8.center,
.col-xs-8.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-8.hide,
.col-l-8.hide,
.col-m-8.hide,
.col-s-8.hide,
.col-xs-8.hide {
  display: none;
}
.col-8.offset.hide,
.col-l-8.offset.hide,
.col-m-8.offset.hide,
.col-s-8.offset.hide,
.col-xs-8.offset.hide {
  display: none;
}
.col-9,
.col-l-9,
.col-m-9,
.col-s-9,
.col-xs-9 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-9.right,
.col-l-9.right,
.col-m-9.right,
.col-s-9.right,
.col-xs-9.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-9.center,
.col-l-9.center,
.col-m-9.center,
.col-s-9.center,
.col-xs-9.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-9.hide,
.col-l-9.hide,
.col-m-9.hide,
.col-s-9.hide,
.col-xs-9.hide {
  display: none;
}
.col-9.offset.hide,
.col-l-9.offset.hide,
.col-m-9.offset.hide,
.col-s-9.offset.hide,
.col-xs-9.offset.hide {
  display: none;
}
.col-10,
.col-l-10,
.col-m-10,
.col-s-10,
.col-xs-10 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-10.right,
.col-l-10.right,
.col-m-10.right,
.col-s-10.right,
.col-xs-10.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-10.center,
.col-l-10.center,
.col-m-10.center,
.col-s-10.center,
.col-xs-10.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-10.hide,
.col-l-10.hide,
.col-m-10.hide,
.col-s-10.hide,
.col-xs-10.hide {
  display: none;
}
.col-10.offset.hide,
.col-l-10.offset.hide,
.col-m-10.offset.hide,
.col-s-10.offset.hide,
.col-xs-10.offset.hide {
  display: none;
}
.col-11,
.col-l-11,
.col-m-11,
.col-s-11,
.col-xs-11 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-11.right,
.col-l-11.right,
.col-m-11.right,
.col-s-11.right,
.col-xs-11.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-11.center,
.col-l-11.center,
.col-m-11.center,
.col-s-11.center,
.col-xs-11.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-11.hide,
.col-l-11.hide,
.col-m-11.hide,
.col-s-11.hide,
.col-xs-11.hide {
  display: none;
}
.col-11.offset.hide,
.col-l-11.offset.hide,
.col-m-11.offset.hide,
.col-s-11.offset.hide,
.col-xs-11.offset.hide {
  display: none;
}
.col-12,
.col-l-12,
.col-m-12,
.col-s-12,
.col-xs-12 {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.col-12.right,
.col-l-12.right,
.col-m-12.right,
.col-s-12.right,
.col-xs-12.right {
  float: right;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: right;
  position: relative;
}
.col-12.center,
.col-l-12.center,
.col-m-12.center,
.col-s-12.center,
.col-xs-12.center {
  float: none;
  display: table;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: none;
  margin-left: auto;
  margin-right: auto;
}
.col-12.hide,
.col-l-12.hide,
.col-m-12.hide,
.col-s-12.hide,
.col-xs-12.hide {
  display: none;
}
.col-12.offset.hide,
.col-l-12.offset.hide,
.col-m-12.offset.hide,
.col-s-12.offset.hide,
.col-xs-12.offset.hide {
  display: none;
}
.wrap {
  position: relative;
  width: 95%;
  max-width: 1090px;
  margin: 0 auto;
  padding: 0;
}
.col-1 {
  width: 8.33333333%;
  padding: 0 15px;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
  padding: 0 15px;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.col-3 {
  width: 25%;
  padding: 0 15px;
}
.offset-3 {
  margin-left: 25%;
}
.col-4 {
  width: 33.33333333%;
  padding: 0 15px;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
  padding: 0 15px;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.col-6 {
  width: 50%;
  padding: 0 15px;
}
.offset-6 {
  margin-left: 50%;
}
.col-7 {
  width: 58.33333333%;
  padding: 0 15px;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.col-8 {
  width: 66.66666667%;
  padding: 0 15px;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.col-9 {
  width: 75%;
  padding: 0 15px;
}
.offset-9 {
  margin-left: 75%;
}
.col-10 {
  width: 83.33333333%;
  padding: 0 15px;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.col-11 {
  width: 91.66666667%;
  padding: 0 15px;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.col-12 {
  width: 100%;
  padding: 0 15px;
}
.offset-12 {
  margin-left: 100%;
}
.padding-left {
  padding-left: 0;
}
.padding-right {
  padding-right: 0;
}
.padding-both {
  padding: 0;
}
/*medium - "l" */
@media screen and (max-width: 1366px) {
  .col-l-1 {
    width: 8.33333333%;
    padding: 0 15px;
  }
  .offset-l-1 {
    margin-left: 8.33333333%;
  }
  .col-l-2 {
    width: 16.66666667%;
    padding: 0 15px;
  }
  .offset-l-2 {
    margin-left: 16.66666667%;
  }
  .col-l-3 {
    width: 25%;
    padding: 0 15px;
  }
  .offset-l-3 {
    margin-left: 25%;
  }
  .col-l-4 {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .offset-l-4 {
    margin-left: 33.33333333%;
  }
  .col-l-5 {
    width: 41.66666667%;
    padding: 0 15px;
  }
  .offset-l-5 {
    margin-left: 41.66666667%;
  }
  .col-l-6 {
    width: 50%;
    padding: 0 15px;
  }
  .offset-l-6 {
    margin-left: 50%;
  }
  .col-l-7 {
    width: 58.33333333%;
    padding: 0 15px;
  }
  .offset-l-7 {
    margin-left: 58.33333333%;
  }
  .col-l-8 {
    width: 66.66666667%;
    padding: 0 15px;
  }
  .offset-l-8 {
    margin-left: 66.66666667%;
  }
  .col-l-9 {
    width: 75%;
    padding: 0 15px;
  }
  .offset-l-9 {
    margin-left: 75%;
  }
  .col-l-10 {
    width: 83.33333333%;
    padding: 0 15px;
  }
  .offset-l-10 {
    margin-left: 83.33333333%;
  }
  .col-l-11 {
    width: 91.66666667%;
    padding: 0 15px;
  }
  .offset-l-11 {
    margin-left: 91.66666667%;
  }
  .col-l-12 {
    width: 100%;
    padding: 0 15px;
  }
  .offset-l-12 {
    margin-left: 100%;
  }
  .col-l-hide {
    display: none;
  }
}
/*medium - "m" */
@media screen and (max-width: 960px) {
  .col-m-1 {
    width: 8.33333333%;
    padding: 0 15px;
  }
  .offset-m-1 {
    margin-left: 8.33333333%;
  }
  .col-m-2 {
    width: 16.66666667%;
    padding: 0 15px;
  }
  .offset-m-2 {
    margin-left: 16.66666667%;
  }
  .col-m-3 {
    width: 25%;
    padding: 0 15px;
  }
  .offset-m-3 {
    margin-left: 25%;
  }
  .col-m-4 {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .offset-m-4 {
    margin-left: 33.33333333%;
  }
  .col-m-5 {
    width: 41.66666667%;
    padding: 0 15px;
  }
  .offset-m-5 {
    margin-left: 41.66666667%;
  }
  .col-m-6 {
    width: 50%;
    padding: 0 15px;
  }
  .offset-m-6 {
    margin-left: 50%;
  }
  .col-m-7 {
    width: 58.33333333%;
    padding: 0 15px;
  }
  .offset-m-7 {
    margin-left: 58.33333333%;
  }
  .col-m-8 {
    width: 66.66666667%;
    padding: 0 15px;
  }
  .offset-m-8 {
    margin-left: 66.66666667%;
  }
  .col-m-9 {
    width: 75%;
    padding: 0 15px;
  }
  .offset-m-9 {
    margin-left: 75%;
  }
  .col-m-10 {
    width: 83.33333333%;
    padding: 0 15px;
  }
  .offset-m-10 {
    margin-left: 83.33333333%;
  }
  .col-m-11 {
    width: 91.66666667%;
    padding: 0 15px;
  }
  .offset-m-11 {
    margin-left: 91.66666667%;
  }
  .col-m-12 {
    width: 100%;
    padding: 0 15px;
  }
  .offset-m-12 {
    margin-left: 100%;
  }
  .col-m-hide {
    display: none;
  }
}
/*small - "s"*/
@media screen and (max-width: 768px) {
  .col-s-1 {
    width: 8.33333333%;
    padding: 0 15px;
  }
  .offset-s-1 {
    margin-left: 8.33333333%;
  }
  .col-s-2 {
    width: 16.66666667%;
    padding: 0 15px;
  }
  .offset-s-2 {
    margin-left: 16.66666667%;
  }
  .col-s-3 {
    width: 25%;
    padding: 0 15px;
  }
  .offset-s-3 {
    margin-left: 25%;
  }
  .col-s-4 {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .offset-s-4 {
    margin-left: 33.33333333%;
  }
  .col-s-5 {
    width: 41.66666667%;
    padding: 0 15px;
  }
  .offset-s-5 {
    margin-left: 41.66666667%;
  }
  .col-s-6 {
    width: 50%;
    padding: 0 15px;
  }
  .offset-s-6 {
    margin-left: 50%;
  }
  .col-s-7 {
    width: 58.33333333%;
    padding: 0 15px;
  }
  .offset-s-7 {
    margin-left: 58.33333333%;
  }
  .col-s-8 {
    width: 66.66666667%;
    padding: 0 15px;
  }
  .offset-s-8 {
    margin-left: 66.66666667%;
  }
  .col-s-9 {
    width: 75%;
    padding: 0 15px;
  }
  .offset-s-9 {
    margin-left: 75%;
  }
  .col-s-10 {
    width: 83.33333333%;
    padding: 0 15px;
  }
  .offset-s-10 {
    margin-left: 83.33333333%;
  }
  .col-s-11 {
    width: 91.66666667%;
    padding: 0 15px;
  }
  .offset-s-11 {
    margin-left: 91.66666667%;
  }
  .col-s-12 {
    width: 100%;
    padding: 0 15px;
  }
  .offset-s-12 {
    margin-left: 100%;
  }
  .col-s-hide {
    display: none;
  }
}
/*extra_small - xs" */
@media screen and (max-width: 510px) {
  .col-xs-1 {
    width: 8.33333333%;
    padding: 0 15px;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-2 {
    width: 16.66666667%;
    padding: 0 15px;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-3 {
    width: 25%;
    padding: 0 15px;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .col-xs-4 {
    width: 33.33333333%;
    padding: 0 15px;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-5 {
    width: 41.66666667%;
    padding: 0 15px;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-6 {
    width: 50%;
    padding: 0 15px;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .col-xs-7 {
    width: 58.33333333%;
    padding: 0 15px;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-8 {
    width: 66.66666667%;
    padding: 0 15px;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-9 {
    width: 75%;
    padding: 0 15px;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .col-xs-10 {
    width: 83.33333333%;
    padding: 0 15px;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-11 {
    width: 91.66666667%;
    padding: 0 15px;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-12 {
    width: 100%;
    padding: 0 15px;
  }
  .offset-xs-12 {
    margin-left: 100%;
  }
  .col-xs-hide {
    display: none;
  }
}
/*large - "l" */
@media screen and (max-width: 1220px) {
  .top-m-h {
    padding-left: 0;
  }
  .top-m-h .short_ul a {
    padding: 0 1em;
  }
  ul.account_info {
    width: 15em;
  }
  #lang {
    min-width: 5em;
  }
  .events-cont .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .events-cont .wrap.arr_cont {
    width: 43.125em;
    font-size: 15px;
  }
  .events-cont .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .events-cont .wrap .white_arr.right {
    right: -66.1em;
  }
  .events-cont .wrap .white_arr.left {
    left: -66.1em;
  }
  .events-cont .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 28.75em;
    text-align: center;
    font-size: 15px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .events-cont .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .events-cont .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .events-cont .wrap button.slick-next {
    right: -4.1em;
  }
  .events-cont .wrap button.slick-next:before {
    content: "\f054";
  }
  .events-cont .wrap button.slick-prev {
    left: -4.1em;
  }
  .events-cont .wrap button.slick-prev:before {
    content: "\f053";
  }
  .news-content .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .news-content .wrap.arr_cont {
    width: 60em;
    font-size: 13.5px;
  }
  .news-content .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 13.5px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .news-content .wrap .white_arr.right {
    right: -66.1em;
  }
  .news-content .wrap .white_arr.left {
    left: -66.1em;
  }
  .news-content .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 27em;
    text-align: center;
    font-size: 13.5px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .news-content .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .news-content .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .news-content .wrap button.slick-next {
    right: -4.1em;
  }
  .news-content .wrap button.slick-next:before {
    content: "\f054";
  }
  .news-content .wrap button.slick-prev {
    left: -4.1em;
  }
  .news-content .wrap button.slick-prev:before {
    content: "\f053";
  }
  .news-content ul {
    margin-bottom: 2.96296296px;
    font-size: 13.5px;
  }
  .news-content li {
    width: 20em;
    height: 27em;
    padding: 0 10px;
  }
  .news-content .wrap button.slick-prev {
    left: -3.5em;
  }
  .news-content .wrap button.slick-next {
    right: -3.5em;
  }
}
@media screen and (min-width: 1100px) {
  #lang {
    text-transform: uppercase;
    min-width: 5.33333333em;
    font-size: 0.8125em;
    line-height: 3.23076923em;
  }
  #lang ul {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    width: 100%;
    padding-left: 0.5em;
  }
  #lang li {
    flex-grow: 0;
    flex-shrink: 0;
  }
  #lang .selected a {
    color: #67be01;
  }
}
@media screen and (max-width: 1100px) {
  header {
    font-size: 14px;
  }
  #logo {
    padding-left: 0;
  }
  /*language selector*/
  #lang {
    min-width: 3.8em;
    position: relative;
    width: 3.8em;
    font-size: 0.92857143em;
    height: 2em;
    align-self: center;
  }
  #lang a {
    text-transform: uppercase;
    color: #67be01;
  }
  #lang ul {
    position: absolute;
    width: 100%;
    height: 2em;
    z-index: 2;
    line-height: 2em;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #lang ul:after {
    content: "\f0d7";
    font-family: FontAwesome;
    height: 2em;
    right: 0em;
    width: 2em;
    position: absolute;
    text-align: center;
    color: #67be01;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    z-index: -1;
  }
  #lang ul.toggle_up {
    height: auto;
    background: #fff;
    padding: 2px;
  }
  #lang ul.toggle_up:after {
    content: "\f0d8";
    font-family: FontAwesome;
  }
  #lang li {
    position: relative;
    padding-right: 2em;
    cursor: pointer;
  }
  #lang li a {
    padding-left: 0em;
    position: relative;
  }
  #lang li.current {
    cursor: pointer;
    order: 0;
  }
  #lang li:not(.current) {
    float: left;
    display: none;
  }
  #lang li.show {
    display: block;
    order: 1;
    padding-right: 0;
  }
  #lang li.show a {
    display: inline-block;
    text-align: left;
    width: 100%;
  }
  .member-cont .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .member-cont .wrap.arr_cont {
    width: 39.375em;
    font-size: 15px;
  }
  .member-cont .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .member-cont .wrap .white_arr.right {
    right: -66.1em;
  }
  .member-cont .wrap .white_arr.left {
    left: -66.1em;
  }
  .member-cont .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 13.75em;
    text-align: center;
    font-size: 15px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .member-cont .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .member-cont .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .member-cont .wrap button.slick-next {
    right: -4.1em;
  }
  .member-cont .wrap button.slick-next:before {
    content: "\f054";
  }
  .member-cont .wrap button.slick-prev {
    left: -4.1em;
  }
  .member-cont .wrap button.slick-prev:before {
    content: "\f053";
  }
  .member-cont .wrap button {
    width: 2em;
    background-color: rgba(255, 255, 255, 0);
  }
  .member-cont .wrap button.slick-prev {
    left: -1em;
  }
  .member-cont .wrap button.slick-next {
    right: -1em;
  }
  #content.ee_member_details .bc-event-title_links {
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  #content.ee_member_details .bc-event-title_links h1 {
    width: 100%;
    padding-bottom: 10px;
  }
  #content.ee_member_details .bc-event-title_links .ee_bcevent-actve-links:last-child {
    margin-left: 2em;
  }
}
/*small - "m" */
@media screen and (max-width: 960px) {
  header {
    font-size: 15px;
    height: 3.1em;
  }
  header.inner {
    height: 4.33333333em;
  }
  header.inner .header-event-bck,
  header.inner .header-inner-bck {
    height: 1.33333333em;
    margin-top: -1em;
  }
  header.fixed {
    height: 3em;
  }
  header.fixed #logo {
    padding-left: 8px;
    padding-right: 8px;
    width: 80px !important;
  }
  header.fixed #lang {
    display: block;
  }
  header.fixed .short-menu {
    display: block;
  }
  header.fixed .top-m-h {
    width: 300px;
  }
  header.fixed .account-block {
    margin-top: 0;
  }
  #logo {
    padding-left: 8px;
    padding-right: 8px;
    width: 80px !important;
    z-index: 1;
  }
  .toggle {
    display: block;
  }
  .top-m-h {
    float: right;
    width: 300px;
    padding-right: 15px !important;
    padding-top: 5px;
  }
  .top-m-h .short-menu,
  .top-m-h .top-m-b,
  .top-m-h #fixed-left {
    display: none;
  }
  .top-m-h #lang {
    order: 1;
  }
  .top-m-h #lang:before {
    content: '';
    position: absolute;
    height: 1.84615385em;
    border-left: 1px solid #888888;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -10px;
  }
  .top-m-h .account-block {
    order: 2;
  }
  .top-m-h .account-block:after {
    display: none;
  }
  .top-m-h .toggle {
    order: 3;
  }
  ul.account_info li.logout a {
    height: 2.5em;
  }
  #banner {
    padding-top: 1.33333333em;
    padding-bottom: 0;
    margin-bottom: 0.5em;
  }
  #banner aside {
    display: none;
  }
  #banner .wrap {
    width: 100%;
  }
  .banner-news .ee_banner_title_block {
    display: none;
  }
  .banner-news button {
    z-index: 9;
    height: 35px;
    width: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .banner-news button:before,
  .banner-news button:after {
    display: none;
  }
  .banner-news button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
  }
  .banner-news button.slick-prev {
    left: 0em;
    background-image: url('../img/resp_left_arr.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .banner-news button.slick-next {
    right: 0em;
    background-image: url('../img/resp_right_arr.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .wrap {
    width: 100%;
  }
  #content .ee_items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #content .ee_items li {
    flex: 1 1 50% !important;
    max-width: 100% !important;
  }
  #content .ee_items li .item_link {
    max-width: unset;
  }
  #content.ee_member_details {
    padding: 15px 0;
  }
  #content .breadcrumbs {
    display: none;
  }
  #content.ee_bcevent_category .ee_items {
    width: 100%;
    margin-left: 0;
  }
  #content.ee_bcevent_category .ee_items li {
    max-width: 50%;
  }
  .partner_category .ee_items li {
    flex: 1 1 100% !important;
  }
  .bc-event-title_links {
    margin-left: 15px;
    width: calc(100% - 30px);
  }
  .small-offer-block {
    font-size: 0.93333333em;
  }
  .small-offer-block .wrap {
    height: auto;
    padding: 1em 0;
    background: none;
  }
  .small-offer-block .offer-cont {
    padding: 5px 15px;
  }
  .small-offer-block .col-12 {
    padding: 0;
  }
  .small-offer-block h2 {
    white-space: normal;
    font-weight: 500;
    padding-left: 0;
  }
  .small-offer-block .button {
    height: 100%;
  }
  #events-block .button {
    padding: 1.2em 0;
    line-height: 1.2;
    font-size: 13px;
    height: auto;
  }
  .events-cont {
    margin: 1em 0 0 0;
  }
  .events-cont .wrap button {
    width: 2.5em;
  }
  .events-cont .wrap button.slick-prev {
    left: -2.5em;
  }
  .events-cont .wrap button.slick-next {
    right: -2.5em;
  }
  .membersItems {
    margin: 0;
    width: 100% !important;
  }
  .membersItem {
    width: 33%;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dbdbdb;
  }
  .ee_members_list .memnbersFullName {
    border: none;
  }
  .ee_member_details .memberInfoBlock {
    border: none;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 1em;
    margin-bottom: 2em;
  }
  .ee_member_details .memberFullName {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    border-bottom: none;
  }
  .ee_member_details .tableCont {
    border: none;
    padding: 0;
  }
  .ee_member_details .table_cont {
    overflow: auto;
    margin: 0;
  }
  .ee_member_details .table_cont table tr td {
    border: 1px solid #dbdbdb;
    padding: 0.8em 1.33333333em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ee_member_details .table_cont table tr td:first-child {
    background-color: #f9f9f9;
  }
  .ee_member_details .get_request_member {
    margin-left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    padding: 1em 15px 2em 15px;
  }
  .ee_member_details .get_request_member ul {
    margin: 0;
  }
  .member_counter_register_col {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .member_counter_register_col .image_map_link {
    background-size: auto;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dbdbdb;
  }
  .member_counter_register_col .members_counter {
    margin: 0;
    padding: 0;
    border: none;
    min-width: 280px;
    max-width: 510px;
  }
  .member_counter_register_col > .button {
    order: 2;
    max-width: 15em;
    margin: 2em auto 1em auto;
  }
  .member_counter_register_col .count_data {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-flow: column wrap;
    height: 12em;
    padding-bottom: 1em;
  }
  .member_counter_register_col .count_data .personsumm {
    flex: 1 0 100%;
    border-right: 1px solid #dbdbdb;
    margin-right: 10px;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .member_counter_register_col .count_data .personsumm span,
  .member_counter_register_col .count_data .personsumm div {
    width: 100%;
  }
  .member_counter_register_col .count_data .count_members,
  .member_counter_register_col .count_data .count_users {
    flex: 1;
    margin: 0;
    border: none;
    width: 50%;
  }
  .member_counter_register_col .count_data .count_members {
    border-bottom: 1px solid #dbdbdb;
  }
  .news-content .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .news-content .wrap.arr_cont {
    width: 30em;
    font-size: 14px;
  }
  .news-content .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .news-content .wrap .white_arr.right {
    right: -66.1em;
  }
  .news-content .wrap .white_arr.left {
    left: -66.1em;
  }
  .news-content .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 20em;
    text-align: center;
    font-size: 14px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .news-content .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .news-content .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .news-content .wrap button.slick-next {
    right: -4.1em;
  }
  .news-content .wrap button.slick-next:before {
    content: "\f054";
  }
  .news-content .wrap button.slick-prev {
    left: -4.1em;
  }
  .news-content .wrap button.slick-prev:before {
    content: "\f053";
  }
  .news-content ul {
    margin-bottom: 2.85714286px;
    font-size: 14px;
  }
  .news-content li {
    width: 30em;
    height: 20em;
    padding: 0 15px;
    background-image: none;
  }
  .news-content .wrap button.slick-prev {
    left: -4.1em;
  }
  .news-content .wrap button.slick-next {
    right: -4.1em;
  }
  .news-content .ee_news_shorttext {
    display: none;
  }
  #footer-links-cat ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer-links-cat ul li {
    flex: 1 1 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
  #footer-links-cat ul li:nth-child(1) {
    order: 1;
  }
  #footer-links-cat ul li:nth-child(2) {
    order: 2;
  }
  #footer-links-cat ul li:nth-child(3) {
    order: 3;
  }
  #footer-links-cat ul li:nth-child(4) {
    order: 4;
  }
  .func-block {
    padding: 1.3em 0 1.6em 0;
  }
  .func-block .center-button {
    margin-top: 1em;
  }
  .func-block .center-button .button {
    height: 3.46153846em;
    line-height: 3.46153846em;
    font-size: 13px;
    height: auto;
  }
  #news-block .ee_items_news .ee_news_title {
    height: 4.2em;
  }
  #news-block .center-button {
    margin-bottom: 1em;
  }
  .news-cat-select ul {
    margin: 0 auto;
  }
  #partners .wrap {
    padding: 0 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #partners ul {
    margin-bottom: 1em;
  }
  #partners ul li {
    padding: 0;
  }
  .subscribe {
    padding-left: 15px;
    padding-right: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  .subscribe .h2,
  .subscribe .fullouttext {
    width: 100%;
  }
  .subscribe .h2 {
    margin-bottom: 0.9em;
  }
  .subscribe input,
  .subscribe .button {
    height: 3.33333333em;
    line-height: 3.33333333em;
  }
  .subscribe .button {
    float: right;
  }
  .subscribe table tbody tr:first-child {
    padding: 0;
  }
  .subscribe table tbody tr .eegnith_td_column_right {
    float: right;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1em;
  }
  #ui-datepicker-div {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  .table_cont {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
  }
  .table_cont::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
  }
  .table_cont::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .totop {
    font-size: 1.5em;
  }
  /*member user page*/
  .ee_members_list .fullouttext,
  .ee_users_list .fullouttext {
    width: 100%;
    -ms-box-orient: horizontal !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -moz-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ee_members_list .bc-event-filter,
  .ee_users_list .bc-event-filter {
    order: 1;
  }
  .ee_members_list .userslist,
  .ee_users_list .userslist {
    order: 2;
  }
  .ee_members_list .userslist .usersItems,
  .ee_users_list .userslist .usersItems {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #dbdbdb;
  }
  .ee_members_list .member_counter_register_col,
  .ee_users_list .member_counter_register_col {
    order: 4;
    border-top: 1px solid #dbdbdb;
    margin: 1.5em 0;
    padding: 1.5em 15px 0 15px;
  }
  .ee_members_list .pages,
  .ee_users_list .pages {
    order: 3;
  }
  .search_form input {
    width: 15em;
  }
  .resp_notice_button {
    display: block;
  }
  .bc-grant-filter {
    width: 100%;
    display: flex;
    position: relative;
  }
  .bc-grant-filter.active #grant-form-filter {
    height: auto;
    padding: 1.33333333em 0;
  }
  .bc-grant-filter.active .resp_notice_button span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .bc-event-filter {
    width: 100%;
    display: flex;
    position: relative;
  }
  .bc-event-filter.active #event-form-filter {
    height: auto;
    padding: 1.33333333em 0;
  }
  .bc-event-filter.active .resp_notice_button span:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #event-form-filter {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin: -1em 0 0 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #event-form-filter select,
  #event-form-filter button {
    display: table;
    margin: 0 auto;
    width: 17.69230769em;
  }
  #event-form-filter select {
    margin-bottom: 1em;
  }
  #grant-form-filter {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    margin: -1em 0 0 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    display: block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    overflow: hidden;
    padding: 0;
    border: none;
    z-index: 1;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #grant-form-filter select,
  #grant-form-filter button {
    display: table;
    margin: 0 auto;
    width: 17.69230769em;
  }
  #grant-form-filter select {
    margin-bottom: 1em;
  }
  /*guidebook*/
  .guidebook .flex_cont {
    display: block;
  }
  .guidebook .news-column {
    display: none;
  }
  .guidebook .level1.inner-main-ul li {
    width: auto;
    margin-right: 10px;
  }
  .guidebook h1 {
    display: none;
  }
  .guidebook .ee_items {
    margin-top: 2em !important;
  }
  .guidebook .ee_items li {
    padding: 0 0 2em 0 !important;
  }
  .resp_menu_cont .resp_menu {
    padding: 1em 0.3em 3em 1em;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  .resp_menu_cont .resp_menu .short-menu {
    padding: 0.5em 10px 0 0;
  }
  .resp_menu_cont .top-m-b {
    order: 2;
  }
  .resp_menu_cont .short-menu {
    order: 1;
  }
  .my_office-user-company--loaded_photo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .my_office-user-company--loaded_photo #logo {
    width: unset !important;
  }
  .my_office .companyPhoto {
    margin: 0;
  }
  .my_office--loadForm label {
    text-align: center;
  }
}
/*small - "s" */
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  header.fixed .top-m-b {
    margin-top: 0;
  }
  /*photagallery*/
  .photocategory .grid-sizer,
  .photocategory .grid-item,
  .photocategory li {
    width: 32%;
  }
  .member-cont {
    margin-bottom: 1em;
  }
  .member-cont .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .member-cont .wrap.arr_cont {
    width: 28em;
    font-size: 15px;
  }
  .member-cont .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .member-cont .wrap .white_arr.right {
    right: -66.1em;
  }
  .member-cont .wrap .white_arr.left {
    left: -66.1em;
  }
  .member-cont .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 12em;
    text-align: center;
    font-size: 15px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .member-cont .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .member-cont .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .member-cont .wrap button.slick-next {
    right: -4.1em;
  }
  .member-cont .wrap button.slick-next:before {
    content: "\f054";
  }
  .member-cont .wrap button.slick-prev {
    left: -4.1em;
  }
  .member-cont .wrap button.slick-prev:before {
    content: "\f053";
  }
  .member-cont .wrap.arr_cont {
    margin-top: 0 !important;
  }
  .member-cont .wrap button {
    width: 2em;
    background-color: rgba(255, 255, 255, 0);
  }
  .member-cont .wrap button.slick-prev {
    left: -2.5em;
  }
  .member-cont .wrap button.slick-next {
    right: -2.5em;
  }
  .member-cont .member-list {
    padding-bottom: 0em;
  }
  .member-cont .member-list li {
    width: 9.33333333em;
    padding: 0 0.8em 1em 0.8em;
  }
  .member-cont .member-list li:hover a .member-image:after,
  .member-cont .member-list li.active a .member-image:after {
    border: 0.53333333em solid #f7f7f7;
    -webkit-box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
    box-shadow: inset 0.5px 0.866px 27px 0px rgba(0, 0, 0, 0.18);
  }
  .member-cont .member-image {
    width: 6.93333333em;
    height: 6.93333333em;
  }
  .member-cont .member-name {
    width: 100%;
    font-size: 0.73333333em;
  }
  .member-cont .member-company {
    font-size: 0.8em;
  }
  .member-cont .member-short-descr {
    font-size: 0.73333333em;
  }
  .member-list-descr {
    margin: 0;
    height: 2.5em;
  }
  .member-list-descr li {
    max-width: 80%;
    min-width: 250px;
  }
  .small-offer-block {
    font-size: 0.86666667em;
  }
  .small-offer-block .button {
    font-size: 11px;
    line-height: 12px;
    height: auto;
    max-width: 6.53846154em;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 1em;
  }
  .main_header.h1 {
    font-size: 1.6em;
  }
  .main_header.h2 {
    font-size: 1.2em;
  }
  .footer-border {
    border-bottom: 1px solid #3f3f3f;
  }
  #footer-links-cat .col-12 {
    padding: 0;
    background-image: none;
  }
  #footer-links-cat nav {
    padding: 2em 1em 1.33333333em 1em !important;
  }
  #footer-links-cat a {
    padding-bottom: 0.86666667em;
    line-height: 1.1;
    display: inline-block;
  }
  #footer-links-cat adress {
    padding: 1.33333333em 1em !important;
  }
  #footer-links-cat ul li {
    padding-right: 2em;
  }
  #footer-links-cat .h3 {
    font-size: 0.93333333em;
    padding-bottom: 1em;
  }
  .events-cont .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .events-cont .wrap.arr_cont {
    width: 20em;
    font-size: 15px;
  }
  .events-cont .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .events-cont .wrap .white_arr.right {
    right: -66.1em;
  }
  .events-cont .wrap .white_arr.left {
    left: -66.1em;
  }
  .events-cont .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 20em;
    text-align: center;
    font-size: 15px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .events-cont .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .events-cont .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .events-cont .wrap button.slick-next {
    right: -4.1em;
  }
  .events-cont .wrap button.slick-next:before {
    content: "\f054";
  }
  .events-cont .wrap button.slick-prev {
    left: -4.1em;
  }
  .events-cont .wrap button.slick-prev:before {
    content: "\f053";
  }
  .events-cont .wrap.arr_cont {
    width: 19em;
  }
  .events-cont .wrap button {
    width: 2.5em;
  }
  .events-cont .wrap button.slick-prev {
    left: -2.5em;
  }
  .events-cont .wrap button.slick-next {
    right: -2.5em;
  }
  .events-cont .grouppedEl li {
    width: 20em;
    height: 20em;
  }
  .events-cont .grouppedEl li:not(.active) .bc_event_data .event_desc_val {
    top: 15.3em;
  }
  .stacktable.small-only {
    display: none;
  }
  .stacktable.small-only tbody .st-head-row {
    padding-left: 4em;
  }
  .stacktable.small-only tbody .st-head-row:before {
    margin-right: 0;
    margin-left: -4em;
  }
  .stacktable.small-only tbody tr:first-child .st-head-row {
    padding-left: 0.5em;
  }
  .stacktable.small-only tbody tr .st-head-row {
    font-weight: 700;
  }
  .stacktable.large-only {
    display: table;
  }
  .stacktable.large-only thead tr {
    background-color: #d0d0d0;
  }
  .stacktable.large-only thead tr th:first-child {
    padding-left: 1.5em;
  }
  .stacktable.large-only tbody tr {
    border-bottom: 1px solid #e9e9e9;
  }
  .stacktable.large-only tbody tr td {
    padding: 14px 0.5em;
  }
  .stacktable.large-only tbody tr td.beforeCont {
    padding-left: 50px;
    position: relative;
  }
  .stacktable.large-only tbody tr td.beforeCont::before {
    position: absolute;
    width: 3em;
    height: 0.8em;
    left: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .stacktable.large-only tbody tr:nth-child(2),
  .stacktable.large-only tbody tr:nth-child(4) {
    background-color: rgba(235, 235, 235, 0.58);
  }
  .button {
    height: 3em;
    line-height: 3em;
  }
  #content .ee_items li {
    flex: 1 1 50% !important;
  }
  #content .ee_items li .item_image_article {
    max-width: unset;
  }
  #content .ee_items li .item_link {
    max-width: unset;
  }
  .partner_category .ee_items li {
    flex: 1 1 100% !important;
  }
  .membersItem {
    width: 50%;
  }
  .bc-event-title_links h1 {
    font-size: 1.33333333em;
  }
  .ee_members_list .bc-event-title_links,
  .ee_users_list .bc-event-title_links,
  .ee_member_details .bc-event-title_links {
    border: none;
  }
  .ee_members_list .bc-event-title_links h1,
  .ee_users_list .bc-event-title_links h1,
  .ee_member_details .bc-event-title_links h1 {
    font-size: 1.33333333em;
    order: 1;
  }
  .ee_members_list .search_form,
  .ee_users_list .search_form,
  .ee_member_details .search_form {
    border-top: 1px solid #67be01;
    padding-top: 1em;
    order: 3;
    width: 100%;
    margin-top: 2px;
  }
  .ee_members_list .search_form input,
  .ee_users_list .search_form input,
  .ee_member_details .search_form input {
    width: 100%;
  }
  .ee_members_list .search_form button,
  .ee_users_list .search_form button,
  .ee_member_details .search_form button {
    top: 1em;
  }
  .ee_members_list .ee_bcevent-actve-links,
  .ee_users_list .ee_bcevent-actve-links,
  .ee_member_details .ee_bcevent-actve-links {
    order: 2;
    margin-left: 0;
    min-width: 120px;
  }
  .ee_members_list .usersItems,
  .ee_users_list .usersItems,
  .ee_member_details .usersItems {
    padding-left: 1em;
  }
  .pages .eepage_start,
  .pages .eepage_end,
  .pages .eepage_forward,
  .pages .eepage_backward {
    display: none;
  }
  .ee_bcevent_category .event_desc_title {
    width: auto;
    min-width: 0;
  }
  .ee_bcevent_category .bc_event_data span,
  .ee_bcevent_category .bc_event_time span {
    width: auto;
  }
  .ee_bcevent_category .bc_event_data span.event_desc_val,
  .ee_bcevent_category .bc_event_time span.event_desc_val {
    float: left;
    margin-left: 8px;
  }
  .ee_bcevent_category .bc_event_time span.event_desc_val {
    margin-left: 15px;
  }
  #content .ee_formblock form .table-tr-exploded-into-two-blocks table tbody tr {
    width: 100%;
    margin: 0;
  }
  #content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr:first-child {
    margin-left: 0;
    width: 50%;
  }
  #content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr:nth-child(2) {
    margin-left: 0;
    width: 50%;
  }
  #content .ee_formblock form .table-tr-exploded-into-three-blocks table tbody tr:nth-child(3) {
    margin-left: 0;
    width: 100%;
  }
  #content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr:first-child {
    margin-left: 0;
    width: 100%;
  }
  #content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr:nth-child(2) {
    margin-left: 0;
    width: 50%;
  }
  #content .ee_formblock form .table-tr-exploded-into-three-blocks-reverse table tbody tr:nth-child(3) {
    margin-left: 0;
    width: 50%;
  }
  #content .ee_formblock form .long-element-name table tbody {
    display: table-row-group;
  }
  #content .ee_formblock form .long-element-name table tbody tr:first-child {
    position: relative;
  }
  #content .ee_formblock form .long-element-name table tbody tr:first-child td:first-child span {
    position: absolute;
    left: 40px !important;
    width: 300px;
  }
  #content .ee_formblock form .long-element-name table tbody tr:first-child td:nth-child(2) {
    margin-top: 20px;
  }
  #content .ee_formblock form .long-element-name-reverse table tbody {
    display: table-row-group;
  }
  #content .ee_formblock form .long-element-name-reverse table tbody tr:nth-child(2) {
    position: relative;
  }
  #content .ee_formblock form .long-element-name-reverse table tbody tr:nth-child(2) td:first-child span {
    position: absolute;
    left: 40px !important;
    width: 300px;
  }
  #content .ee_formblock form .long-element-name-reverse table tbody tr:nth-child(2) td:nth-child(2) {
    margin-top: 20px;
  }
  #content .ee_formblock form .form-half-block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  #content .ee_formblock form .form-half-block table tbody tr {
    width: 100%;
  }
  #content .ee_formblock form .phone-country-block table tbody tr:nth-child(2n -1) {
    margin-left: 0;
    width: 50%;
  }
  #content .ee_formblock form .phone-country-block table tbody tr:nth-child(2n) {
    width: 50%;
  }
}
@media screen and (max-width: 577px) {
  .ee_article_category .item_image_article .themeimages .themeimage_img {
    padding-bottom: 65%;
  }
  .ee_article_category .item_image_article[href*="photo-gallery"] .themeimages .themeimage_img {
    padding-bottom: 0;
  }
  .ee_article_category .item_link {
    font-size: 1.1em;
  }
}
@media screen and (max-width: 576px) {
  .tabs-heading {
    font-size: 1em;
  }
  .tabs .tab .body {
    padding: 5px 0 10px 35px;
  }
  .tabs .tab .heading {
    padding: 10px 0 3px 25px;
  }
  .bc_event_short_details.register_event {
    line-height: 1;
  }
  #content .ee_items li {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }
  #content .ee_items li .item_image_article {
    max-width: unset;
    height: unset;
    min-height: unset;
  }
  #content .ee_items li .item_image_article img {
    height: auto;
    min-height: unset;
    position: relative;
  }
  .flex_cont h1 {
    font-size: 1.5em;
  }
  .pp_pic_holder .ppt {
    font-size: 14px;
    margin: 0;
    padding: 0 10px;
    padding-bottom: 10px;
    width: unset !important;
  }
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden;
  }
  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
  }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
  }
  .pp_content {
    width: 100% !important;
    height: auto !important;
  }
  .pp_fade {
    width: 100% !important;
    height: 100% !important;
  }
  a.pp_expand,
  a.pp_contract,
  .pp_hoverContainer,
  .pp_gallery,
  .pp_top,
  .pp_bottom {
    display: none !important;
  }
  #pp_full_res img {
    width: 100% !important;
    height: auto !important;
  }
  .pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
  }
  a.pp_close {
    right: 7% !important;
    top: 10px !important;
  }
}
/*extra_small - xs" */
@media screen and (max-width: 510px) {
  header {
    font-size: 14px;
    height: 3em;
  }
  header.fixed {
    height: 3em !important;
  }
  header.fixed #lang {
    display: block;
  }
  header.fixed .top-m-h {
    width: 225px;
    padding-right: 10px !important;
  }
  /*photagallery*/
  .photocategory .grid-sizer,
  .photocategory .grid-item,
  .photocategory li {
    width: 48%;
  }
  .top-m-h {
    width: 225px;
    padding-right: 10px !important;
  }
  #lang {
    width: 45px;
    font-size: 0.8em;
  }
  .account-block {
    width: 120px;
  }
  .account-block:before {
    height: 2em;
  }
  ul.account_info:not(.logged) {
    width: 80px !important;
    padding-left: 1em;
    padding-right: 2em;
    background-repeat: no-repeat;
    background-position: 95px center;
    background-size: 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.account_info:not(.logged) li {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  ul.account_info:not(.logged) li a {
    width: initial;
    background: none !important;
    text-transform: none;
    padding-left: 0 !important;
  }
  ul.account_info.logged {
    width: 120px !important;
  }
  ul.account_info.logged li {
    width: 50%;
  }
  ul.account_info.logged .user_name_rep {
    width: initial;
    font-size: 11px;
    padding: 0 5px 0 10px;
    overflow: hidden;
    max-height: 2.8em;
  }
  #member-block .col-12 {
    padding: 0;
  }
  .membersPhoto {
    width: 8em;
    height: 8em;
  }
  .member-cont {
    margin: 0 auto;
  }
  .member-cont .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .member-cont .wrap.arr_cont {
    width: 18em;
    font-size: 15px;
  }
  .member-cont .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .member-cont .wrap .white_arr.right {
    right: -66.1em;
  }
  .member-cont .wrap .white_arr.left {
    left: -66.1em;
  }
  .member-cont .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 11.66666667em;
    text-align: center;
    font-size: 15px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .member-cont .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .member-cont .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .member-cont .wrap button.slick-next {
    right: -4.1em;
  }
  .member-cont .wrap button.slick-next:before {
    content: "\f054";
  }
  .member-cont .wrap button.slick-prev {
    left: -4.1em;
  }
  .member-cont .wrap button.slick-prev:before {
    content: "\f053";
  }
  .member-cont .wrap.arr_cont {
    margin-top: 0 !important;
  }
  .member-cont .wrap.arr_cont button.slick-prev {
    left: -2.5em;
    padding: 0;
  }
  .member-cont .wrap.arr_cont button.slick-next {
    right: -2.5em;
    padding: 0;
  }
  .member-cont .member-item-descr {
    width: calc(100% - 2em);
  }
  .small-offer-block {
    font-size: 0.6em;
  }
  .main_header.h1 {
    font-size: 1.26666667em;
  }
  .main_header.h2 {
    font-size: 0.93333333em;
  }
  .events-cont .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .events-cont .wrap.arr_cont {
    width: 16em;
    font-size: 15px;
  }
  .events-cont .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 15px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .events-cont .wrap .white_arr.right {
    right: -66.1em;
  }
  .events-cont .wrap .white_arr.left {
    left: -66.1em;
  }
  .events-cont .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 16em;
    text-align: center;
    font-size: 15px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .events-cont .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .events-cont .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .events-cont .wrap button.slick-next {
    right: -4.1em;
  }
  .events-cont .wrap button.slick-next:before {
    content: "\f054";
  }
  .events-cont .wrap button.slick-prev {
    left: -4.1em;
  }
  .events-cont .wrap button.slick-prev:before {
    content: "\f053";
  }
  .events-cont .wrap.arr_cont {
    width: 15.33333333em;
  }
  .events-cont .wrap button {
    width: 2.5em;
  }
  .events-cont .wrap button.slick-prev {
    left: -2.5em;
  }
  .events-cont .wrap button.slick-next {
    right: -2.5em;
  }
  .events-cont .grouppedEl li {
    width: 16em;
    height: 16em;
  }
  .news-content .wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
  .news-content .wrap.arr_cont {
    width: 20em;
    font-size: 14px;
  }
  .news-content .wrap .white_arr {
    background-color: rgba(255, 255, 255, 0.8);
    content: '';
    position: absolute;
    top: 0;
    height: 30em;
    width: 66em;
    z-index: 1;
    font-size: 14px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .news-content .wrap .white_arr.right {
    right: -66.1em;
  }
  .news-content .wrap .white_arr.left {
    left: -66.1em;
  }
  .news-content .wrap button {
    width: 4em;
    background-color: #fff;
    height: 16em;
    line-height: 15em;
    text-align: center;
    font-size: 14px;
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    z-index: 2;
  }
  .news-content .wrap button.slick-arrow:before {
    font-family: fontAwesome;
    font-size: 28px;
    color: #555555;
    z-index: 99;
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 50%;
  }
  .news-content .wrap button:hover.slick-arrow:before {
    color: #67be01;
  }
  .news-content .wrap button.slick-next {
    right: -4.1em;
  }
  .news-content .wrap button.slick-next:before {
    content: "\f054";
  }
  .news-content .wrap button.slick-prev {
    left: -4.1em;
  }
  .news-content .wrap button.slick-prev:before {
    content: "\f053";
  }
  .news-content .slick-slide > div {
    padding: 0 43px;
  }
  .news-content .ee_news_shorttext {
    display: block;
  }
  .news-content ul {
    margin-bottom: 2.85714286px;
    font-size: 14px;
  }
  .news-content li {
    width: 20em;
    height: 15em;
    padding: 0 15px;
    background-image: none;
  }
  .news-content li .ee_news_title {
    font-size: 1em;
  }
  .news-content .wrap button {
    width: 2.5em;
  }
  .news-content .wrap button.slick-prev {
    left: -1.5em;
  }
  .news-content .wrap button.slick-next {
    right: -1.5em;
  }
  .news-cat-select {
    font-size: 0.93333333em;
  }
  .news-cat-select a,
  .news-cat-select button {
    padding: 0;
  }
  #news-block .col-12 {
    padding: 0;
  }
  .subscribe .h2 {
    font-size: 1.1em;
    margin-bottom: 1em;
  }
  .subscribe input,
  .subscribe .button {
    height: 3.33333333em;
    line-height: 3.33333333em;
  }
  .subscribe table tbody {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subscribe table tbody tr:first-child {
    flex: 1 1 100%;
    margin-bottom: 1.33333333rem;
  }
  .subscribe table tbody tr .eegnith_td_column_right {
    padding-left: 0em;
  }
  /*contacts_table*/
  .contacts_table tr {
    margin-bottom: 0;
  }
  .contacts_table tr td {
    width: 100%;
    margin-bottom: 15px;
  }
  .events-cont .grouppedEl li:not(.active) .bc_event_data .event_desc_val {
    top: 10.6em;
  }
  .ee_bcevent_category .bc_event_short_details {
    width: calc(100% - 112px);
    font-size: 13px;
  }
  .ee_bcevent_category .bc_event_short_details span {
    padding: 0 4px;
  }
  .ee_bcevent_category .bc_event_city .event_desc_val {
    padding: 0.5em;
  }
  .ee_bcevent_category .themeimages {
    width: 100px;
    height: 100px;
  }
  .guidebook .item_image,
  .guidebook .item_link {
    width: 100%;
    max-width: 100%;
    padding: 33% 0;
  }
  .guidebook .item_short_text {
    width: 100%;
  }
  .guidebook .item_title {
    margin: 0;
  }
  .guidebook .level1.inner-main-ul {
    font-size: 12px;
  }
  .stacktable.large-only {
    font-size: 13px;
  }
}
@media screen and (max-width: 430px) {
  .bc_event_short_details span {
    padding: 0 4px;
  }
  .resp_menu_cont .resp_menu {
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }
  .resp_menu_cont .fixed_ul {
    margin-left: 0;
  }
  .resp_menu_cont .fixed_ul li a {
    width: 100%;
  }
  .resp_menu_cont .top-m-b {
    order: 2;
  }
  .resp_menu_cont .short-menu {
    order: 1;
  }
}
@media screen and (max-width: 380px) {
  html,
  body {
    min-width: 310px;
    overflow-x: auto;
  }
  #head {
    min-width: 310px;
  }
  .events-cont .grouppedEl li:not(.active) .bc_event_data .event_desc_val {
    top: 10.6em;
  }
  .membersItem {
    width: 100%;
  }
  .membersPhoto {
    width: 10em;
    height: 10em;
  }
  .membersItem a span {
    display: table;
    margin: 0 auto 0.5em auto;
  }
  .ee_members_list h1,
  .ee_users_list h1 {
    width: 150px !important;
  }
  .member_counter_register_col .count_data {
    font-size: 0.8em;
    height: 14em;
  }
  .ee_article_category .item_link {
    font-size: 1em;
  }
  .pp_pic_holder .ppt {
    font-size: 13px;
  }
  .pp_pic_holder .pp_content_container .pp_content .pp_fade .pp_details .pp_expand {
    display: none !important;
  }
  .stacktable.large-only tbody tr td {
    padding: 12px 0.5em;
  }
}
/*----------------------------------------------------------------------------*/
/*# sourceMappingURL=09_css.css.map */