.sOrganizer-title {
  font: bold 16px/19px "PT Sans", Arial, sans-serif;
  color: #000;
  background: #dcdcdc;
  text-align: center;
  width: 286px;
  margin: 0 auto;
  padding: 14px 0 13px;
}

.sOrganizer {
  font: bold 16px/19px "PT Sans", Arial, sans-serif;
  color: #666;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  border-top: 1px #ddd solid;
  width: 286px;
}

.sOrganizer li {
  border: 1px #ddd solid;
  border-top: none;
  background: #fff;
}

.sOrganizer div.filterActive {
  background: none;
}

.sOrganizer div a {
  display: block;
  padding: 10px 0 10px 35px;
  color: #666;
  text-decoration: none;
  border: 4px transparent solid;
}

.sOrganizer div:hover a {
  border: 4px #00cc99 solid;
}

.sOrganizer div.filterActive a {
  border: 4px #00cc99 solid;
}

.sOrganizer img {
  width: 70px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

.special-event, .event-top {
  box-sizing: border-box;
  color: #fff;
  width: 100%;
  padding: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  zoom: 1;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.special-event {
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .special-event, .event-top {
    background-size: cover;
  }  
}  

.special-event:before, .event-top:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0,102,153,0.56);*/
  background: rgba(8,121,210,0.56);
}

.special-event a {
  display: table-cell;
  *zoom: 1;
  *display: inline;
  width: 100%;
  height: 176px;
  position: relative;
  z-index: 1;
  text-decoration: none;
  vertical-align: middle;
}

.event-top-inner {
  position: relative;
  z-index: 1;
  flex: 1 0 200px;
}

.event-top-inner-left {
  padding: 0 20px 0 0;
  margin-right: 18px;
}

.event-top-inner-right {
  width: 270px;
  text-align: center;
  margin: 0 auto;
  flex: 0 0 200px;
}

.special-event-date, .event-top-date {
  font: normal 14px/17px "PT Sans", Arial, sans-serif;
  color: #fff;
  display: block;
}

.special-event-title {
  font: bold 24px/28px "PT Sans", Arial, sans-serif;
  color: #fff;
  display: block;
  max-width: 530px;
  margin: 0 auto; 
}

.event-top-title {
  font: bold 18px/22px "PT Sans", Arial, sans-serif;
  color: #fff;
  display: block;
}

.event-top-rubric {
  color: white;
  text-decoration: underline;
  margin-bottom: 12px;
  display: block;
  font-size: 14px;
}

.special-event-btn, .event-btn {
  font: normal 16px/41px "PT Sans", Arial, sans-serif;
  color: #fff;
  padding: 0 5%;
  text-align: center;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  background: #00cc99;
  border: none!important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  behavior: url(/html2016/PIE.htc);
}

.special-event-btn {
  margin: 23px 0 0;
}

.event-btn {
  font-size: 14px;
  width: 90%;
  max-width: 270px;
}

.special-event:hover .special-event-btn, .event-top:hover .event-btn, .special-event-btn:hover, .event-btn:hover {
  background: #05d8a3;
}

.event-top-price {
  font: bold 24px/27px "PT Sans", Arial, sans-serif;
  color: #ffff66;
  margin: 0 0 8px; 
}

.event-top-price .rur {
  font-weight: normal;
}

.event-top-price-old {
  color: #fff;
  font-weight: normal;
  text-decoration: line-through;
  margin: 0 7px 0 0; 
} 

.event-top-discount {
  font: normal 12px/14px "PT Sans", Arial, sans-serif;
  margin: 2px 0 0;
}

.e-main-content *, .e-main-content *::after, .e-main-content *::before {
  box-sizing: border-box;
}

.e-main-content {
  position: relative;
  min-height: 800px;
  background-color: white;
}

.e-main-content::after {
  clear: both;
  content: "";
  display: table;
}

.e-tab-filter-wrapper {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  /*min-height: 257px;*/
  background-color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9px 0 0;
}

.e-tab-filter-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8,121,210,0.56);
}

.e-tab-filter-wrapper::after {
  clear: both;
  content: "";
  display: table;
}

/*
.e-tab-filter {  
  position: relative;
  height: 34px;
  width: 120px;
  z-index: 1;
}

.e-tab-filter::after {  
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 11px;
  height: 6px;
  background: url(/html2016/images/sprite.png) -52px -743px no-repeat;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.e-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px #ececec solid;
  border-right: none;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 14px;
}
*/

.e-tab-filter ul {
  position: relative;
  z-index: 2;
  float: right;
  word-spacing: -0.25em;
  background: rgba(255,255,255,0.8);  
  border-right: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-box-shadow: 0px 2px rgba(53,90,121,0.2);
  -webkit-box-shadow: 0px 2px rgba(53,90,121,0.2);
  box-shadow: 0px 2px rgba(53,90,121,0.2);
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 14px;
  behavior: url(/html2016/PIE.htc);
}
/*
.e-tab-filter li {
  display: none;
  border-right: 1px #ececec solid;
}
*/
.e-tab-filter li {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  word-spacing: normal;
  vertical-align: top;
  border-right: 3px #c1ccdb solid;
}
/*
.e-tab-filter li:first-child { 
  display: block;
}
*/

.e-tab-filter li.placeholder {
  display: none !important;
}

.e-tab-filter a {
  font: normal 15px/34px "PT Sans", Arial, sans-serif;
  color: #010101;
  display: inline-block;
  padding: 0 12px; 
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}

.e-tab-filter a:hover {
  color: #010101;
}

.e-tab-filter a.selected-item {
  background: rgba(12, 37, 68, 0.8);
  color: #fff;
  border-right: 3px transparent solid;
}

.e-tab-filter li.filter:nth-child(1), .e-tab-filter li.filter:nth-child(1) a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.e-tab-filter li.filter:last-child, .e-tab-filter li.filter:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-right: none;
}

/*
.e-tab-filter.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.e-tab-filter.is-open ul {
  border-bottom: 1px #ececec solid;
}

.e-tab-filter.is-open ul li {
  display: block;
}

.e-tab-filter.is-open .placeholder a { 
  opacity: .2;
}
*/
/*
@media only screen and (min-width: 768px) {
  .e-tab-filter {
    width: auto;
    cursor: auto;
  }

  .e-tab-filter::after {
    display: none;
  }

  .e-tab-filter ul {
    position: static;
    word-spacing: -0.25em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    behavior: url(/html2016/PIE.htc);
  }

  .e-tab-filter li {
    display: -moz-inline-box;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    word-spacing: normal;
    vertical-align: top;
  }

  .e-tab-filter li.placeholder {
    display: none !important;
  }

  .e-tab-filter a {
    display: inline-block;
    padding: 0 12px;
    width: auto;
  }

  .no-touch .e-tab-filter a:hover {
    color: #00cc99;
  }

  .e-tab-filter.is-open ul li {
    display: inline-block;
  }

  .e-tab-filter li.filter:nth-child(2), .e-tab-filter li.filter:nth-child(2) a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
  }

  .e-tab-filter li.filter:last-child, .e-tab-filter li.filter:last-child a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
  }
}

@media only screen and (min-width: 1170px) {
  .e-tab-filter {
    margin: 0;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }
}
*/
.e-gallery {
  width: 100%;
  text-align: center;
  padding: 25px 0 50px;
}

.e-gallery-list {
  padding: 0;
  list-style: none;
  zoom: 1;
  text-align: left;
  word-spacing: -0.28em;
  border-left: 1px #dcdcdc solid;
  border-top: 1px #dcdcdc solid;
}

.e-gallery li {
  font: normal 13px/17px "PT Sans", Arial, sans-serif; 
  color: #000;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 17px 10px 12px 15px;
  list-style: none;
  outline: 1px #dcdcdc solid;
  word-spacing: normal;
  vertical-align: top;
  text-align: left;
  overflow: hidden;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  word-spacing: normal;
  vertical-align: top;
}

.e-gallery li:hover {
  background: #f7f7f7;
}

.e-gallery .hot {
  background: #fffaea!important;
}

.e-gallery-top {
  height: 75px;
  overflow: hidden;
}

.e-gallery-date {
  color: #cc0000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 2px;
  padding: 0 0 0 20px;
  position: relative;
}

.e-gallery-date:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url(/html2016/images/sprite.png) -19px -743px no-repeat;
}

.e-gallery-price {
  color: #666;
  padding: 0 0 0 20px;
}

.e-gallery-price-old {
  text-decoration: line-through;
  font-size: 12px;
  margin-left: 3px; 
}  

.e-gallery-price-percent {
  color: #c00000;
  width: 20px;
  height: 20px;
  background: #c00000;
  position: relative;
  margin-right: 5px;
  float: right;
}

.e-gallery-price-percent:before, .e-gallery-price-percent:after {
  content: "";
  height: 20px;
  width: 20px;
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
}

.e-gallery-price-percent:before {
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);\
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

.e-gallery-price-percent:after {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}

.e-gallery-price-percent .per-number {
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 18px;
  text-align: center;
}

.per-symbol {
  float: right;
  color: #c00000;
}

.e-gallery-place {
  color: #666;
  padding: 0 0 0 20px;
  position: relative;
}

.e-gallery-place:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 13px;
  background: url(/html2016/images/sprite.png) 0 -743px no-repeat;
}

.e-gallery-info {
  font-size: 13px;
  line-height: 17px;
  height: 65px;
  overflow: hidden;
  position: relative;
}

.e-gallery-info:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 25px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background: -webkit-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -moz-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -ms-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -o-linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  background: linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  -pie-background: linear-gradient(bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  behavior: url(/html2016/PIE.htc);
}

.marked .e-gallery-info {
  font-weight: bold;
}

.e-gallery li:hover .e-gallery-info:after {
  background-color: #f7f7f7;
  background: -webkit-linear-gradient(bottom, rgba(247,247,247,1), rgba(247,247,247,0));
  background: -moz-linear-gradient(bottom, rgba(247,247,247,1), rgba(247,247,247,0));
  background: -ms-linear-gradient(bottom, rgba(247,247,247,1), rgba(247,247,247,0));
  background: -o-linear-gradient(bottom, rgba(247,247,247,1), rgba(247,247,247,0));
  background: linear-gradient(bottom, rgba(247,247,247,1), rgba(247,247,247,0));
  -pie-background: linear-gradient(bottom, rgba(247,247,247,1), rgba(247,247,247,0));
  behavior: url(/html2016/PIE.htc);
}

.hot .e-gallery-info:after {
  background-color: #fff15d!important;
  background: -webkit-linear-gradient(bottom, rgba(255,250,234,1), rgba(255,250,234,0))!important;
  background: -moz-linear-gradient(bottom, rgba(255,250,234,1), rgba(255,250,234,0))!important;
  background: -ms-linear-gradient(bottom, rgba(255,250,234,1), rgba(255,250,234,0))!important;
  background: -o-linear-gradient(bottom, rgba(255,250,234,1), rgba(255,250,234,0))!important;
  background: linear-gradient(bottom, rgba(255,250,234,1), rgba(255,250,234,0))!important;
  -pie-background: linear-gradient(bottom, rgba(255,250,234,1), rgba(255,250,234,0))!important;
  behavior: url(/html2016/PIE.htc);
}

.e-gallery-info a {
  text-decoration: none;
  color: #000;
}

.e-gallery-application {
  margin: 5px 0 0; 
}

.e-gallery-application a {
  text-decoration: underline;
  color: #00cc99;
}

.e-gallery-application a:hover {
  color: #c00000;
}

.e-gallery img {
  display: block;
  width: 100%;
}

.e-gallery .e-fail-message {
  font: bold 20px/23px "PT Sans", Arial, sans-serif;
  color: #c00000;
  margin: 10px; 
  display: none;
  text-align: center;
}

.e-gallery .e-btn-add {
  font: bold 18px/24px "PT Sans", Arial, sans-serif;
  color: #c00000;
  text-align: center;
  background: #fff!important;
}

.e-gallery .e-btn-add .rur {
  font-weight: normal;
}

.e-gallery .e-btn {
  color: #c00000;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.e-gallery .e-btn-title {
  position: relative;
  top: 35%;
}

@media only screen and (min-width: 768px) {
  .e-gallery ul::after {
    clear: both;
    content: "";
    display: table;
  }
  .e-gallery li {
    width: 50%;
    height: 235px;
  }

  .e-gallery-info {
    height: 108px;
  }
}

@media only screen and (min-width: 240px) and (max-width: 380px) {
  .e-gallery-info {
    height: 108px;
  }

  .special-event-title {
    font-size: 20px!important;
    line-height: 24px!important;
  }
}

@media only screen and (min-width: 1170px) {
  .e-gallery {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }

  .e-gallery-info {
    height: 108px;
  }
}

@media only screen and (min-width: 1640px) {
  .e-gallery {
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
  }

  .e-gallery li {
    width: 33.3%;
    height: 235px;
  }

  .e-gallery-info {
    height: 108px;
  }
}

.e-filter-top-block {
  padding: 0 4% 9px;
  box-sizing: border-box;
}

.search-seminars {
  width: 52%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  height: 34px;
  position: relative;
}

.sem-btn {
  width: 33px;
  height: 33px;
  position: absolute;
  left: 6px;
  top: 1px;
  margin: 0!important;
  padding: 0!important;
  border: none!important;
  outline: none!important;
  background: transparent;
}

.sem-btn:before {
  content: "";
  width: 17px;
  height: 17px;
  top: 8px;
  left: 3px;
  position: absolute;
  z-index: 2;
  background: url(/html2016/images/sprite.png) -70px -744px no-repeat;
}

.sem-inp {
  font: normal 14px/35px "PT Sans", Arial, sans-serif!important;
  color: #000;
  background: rgba(255,255,255,0.8);
  width: 180px;
  height: 35px;
  border: 1px transparent solid!important;
  outline: none!important;
  text-indent: 10px;
  padding: 0 0 0 24px!important;
  margin: 0!important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  behavior: url(/html2016/PIE.htc);
}

.sem-inp:hover, .sem-inp:focus {
  border: 1px #ececec solid!important;
  outline: none!important;
}

.sem-inp:focus {
  width: 100%;
  max-width: 415px;
}

.search-seminars ::-webkit-input-placeholder {
  font: normal 14px/35px "PT Sans", Arial, sans-serif!important;
  color: #666!important;
}

.search-seminars :-moz-placeholder {
  font: normal 14px/35px "PT Sans", Arial, sans-serif!important;
  color: #666!important;
}

.search-seminars ::-moz-placeholder {
  font: normal 14px/35px "PT Sans", Arial, sans-serif!important;
  color: #666!important;
}

.search-seminars :-ms-input-placeholder {
  font: normal 14px/35px "PT Sans", Arial, sans-serif!important;
  color: #666!important;
}

.search-seminars [placeholder]:hover::-webkit-input-placeholder {
  color: #333!important;
}

.search-seminars [placeholder]:hover:-moz-placeholder {
  color: #333!important;
}

.search-seminars [placeholder]:hover::-moz-placeholder {
  color: #333!important;
}

.search-seminars [placeholder]:hover:-ms-input-placeholder {
  color: #333!important;
}

.search-seminars [placeholder]:focus::-webkit-input-placeholder {
  color: transparent!important;
}

.search-seminars [placeholder]:focus:-moz-placeholder {
  color: transparent!important;
}

.search-seminars [placeholder]:focus::-moz-placeholder {
  color: transparent!important;
}

.search-seminars [placeholder]:focus:-ms-input-placeholder {
  color: transparent!important;
}

.e-tab-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
}

.e-company-info-wrapper {
  font: normal 13px/18px "PT Sans", Arial, sans-serif;
  width: 96%;
  max-width: 415px;
  min-height: 105px;
  margin: 16px 4% 25px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.8);
  position: relative;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  /* IE10+ specific styles go here */
  .e-company-info-wrapper {
    display: table;
  }

  .e-company-info {
    display: table-cell;
    vertical-align: middle;
  }

  .select-menu {
    text-indent: 0!important;
  }
}

.e-company-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  width: 30%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
  /*background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}

.e-company-logo img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
}

.e-company-info {
  padding-left: 30%;
  width: 100%;
}

.e-company-info-inner {
  padding: 5px 10%; 
}

.e-company-title {
  font-weight: bold;
  width: 100%;
}

.e-filter-block {
  box-sizing: border-box;
  width: 100%;
  padding: 6px 4% 7px;
  word-spacing: -0.28em;
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.8);
}

.e-filter-block select { 
  border: none; 
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  box-shadow: none;
}

.e-filter-block select::-ms-expand {
  display: none;
}

.select-menu-wrapper {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  word-spacing: normal;
  vertical-align: top;
  /*width: 180px;*/
  width: 16%;
  margin: 5px 1.5% 5px 0;
}

#selectRubric {
  width: 30%;
  margin-right: 0;
}

@media only screen and (max-width: 1170px) {
  .select-menu-wrapper {
    width: 48%!important;
  }
}

@media only screen and (max-width: 380px) {
  .select-menu-wrapper {
    width: 100%!important;
  }
}

.selectricWrapper {
  position: relative;
  width: auto;
  cursor: pointer;
}

.selectricResponsive {
  width: 100%;
}

.selectric {
  width: 100%;
  border: 1px transparent solid!important;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  outline: none!important;
  background: #fff;
  -moz-box-shadow: 0px 2px rgba(53,90,121,0.2);
  -webkit-box-shadow: 0px 2px rgba(53,90,121,0.2);
  box-shadow: 0px 2px rgba(53,90,121,0.2);
  position: relative;
  padding: 0 12px 0 0; 
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  min-height: 36px;
  text-indent: 0;
  behavior: url(/html2016/PIE.htc);
}

.selectric:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 15px;
  width: 11px;
  height: 6px;
  background: url(/html2016/images/sprite.png) -52px -743px no-repeat; 
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);  
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.selectricOpen .selectric:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.selectric:before {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  width: 25px;
  height: 100%;
  background-color: #fff;
  background: -webkit-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -moz-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -ms-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
  background: -o-linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
  background: linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
  -pie-background: linear-gradient(right, rgba(255,255,255,1), rgba(255,255,255,0));
  behavior: url(/html2016/PIE.htc);
}

.selectric .label {
  font: normal 15px/34px "PT Sans", Arial, sans-serif!important;
  color: #000;
  display: block;
  white-space: nowrap;
  margin: 0 30px 0 0;
  padding: 0 0 0 12px;
  min-height: 28px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.selectric .button {  
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}

.selectricOpen {
  z-index: 10;
}

.selectricOpen .selectric {
  border: 1px #c4d0d9 solid!important;
  background: #fff;
  z-index: 10;
}

.selectricOpen .selectricItems {
  display: block;
}

.selectricDisabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none;
}

.select-menu {
  font: normal 15px/34px "PT Sans", Arial, sans-serif!important;
  width: 100%;
  min-height: 36px;
  border: 1px transparent solid!important;
  box-sizing: border-box;
  outline: none!important;
  background: transparent!important;  
  padding: 0;
  margin: 0;
  text-indent: 12px;
}

.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important; 
  background: none !important;
}

.selectricTempShow {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

.selectricItems {
  width: 100%!important;
  min-width: 194px;
  max-height: 214px;
  display: none;
  position: absolute;
  overflow: auto;
  top: 100%;
  left: 0;
  margin-top: 0px;
  background: #fff;
  border: 1px #c4d0d9 solid;
  z-index: 10;
}

.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;  
  min-height: 30px;
  text-indent: 0;
}

.selectricItems li {
  font: normal 12px/17px "PT Sans", Arial, sans-serif!important;
  display: block;
  padding: 6px 10px 5px 32px;  
  color: #000;
  cursor: pointer;
  position: relative;
}

.selectricItems li.selected {
  background: #fff;
}

.selectricItems li.selected:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 17px;
  width: 9px;
  height: 9px;
  background: url(/html2016/images/sprite.png) -38px -743px no-repeat;
}

.selectricItems li:hover {
  background: #fffaea; 
}

.selectricItems li.disabled {
  background: #f5f5f5;
  color: #bbb;
  cursor: default;
}

.e-top-information {
  padding: 25px 4% 0;
}

.e-top-information-inner {
  width: 100%;
  border-bottom: 1px #c9c9c9 solid;
  padding: 0 0 18px;
}

.e-top-col1 {
  width: 30%;
  overflow: hidden;
  vertical-align: middle;
}

.e-top-col2 {
  width: 45%;
  vertical-align: middle;
}

.e-top-col3 {
  width: 25%;
  vertical-align: middle;
}

.e-subscribe {
  padding: 0 0 0 12px;
}

.e-subscribe-in {
  font: normal 10px/12px 'PT Sans', Arial, sans-serif;
  color: #666;
  width: 160px;
  padding: 4px 4px 9px;
  margin: 0 auto;
  border: 1px #cdcdcd solid;
  text-align: center;
}

.e-subscribe-in a {
  font-size: 14px;
  line-height: 27px;
  font-weight: bold;
  color: #666;
  display: block;
}

.e-go {
  font: bold 14px/16px 'PT Sans', Arial, sans-serif;
  color: #ccc;
  padding: 0 0 0 24px;
}

.e-go a {
  color: #ff0000;
}

.e-org-info {
  padding: 0 12px;
  border-right: 1px #d2d2d2 solid;
}

.e-org-info .org {
  font: normal 12px/15px "PT Sans", Arial, sans-serif!important;
  color: #666;
  margin: 0 0 10px;
}

.e-org-info .org a {
  color: #666;
}

.e-org-info img {
  max-width: 100%;
}

.e-contacts {
  padding: 14px 0 0;
}

.e-contacts .vcard {
  font: normal 11px/13px "PT Sans", Arial, sans-serif!important;
  color: #666;
  display: none;
}

.e-contacts .vcard a {
  color: #3399ff;
  text-decoration: underline;
}

.e-contacts .vcard a:hover {
  text-decoration: none;
}

.e-contacts .vcard .adr, .e-contacts .vcard .tel, .e-contacts .vcard .email, .e-contacts .vcard .url {
  display: block;
}

.e-btn-show {
  font: normal 12px/15px "PT Sans", Arial, sans-serif!important;
  color: #666;
  cursor: pointer;
  display: block;
}

.e-btn-show span {
  position: relative;
}

.e-btn-show span:after {
  content: "";
  position: absolute;
  top: 6px;
  right: -17px;
  width: 11px;
  height: 6px;
  background: url(/html2016/images/sprite.png) -52px -743px no-repeat;
  box-sizing: border-box;
}

.e-btn-hide {
  width: 12px;
  height: 7px;
  margin: 17px auto 0;
  background: url(/html2016/images/sprite.png) -52px -743px no-repeat;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: none;
  cursor: pointer;
}

.e-description {
  font: normal 13px/16px "PT Sans", Arial, sans-serif!important;
  color: #000!important;
  padding: 23px 4%;
}

.e-description a {
  color: #3399ff!important;
}

.e-description a:hover {
  color: #c00000!important;
}

.e-description ul, .e-description ol {
  margin: 0 0 0 35px;
}

.e-form {
  font: normal 14px/17px "PT Sans", Arial, sans-serif;
  color: #333;
  background: #f1f1f1;
  margin: 25px 0 0;
  padding: 25px 4%; 
}

.e-form input[type="text"], .e-form input[type="email"], .e-form input[type="tel"], .e-form textarea {
  font: bold 18px/46px "PT Sans", Arial, sans-serif!important;
  color: #333!important;
  background: #fff;
  width: 100%;
  height: 46px;
  border: 4px #bfbfbf solid!important;
  letter-spacing: 2px;
  text-indent: 10px;
  padding: 0!important;
  margin: 0 0 10px!important;
  outline: none!important;
}

.e-form input[type="text"]:hover, .e-form input[type="email"]:hover, .e-form input[type="tel"]:hover, .e-form textarea:hover {
  border: 4px #999 solid!important;
}

.e-form input[type="text"]:focus, .e-form input[type="email"]:focus, .e-form input[type="tel"]:focus, .e-form textarea:focus {
  border: 4px #00cc99 solid!important;
}

.e-form .captcha-code {
  width: 120px!important;
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.e-form-message {
  margin: 0 0 10px;
}

.e-form img {
  display: -moz-inline-box;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  margin: 0 0 10px;
}

.e-form button, .e-form-sbm {
  font: normal 14px/46px "PT Sans", Arial, sans-serif;
  max-width: 270px;
  color: #fff;
  padding: 0 5%;
  text-align: center;
  display: block;
  background: #00cc99;
  border: none!important;
  outline: none!important; 
}

.e-form button:hover, .e-form-sbm:hover {
  background: #05d8a3;
}

.e-form textarea {
  min-height: 100px;
  line-height: 21px!important;
  text-indent: 0;
  padding: 0 10px!important;
}

.e-form ::-webkit-input-placeholder {
  color: #c0c0c0;
  font: bold 18px/46px "PT Sans", Arial, sans-serif!important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.e-form :-moz-placeholder {
  color: #c0c0c0;
  font: bold 18px/46px "PT Sans", Arial, sans-serif!important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.e-form ::-moz-placeholder {
  color: #c0c0c0;
  font: bold 18px/46px "PT Sans", Arial, sans-serif!important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.e-form :-ms-input-placeholder {
  color: #c0c0c0;
  font: bold 18px/46px "PT Sans", Arial, sans-serif!important;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.e-form [placeholder]:hover::-webkit-input-placeholder {
  color: #333;
}

.e-form [placeholder]:hover:-moz-placeholder {
    color: #333;
}

.e-form [placeholder]:hover::-moz-placeholder {
    color: #333;
}

.e-form [placeholder]:hover:-ms-input-placeholder {
    color: #333;
}

.e-form [placeholder]:focus::-webkit-input-placeholder {
    color: #333;
}

.e-form [placeholder]:focus:-moz-placeholder {
    color: #333;
}

.e-form [placeholder]:focus::-moz-placeholder {
    color: #333;
}

.e-form [placeholder]:focus:-ms-input-placeholder {
    color: #333;
}

@media only screen and (max-width: 768px) {
  .e-top-col1, .e-top-col2, .e-top-col3 {
    width: auto;
    display: block;
    max-width: 230px;
    margin: 0 auto 40px;
  }

  .e-subscribe {
    padding: 0;
  }

  .e-subscribe-in {
    width: 100%;
  }

  .e-go {
    text-align: center;
    padding: 0;
  }
}  

@media only screen and (min-width: 991px) and (max-width: 1280px) {
  .e-top-col1, .e-top-col2, .e-top-col3 {
    width: auto;
    display: block;
    max-width: 230px;
    margin: 0 auto 40px;
  }

  .e-subscribe {
    padding: 0;
  }

  .e-subscribe-in {
    width: 100%;
  }

  .e-go {
    text-align: center;
    padding: 0;
  }
}

@media only screen and (max-width: 520px) {
  .e-tab-filter-wrapper .w47 {
    width: 100%;
  }

  .search-seminars {
    width: 100%;
    margin-bottom: 9px;
  }

  .e-tab-filter ul {
    float: none;
  }
}

.e-past-description {
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.e-past-note {
  font: bold 22px/24px "PT Sans", Arial, sans-serif;
  color: #c00000;
  text-align: center;
  margin: 20px 0;
}