

/* Убиваем опрос в разделе при нажатии фото */
.gc-account-user-submenu-bar .gc-account-user-submenu li[class*="menu-item-gus"] a {
    display:none;
}

/* Замена логотипа */
.logo.gc-account-logo img{
  display: none;
}

.gc-account-logo{
  margin-bottom:40px!important;
  width: 550px;
  height: 100px;
  background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/767595/sc/144/h/490fa24e869cfb8bfab39550701104b7.png')!important;  
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}


/* Замена логотипа по страницам в платформе */
.standard-logo{
  margin-bottom:10px!important;
  width: 550px;
  height: 100px;
  background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/767595/sc/144/h/490fa24e869cfb8bfab39550701104b7.png')!important;  
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.standard-logo img{
  display: none;
}


/* стилизация кнопки обр связи */
.talks-widget-button {
    background: #E31E24;
    font-size: 0px;
    border-radius: 10px;
    transition: transform 0.3s;
   }
.talks-widget-button:after {
    content: "";
    background-image: url(https://fs18.getcourse.ru/fileservice/file/download/a/49038/sc/182/h/cd01d246e3ac43dc71e74699720a24bb.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    left: 9px;
    top: 9px;
}

.talks-widget-button:hover
{
	-webkit-animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
	        animation: shake-top 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }}
@keyframes shake-top {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }}

/* Стилизация кнопки в обратной связи*/
.conversation-list-footer .btn{
    font-family: 'Actay', sans-serif!important;
    color: #FFF!important;
    border-radius: 15px;
    background: #F17828;
    border: none;
    padding: 10px;
   padding-left: 20px;
  padding-right: 20px;
    margin-top: 10px;
    transition: filter 0.3s ease;
}
.conversation-list-footer .btn:hover{
    text-decoration: none;
    filter: brightness(75%);
    transition: filter 0.3s ease;
}
