

.logo {
width:100%;
    background-image: url("https://fs.getcourse.ru/fileservice/file/download/a/683589/sc/149/h/02f4a8fa1b001a9a51c886c9ad696597.jpg");
    height:150px;
    background-repeat: no-repeat;
     background-size: cover;
    
}
.logo span {display : none;}

.has-children > a {
    background: #DCDCDC;
    padding: 10px;
    border-radius: 6px;
}
.has-children > a:hover {
    background: #C0C0C0;
}

.baner-section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.baner-section--items {
padding:10px;}
.right-sections {
background:#FFDD6F;
}

.right-sections {display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    align-items: center;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 2px 2px #c8a63a;
}
.right-sections img {
    width: 100px;
    transform: scale(.85);
    animation: pulse 2s ease-in-out infinite;
}
@keyframes pulse {
  from {
    transform: scale(.85);
  }
  50% {
    transform: scale(1);
  }
  to {
    transform: scale(.85);
  }
}
#xdget490286_1_1_1_1_1 h3 {
display:none;}
