:root{--colorPrimary: rgb(2 52 68);--colorSecondary: #8fea06;--colorTertiary: #884dff;--colorError: #ff0000;--colorSuccess: #89e103;--colorWhite: #ffffff;--colorBlack: #000000;--colorGrey: #e8e8f3;--colorGreyLight: #f7f7fa;--colorPrimaryLight: #f1f1f9;--colorPrimary100: rgba(2, 52, 68, 0.1);--colorText: var(--colorPrimary);--underlineColor: var(var(--colorSecondary));--lineHeight: 1.675;--shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);--containerWidth: 1240px}.combo__item{position:relative;display:grid}.combo__item:not(:first-child){padding-top:40px;margin-top:40px}.combo__item:not(:first-child)::before{content:"";position:absolute;top:0;left:-24px;right:-24px;height:1px;background-color:var(--colorPrimary100)}.combo__img{grid-area:img;margin-bottom:60px}.combo__img .image{aspect-ratio:1/1;max-width:300px}.combo__head{grid-area:title}.combo__title{margin:0 0 40px;font-size:24px}.combo__content{grid-area:text;display:flex;flex-direction:column;gap:30px}.combo__content .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.combo__text a{color:var(--colorTertiary);text-decoration:underline}.combo__text>:last-child{margin-bottom:0}.combo__chips{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:20px}.combo__chip{flex:0;font-size:13px;font-weight:700;border:1px solid var(--colorSecondary);padding:7px 13px;white-space:nowrap;scroll-margin-top:50px}@media(max-width: 749.98px){.combo__item{grid-template-areas:"title" "img" "text"}}@media(min-width: 750px){.combo__item{display:grid;grid-template-columns:1fr 48%;grid-template-areas:"title img" "text img"}.combo__item:not(:first-child)::before{right:-6.25rem;left:-6.25rem}.combo__title{font-size:3vw;line-height:1.2;margin-bottom:30px}.combo__head{align-self:flex-end}.combo__text{align-self:start}.combo__img{position:relative;justify-self:end;margin-bottom:0}.combo__img img{position:relative;z-index:5}.combo__img::after{content:"";width:180px;height:180px;position:absolute;left:-20px;bottom:-25px;background-image:url(/img/bg/dotsGreyLight.svg);background-position:center center;background-size:8px 8px;background-repeat:space}.u-bg-greyLight .combo__img::after{background-image:url(/img/bg/dotsWhite2.svg)}.combo__item:nth-child(even){grid-template-areas:"img title" "img text";grid-template-columns:48% 1fr}.combo__item:nth-child(even) .combo__img{justify-self:start}.combo__item:nth-child(even) .combo__img::after{right:-20px;left:auto}.combo.combo--reverse .combo__item:nth-child(odd){grid-template-areas:"img title" "img text";grid-template-columns:48% 1fr}.combo.combo--reverse .combo__item:nth-child(odd) .combo__img{justify-self:start}.combo.combo--reverse .combo__item:nth-child(odd) .combo__img::after{right:-20px;left:auto}.combo.combo--reverse .combo__item:nth-child(even){grid-template-areas:"title img" "text img";grid-template-columns:1fr 48%}.combo.combo--reverse .combo__item:nth-child(even) .combo__img{justify-self:end}.combo.combo--reverse .combo__item:nth-child(even) .combo__img::after{left:-20px;right:auto}}@media(min-width: 990px){.combo__title{font-size:30px;padding-right:40px}.combo__text{padding-right:40px}.combo__item:not(:first-child){padding-top:80px;margin-top:80px}}@media(min-width: 1200px){.combo__img .image{max-width:445px}}
