

/* Замена логотипа */
.logo.gc-account-logo img{
  display: none;
}

/* Десктопный логотип */
.gc-account-logo {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  1margin-bottom:10px!important;
  width: 300px !important;
  height: 70px !important;
  background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/452913/sc/50/h/48802f6b2ce0e2764139687ca0a1e645.svg') !important;
  background-repeat: no-repeat !important;
  background-position: left !important;
  background-size: contain !important;
}

/* Добавляем нештатный логотип */
@media screen and (max-width: 767px) {
  .gc-account-logo {
    width: 250px !important;
    height: 60px !important;
  }}

@media screen and (max-width: 370px) {
  .gc-account-logo {
    width: 80vw !important;
    margin-top: 15px;
    min-height: 50px !important;
    height: auto;
  }}

/* Замена логотипа внутри страниц уроков и внутри платформы */
.standard-logo{
  margin-bottom:10px!important;
  width: 300px;
  height: 70px;
  background-image: url('https://fs.getcourse.ru/fileservice/file/download/a/452913/sc/50/h/48802f6b2ce0e2764139687ca0a1e645.svg')!important;  
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}
.standard-logo img{
  display: none;
}

/*_________Убираем лишние приколы от ГК и Гетлу________*/
.topNotitication:has(.course-marathon-link) {
    display: none;
}
.menu-item.menu-item-marathon{
display: none;
}

/* Убиваем опрос в разделе при нажатии фото */
.gc-account-user-submenu-bar .gc-account-user-submenu li[class*="menu-item-gus"] a {
    display:none;
}

/* Убиваем иконку опроса от Гетлу */
.gl-chat-getcoursepro{
     display:none!important;
    
}
/* Убиваем раздел меню про обучение црм */
.menu-item-crm_learning{
     display:none!important;    
}
/* Баннер от гетлу */
.common-banner-wrapper .banner-frame {
  display: none !important;
}




/*_________Убираем лишние приколы от ГК и Гетлу________*/

/* стилизация кнопки обр связи */
.help-widget-button,
.talks-widget-button{
    background: #FF9900!important; 
    font-size: 0px;
    border-radius: 5px!important;
    transition: transform 0.3s;
   }

.help-widget-button:after,
.talks-widget-button:after{
    content: "";
    background-image: url(https://fs.getcourse.ru/fileservice/file/download/a/895520/sc/246/h/e7772fd8ce5d4593d9cb19f6b11ab210.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    left: 7px;
    top: 7px; 
}

.help-widget-button:hover,
.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);
  }}

/* Убиваем уродкскую анимацию от ГК */
.help-widget-button::before,
.help-widget-button::after {
    animation: none !important;
}




/* _________СТРАНИЦА УВЕДОМЛЕНИЙ____________*/
/* Меняем шрифт на уведомлениях и не только */
.standard-page-content form{
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
}

h1.uvedomlenia{
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 30px; 
    color: #121212!important;
    text-transform: uppercase; 
}

.form-group .btn.btn-primary {
    background: linear-gradient(90deg, #00C8FF 0%, #00B5E7 100%)!important;
    border-radius: 100px;
    border: none !important; /* Убедимся, что бордера нет */
    text-decoration: none !important;
    position: relative;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out !important;
    padding: 10px 30px;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    line-height: 1.2;
    color: #FFF !important;
    height: auto;
    font-weight: 400 !important;
    min-height: auto;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px -4px 15px rgba(0, 0, 0, 0.2), inset 0px 5px 5px rgba(255, 255, 255, 0.35);
    outline: none !important; /* Убираем outline для фокуса */
}
.form-group .btn.btn-primary:hover {
    transform: translateY(-5px);
}

.form-group .btn.btn-primary:focus,
.form-group .btn.btn-primary:active {
    border: none !important;
    outline: none !important;
    filter: brightness(80%) !important;
}

.standard-page-content .standard-page-menu li:first-child {
    display: none !important;
}

#vk-agree-vk-send-new{
color: #fff!important;
    border-radius: 100px!important;
    background: linear-gradient(90deg, #00C8FF 0%, #00B5E7 100%)!important;
    border: none;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    margin-right:0px!important;
    margin-top: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px -4px 15px rgba(0, 0, 0, 0.2), inset 0px 5px 5px rgba(255, 255, 255, 0.35);
    transition: all 0.3s;
}

#vk-agree-vk-send-new:hover {
    transform: translatey(-5px);
}

.col-md-3.item .btn-success {
    color: #fff!important;
    border-radius: 100px!important;
    background: linear-gradient(90deg, #00C8FF 0%, #00B5E7 100%)!important;
    border: none;
    font-family: "Onest", sans-serif;
    font-optical-sizing: auto;
    font-size: 14px;
    margin-left: -20px!important;
    margin-right: 10px!important;
    margin-top: 0px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2), inset 0px -4px 15px rgba(0, 0, 0, 0.2), inset 0px 5px 5px rgba(255, 255, 255, 0.35);
    transition: all 0.3s;
}
.col-md-3.item .btn-success:hover,
.col-md-3.item .btn-success:focus,
.col-md-3.item .btn-success:active{
    transform: translatey(-5px);
     text-decoration: none;
     outline: none;
}



