/*********************************************** 
  needPopup 
  - Version 1.0.0
  - Copyright 2015 Dzmitry Vasileuski
  - Licensed under MIT (http://opensource.org/licenses/MIT)
***********************************************/
/* Block page scroll
***********************************************/
.needpopup-opened,
.needpopup-opened body {
  overflow: hidden;
}
.needpopup-opened.needpopup-scrolled,
.needpopup-opened.needpopup-scrolled body {
  height: auto;
}
.needpopup-opened.needpopup-scrolled body {
  position: fixed;

  width: 100%;
}
/* Popup wrapper
***********************************************/
.needpopup_wrapper {
  position: fixed;
  z-index: 9999999999999;
  top: 0;
  left: 0;

  visibility: hidden;
  overflow: auto;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 40px 0;

  -webkit-transition: opacity .3s ease;
          transition: opacity .3s ease;

  opacity: 0;
  background: #000;
  background: rgba(0, 0, 0, .8);
}
.needpopup-opened .needpopup_wrapper {
  visibility: visible;

  opacity: 1;
}
.needpopup-overflow .needpopup_wrapper {
  padding: 10px;
}
/* Popup appearence
***********************************************/
.needpopup {
  position: relative;
  z-index: 99999999;
  top: 50%;
  left: 50%;

  display: none;

  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 550px;
  max-width: 100%;
  margin-left: -275px;
  padding: 5px 0px 0px 0px;

  -webkit-transform: scale(.1, .1);
      -ms-transform: scale(.1, .1);
          transform: scale(.1, .1);

  opacity: 0;
  background: #fff;
}
.needpopup.opened {
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
          transition: opacity .5s ease, transform .5s ease;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);

  opacity: 1;
}
.needpopup.stacked {
  top: 73px !important;

  margin-top: 0 !important;
}
.needpopup-overflow .needpopup {
  left: 0;

  width: auto;
  margin-left: 0;
}
/* Popup remover
***********************************************/
.needpopup_remover {
  position: fixed;
  z-index: 999999999;
  top: 30px;
  right: 30px;

  font-size: 40px;
  line-height: .5;
  color: #fff;

  text-decoration: none;
}
.needpopup_remover:hover {
  color: #ccc;
}
.needpopup_remover:before {
  content: '';
}
.needpopup .needpopup_remover {
  top: 10px;
  right: 10px;

  font-size: 20px;
  line-height: .5;
  color: #000;
}
.needpopup .needpopup_remover:hover {
  color: #ccc;
}

.search_tt li {
  width:33.33%;
  float:left;
  background:white;
  padding:20px 0px 0px 0px;
  text-align:center;
}

.search_tt li span {
  font-size:0.7em;
}

.search_tt_item div{
  background:url(../images/type/bg_type.png) top center no-repeat;
  height:80px;
  background-size:contain;
  padding:15px;
  marrgin:20px 20px 0px 20px;
}

.search_tt_item.on div{
  background:url(../images/type/bg_type_m.png) top center no-repeat;
  height:80px;
  background-size:contain;
  padding:15px;
  marrgin:20px 20px 0px 20px;
}

.search_tt_item.on span{
  color:#ff0000
}

.search_tt_item.fun_1 div div{
  background:url(../images/type/ic_fun_1.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_1.on div div{
  background:url(../images/type/ic_fun_1_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_2 div div{
  background:url(../images/type/ic_fun_2.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_2.on div div{
  background:url(../images/type/ic_fun_2_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_3 div div{
  background:url(../images/type/ic_fun_3.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_3.on div div{
  background:url(../images/type/ic_fun_3_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_4 div div{
  background:url(../images/type/ic_fun_4.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_4.on div div{
  background:url(../images/type/ic_fun_4_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_5 div div{
  background:url(../images/type/ic_fun_5.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_5.on div div{
  background:url(../images/type/ic_fun_5_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_6 div div{
  background:url(../images/type/ic_fun_6.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_6.on div div{
  background:url(../images/type/ic_fun_6_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_7 div div{
  background:url(../images/type/ic_fun_7.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_7.on div div{
  background:url(../images/type/ic_fun_7_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_8 div div{
  background:url(../images/type/ic_fun_8.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_8.on div div{
  background:url(../images/type/ic_fun_8_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_9 div div{
  background:url(../images/type/ic_fun_9.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_9.on div div{
  background:url(../images/type/ic_fun_9_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_10 div div{
  background:url(../images/type/ic_fun_10.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_10.on div div{
  background:url(../images/type/ic_fun_10_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_11 div div{
  background:url(../images/type/ic_fun_11.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_11.on div div{
  background:url(../images/type/ic_fun_11_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_12 div div{
  background:url(../images/type/ic_fun_12.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_12.on div div{
  background:url(../images/type/ic_fun_12_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_13 div div{
  background:url(../images/type/ic_fun_13.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_13.on div div{
  background:url(../images/type/ic_fun_13_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_14 div div{
  background:url(../images/type/ic_fun_14.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_14.on div div{
  background:url(../images/type/ic_fun_14_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_13 div div{
  background:url(../images/type/ic_fun_13.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_13.on div div{
  background:url(../images/type/ic_fun_13_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_14 div div{
  background:url(../images/type/ic_fun_14.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_14.on div div{
  background:url(../images/type/ic_fun_14_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_15 div div{
  background:url(../images/type/ic_fun_15.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_15.on div div{
  background:url(../images/type/ic_fun_15_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_16 div div{
  background:url(../images/type/ic_fun_16.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_16.on div div{
  background:url(../images/type/ic_fun_16_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_17 div div{
  background:url(../images/type/ic_fun_17.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_17.on div div{
  background:url(../images/type/ic_fun_17_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_18 div div{
  background:url(../images/type/ic_fun_18.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_18.on div div{
  background:url(../images/type/ic_fun_18_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_19 div div{
  background:url(../images/type/ic_fun_19.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_19.on div div{
  background:url(../images/type/ic_fun_19_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_20 div div{
  background:url(../images/type/ic_fun_20.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.fun_20.on div div{
  background:url(../images/type/ic_fun_20_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_1 div div{
  background:url(../images/type/ic_type_1.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_1.on div div{
  background:url(../images/type/ic_type_1_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_2 div div{
  background:url(../images/type/ic_type_2.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_2.on div div{
  background:url(../images/type/ic_type_2_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_3 div div{
  background:url(../images/type/ic_type_3.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_3.on div div{
  background:url(../images/type/ic_type_3_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_4 div div{
  background:url(../images/type/ic_type_4.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_4.on div div{
  background:url(../images/type/ic_type_4_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_5 div div{
  background:url(../images/type/ic_type_5.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_5.on div div{
  background:url(../images/type/ic_type_5_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_6 div div{
  background:url(../images/type/ic_type_6.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_6.on div div{
  background:url(../images/type/ic_type_6_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}
.search_tt_item.theme_7 div div{
  background:url(../images/type/ic_type_7.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_7.on div div{
  background:url(../images/type/ic_type_7_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_8 div div{
  background:url(../images/type/ic_type_8.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_8.on div div{
  background:url(../images/type/ic_type_8_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_9 div div{
  background:url(../images/type/ic_type_9.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_9.on div div{
  background:url(../images/type/ic_type_9_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_10 div div{
  background:url(../images/type/ic_type_10.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_10.on div div{
  background:url(../images/type/ic_type_10_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_11 div div{
  background:url(../images/type/ic_type_11.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_11.on div div{
  background:url(../images/type/ic_type_11_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_12 div div{
  background:url(../images/type/ic_type_12.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_12.on div div{
  background:url(../images/type/ic_type_12_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_13 div div{
  background:url(../images/type/ic_type_13.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_13.on div div{
  background:url(../images/type/ic_type_13_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_14 div div{
  background:url(../images/type/ic_type_14.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_14.on div div{
  background:url(../images/type/ic_type_14_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_15 div div{
  background:url(../images/type/ic_type_15.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_15.on div div{
  background:url(../images/type/ic_type_15_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_16 div div{
  background:url(../images/type/ic_type_16.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_16.on div div{
  background:url(../images/type/ic_type_16_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_17 div div{
  background:url(../images/type/ic_type_17.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_17.on div div{
  background:url(../images/type/ic_type_17_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_18 div div{
  background:url(../images/type/ic_type_18.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_18.on div div{
  background:url(../images/type/ic_type_18_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_19 div div{
  background:url(../images/type/ic_type_19.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_19.on div div{
  background:url(../images/type/ic_type_19_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_20 div div{
  background:url(../images/type/ic_type_20.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_20.on div div{
  background:url(../images/type/ic_type_20_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_21 div div{
  background:url(../images/type/ic_type_21.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_21.on div div{
  background:url(../images/type/ic_type_21_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_22 div div{
  background:url(../images/type/ic_type_22.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.search_tt_item.theme_22.on div div{
  background:url(../images/type/ic_type_22_m.png) top center no-repeat;
  height:50px;
  background-size:contain;
}

.popup_ok {
  position: relative;
  float: left;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
  height: 44px;
  line-height: 40px;
  font-size: 2.0rem;
  background: #4e2b8d;
  color: #fff;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  user-select: none;
  touch-callout: none;
}

.popup_cancel {
  position: relative;
  float: left;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
  height: 44px;
  line-height: 40px;
  font-size: 2.0rem;
  background: #7536CF;
  color: #fff;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/
  user-select: none;
  touch-callout: none;
}
