.hero{background:#fff}.hero__container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero__container,.hero__left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.hero__left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:700px;width:100%}.hero__subtitle{font-size:34px;font-weight:200;line-height:40px}.hero__main-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;background:var(--accent);border-radius:32px;-ms-flex-direction:column;flex-direction:column;gap:24px;padding:32px 24px}.hero__items{-ms-flex-wrap:wrap;flex-wrap:wrap}.hero__item,.hero__items{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.hero__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--main);border-radius:24px;max-width:100%;padding:16px 24px;width:100%}.hero__items .hero__item:first-child:nth-last-child(2),.hero__items .hero__item:first-child:nth-last-child(3),.hero__items .hero__item:nth-child(2):last-child,.hero__items .hero__item:nth-child(2):nth-last-child(2){-webkit-box-flex:1;-ms-flex:1 1 calc(50% - 8px);flex:1 1 calc(50% - 8px)}.hero__items .hero__item:nth-child(3):last-child{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.hero__form-title,.hero__item-text{font-size:22px;font-weight:300;line-height:32px}.hero__form{background:var(--main);border-radius:32px;max-width:380px;padding:32px 24px;width:100%}@media (max-width:1232px){.hero__subtitle{font-size:24px;line-height:24px}}@media (max-width:1199px){.hero__main-block{padding:24px 16px}.hero__item{border-radius:16px;padding:16px}.hero__form{border-radius:16px;padding:24px 16px}}@media (max-width:1023px){.hero__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero__form,.hero__left{max-width:100%}}