.creation-website{border-left:1px solid #3e36e0;display:flex;flex-direction:row;gap:50px;padding:50px 0 50px 30px}.creation-website__items{display:flex;flex-direction:column;gap:400px;width:465px}.creation-website__item-grid{display:flex;flex-direction:column;gap:30px;width:100%}.creation-website__item-index{background:#3e36e0;background:linear-gradient(90deg,#fff,#3e36e0);color:#fff;font-size:40px;font-weight:800;padding-right:10px;text-align:right;width:101px}.creation-website__item-data>*{margin-bottom:30px}.creation-website__item-data>:last-child{margin-bottom:0}.creation-website__item-video{display:none}.creation-website__fixed-container{width:calc(100% - 465px)}.creation-website__fixed-content{align-items:center;border-radius:15px;display:flex;flex-direction:column;height:400px;position:sticky;top:150px;width:100%}.creation-website__fixed-content-item{opacity:0;position:absolute;top:0;transition:all .5s ease}.creation-website__fixed-content-item--active{opacity:1}.creation-website__cta{display:none}.creation-website__cta--active{bottom:10px;display:block;left:0;position:fixed;text-align:center;width:100%;z-index:500}@media(max-width:1000px){.creation-website{flex-direction:column;padding:30px}.creation-website__items{gap:80px;width:100%}.creation-website__fixed-container{display:none}.creation-website__item-video{display:flex;justify-content:center}.creation-website__item-video-mobile{height:auto;max-width:500px;opacity:0;transition:all .5s ease}.creation-website__item-video-mobile--active{opacity:1}}