.newsletter-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;position:relative;height:100%}@media screen and (min-width:750px){.newsletter-form{align-items:flex-start;margin:0 auto}}.newsletter-form__field-wrapper{width:100%}.newsletter-form__field-wrapper .field__input{padding-right:5rem;background:var(--secondary-background);height:auto;border-radius:var(--inputs-radius);padding-top:2rem;padding-bottom:2rem;padding-left:2rem}.newsletter-form__field-wrapper .field__input::placeholder{color:var(--t-text-muted);font-size:14px;line-height:21px;opacity:1}.newsletter-form__field-wrapper .field{z-index:0}.newsletter-form__message{justify-content:center;margin-bottom:0}.newsletter-form__message--success{margin-top:2rem}@media screen and (min-width:750px){.newsletter-form__message{justify-content:flex-start}}.newsletter-form__button{width:4.4rem;margin:0;right:10px;top:0;height:100%;z-index:2}.newsletter-form__button .icon{width:1.5rem}.newsletter-title{display:flex;height:100%;align-items:center}.phone-holder{display:flex;gap:10px;align-items:center;height:100%}.phone-holder p{margin:0}.phone-icon{width:48px;height:48px;border-radius:24px;opacity:0;display:flex;justify-content:center;align-items:center;background:#F4F6FF}.newsletter-form__field-wrapper .field::after,.newsletter-form__field-wrapper .field::before{content:none}