.jorajs{
  top: -20px;
  position: absolute;
  left: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
}
.jorajs2{
  top: 0px;
  position: absolute;
  left: -50px;
  z-index: 1;
  opacity: 0;
  width: 100%;
}
.jorajs3{
  top: 0px;
  position: absolute;
  right: -50px;
  z-index: 1;
  opacity: 0;
  width: 100%;
}
.jstitle,.jstitle2,.jstitle3{
  position: relative;
  /*overflow: hidden;*/
  width: 100%;
}
.active .jorajs, .t1 .jorajs{
  top: 0;
  opacity: 1;
}
.active .jorajs2{
  left: 0;
  top: 0;
  opacity: 1;
}
.active .jorajs3{
  right: 0;
  top: 0;
  opacity: 1;
}
.jorajswr2,.jorajswr3{
  box-sizing: border-box;
}
.jorajs,.jorajs2,.jorajs3{
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.s_title{
  padding-bottom: 25px;
}
.imgjs{
  display: block;
  position: relative;
}
.imgjs:before{
  position: absolute;
  z-index: 1;
  content: "";
  background: rgba(0,0,0,.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.imgjs:hover:before{
  opacity: 1;
}
.fa-link {
    color: #ffffff;
    position: absolute;
    font-size: 32px !important;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 3;
    opacity: 0;
    text-align: center;
    line-height: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px !important;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.imgjs:hover .fa-link{
  opacity: 1;
}
.popup{
  -o-transform: rotate3d(1, 1, 0, 90deg);
  -ms-transform: rotate3d(1, 1, 0, 90deg);
  -moz-transform: rotate3d(1, 1, 0, 90deg);
  -webkit-transform: rotate3d(1, 0, 0, 90deg);
  transform: rotate3d(1, 1, 0, 90deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.rot.popup{
  -o-transform: rotate3d(1, 1, 0, 0deg);
  -ms-transform: rotate3d(1, 1, 0, 0deg);
  -moz-transform: rotate3d(1, 1, 0, 0deg);
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 1, 0, 0deg);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.thmod{
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(0,0,0,.7);
  left: 0;
  top: 0;
  display: none;
}
.thmodcont{
  background: #ffffff;
  padding: 30px;
  width: 300px;
  max-width: 100%;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  -o-transform: rotate3d(1, 1, 0, 90deg);
  -ms-transform: rotate3d(1, 1, 0, 90deg);
  -moz-transform: rotate3d(1, 1, 0, 90deg);
  -webkit-transform: rotate3d(1, 0, 0, 0deg); /*(1, 0, 0, 90deg)*/
  transform: rotate3d(1, 1, 0, 0deg); /*(1, 1, 0, 90deg)*/
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.act .thmodcont{
  -o-transform: rotate3d(1, 1, 0, 0deg);
  -ms-transform: rotate3d(1, 1, 0, 0deg);
  -moz-transform: rotate3d(1, 1, 0, 0deg);
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 1, 0, 0deg);
}
h3{
  font-weight: 700;
  font-size: 26px;
  color: #0ae;
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 25px;
}
.closeth{
  position: absolute;
  right: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  z-index: 999;
  font-size: 30px;
  color: #000000;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.closeth:hover{
  color: #0ae;
}
.page-blog__list>div:nth-child(n+2){
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.page-blog__list>div.active{
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 991px) {
    
.header__right.fix{
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  padding: 10px 0;
  background: rgba(0,0,0,0.85);
}

.header__right.fix .header__messengers{
  display: none;
}
.header__right.fix .d-flex{
  display: block !important;
  text-align: center;
}
.header__right.fix .header__nav, .header__right.fix .header__search, .header__right.fix .header__call, .header__right.fix .header__call p{
  display: inline-block;
  vertical-align: middle;
}
.header__right.fix .header__callback{
  position: relative;
  top: -1px;
  margin-left: 15px;
}

}


.thanks {
    font-size: 10px;
    width: 69px;
    /* padding-right: 100px; */
    /* margin-right: 100px; */
    position: static;
    float: right;
}