

/* Фоновое изображение-градиент - Иконки заданы в ГК, цвет фона (не градиент) и иконок заданы в ГК*/
.gc-account-leftbar, .gc-account-leftbar.expanded  {
    background: linear-gradient(0.27deg, #3D2F26 64.45%, #19110E 103.86%, #19110E 103.87%)!important;
}

/*Убираем custom-menu цвета */
.custom-menu .gc-account-leftbar, .custom-menu .gc-account-leftbar .gc-account-user-menu, .custom-menu .gc-account-leftbar .toggle-link {
    background-color: transparent!important;
}

/*Убираем бэкграунд иконки-пропадает ховер выделение */
.gc-account-leftbar .gc-account-user-menu li a {
   background-color: transparent!important;
}

/* Убираем разрыв */
.gc-account-leftbar .gc-account-user-menu li {
  border-bottom: none;
}



/*Задаем выделение ярлыка*/
.custom-menu .gc-account-leftbar .gc-account-user-menu li.active a, .custom-menu .gc-account-leftbar .gc-account-user-menu li.selected a {
    background-color: #ECECEC!important;
}

li.menu-item.menu-item-profile a, li.menu-item.menu-item-notifications_button_small a, li.menu-item.menu-item-cms a, li.menu-item.menu-item-teach a, li.menu-item.menu-item-user a, li.menu-item.menu-item-tasks a, li.menu-item.menu-item-notifications a, li.menu-item.menu-item-sales a, li.menu-item.menu-item-chatium a {
    display: block;
    background: transparent;
    margin: 2px auto 0px;
    
    
    border-radius: 8px;
    transition: all 1.0s;
}

/*Скругление профиля*/
.menu-item-profile .menu-item-icon {
    border-radius: 100px;
    width: 52px;
    border: 3px solid #AC6D10;
}

/*Позицианируем номерки*/
.gc-account-leftbar li:not(.menu-item-profile):not(.menu-item-notifications_button_small) .notify-count { 
  bottom: unset;
  top: 10%;
}



/* Шайк меню */
.gc-account-user-menu .menu-item a:hover img

{

	-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;
}

 .gc-account-user-menu .menu-item a:hover:after, 
.menu-item-prolongation a:hover img,
.menu-item.new-chatium-icon a:hover img
{

	-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;
} 
  


.notify-count {
  z-index:1;
}

@-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);
  }
}
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

/* _________СТРАНИЦА УВЕДОМЛЕНИЙ____________*/
/* Меняем шрифт на уведомлениях и не только */
.standard-page-content form{
font-family: 'Proxima-Nova', sans-serif !important; 
}


.standard-page-content h1 {
    font-family: 'Proxima-Nova', sans-serif !important;
    font-weight: 700;
    font-size: 40px;
}
/*!!! есть влияние на другие кнопки, исправить */
.form-group .btn.btn-primary {
    background: radial-gradient(215.38% 215.38% at 57.04% -140.38%, #EAAC00 0%, #CD8E08 55.23%, #AC6D10 100%);
    border-radius: 4px;
    border: none;
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s;
    padding: 10px 40px;
    font-family: 'Proxima-Nova', sans-serif !important;
    font-size: 16px;
    line-height: 1.2;
    color: #FFF !important;
    height: auto;
    font-weight: 500!important;
    min-height: auto;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.form-group .btn.btn-primary:hover {
   transform: translatey(-5px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

#vk-agree-vk-send-new{
  color: #FFF!important;
}

