.one-click-forms{align-items:stretch;display:flex;flex-direction:row;gap:140px;justify-content:space-between}.forms-content,.forms-image{display:flex;flex-direction:column;justify-content:flex-start}.forms-content{width:100%}.forms-content .form{display:none}.forms-content .form.active{display:block}.forms-content__switcher{border-radius:8px;display:flex;gap:4px;margin:0 0 24px;padding:4px;width:-moz-fit-content;width:fit-content}.forms-content__switcher button{background-color:transparent;border:0;border-radius:4px;font-weight:600;line-height:.8;padding:16px}.forms-content__switcher button:before{background-repeat:no-repeat;content:"";display:inline-block;height:16px;margin-bottom:-2px;margin-right:8px;transition:filter .3s ease;width:16px}.forms-content__switcher button.active{background-color:#fff;color:#000}.forms-content__switcher .btn-icon-1:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='%237F7F7F' stroke-width='2' clip-path='url(%23a)'%3E%3Cpath d='M1 5h14'/%3E%3Crect width='14' height='14' x='1' y='1' rx='2'/%3E%3Cpath d='M5 8v1M5 11v1M8 8v1M8 11v1M11 8v1M11 11v1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.forms-content__switcher .btn-icon-2:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath stroke='%237F7F7F' stroke-linejoin='round' stroke-width='2' d='M4.013 5.5C3.417 3.414 2 1 2 1l12.833 7L2 15s2.013-4.266 2.013-7H13'/%3E%3C/svg%3E")}.forms-content__switcher button.active:before{filter:brightness(0) invert(0)}.forms-image{background-position:50%;background-size:cover;border-radius:24px;display:none;height:auto;width:40%}@media screen and (min-width:900px){.forms-content{width:60%}.forms-image{display:block}}