/*language*/

.backsocblock {
  position: fixed;
  bottom: 0%;
  width: 33px;
  right: 0%;
  border-radius: 6px 0 0 0px;
  background: rgb(255 255 255 / 30%);
  text-align: center;
  padding-top: 2px;
  box-shadow: rgb(0 0 0 / 20%) 0 0 10px 2px;
  z-index: 1000;
  animation: backsocblock 1.2s ease-in-out;
  opacity: 0.75;
}

.backsocblock:hover {
  opacity: 1;
}

a.gflag {vertical-align:middle;font-size:15px;padding:1px 0;background-repeat:no-repeat;background-image:url(//gtranslate.net/flags/24.png);}
a.gflag img {border:0;}
a.gflag:hover {background-image:url(//gtranslate.net/flags/24a.png);}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

/*social widget*/

.social-widgets {
  position: fixed;
  left: 3px;
  bottom: 0px;
  width: 44px;
  z-index: 1000;
  animation: social-widgets .0s ease-in-out;
  opacity: 0.75;
}

.social-widgets:hover {
  opacity: 1;
}

.social-widgets .telegram {
  display: inline-block;
  width: 44px;
  height: auto;
  margin-left: 0px;
  border-radius: 10px;
  background-color: #fff;
  color: #34A9E5;
  text-align: center;
  line-height: 42px;
  font-size: 32px;
  box-shadow: 0 0 40px -4px rgb(100 100 100 / 30%);
  transition: color .7s ease,background-color .7s ease;
}

.social-widgets .telegram:hover {
  color: #fff;
  background-color: #34A9E5;
  transition: color .7s ease,background-color .7s ease;
}

/*Go Top CSS*/

.go-top {
  position: fixed;
  cursor: pointer;
  top: 50%;
  right: 35px;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
  color: #ffffff;
  border-radius: 2px;
  font-size: 20px;
}

.go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
}

.go-top:hover, .go-top:focus {
  color: #ffffff;
}
