#window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
  z-index: 11;
}
#window  .window-header {
height: 35px;
line-height: 35px;
position: relative;
border-bottom: 1px solid rgba(0,0,0,0.1);
background: #fff;
}
#window  .window-header span {
display: inline-block;
width: 35px;
position: absolute;
right:0;
text-align: center;
background: red;
color: #fff;
font-size: 13px;
height: 100%;
cursor: pointer;
}

#window .WHE7ib .EM-card {
width: 160px;
height: 245px;
-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.14), 0 2px 1px -1px rgba(0,0,0,0.12), 0 1px 3px 0 rgba(0,0,0,0.2);
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 5px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  background: #f6f9fd !important
}
#window  .WHE7ib {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#window .WHE7ib .EM-card .uzcko {
width: 100%;
height: 160px;
}
#window .WHE7ib .EM-card .uzcko .wXUyZd {
  width: 100%;
  height: 100%
}
#window .WHE7ib .EM-card .uzcko .wXUyZd img {
  width: 100%;
  height: 100%;
}
#window .WHE7ib .EM-card .RZEgze {
  width: 100%;
  height: calc(100% - 160px);
  padding : 12px 8px;
  font-size: 14px;
}
#window .WHE7ib .EM-card .RZEgze .RZEgze-title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
}
#window .WHE7ib .EM-card .RZEgze .RZEgze-button {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 35px;
  line-height: 35px;
  text-align: right;
  font-size: 13px;
  font-weight: 700;
}

#window  .WHE7ib  .bg-raisons-btn {
  position: absolute;
  top:0;
  left:-170px;
  margin: 5px;
  background: rgba(0,0,0,0.4);
  width: 160px;
  height: 245px;
  border-radius: 2px;
  text-align: center;
  line-height: 245px;
  -moz-transition: all ease-in .3s;
   -webkit-transition: all ease-in .3s;
   -o-transition: all ease-in .3s;
   transition: all ease-in .3s
}
#window  .WHE7ib:hover  .bg-raisons-btn {
  left: 0;
    -moz-transition: all ease-in .3s;
   -webkit-transition: all ease-in .3s;
   -o-transition: all ease-in .3s;
   transition: all ease-in .3s
}
#window  .WHE7ib  .bg-raisons-btn a {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--theme-3);
  border-radius: 50%;
  font-size: 14px;
  margin: 5px;
}

form.col-md-12 {
  font-size: 13px;
}
form.col-md-12 .form-control {
  font-size: 13px;
  outline: none !important;
}
form.col-md-12 span.img-txt {
  font-size: 12px;
  color: red;
  display: block;
}
form.col-md-12 .loadimage {
  width: 160px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
}
form.col-md-12 .submit {
  text-align: right;
}
form.col-md-12 .submit button {
  color: #fff
}


@media all and (max-width: 1370px) {
  #window .WHE7ib .EM-card {
    width: 153px
  }
}
@media all and (max-width: 800px) {
  #window .WHE7ib .EM-card {
    width: 138px;
    height: 210px;
  }
  #window .WHE7ib .EM-card .uzcko {
  width: 100%;
  height: 130px;
}
  #window  .WHE7ib  .bg-raisons-btn {
  position: absolute;
  top:0;
  left:-148px;
  margin: 5px;
  background: rgba(0,0,0,0.4);
  width: 138px;
  height: 210px;
  border-radius: 2px;
  text-align: center;
  line-height: 210px;
  -moz-transition: all ease-in .3s;
   -webkit-transition: all ease-in .3s;
   -o-transition: all ease-in .3s;
   transition: all ease-in .3s
}
}












