.services-items__wrapper{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);grid-gap:32px;gap:32px;width:100%;height:100%}@media screen and (max-width:992px){.services-items__wrapper{gap:16px}}@media screen and (max-width:768px){.services-items__wrapper{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.services-items__wrapper{gap:24px;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr)}}.marquee__line{display:flex;-webkit-user-select:none;overflow:hidden;user-select:none;gap:24px}.marquee__line:first-child{margin-bottom:32px}.marquee__line ul{display:flex;align-items:center;justify-content:space-between;min-width:100%;list-style:none;flex-shrink:0;gap:24px}.marquee__item{display:flex;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:8px 24px;border:1px solid #36486a;border-radius:60px}.marquee__title{font-size:24px;color:#36486a;text-transform:uppercase;margin-right:32px}.marquee__icon:not(:last-child){margin-right:24px}@media screen and (max-width:567px){.marquee__line:first-child{margin-bottom:24px}.marquee__item{padding:4px 16px}.marquee__title{font-size:18px;margin-right:24px}.marquee__icon:not(:last-child){margin-right:16px}}.scroll-to-left{animation:scroll-to-left 20s linear infinite}.scroll-to-right{animation:scroll-to-right 20s linear infinite}@keyframes scroll-to-left{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - 24px))}}@keyframes scroll-to-right{0%{transform:translateX(calc(-100% - 24px))}to{transform:translateX(0)}}.work-examples-item{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:15%;min-height:708px;background-color:#f1f5fe;border-radius:10px;cursor:pointer;transition:width .3s linear}.work-examples-item_active{width:66%}.work-examples-item__img-container{width:100%;border-radius:10px 10px 0 0;overflow:hidden}.work-examples-item__content{padding:24px 44px}.work-examples-item__bottom-panel{display:flex}.work-examples-item__title{display:block;margin-bottom:16px;color:#36486a;font-size:36px}.work-examples-item__description{color:#36486a;font-size:18px;line-height:120%}.work-examples-item__button{background:none;border:none}.work-examples-item__button-icon{width:44px;height:44px;transition:transform .3s ease}.work-examples-item__button-icon_active{transform:rotate(45deg)}@media screen and (max-width:992px){.work-examples-item{width:19%}.work-examples-item_active{width:58%}}@media screen and (max-width:768px){.work-examples-item{width:100%;min-height:auto}.work-examples-item__img{max-height:0;transition:max-height .3s linear}.work-examples-item__img_active{max-height:550px}.work-examples-item__content{padding:16px 24px}.work-examples-item__title{font-size:24px}.work-examples-item__description{font-size:16px}.work-examples-item__button-icon{width:36px;height:36px}}.work-examples-items{display:flex;justify-content:space-between}@media screen and (max-width:768px){.work-examples-items{flex-direction:column;gap:16px}}