.red-form{box-sizing:border-box;background-color:#364537;border-radius:0 10px 10px 0;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:296px;height:400px;padding:10px;display:flex}.red-form p{color:#fff;text-align:center;font-size:16px;font-family:var(--font-montserrat);font-weight:400;line-height:150%}.red-form .input-container{width:100%;max-width:300px;max-height:40px;display:block;position:relative}.red-form .input-container .base-form-input{box-sizing:border-box;color:#fff;background-color:#364537;border:1px solid #fff;border-radius:10px;width:100%;max-width:250px;height:40px;margin:0 auto;padding-left:20px;font-size:18px;display:block}.red-form .input-container .base-form-input:invalid+.placeholder-form{flex-direction:column;justify-content:center;align-items:center;display:flex}.red-form .input-container .base-form-input:focus+.placeholder-form{display:none}.red-form .input-container>.placeholder-form p{cursor:text}.red-form .input-container>.placeholder-form{z-index:100;cursor:text;color:#fff;width:100%;height:100%;font-size:18px;display:none;position:absolute;top:0}.red-form .inputs,.red-form .sendButton{margin-top:20px}.red-form .sendButton .white-btn{text-align:center;color:#222;width:100%;max-width:250px;height:40px;font-size:16px;font-family:var(--font-montserrat);background:#fff;border:1px solid #fff;border-radius:10px;font-weight:500}.red-form .sendButton .agreement{cursor:pointer;justify-content:space-between;align-items:center;margin-top:15px;display:flex}.red-form .sendButton .agreement .svg-wrapper{cursor:pointer}.red-form .sendButton .agreement svg{min-width:20px;min-height:20px;margin-right:5px}.red-form .sendButton .agreement p{cursor:pointer;color:#fff;font-size:12px;font-family:var(--font-montserrat);text-align:left;max-width:219px;line-height:15px}.red-form .sendButton .agreement p a{color:#fff;text-decoration:underline}.red-form .sendButton .agreement p a:hover{text-decoration:none}.red-form .error{color:#fff;font-size:14px;font-family:var(--font-montserrat);text-align:left}@media screen and (max-width:768px){.red-form{border-radius:0;max-width:none}.red-form p{max-width:240px}}
