.panel-subscribe-bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  width: auto;
  height: 30px;
  padding: 5px 15px;
  margin: 0;
  background: #2573b9;
  box-sizing: border-box;
  z-index: 10000;
}
.panel-subscribe-bottom.open{
  display: block;
}
.panel-subscribe-bottom .row{
  display: flex;
  align-items: center;
  justify-content: center;
}
.panel-subscribe-bottom .panel-close{
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 20px;
  background: url(/wp-content/themes/bitz/img/bss_cl.png) center no-repeat;
  cursor: pointer;
}
.panel-subscribe-bottom .title{
  margin-right: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.panel-subscribe-bottom input[type="text"]{
  width: 220px;
  height: 20px;
  padding: 0 10px;
  color: #212736;
  border: 0;
  border-radius: 0;
  background: #ffffff;
  box-sizing: border-box;
}
.panel-subscribe-bottom .subscribe{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 20px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 14px;
  text-transform: lowercase;
  background-color: #1e73be;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #ffffff;
  border-radius: 0;
}
.panel-subscribe-bottom .subscribe:focus,
.panel-subscribe-bottom .panel-close:focus,
.panel-subscribe-bottom input[type="text"]:focus{
  outline: 0;
}

.panel-subscribe-list{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: 700px;
  padding: 3px 20px 3px 20px;
  text-align: center;
  background-color: #1e73be;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff 0%, #1e73be 100%);
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  box-sizing: border-box;
}
.panel-subscribe-list.open{
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.panel-subscribe-list .icon-psl{
  margin: 0 auto 10px;
  fill: #1e73be;
  color: #1e73be;
  font-size: 30px;
  line-height: 1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  border-color: #1e73be;
}
.panel-subscribe-list > h2{
  margin: 0 0 10px;
  text-align: center;
  color: #1e73be;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
}
.panel-subscribe-list .feedback-form-list{
  width: 100%;
}
.panel-subscribe-list .feedback-form-list > h3{
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 15px;
  text-align: center;
  color: #1e73be;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #ffffff;
  transition: all 300ms cubic-bezier(0, 0.49, 0.27, 0.99);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  cursor: pointer;
}
.panel-subscribe-list .feedback-form-list > h3 i{
  position: absolute;
  right: 15px;
}
.panel-subscribe-list .feedback-form-list > h3.ui-state-active i{
  transform: rotate(180deg);
}
.panel-subscribe-list .feedback-form-list .form{
  margin: 0;
  padding: 0;
}
.panel-subscribe-list .feedback-form-list .form + h3{
  margin-top: 7px;
}
.panel-subscribe-list .gr-form-feedback{
  padding: 0 10px 20px;
}
.panel-subscribe-list .soc-list h4{
  position: relative;
  margin: 10px 0;
  padding: 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 300;
  text-transform: lowercase;
}
.panel-subscribe-list .soc-list h4:after{
  content: '';
  display: block;
  width: 10%;
  height: 1px;
  margin: 10px auto 0;
  background: #ffffff;
}
.panel-subscribe-list .soc-list ul{
  display: flex;
  margin: 0;
  padding: 0;
  color: #ffffff;
  list-style: none;
  justify-content: center;
}
.panel-subscribe-list .soc-list ul li{
  width: 20px;
  padding: 0;
  margin-right: calc(7px/2);
  margin-left: calc(7px/2);
  margin-bottom: 0;
  line-height: 1;
}
.panel-subscribe-list .soc-list ul li a{
  color: #ffffff;
  fill: #ffffff;
  font-size: 15px;
}
.panel-subscribe-list .panel-close{
  position: absolute;
  z-index: 1000;
  top: 20px;
  right: 20px;
  padding: 5px;
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  cursor: pointer;
}
.panel-subscribe-list .panel-close:hover{
  color: rgba(255, 255, 255, 0.7);
  background-color: #2b2b2b;
}
.panel-subscribe-list .panel-close:focus{
  outline: 0;
}
@media only screen and (max-width: 740px){
  .panel-subscribe-bottom{
    height: auto;
    text-align: center;
  }
  .panel-subscribe-bottom .row{
    display: block;
  }
  .panel-subscribe-bottom .title{
    margin-right: 0;
  }
  .panel-subscribe-bottom input[type=text]{
    width: 80%;
    height: 30px;
    margin-bottom: 5px;
  }
  .panel-subscribe-bottom .subscribe{
    width: 260px;
    height: 40px;
    margin: auto;
  }
  .panel-subscribe-bottom .panel-close{
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translateY(0);
  }
  .panel-subscribe-list{
    width: 75%;
    padding: 5px;
  }
  .panel-subscribe-list .icon-psl{
    font-size: 18px;
  }
  .panel-subscribe-list>h2{
    font-size: 11px;
  }
  .panel-subscribe-list .feedback-form-list>h3{
    font-size: 10px;
  }
  .panel-subscribe-list .gr-form-feedback .row{
    display: block;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .panel-subscribe-list .gr-form-feedback p{
    font-size: 12px;
  }
  .panel-subscribe-list .gr-form-feedback .row button[type=submit]{
    width: 100%;
    margin-top: 10px;
  }
}