.headergroup{display:grid;grid-template-columns:1fr;row-gap:15px}.headergroup__tag{color:var(--c-accent);font-family:var(--font-header);font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:2px}.headergroup__subtitle{color:var(--c-grey)}.headergroup--high .headergroup__title{font-size:calc(var(--h2-size) + 6px)}.headergroup--small{row-gap:10px}.headergroup--small .headergroup__title{font-size:calc(var(--h2-size) - 6px)}@media(min-width:428px){.headergroup__tag{font-size:20px}.headergroup--high .headergroup__title{font-size:calc(var(--h2-size) + 12px)}}@media(min-width:680px){.headergroup--small .headergroup__title{font-size:calc(var(--h2-size) - 18px)}.headergroup--small .headergroup__subtitle{font-size:calc(var(--subtitle-size) - 4px)}}@media(min-width:980px){.headergroup--high .headergroup__title{font-size:calc(var(--h2-size) + 16px)}.headergroup--small .headergroup__title{font-size:calc(var(--h2-size) - 12px)}.headergroup--small .headergroup__subtitle{font-size:var(--subtitle-size)}}.b-regular{position:relative;padding:80px 0}.b-regular:after{bottom:-15px}.b-regular:after,.b-regular:before{content:"";position:absolute;left:0;width:100%;height:50px;z-index:1;background-color:var(--bg);-webkit-clip-path:url(#s-form-clip-path);clip-path:url(#s-form-clip-path)}.b-regular:before{top:-15px;transform:scale(-1)}.b-regular__wrap{display:grid;grid-template-columns:1fr;row-gap:var(--gap);padding:20px;border-radius:20px;max-width:calc(100% - 40px);background:hsla(0,0%,100%,.8)}.b-regular__image{background:transparent;border-radius:20px}.b-regular__image img{width:auto;max-width:100%;display:block;margin:0 auto}.b-regular__pic{max-height:728px;overflow:hidden}.b-regular__content{display:grid;grid-template-rows:1fr;row-gap:20px;text-align:left;color:var(--c-grey)}.b-regular__content .headergroup__tag{color:var(--c-light);background-color:var(--c-accent);display:block;padding:7px 14px;margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:1}.b-regular__content .headergroup__subtitle,.b-regular__content .headergroup__title{color:var(--c-dark)}.b-regular__button{width:auto}.b-regular__btn{color:var(--c-light);background-color:var(--c-accent)}.b-regular--reverse .b-regular__image{order:0}.b-regular--reverse .b-regular__pic{order:1}.b-regular--centered .b-regular__header{text-align:center}@media(min-width:680px){.b-regular__wrap{row-gap:var(--gap)}.b-regular__content{row-gap:35px}.b-regular__button{width:100%;position:relative}.b-regular__button:before{content:"";position:absolute;right:0;bottom:0;height:50px;width:49%;}.b-regular__btn{display:inline-block;margin-top:25px;width:49%}.b-regular--centered .b-regular__content{display:contents}.b-regular--centered .b-regular__header{order:-1}}@media(min-width:980px){.b-regular{padding:120px 20px}.b-regular__wrap{grid-template-columns:6fr 6fr;-moz-column-gap:46px;column-gap:46px;align-items:center;max-width:1180px}.b-regular__pic{height:100%}.b-regular__header{margin-top:0}.b-regular--reverse .b-regular__wrap{grid-template-columns:6fr 6fr}.b-regular--reverse .b-regular__image{order:1}.b-regular--centered .b-regular__wrap{grid-template-columns:1fr 1fr 1fr;-moz-column-gap:var(--wrap);column-gap:var(--wrap);row-gap:50px;grid-template-areas:"h h h" ". p ." "l l l"}.b-regular--centered .b-regular__image,.b-regular--centered .b-regular__pic{grid-area:p;height:auto;position:static}.b-regular--centered .b-regular__pic img{position:absolute;height:440px;max-width:380px}.b-regular--centered .b-regular__header{grid-area:h}.b-regular__button:before{right:-40px;width:calc(49% + 40px)}}@media(min-width:1360px){.b-regular{padding:120px 0}.b-regular__wrap{-moz-column-gap:100px;column-gap:100px}.b-regular__button:before{right:0;width:49%}}