@-webkit-keyframes scroll{0%{transform:translateX(-1750px)}to{transform:translateX(0)}}@keyframes scroll{0%{transform:translateX(-1750px)}to{transform:translateX(0)}}.header-summit{width:100%;position:fixed;top:0;left:0;z-index:100}.header-summit__top{width:100%;height:80px;display:flex;align-items:center;justify-content:space-around;background-color:#30B9DD}.header-summit__social-networks,.header-summit__social-networks>a{display:flex;align-items:center;justify-content:center}.header-summit__social-networks>a{width:41px;height:41px;border-radius:50%;background-color:var(--white);margin-right:20px}.header-summit__button{border-radius:100px;padding:12px 54px;cursor:pointer;background-color: #fff;color: #30b9dd;font-weight: bold;}.header-summit__carousel{background-color:#DCF763;width:100%;height:36px}.header-summit__carousel .slider{width:100%;height:100%;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.header-summit__carousel .slider .slide-track{-webkit-animation:scroll 40s linear infinite;animation:scroll 40s linear infinite;display:flex;width:3500px;color:#503396}.header-summit__carousel .slider .slide{height:100%;width:100%}.header-summit__carousel .slider .slide ul{width:100%;display:flex;align-items:center;list-style-type:disc}.header-summit__carousel .slider .slide ul li{white-space:nowrap;margin-left:30px}