.p-fixedbanner{
  position: fixed;
  right: 0;
  z-index: 100;
  width: 17.5vw;
  max-width: 80px;
  max-width: 120px;
  transition: .4s;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  justify-content: flex-end;
  /*right: -100vw;*/
}
.p-fixedbanner.active {
  right:0;
}
@media screen and (max-width: 1024px) {
  .p-fixedbanner{
    max-width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedbanner{
    max-width: 75px;
    max-width: 80px;
  }
}

.p-fixedbanner a{
  display: block;
  transition: .4s;
  order: 2;
}
.p-fixedbanner a:hover {
  opacity: .8;
}

[style="padding-top: 100px;"] .p-fixedbanner {
    margin-top: 0;
}

.p-fixedbanner .closebtn {
    content: "×";
    background: rgba(0, 0, 0, .4);
    color: #fff;
    width: 15vw;
    height: 15vw;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 40px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    font-weight: 300;
    transition: .4s;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .p-fixedbanner .closebtn {
    bottom: 0;
    right: 0;
    max-width: 50px;
    max-height: 50px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .p-fixedbanner .closebtn {
    bottom: 0;
    right: 0;
    max-width: 40px;
    max-height: 40px;
    position: relative;
    font-size: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .p-fixedbanner .closebtn {
    top: 0;
    width: 40px;
    height: 40px;
    margin-left: auto;
    order:1;
  }
  .p-fixedbanner  {
    order: 2;
  }
}

.p-fixedbanner .closebtn:hover{
    opacity: .6;
}

.p-kessan-banner a {
  /*display: block;*/
}


.p-kessan-banner .p-kessan-banner-link {
  display: block!important;
}

.p-fixedbanner.hidden {
  right: -50vw;
}